@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: #EFFFD9;
	margin-bottom: 5px;
}
h3	{
	margin-bottom: 5px;
	width: 450px;
}

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


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