@charset "Shift_JIS";

body{
	background: #FFF;
}

#header{
	width: 100%;
	background: #FFF url(../img/g-cmn-bg.gif) left top repeat-x;
}

#footer{
	width: 100%;
	border: 0;
	background: #FFF;
}

.inner-header,
.inner-footer{
	width: 950px;
	margin: 0 auto;
}

#container{
	width: 100%;
	height:547px;
	background: #44591B url(../img/bg_container-01.gif) left top repeat-x;
}

.inner-container{
	width: 950px;
	height: 546px;
	margin: 0 auto 0;
	position: relative;
	background-color: #c2d500;
}

.background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.logo {
	position: absolute;
	top: 7px;
	left: 0;
}

.logo h1 {
	margin-left: 30px;
	margin-top: 13px;
}

.content {
	position: absolute;
	top: 154px;
	left: 0;
	width: 100%;
	height: 393px;
	background: url(../img/index/bg_index-01.png);
}

/*20130528*/

#index_l_area{
	position: absolute;
	top: 16px;
	left: 4px;
}
#index_l_area div#c2_area,
#index_l_area div#c3_area{
width:397px;
height:119px;
padding:13px 0 13px 13px;
}

#index_l_area div#c2_area{	background: url(../img/index/bg_c2.png) 0 0 no-repeat;}
#index_l_area div#c3_area{	background: url(../img/index/bg_c3.png) 0 0 no-repeat;}



#index_l_area ul li dl dt{
float:left;
}

#index_l_area ul li dl dd{
float:left;
margin-left:-23px;
}

#index_r_area{
	position: absolute;
	top: 16px;
	left: 415px;
}

#index_r_area #login_area{
	background: url(../img/index/bg_login71.png) 0 0 no-repeat;
	width:506px;
	height:44px;
	padding:7px 0 20px 20px;
}

#index_r_area #login_area dl{
float:left;}
#index_r_area #login_area dl dt{
float:left;
padding:0px 5px 0 0;
}

#index_r_area #login_area dl dd{
	float: left;
	padding-right: 15px;
	font-size: 13px;
}
#index_r_area #login_area dl dd ul li a{
color:#1F3F00;
}


#index_r_area #topics_area{
margin-top:10px;
	background: url(../img/index/bg_topics.png) 0 0 no-repeat;
	width:500px;
	height:275px;
	padding:15px 20px 0 10px;
}

#index_r_area #topics_area .left_area{
width:290px;
float:left;
}

.video {
	width: 280px;
	height: 186px;
	margin-top: 5px;
	background: url(../img/index/bg_video.png) 0 0 no-repeat;
	padding:3px 5px 4px;
}

.video-button {
	margin:3px auto 0;
	text-align: center;
}


#index_r_area #topics_area .right_area{
padding-top:20px;
width:191px;
float:right;
}
#index_r_area #topics_area .right_area li{
padding-bottom:2px;
}

#index_l_area #message_area {
	
	width: 399px;
	height: 70px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-left:5px;
	margin-bottom:10px;
}

#footer div#txt {
	font-size:12px;
	padding: 7px 12px;
}


#footer div#txt ul {
	padding-left:5px;
}

#footer div#txt a:link { color:#3D3D3D; }   
#footer div#txt a:visited { color:#3D3D3D; }
#footer div#txt a:hover { color:#CC0000;}  
#footer div#txt a:active { color:#3D3D3D; }  
#footer div#txt ul li {
	margin-left:10px;
list-style-type:disc;
}