@charset "UTF-8";



* { padding:0; margin:0; }
body {
	color: #999999;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #ffffff url(../images/bg.gif) repeat-x top;
	font-family:"lr oSVbN", Osaka, "qMmpS Pro W3, Tahoma, Arial, Helvetica, sans-serif";
	font-size: 13px;
}
h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
	vertical-align: bottom;
}
strong {
	color: #993300;
	font-weight: normal;
}
p {
	padding-bottom: 5px;
	padding-top: 5px;
}

#wall {
	margin:0 auto;
	width:976px;
	background:url(../images/wall_bg.jpg) repeat-y;
}

/*header-container
----------------------------------------------------------------------------------*/
#header-container {
	width: 896px;
	background:#FF6600 url(../images/top2.jpg) no-repeat left bottom;
	height:950px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#header-container h1 {
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 20px;
	padding-left: 20px;
	clear:both;
	font-weight: normal;
	float:left;
	
}


/*topnavi
----------------------------------------------------------------------------------*/
#topnavi {
	clear: both;
	width: 896px;
	margin: 0;
	height: 50px;
	background: url(../images/topnavi_bg.jpg) right no-repeat;
}

#topnavi ul {
	padding: 0 0 0 10px;
	width:850px;
	margin: 0 auto;
	height: 50px;
	list-style: none;
	font-family: Verdana,Arial,Meiryo,"メイリオ","Hiragino Kaku GothicPro","ヒラギノ角ゴ Pro W3",Osaka,"MS P Gothic","ＭＳ Ｐゴシック",sans-serif;
}

#topnavi ul li {
	float:left;
	padding-right: 5px;
}

#topnavi li a {
	float: left;
	display: block;
	color: #fff;
	font-size: 14px;
	height: 50px;	
	text-align: center;
	padding: 0px 0 0 0px;
	text-decoration:none;
}
#topnavi  li a b {
	float: left;
	display: block;
	padding: 9px 20px 0 20px;
}
#topnavi li a b span{
	display:block;
	font-size:12px;
	text-align:center;
	font-weight:normal;
}
#topnavi li.activ a, #topnavi li a:hover {
	color: #ff6600;
	text-decoration: none;
	background: url(../images/topnavi_hover_right.jpg) right top no-repeat; 
}
#topnavi li.activ a b, #topnavi li a:hover b {
	color: #ff6600;
	text-decoration: none;
	background: url(../images/topnavi_hover_left.jpg) left top no-repeat;
}

/*TOPTCh
----------------------------------------------------------------------------------*/
#side {
	float: right;
	width: 350px;
	height:300px;
	position:relative;
	top: 190px;
	right:10px;
	text-align: right;
	padding: 9px 9px 15px;
	line-height: 2;
}
#side ul.s_menu  {
	padding-left:25px;
	color: #fff;
	text-align: center;
}

#side ul.s_menu li {
	float: left;
	padding:5px;
	color: #fff;
	text-align: center;
	line-height:1.5;
	font-size:10px;
}
#side ul.s_menu li a {
	color: #fff;
	text-decoration:none;
}
#side ul.s_menu li a:hover {
	color: #009900;
	text-decoration:underline;
}

/*header-container
----------------------------------------------------------------------------------*/
#header-container #bottom_area {
	clear:both;
	zoom: 100%;
	top: 200px;
	position:relative;
	width: 870px;
	text-align: left;
	padding: 10px 10px;
	_padding: 0 10px;
	line-height: 2;
}

/*#bottom_area
----------------------------------------------------------------------------------*/
#header-container #bottom_area #news {
	width: 300px;
	height: 150px;
	color: #240000;
	float:left;
	line-height: 1.3;
	clear:both;
	top: 120px;
	position:relative;
	text-align: left;
	padding: 10px 10px;
	line-height: 2;
	overflow: visible;
}

#header-container #bottom_area #ad {
	width: 500px;
	color: #fff;
	float:right;
	text-align: right;
	padding: 5px;
	line-height: 1.5;
}
#header-container #bottom_area #ad img {
	padding-left: 5px;
}
/*footer
----------------------------------------------------------------------------------*/

#footer {
	width: 896px;
	height: 30px;
	margin: 0 auto;
	background: url(../images/img06.jpg) repeat-x left bottom;
	font-size: 11px;
	color: #CCCCCC;
}
#footer #f_box {
	margin: 0 auto;
	width: 900px;
}
#footer p {
	margin: 0;
	padding: 13px 20px 0 20px;
}

#footer a {
	color: #FFFFFF;
}

#legal {
	text-align:center;
}


/*clearfix
----------------------------------------------------------------------------------*/
#container:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#container { display: inline-block; }

/* Hides from IE-mac \*/
*html #container { height: 1%; }
#container { display: block; }
/* End hide from IE-mac */


