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

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


div.main	{
	width: 460px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-bottom: 5px;
}
h3	{
	margin-bottom: 5px;
	width: 450px;
}

/* サンプルtableの共通設定
----------------------------------------------------------- */
table	{
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
th, td	{
	padding: 5px;
	color: #333333;
}


/* サンプル9
----------------------------------------------------------- */
.sample9 th	{
	width: 20%;
	border: 1px solid #333333;
}
.sample9 th a {
	color: #666666;
}
.sample9 th a:hover {
	color: #333333;
}
.sample9 td	{
	width: 40%;
	border: 1px solid #333333;
}
.sample9 td a {
	color: #666666;
}
.sample9 td a:hover {
	color: #333333;
}
