/* サブページのベース */
body {
	font-family: "MSゴシック","Osaka";
	color :#2F4F4F;
	background : url(../img/peicheck2.jpg) repeat scroll ;
	font-size: 16px;
	margin-top: 0px;
	text-align:center;
}
#main a:link {
	color: #008000;
	text-decoration: none;
}
#main a:visited {
	color: #B22222;
	text-decoration: none;
}
#main a:active {
	color: #FFD700;
	text-decoration: none;
}

#main a:hover {
	color: #8b4513;
	background-color : #F5DEB3;	
	text-decoration: underline;
}


#header h1 a {
	color: #FFFFFF;
	text-decoration: none;
}


#contents {
	width: 900px;
	background-color: #FFFFFF;
	text-align: left;
}
#header {
	position: relative;
	background : #006400 url(../img/peicheck.jpg) repeat scroll ;
	width: 100%;
	height: 50px;
	margin-top: 0px;
}
#anneimg {
	position: absolute;
	width: auto;
	height: 34px;
	top: 8px;
	left: 15px;
}
h1 {
	clear: both;
	font-family: 'Time New Roman', Times, serif;
	font-size: 24px;
	color: #FFFFCC;
	margin-top: 0px;
}	
#main {
	background-color: #FFFFFF;
	width: 840px;
	margin: 10px 30px 20px 30px;
	line-height: 170%;
}
#footer {
	clear: both;
	width: 900px;
	height: 23px;
	background : #006400 url(../img/peicheck.jpg) repeat scroll ;
}

#copyright {
	text-decoration: none;
	color:#FFFFFF; 
	font-size:16px;
	text-align: center;
	font-weight: bold;
	padding-top: 3px;
}
#copyright a {
	text-decoration: none;
	color:#FFFFFF; 
}


#pan {
	text-align: right;
	margin: 0px;
}
h2.subtitle {
	border-bottom: 1px dotted #FF6600;
	font-size : 20px;
}
strong.anne {
	font-weight: normal;
}
h2.subsubtitle {
	color: #DC143C;
	font-size: 18px;
}

