@charset "EUC-JP";
/* CSS Document */

*{
	font-size:14px;
}
a:link {
	color:#003399;
	text-decoration: none;
}
a:visited {
	color:#003399;
	text-decoration: none;
}
a:hover {
	color:#D13119;
	text-decoration: underline;
}
body{
	background-color:#F7F5D1
}
#centerzoroe{/*ページ全体中央揃え用*//*幅変更時の変更必要!!*/
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
	width:700px;
}
h1{
	color:#CC3300;
	font-size:18px;
	width:100%;
	text-align:center;
}
.maintable{
	background-color:#FFFFFF;
	border: 1px solid #000000;
	padding:7px;
}
ul li.listtitle{
	list-style-type: square;
	font-size: 16px;
	list-style-position: outside;
	margin-top:10px;
}
li{
	list-style-type: disc;
	list-style-position: outside;
	margin-bottom: 5px;
}
.imgtable td{
	text-align:center;
}
.footer{
	color:#666666;
	font-size: 11px;
	line-height: 24px;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
