@charset "Shift_JIS";



/*　ブラウザのデフォルトスタイルを初期化
----------------------------------------------*/

#spacer{height:5px;}

*{
  margin: 0;
  padding: 0;
  color: #402924;
  font-family: Verdana,Arial,"ヒラギノ角ゴ Pro W4",ヒラギノ角ゴ Pro W4, ヒラギノ角ゴ Std, Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, "ＭＳ Ｐゴシック",  Osaka, sans-serif;

 font-weight: normal;
 line-height:20px;
 text-align:left;
 font-size:12px;

}


/* CSS Document */

/*　初期設定
----------------------------------------------*/

body{
	margin: 0px;
    padding: 0px;
	border-top: 5px solid #000000;
	border-bottom:20px solid #CCCCCC;
}
	
.block {
	display: block;
	}
	
img{
	border: 0px;
	}
	

/*　wrapper
----------------------------------------------*/
#wrapper{
  margin: 0 auto;
  padding:0;
  width: 1024px;
  background: url(../img/back.jpg) repeat-y;
 

  }

/*　ヘッダー グローバルナビ
----------------------------------------------*/

#h1{
	position:relative;
	margin-left: 350px;
	width:470px;
	}

#header{
	height:60px;
	margin-left:70px;
	}
	
#header a{
	font-size:40px;
	font-weight:900;
	text-decoration:none;

	line-height:1.5;
	padding-top:10px;
	}
	
#navi{
	float:left;
	height:38px;
	margin-left:60px;
	}
	
#key img{
	clear:both;
	padding:0 0 0 60px;
}
	
/*サイドナビ
----------------------------------------------*/
#side_navi{
	float:left;
	background-attachment: inherit;
	width:220px;
	margin:0 0 5px 60px;
}
	
#sidenavi{
	text-align:left;
}	

#sidenavi p {
	font-size:12px;
	padding-top:25px;
	padding-left:33px;
}
#sidenavi a{
	line-height:1;
}
.link{
	margin:20px 0 20px 10px ;
	width:200px;
}
.link_title{
	clear:both;
	font-weight: bold;
	text-align: center;
	color:#000;
	background: #aed25e;
	margin-top:30px;
}

.link ul{
	padding:5px 0 0 20px;
}
.link li{
	list-style-type:none;
	list-style-image: url(../img/list.jpg);
	font-size:10px;
	width:90px;
	float:left;
	line-height:1.5;
}
.link li a{
	font-size:0.8em;
	text-decoration:none;
	border-bottom:dotted thin;
	}

/*センターカラム
----------------------------------------------*/	
#contents_center{
}
.contents_center1{
	background-image:url(../img/inco.jpg);
	background-repeat:no-repeat;
	float: left;
	width:510px;
	margin:10px 0 20px 20px;
	padding:0 0 0 10px;
	}

.contents_center1 p.title{
	padding-left:60px;
	}

.list_top{
	padding-top:20px;
	}
.contents_link{
	background-image:url(../img/inco.jpg);
	background-repeat:no-repeat;
	float: left;
	width:510px;
	margin:10px 0 20px 20px;
	}
.list_top1 li {
	list-style-image:url(images/list.jpg);
	list-style-type:none;
	width:250px;
	float:left;
	line-height:1.5;
	margin-right:5px;
}
.list_top1 li a{
	font-size:10px;
	text-decoration:none;
	border-bottom:dotted thin;
}
.list_top1 p.a{
	font-size:10px;
	text-decoration:none;
	border-bottom:dotted thin;
}
.contents_link p.title{
	padding-left:60px;
	}

.list_top1{
	padding-top:20px;
	width:510px;
}
	
/*上部　リスト
-------------------*/	
#list_top{
	width:480px;
	list-style:none;
	list-style-image:url(../img/list.jpg);
	padding-left:30px;
	}

#list_top li{
	line-height:40px;
	}
	
.list_1{
	list-style-position: inside;
	}
	
.out{
	margin-left:17px;
	}

.list_2{
	list-style-position:inside;
	}
	  

/*フッター
----------------------------------------------*/
#footer_nv {
	clear:both;
	width:840px;
	height:28px;
	position:relative;
	margin-bottom:-30px;
	}
	
#footer_navi a {
	color:#FFFFFF;
	width:400px;
	height:;
	padding-left:;
	}
	
#footer_navi {
	position:absolute;
	left:0px;
	width:600px;
	height:25px;
	margin-left:60px;
	}
	
#footer_nv img{
	float:right;
	margin-top:-2px;
}
	
#footer_navi p{
	color:#FFFFFF
	}
	
#footer {
	background-color:#000000;
	height:28px;
}
#footer p {
	text-align:right;
	width:850px;
	height:28px;
	padding-top:10px;
	margin: 0 auto;
	
	}
/*** clearfix ***/

.clearfix:after{
	content: "";
	display: block;
	clear: both;
	overflow: hidden;
}

/*\*/
* html .clearfix {
    height: 1em;
}

.clearfix{
	zoom: 1;
}