html {
	overflow-y: scroll;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
	color: #333;
}

body {
	color: #333;
	font-size: small;
	font-family: verdana,"ƒqƒ‰ƒMƒmŠpƒS Pro W3","Hiragino Kaku Gothic Pro",Osaka,"‚l‚r ‚oƒSƒVƒbƒN","MS PGothic",Sans-Serif;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 10px;
	clear:both;
}

a img {
    border-style:none;
}

A {
	text-decoration: none;
	color: #00f;
}

#wrap{
	width:900px;
	clear:both;
	overflow:auto;
}

#site_name{
	width:890px;
	float:left;
	clear:both;
	overflow:auto;
	text-align:left;
	padding-left:10px;
}

#header{
	width:100%;
	margin-bottom:5px;
	padding-top:0px;
	padding-bottom:0px;
	border-top: 1px solid #a8bf93;
	border-bottom: 1px solid #a8bf93;
	float:left;
	overflow:auto;
}

#footer{
	width:100%;
	border-top: 1px solid #a8bf93;
	border-bottom: 1px solid #a8bf93;
	float:left;
	font-size:10pt;
}

#logo_img{
	margin-top:15px;
	margin-left:10px;
	margin-right:5px;
	float:left;
}

#search{
	width:480px;
	height:50px;
	padding-top:10px;
	padding-bottom:15px;
	margin-top:10px;
	margin-left:15px;
	float:left;
	font-size:8pt;
	background-image:url(../img/search_back.gif);
	background-repeat: no-repeat;
}

#search_b{
	margin-top:2px;
	border: 1px solid #a8bf93;
}

#advertisement{
	width:200px;
	/*height:200px;*/
	margin-bottom:5px;
	float:left;
	border: 1px solid #a8bf93;
}

H1{
	font-size:10pt;
	color:#777;
}
H2{
	font-size:9pt;
	color:#333;
}
H3{
	font-size:9pt;
	color:#333;
}
#font_8pt{
	font-size:8pt;
}
#font_9pt{
	font-size:9pt;
}
#font_10pt{
	font-size:10pt;
}
#font_11pt{
	font-size:11pt;
}
#font_12pt{
	font-size:12pt;
}

