body{
	margin:0;
	padding:0;
	font-size:12px;
	color:#666666;
	text-align:center;
	line-height:140%;
	background-image:url('shared/images/bg.gif');
	background-repeat:repeat-x;
	background-color:#e7eff4;
}
table,td,th{
	font-size:12px;
	line-height:140%;
}
a{
	color:#0296c7;
	text-decoration:none;
}
a:hover{
	color:#cc0000;
	text-decoration:none;
}
p{
	margin:0;
}
h1{
	width:570px;
	height:19px;
	margin:10px 0 0 0;
	padding:2px 0 0 10px;
	color:#0296c7;
	font-size:12px;
	font-weight:bold;
	background-image:url('shared/images/h1_bg.gif');
	background-repeat:no-repeat;
}

.imgBrd{
	border:1px solid #cfcfcf;
}

/* === Color === */
.blue{
	color:#0296c7;
}
.small{
	font-size:10px;
}

/* === Contents === */
.mC{
	width:800px;
	background-color:#ffffff;
}
.head{
	text-align:left;
	padding:2px;
	width:796px;
	height:75px;
	background-color:#ffffff;
}
.headNV{
	height:34px;
	background-color:#0296c7;
	padding:3px;
}

.cR{
	text-align:left;
	float:right;
	width:190px;
	background-color:#ffffff;
}
.foot{
	clear:both;
	width:802px;
	height:21px;
	text-align:right;
	margin-top:15px;
	background-color:#0296c7;
}
.cp{
	padding:4px 4px 4px 0;
}

/* === Line === */
.hSeparate{
	margin:5px 0;
	background-image:url('shared/images/line_dot.gif');
	background-repeat:repeat-x;
}

/* === Margin === */
.mrg5{
	margin:5px;
}
.mrgT10{
	margin-top:10px;
}
