/* 前ページのベース(メニュー含む) */
body {
	font-family: "MSゴシック","Osaka";
	color :#2F4F4F;
	background : url(../img/peicheck2.jpg) repeat scroll ;
	font-size: 16px;
	margin-top: 0px;
	text-align:center;
}
a:link {
	color: #008000;
	text-decoration: none;
}
a:visited {
	color: #B22222;
	text-decoration: none;
}
a:active {
	color: #FFD700;
	text-decoration: none;
}
#main a:hover {
	color: #8b4513;
	background-color : #F5DEB3;	
	text-decoration: underline;
}

#menu h2 a:hover {
	display : block ;
	color: #FAFAD2;
	background-color : #556B2F;	
}
#menu li a:hover {
	display : block ;
	color: #8b4513;
	background-color : #F5DEB3;	
}


#contents {
	width: 915px;
	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;
	
}
#header h1 {
	font-family: 'Time New Roman', Times, serif;
	font-size: 24px;
	color: #FFFFFF;
	margin-top: 0px;
}

#main {
	float: right;
	background-color: #FFFFFF;
	width: 650px;
	margin-top: 20px;
	margin-right:10px;
	margin-bottom:20px;
	line-height: 160%;
}
	
#menu {
	background :#FFFFFF;
	float: left;
	width: 220px;
	margin: 5px 2px;
}

#footer {
	clear: both;
	width: auto;
	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; 
}

h2.subtitle {
	border-bottom: 1px dotted #FF6600;
	font-size : 20px;
}

strong.anne {
	font-weight: normal;
}

#main li {
	list-style-type : none ;
}
#main li a {
	list-style-image: url(../img/sankaku.gif);
}

#menu h2 {
	background : url(../img/peicheck.jpg) repeat scroll ;
	display : block ;
	padding : 5px;
	margin : 8px 0px;
	font-size : 14px;
	color: #FFFFFF;
}
#menu ul {
	margin : 5px 20px ;
} 
#menu li {
	list-style-type : none ;
	font-size : 13px;
	border-bottom: 1px dotted #FF6600;
	line-height: 160%;
}

#menu ul.note {
	margin : 5px 20px 3px 40px;
} 

