BODY {
	padding: 0px;
	margin: 0px auto;
	color: #666666;
	background-color: #f2ebe0;
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
	line-height: 150% ;
}

A:link {
	COLOR: #FF6699
}
A:visited {
	COLOR: #FF6699
}
A:active {
	COLOR: #FF6699
}
A:hover {
	COLOR: #FF3366
}

hr {
	color: #FF6699; /* 線の色(IE用) */
	background-color: #FF6699; /* 線の色(NN用) */
	height: 2px; /* 線の太さ */
	border: 0px; /* 枠の太さ */
	filter: Alpha(opacity=100, finishopacity=0, style=1); /* フィルタ */
}

hr.dashed {
  color: #999999; /* 線の色(IE用) */
  background-color: #ff0000; /* 線の色(NN用) */
  height: 1px; /* 線の太さ */
  border: 1px; /* 枠の太さ */
  border-style: dashed; /* 枠の種類 */
}

h2 {
	padding: 0px;
	margin: 0px;
	text-indent: 1.0em;
}

.main_table {
	width:750px;
	background-color:#FFFFFF;
	border-color:#FFB2C5;
	border-width:1px;
	border-style:solid;
}

.sidebar {
	width: 180px;
	background-color: rgb(236,236,236);
	align:center;
	vertical-align: top;
	padding:5px 0px 5px 5px;
}

.link-note {
	width: 180px;
	background-color: #FFEBEC;
	text-align: center;
	line-height: 150%;
	border: #DADADA 1px solid;
}

.content {
	width:506px;
	margin:0px;
	padding:0px 15px 15px 15px;
	vertical-align: top;
}

.contentheader {
	background: url("image/bg_contents_top.gif") no-repeat center 50%;
	padding:0px; 
	margin:: 0px;
	height: 50px;
	text-align: left;
}

.contentbody {
	background: url("image/bg_contents_body.gif") repeat-y center 50%;
	padding:10px;
}

.contentFooter {
	background: url("image/bg_contents_under.gif") no-repeat center 50%;
	padding:18px 0px 0px 0px;
	margin:0px;
	font-size: x-small;
	color: #999999;
	text-align:center;
	height: 50px;
}

.content H2 {
	padding:18px 0px 0px 0px;
	margin: 0px 0px 0px 10px;
	font-weight: bold;
	font-size: small;
	color: #FF3366;
	text-indent: 1.0em;
}

.item_label {
	padding:2px;
	margin:0px 1px 1px;
	font-weight: bold;
	white-space: nowrap;
	background-color: #FF3366;
	color:#FFFF00;
	text-align:center;
}

.item_field {
	padding:2px;
	margin: 0px 1px 1px;
	background-color: #FFEBEC;
	text-align:center;
}
