@charset "UTF-8";

/* 基本スタイル
---------------------------------------------*/
div, p, span, a, input, select, textarea, form, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, body, tbody, br, hr, img, label, object, script {
	font-size: 100%;
	margin: 0;
	padding: 0;
	border:0;
}
body {
	color: #000;
	font-family:"ヒラギノ角ゴ Pro W3",  "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: small;
	_font-size: x-small;/*IE6*/
	line-height: 1.4;
	text-align: center;
	background: #c3eb67 url(../imgs/main_bg.jpg) top repeat-x;
	/*\*/
	letter-spacing: 0.1em;
	/**/
}


a:link { color: blue; } 
a:visited { color: blue; } 
a:hover { color: dodgerblue; } 
a:active { color: blue; }




.font_12 {
	font-size:12px;
	line-height:150%;
	letter-spacing:1px;
}
br {
	letter-spacing: 0;
}

#wrapper {
	margin: 0 auto 0px;
	padding: 0;
	position: relative;
	text-align: left;
	width: 800px;
}
#contents {
	padding:0;
	width:800px;
}
#header {
	padding: 21px 0 13px ;
	width:800px;
}
#header #balloon {
	position: absolute;
	top: 79px;
	left: 860px;
}
#header #backTop a{
	position: absolute;
	top:86px;
	left: 687px;
	width: 113px;
	height: 23px;
	background: url(../imgs/btn_backTop.gif) no-repeat 0 0;
	display:block;
	text-indent: -9999px;
	text-decoration: none;
}
#header #backTop a:hover{
	 background-position: 0 -23px;
}
#gheader h1 a{
	width: 800px;
	height: 60px;
	background:url(../imgs/gheader.gif) left top no-repeat;
	display:block;
	text-indent: -9999px;
	text-decoration: none;
}
#main_area{
	background:#fff url(../imgs/top_r.gif) top no-repeat;
	padding:12px 15px 15px;
}
#main_flasharea{
	width: 800px;
	height: 550px;
	padding:0
}
#topics{
	margin: 0 0 15px 0;
	padding:10px 0 0 ;
}
#topics h2 {
	width: 800px;
	height: 28px;
	display:block;
	background: url(../imgs/topics_ttl.gif) left top no-repeat;
	text-indent: -9999px;
}
#button {
	height: 50px;
	position: relative;
	padding:0;
	margin:0;
}

#footer {
	padding: 0 0 25px 0;
	width:800px;
}
#footer #mexas_logo {
	width:104px;
	float:left;
}
#footer #copy_txt {
	width:696px;
	float:left;
	text-align: right;
	font-size:11px;
}
.clear {
	clear: both;
}
.mt10 {
	margin-top: 10px;
}


