@charset "utf-8";
/* ===================================================================
CSS information

 File Name  : contents.css
 Author     : MIYA
 Style Info : コンテンツ内のスタイル
=================================================================== */


h3	{
	font-size: 133.3%;
	margin-bottom: 5px;
}

/* サンプルtableの共通設定
----------------------------------------------------------- */
table	{
	border-collapse: collapse;	border-spacing: 0;
	width: 480px;
	margin-bottom: 10px;
}
th, td	{
	padding: 10px 3px 10px 3px;
	color: #1D5C79;
	font-size: 14px;
}



/* サンプル7
----------------------------------------------------------- */
.sample7 th	{
	background: #CAE5F1 url(image_table/th.jpg) repeat-x;
	border-top: 2px solid #1D5C79;
	border-bottom: 1px solid #FFF;
	text-align:center;
}
.sample7 td	{
	background: #F4FAFC url(image_table/td.jpg) repeat-x;
	border-bottom: 1px solid #FFF;
}

h5 {
	font-size: 14px;
	margin: 5px 0 5px;
	color: #1D5C79;
	}