@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	list-style: none;
}
* html body {
	font-size: 75%;
	font-family:Verdana, "ＭＳ Ｐゴシック", sans-serif;
}
*  html #main p {
	width: 755px;
}
*:first-child+html body {
	/* for WinIE7*/
	font-size: 75%;
	font-family:'メイリオ', Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
}

body  {
	color: #444444;
	font-size: 12px;
	font-family:Verdona, sans-serif, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック";
	text-align: center;
	background-color: #F9F9F9;
}
a:link  {
	color: #8b4513;
	text-decoration: none
}
a:visited {
	color: #8b4513;
	text-decoration: none;
}

a:hover  {
	text-decoration: underline;
	border-style: none;
	color: #d2b48c;
}
li {
	display: inline;
	float: left;
	border-style: none;
}
#container {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	border: 1px solid #DDDDDD;
	background-color: #FFFFFF;
}
#header {
	width: 800px;
	height: 75px;
	float: left;
	margin-right: auto;
	margin-left: auto;
	background-color: #d2b48c;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	padding-left: 30px;
	text-align: left;
	float: left;
	padding-top: 15px;
}
h2 {
	padding-left: 30px;
	text-align: left;
	float: left;
	clear: both;
	font-size: 12px;
	font-weight: normal;
	padding-top: 2px;
}

h5 {
      font-size: 20px;
      text-align: center;


}
#menu {
	padding-right: 30px;
	padding-top: 10px;
	width: 770px;
	float: right;
	text-align: right;
}
#menu a {
	text-decoration: underline;
}
#pan {
	padding-left: 30px;
	line-height: 25px;
	text-align: left;
	width: 770px;
	height: 34px;
	float: left;
	font-size: 10px;
	color: #444444;
}
#pan a {
	color: #444444;
}
#main  {
	text-align: left;
	float: left;
	width: 770px;
	padding-bottom: 20px;
	padding-left: 30px;
}
#main   p   {
	line-height: 159%;
	width: 730px;
	padding: 10px 10px 30px 15px;
	float: left;
}
h3 {
	font-size: 12px;
	line-height: 30px;
	text-align: left;
	padding-left: 10px;
	height: 28px;
	float: left;
	border-left: 3px solid #d2b48c;
	width: 730px;
}
h4 {
	font-size: 12px;
	line-height: 32px;
	text-align: left;
	height: 28px;
	float: left;
	width: 730px;
	border-bottom: 1px solid #BBBBBB;
	margin-left: 10px;
}
#footer {
	width: 800px;
	clear: both;
}
#copyright {
	font-size: 10px;
	height: 30px;
	line-height: 30px;
	background-color: #d2b48c;
	color: #8b4513;
	float: left;
	width: 802px;
	margin-left: -1px;
}
#copyright a {
	font-weight: normal;
	color: #8b4513;
}#copyright a:hover {
	color: #8b4513;
	text-decoration: underline;
}

