/*　基本設定　*/
body {
	text-align: center;
	padding: 0px;
	font-size: 96%;
	color: #333333;
	line-height: 1.3;
	font-family:	verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	margin: 0px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	background-color: #FFFFFF;
}
* + html body {
font-family:"メイリオ","Meiryo";
}
h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, form  {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
a:link {
	color: #c38d00;
	text-decoration: none;
}
a:visited {
	color: #c38d00;
	text-decoration: none;
}
a:active, a:hover {
	color: #003B2E;
	text-decoration: underline;
}
dl {
	overflow: hidden;
	zoom: 1;
}
ul {
 list-style-type: none;
}
li {
 list-style-position: outside;
}
img {
	vertical-align: top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ol li {
	list-style-position: inside;
}
html,body {
scrollbar-arrow-color: #cccccc;
scrollbar-face-color: #003b2e;
scrollbar-highlight-color: #4c776d;
scrollbar-shadow-color: #194e42;
scrollbar-3dlight-color: #001d17;
scrollbar-darkshadow-color: #001d17;
scrollbar-track-color: #a1ad9c;
}