@charset "UTF-8";

/*  
Theme Name: 白神ねっと
Theme URI: 
Description: 
Version: 
Author: 
Author URI:
Tags: 
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

body{
	background:url(img/bg.png) center top repeat-x #f5f5f5;
	margin:0px;
	padding:0px;
	font-size:90%;
	color:#444444;
	line-height:150%;	
}

img{
	border:none;
	vertical-align:bottom;
}

a{
	color:#444444;
}
/*header*/
#header{
	width:1200px;
	margin:33px auto 40px auto;
	padding:0px;
	overflow:hidden;	
}

#logo{
	padding:0px;
	margin:0px;
}

#logo h1{
	padding:0px;
	margin:0px;	
}

/*navi*/
#navi{
	width:1200px;
	padding:0px;
	margin:0px auto;
	overflow:hidden;	
}

#navi ul{
	padding:0px;
	margin:5px 0px 0px 0px;
	list-style:none;	
}

#navi li{
	float:left;	
}

.navi1{
	display:block;
	width:199px;
	height: 76px;
	background:url(img/navi1_on.png) no-repeat 0 0;
}

.navi2{
	display:block;
	width:200px;
	height: 76px;
	background:url(img/navi2_on.png) no-repeat 0 0;
}

.navi3{
	display:block;
	width:200px;
	height: 76px;
	background:url(img/navi3_on.png) no-repeat 0 0;
}

.navi4{
	display:block;
	width:200px;
	height: 76px;
	background:url(img/navi4_on.png) no-repeat 0 0;
}

.navi5{
	display:block;
	width:200px;
	height: 76px;
	background:url(img/navi5_on.png) no-repeat 0 0;
}

.navi6{
	display:block;
	width:201px;
	height: 76px;
	background:url(img/navi6_on.png) no-repeat 0 0;
}


/*trouble*/
#trouble_box{
	width:1200px;
	margin:315px auto 0px auto;
	padding:0px;
	overflow:hidden;
	clear:both;	
	height:95px;
}

#trouble_box a{
	color:white;
	font-weight:bold;
}

#trouble_icon{
	float:left;
	width:142px;	
}

#trouble_text{
	float:right;
	width:1020px;
	color:white;
	margin:7px 0px 0px 0px;	
}

/*container*/
#container{
	width:1200px;
	clear:both;
	margin:20px auto 0px auto;
	padding:0px;
	overflow:hidden;	
}

/*main*/
#main{
	width:920px;
	float:left;
	overflow:hidden;	
}

.main_box{
	overflow:hidden;
	margin:0px 0px 50px 0px;	
}

.main_list{
	float:left;
	width:435px;
	background:white;
	margin:0px 10px;
	height:360px;	
}

.main_list ul{
	padding:0px;
	margin:10px 20px;
	list-style:none;
}

.main_list li{
	background:url(img/icon1.png) center left no-repeat;
	padding:10px 10px 10px 15px;
	border-bottom:1px dotted #999999;
	margin:5px 0px;
}

.main_bn{
	margin:0px 0px 30px 0px;
	overflow:hidden;
}

/*news*/
.news_td1{
	width:107px;
	padding:5px;	
}

.news_td2{
	width:120px;
	padding:5px;	
}

.news_td3{
	width:650px;
	padding:5px;	
}

#more{
	margin:20px 30px 0px 0px;
	text-align:right;
}

/*banner*/
.bn_list ul{
	padding:0px;
	margin:0px;
	list-style:none;
}

.bn_list li{
	float:left;
	width:122px;
	margin:0px 13px 20px 13px;
}

/*side*/
#side{
	width:280px;
	float:right;
	overflow:hidden;
}

#side ul{
	padding:0px;
	margin:0px auto;
	list-style:none;
}

#side li{
	margin:0px 0px 10px 0px;
	text-align:center;
}

/*footer*/
#footer{
	background:#272F1D;
	overflow:hidden;
	text-align:center;
	color:white;
	padding:20px 20px 0px 20px;
}

#footer a{
	color:white;
	text-decoration:none;
}

#footer_navi{
	padding:20px;	
}

#footer_add{
	margin:0px auto 20px auto;
}

#copyright{
	background:url(img/copy_bg.png) top left repeat-x;
	color:#6B735B;
	font-size:12px;
	padding:10px;
}

/*ソフトウェア利用規約*/
.soft_kiyaku_box{
	overflow:hidden;
}

.soft_kiyaku_box table{
	border-collapse: collapse;
    border:1px solid #333;
}

.soft_kiyaku_box th{
	width:30%;
	padding:10px;
	border-collapse: collapse;
    border:1px solid #333;
}

.soft_kiyaku_box td{
	width:65%;
	padding:10px;
	border-collapse: collapse;
    border:1px solid #333;
}