@charset "utf-8";


*{
	padding:0;
	margin:0;
	/*font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
}

html{
	height:auto;
}

body{
	width:auto;
	height:auto;
	text-align:left;
	font-size:12px;
	letter-spacing:1px;
	background:url(http://110.50.202.99/img/bg_header.jpg) repeat-x;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height:18px;
	color:#444444;
}

br{
	letter-spacing:0 !important;
}

img{
	vertical-align:text-bottom;
	border:none;
}


.wrap{
	width:860px;
	height:auto;
	margin:0 auto;
}

.base{
	width:860px;
	height:auto;
	margin:0 auto;
	padding-bottom:20px;
	position:relative;
}

a:link,
a:visited {
   text-decoration:none;
   color:#333333;
}
a:hover,
a:active {
   text-decoration:underline;
   color:#333333;
}