<!--
#menu
	{
	width:100%;

	}

.box1
	{
	width:100%;
	text-align: right; /* 行揃えの位置・均等割付を指定する */
	}
.box2
	{
	width:100%;
	height: 30px;
	}
.line1
	{
	float: center;
	padding: 0px;

	}
	
.box3
	{
	float:left;
	width: 240px;

	}

.main
	{
	float:left;
	width: 480px;
	border: 0px;
	}
	.main_cont
	{
	float:right;
	width: 240px;

	}
	.main_left
	{
	float:left;
	width: 240px;

	}
.box4
	{
	width:100%;
	background-color: #D1F0FF;
	height: 40px;
	}
	
#footer {
	text-align:center;
	max-width:720px;
	color:#777;
	
 }
	.footer_cont
	{

	font-size: 7pt;
	text-align: right;
	float:right;
	width:60%;
	}
	.footer_left
	{

	font-size: 7pt;
	text-align: left;
	float:left;
	width:40%;
	} 

#footer a {
	text-decoration:none;
	color: #74D0F5;
	}

#footer a:hover {
	text-decoration:underline;
	color: #FF6699;
}

#footer p#link {
	margin: 3px auto;	
	padding: 1px;
	width: 720px;
	text-align: center;
	float: none;
	text-color:#333333;
	font-size: 10pt;
	font-weight: bolder;
}

#footer p#copyright {
	padding: 5px; /* 余白 */
	text-align:center;
	font-size:11px;
	background-color:#CCCCCC;
	font-weight: normal;
}
	
.head {
	width:720px;

	}
-->
body { 
text-align:center;
text-color:#333333;
 }
 
#outline {
 width:720px;
 text-align:left;
 margin:0 auto;
 }
.outline-margin { margin:0 0px; }

hr.gray1 {
  color: #D7D7D7; /* 線の色(IE用) */
  background-color: #D7D7D7; /* 線の色(NN用) */
  border: 0px; /* 枠の太さ */
  height: 1px; /* 線の太さ */
  text-align: center; /* 線の位置*/
  border-style: solid; /* 枠の種類 */
  width: 100%;
  margin: 1px;
  padding: 0px;
  }

hr.gray2 {
  color: #D7D7D7; /* 線の色(IE用) */
  background-color: #D7D7D7; /* 線の色(NN用) */
  height: 1px; /* 線の太さ */
  border: 2px; /* 枠の太さ */
  text-align: center; /* 線の位置*/
  border-style: dashed; /* 枠の種類 */
  width: 100%;
  margin: 1px;
  padding: 0px;
  }

  
hr.pink2 {
  color: #FF9083; /* 線の色(IE用) */
  background-color: #FFA69F; /* 線の色(NN用) */
  height: 1px; /* 線の太さ */
  border: 2px; /* 枠の太さ */
  text-align: center; /* 線の位置*/ /* 行揃えの位置・均等割付を指定する */
  border-style: dashed; /* 枠の種類 */
  width: 650px;
  margin: 5px;/* ボックスのマージン領域の幅を指定 */

}
