@charset "utf-8";
/* CSS Document */
table{
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
}
th{
	color:#333333;
	padding:5px;
	border-top:#FFFFFF 1px solid;
	border-right:#000000 1px solid;
	border-bottom:#000000 1px solid;
	background-color: #FFCC66;
}
td{
	padding:5px;
	border-right:#000000 1px solid;
	border-bottom:#000000 1px solid;
}
.imgdiv{
	width:300px;
	height:225px;
	float:left;
}
.textdiv{
	width:400px;
	height:225px;
	float:left;
}
/* プライバシーポリシー用 */
#privacy{
	width: 700px;
	height: 100px;
	overflow: auto;
	margin: 5px auto 10px auto;
	border: 1px solid #000000;
	padding: 10px;
}
#privacy li{
	margin-bottom:10px;
}
#privacy ul li{
	margin-bottom:0px;
	margin-top:3px;
}
.title{
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
	color:#003300;
}
/* リンク用 */
table a:link{
	color:#003333;
}
table a:visited{
	color:#006633;
}
table a:hover{
	color:#FFFFFF;
}
