@charset "utf-8";
/* CSS Document */

/* global setting */
body{
	margin:0px;
	padding: 0px;
	font: 12px "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
	background: #FFFFFF;
	color: #333333;;
}

p{
	margin:0px;
	padding:0p;
}

div{
	margin:0px;
	padding:0p;
}

ul{
	margin:0;
	padding:0;
}

ol{
	margin:0;
	padding:0;
}

li{
	list-style:none;
}

h1,h2,h3,h4{
	margin:0;
	padding:0;
}

h5{
	font-size:0px;
	height:4px;
	margin:0;
	padding:0;
	background-image:url(../images/b_box_b.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clearfix{
    display:inline-block;
    min-height:1%;  --for IE 7--
	overflow: hidden;
}

#wapper{
	width: 100%;
	height: 100%;
}

#header_wapper{
	width: 100%;
	height: 100%;
	background-image:url(../images/header_bg.gif);
	background-repeat:repeat;
}

/*#header_wapper2{*/
	/*width: 100%;*/
	/*height: 100%;*/
	/*background-image:url(../images/header_bg2.gif);*/
	/*background-repeat:repeat;*/
/*}*/

#header_container{
	width:984px;
	height: 124px;
	margin: 0 auto;
}

#header{
	width:984px;
	height:124px;
	background-image:url("../images/header.jpg");
	background-position:left;
	background-repeat:no-repeat;
}

#header_link{
	position:absolute;
	width:100%;
}
.header_aria{
	margin:auto;
	width:984px;
	height:124px;
}
.header_aria .link_btn{
margin:27px 0px 0px 10px;
}


#fontbox{
	position:absolute;
	margin-left:760px;
	width:191px;
	border: 1px #008CFF solid;
	height: 26px;
	padding-top:8px;
}

#fontbox2{
	margin-left:760px;
	width:191px;
	border: 1px #008CFF solid;
	height: 26px;
	padding-top:8px;
}

#fontbox li{
	float: left;
}

#fontbox2 li{
	float: left;
}

#main_wapper{
	width: 100%;
	height: 100%;
	margin-top:3px;
	background-image:url(../images/menu_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
}

#menu{
	width:984px;
	height:50px;
}

#menu li{
	float: left;
}

#main_container{
	width:989px;
	/*min-height: 400px;*/
	margin: 0 auto;
}

#main{
	width:984px;
/*	min-height: 1000px; */
	margin-top:20px;
}

#left_content{
	float:left;
	width:240px;
	padding-left:10px;
/*	min-height:1000px;	*/
}

.b_box_m{
	width: 220px;
	background:url(../images/b_box_m.gif);
	background-position:top;
	padding:10px;
	min-height:100px;
}

#ad li{
	text-align:center;
	margin-top:10px;
}

#right_content{
	float:right;
	width:700px;
	padding-right:10px;
}


#footer_wapper{
	width: 100%;
	height: 100%;
	background-image:url(../images/footer_bg.gif);
	background-repeat:repeat;
	margin-top:20px;
}

#footer_container{
	width:984px;
	//width:100%;
	height:35px;
	margin: 0 auto;
	//padding-top:6px;
}


#footer{
	width:100%;
	height:35px;
	background-image:url(../images/footer_bg.gif);
	background-repeat:repeat;
	margin-top:20px;
}

#footer_menu ul{
	margin-top:10px;
}

#footer_menu li{
	float:left;
	color: #FFF;
	padding-left:15px;
	margin-left:10px;
	margin-top:10px;
	display:block;
	background-image:url(../images/arrow_orenge.gif);
	background-repeat:no-repeat;
	background-position:left;
}

#footer_menu a{
	color:#FFF;
}

#footer_menu a:hover{
	color:#F60;
}

#credit{
	float:right;
	color:#FFF;
	margin-right:10px;
	padding-top:6px;
}

.link_box{
	width:260px;
	padding:10px;
	border:1px solid silver;
	text-align:center;
	background:#FF6;
}

/* adjust setting */

.float_l{
	float:left;
}

.float_r{
	float:right;
}

.mar_l10{
	margin-left:10px;
}

.mar_t10{
	margin-top:10px;
}

.mar_t20{
	margin-top:20px;
}

.clear{
	clear:both;
	font-size:0px;
}

#link_top{
	margin:50px 0px 20px 0px;
	text-align:right;
	width:100%;
}
