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

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


div.tmain	{
	width: 570px;
}
h3	{
	font-size: 133.3%;
	margin-bottom: 5px;
}

/* サンプルtableの共通設定
----------------------------------------------------------- */
table	{
	border-collapse: collapse;	border-spacing: 0;
	width: 100%;
	margin-bottom: 30px;
}
th, td	{
	padding: 10px 20px;
	color: #1D5C79;
}


/* サンプル10
----------------------------------------------------------- */
.sample10	{
	border: 1px solid #DDD;
}
.sample10 th	{
	background: url(image/th_10.jpg) repeat-x bottom;
	border: 1px solid #DDD;
	color: #333;
	font-size: 16px;
	font-weight: lighter;
}
.sample10 td	{
	background: url(image/th_1.jpg) repeat-x bottom;
	border: 1px solid #DDD;
	color: #333;
}
