html, body {
	background-color:#000000;
	margin:0;
	padding:0;
	border:0;
	color: #EEEEEE;
	font-size: 11px;
	line-height: 22px;
	text-align: center;
	font-family: Meiryo, 'メイリオ', Hiragino Kaku Gothic Pro, 'ヒラギノ角ゴ Pro W3', Osaka, 'ＭＳ Ｐゴシック', sans-serif;
	height:100%;
	margin-bottom:1px;
}
#wrapper {
	width:100%;
	margin:0 auto 0 auto;
	padding:0;
	border:0;
}
#header{
	width:100%;
	background-image:url("../images/bg_header.gif");
	background-repeat:repeat-x;
	background-position:top;
	margin:0 0 20px 0;
}
#header #header_inner{
	margin:0 auto 0 auto;
	padding:40px 0 0 0;
	text-align:center;
	width:980px;
}
#header .menu_list{
	float:right;
	/*margin:0 260px 0 0;*/
	width:710px;
	text-align:left;
	display:inline;
}
#header .menu_list .left{
	float:left;
	width:465px;
	text-align:left;
	display:inline;
}
#header .menu_list .right{
	float:right;
	width:143px;
	text-align:right;
	display:inline;
}
#header #logo{
	display:inline;
	width:240px;
	float:left;
	margin-left:10px;
}
#header .phone{
	float:right;
	width:298px;
	height:39px;
	margin:0px 10px 0 0;
	text-align:left;
	display:inline;
}
#header ul{
	/*margin:21px 270px 0 20px;*/
}
#header ul li{
	float:left;
}

#bg_area {
	width:100%;
}
#bg_area #bgcontents{
	text-align:center;
}
#main_title #bgcontents{
	text-align:center;
}
#main_title #bgcontents #main_image{
	width:960px;
	margin:0 auto;
}

/*---------contents-----------*/
#contener {
	width:980px;
	margin:20px auto 0 auto;
}
#contents{
	width:960px;
	margin:0 10px 0 10px;
	text-align:left;
}

/*---------contents　left_contents-----------*/
#contents .left_contents{
	width:620px;
	float:left;
	margin:0 60px 50px 0;
}
#contents .left_contents .entry{
	margin:0 0 50px 0;
	padding:0 0 30px 0;
	border-bottom:dashed 1px #222222;
}
#contents .left_contents .entry .title{
	margin:0 0 5px 0;
}
#contents .left_contents .entry .caption{
	margin:0 0 10px 0;
}
#contents .left_contents .entry .body{
	width:100%;
	margin:0 0 5px 0;
	padding:0 0 20px 0;
	border-bottom:solid 1px #222222;
}
#contents .left_contents .entry .entry_footer{
	width:100%;
	background-color:#111111;
	color:#99cc00;
	font-weight:bold;
	font-size:11px;
	padding:5px 0;
}
#contents .left_contents .entry .entry_footer .left{
	width:524px;
	display:inline;
	float:left;
	margin:0 0 0 5px;
}
#contents .left_contents .entry .entry_footer .left a:link { text-decoration:none; color:#99CC00;}
#contents .left_contents .entry .entry_footer .left a:visited { text-decoration: none; color:#99CC00;}
#contents .left_contents .entry .entry_footer .left a:active { text-decoration:none; color:#99CC00;}
#contents .left_contents .entry .entry_footer .left a:hover { text-decoration:none; color:#666666;}

#contents .left_contents .entry .entry_footer .right{
	width:81px;
	display:inline;
	float:right;
	margin:6px 5px 0 5px;
}
/*---------contents　right_contents-----------*/
#contents .right_contents{
	width:280px;
	float:right;
	display:inline;
	margin:0 0 50px 0;
	font-weight:bold;
}
#contents .right_contents .rightlist{
	margin:0 0 20px 0;
	padding:0 0 10px 0;
	font-size: 12px;
	color:#414141;
}
#contents .right_contents .rightlist a:link { text-decoration:none; color:#414141;}
#contents .right_contents .rightlist a:visited { text-decoration: none; color:#414141;}
#contents .right_contents .rightlist a:active { text-decoration:none; color:#414141;}
#contents .right_contents .rightlist a:hover { text-decoration:none; color:#666666;}

#contents .right_contents .rightlist ul li{
	padding:3px 0 3px 0;
	border-bottom:solid 1px #313131;
}
#contents .right_contents .rightlist .list_head{
	margin:0 0 15px 0;
	padding:0 0 10px 0;
	border-bottom:solid 1px #e71f1a;
}
/*----------footer-----------*/
.btnwrapper {
	clear:both;
	width:100%;
	text-align:right;
}
.btn_area {
	width:230px;
	float:right;
}
.btn_area .pagetop{
	float:right;
	margin:0 0 20px 10px;
	display:inline;
}
.btn_area .btnback{
	float:left;
	margin:0 0 20px 0;
	display:inline;
}

#footer{
	font-size:11px;
	border-top:solid 1px #222222;
	margin:30px 0px 0 0px;
	padding:10px 0 0 0 ;
	clear:both;
	width:960px;
}

#footer .footer_link{
	float:left;
}

#footer .copy{
	text-align:right;
	float:right;
}
/*banner*/

