@charset "utf-8";
/* ===================================================================
CSS information

 File Name  : contents.css
 Author     : MIYA
 Style Info : コンテンツ内のスタイル
=================================================================== */



/* サンプルtableの共通設定
----------------------------------------------------------- */
table	{
	border-collapse: collapse;	border-spacing: 0;
	width: 700px;
	margin-bottom: 30px;
}
th, td	{
	padding: 10px 10px;

}


/* サンプル8
----------------------------------------------------------- */
.sample8	{
	margin:20px 0 0 10px;
	text-align:center;
}
.sample8 th	{
	background: url(../images/bg_th.jpg) no-repeat;
	border-bottom: 1px solid #FFF;
	text-align:center;
}
.sample9 th.topL	{

}
.sample8 th.topR	{

}
.sample8 td	{
	border-bottom: 1px solid #999;
}
.size11{
	font-size:11px;
}
.blue{
	color: #1D5C79;
}
.sample8 td.blue	{
	border-top: 1px solid #555555;
	border-bottom: 1px solid #555555;
	background-color:#E8F1F6;
}