* {
	margin:0;
	padding:0;
	}
body{
	background-color:#f5f5f5;
	}
img{
	border:0;
	}
/*　ヘッダー　*/
.header{
	background:url(../images/header.gif) bottom repeat-x;
	background-color:#992915;
	color:#FFFFFF;
	margin:0;
	padding:5px;
	height:42px;
	border-bottom:ridge 2px #cccccc;
	vertical-align:baseline;
	}
.title{
	font-size:11pt;
	font-weight:bold;
	font-family:Georgia, Times New Roman, Times, serif;
	margin-top:12px;
	margin-left:5px;
	padding:0;
	}
.title a:link{
	color:#FFFFFF;
	text-decoration:none;
	}
.title a:visited{
	color:#FFFFFF;
	text-decoration:none;
	}
/*　中央部分　*/
.main{
	background-color:#FFFFFF;
	text-align:center;
	padding:9px 0 10px 0;
	}
.top{
	margin:0;
	background:url(../images/b1.gif) bottom repeat-x;
	}
.box{
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	}
.menuicon{
	text-align:center;
	margin:0;
	}
.menu{
	text-align:center;
	font-size:9pt;
	padding:4px 13px 4px 13px;
	height:13px;
	}
.contents{
	margin-top:20px;
	width:auto;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	}
/*　フッター　*/
.footer{
	background:url(../images/footer.gif) bottom repeat-x;
	background-color:#992915;
	color:#FFFFFF;
	margin:0;
	padding:5px;
	font-size:18px;
	height:20px;
	border-top:ridge 2px #cccccc;
	}
.title2{
	font-size:11pt;
	font-family:Georgia, Times New Roman, Times, serif;
	text-align:center;
	}
.title2 a:link{
	color:#FFFFFF;
	text-decoration:none;
	}
.title2 a:visited{
	color:#FFFFFF;
	text-decoration:none;
	}

