@charset "utf-8";
/* CSS Document */
#head {
	width: 1000px;
	height: 106px;
	background-image: url(../img/top/top_main.gif);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}
#navi {
	width:1000px;
	margin-left: auto;
	margin-right: auto;
}
#navi ul {
	list-style: none;
	height: 50px; /* ボックスの高さを指定　*/
	overflow: hidden;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left:30px;
}
#navi li {
	float: left;
	width: 140px;
	height: 50px;
	margin: 5px;
	padding: 0px;
	display: inline 
}
#navi a {
	display:block;
	width: 100%; /*wie対策のためボックスを指定*/
	height:140px;
	color: #fff;
	background-image: url(../img/navi/navi_back.gif);
	background-position: left top;
	text-decoration: none;/* リンク下線非表示*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	text-align: center;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#navi a:hover {
	background-position: right top;
}
#pagebody {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../img/top/back2.gif);
	background-repeat: repeat-y;
}
#center {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
}
#center img {
	margin-left:15px;
	margin-top:15px;
}
#side {
	width:180px;
	float:left;
	margin-left:15px;
	margin-top:15px;
	clear:both;
	background-color: #E4E4E4;
	overflow: hidden;
	clear:both;
}
#side img {
	margin-top:10px;
	margin-left:10px;
	margin-bottom: 5px;
	margin-left: 10px;	
}
.side a{
	text-decoration: none;
}
#main {
	float: right;
	width: 800px;
	
}
#main img {
	margin-left:15px;
	
}
.news {
	border: 1px solid #CCC;
	margin-top:15px;
	margin-bottom:20px;
	margin-right:20px;
	margin-left:15px;
	display: block;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.news1 {
	margin-top:15px;
	margin-bottom:20px;
	margin-right:20px;
	margin-left:15px;
	display: block;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #CCC;
}
.news1 h2 {
	font-size: 12px;
	text-indent: 5px;
	color: #333;
	line-height: 18px;
	font-weight: normal;
	padding-bottom:10px
}
.new1 img{
	float:right;
}
.news h2 {
	font-size: 12px;
	text-indent: 5px;
	color: #333;
	line-height: 18px;
	font-weight: normal;
}
.news img {
	float:left;
	margin-bottom: 10px;
	margin-right:10px;
}
.box{
	float:right;
	margin-right:15px;
}
#foot {
	height:30px;
	background-image: url(../img/top/foot.gif);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	clear:both;
	margin-top: 20px;
	padding-top:15px;
	padding-bottom:5px;
	text-align: center;
}
#foot p{
	font-size: 12px;
	color: #999;
	text-decoration: none;
	text-align: center;
	font-style: normal;
	padding-top: 30px;
}
#foot a{
	font-size:12px;
	color:#FFF;
	text-align: center;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	text-decoration: none;
}
