@charset "utf-8";
/* CSS Document */


html {
overflow: auto;
}

body{
overflow: hidden; /*はみ出た部分をどうするか*/
 margin:0;
 line-height:115%;
 font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}



#contain{
	width:1000px;
	height:auto;
	height:auto;
	padding-top:15px;
	padding-bottom:300px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	/* box-shadow */
box-shadow:0px 0px 7px 3px #dbdbdb;
	-moz-box-shadow:0px 0px 7px 3px #dbdbdb;
	-webkit-box-shadow:0px 0px 7px 3px #dbdbdb;
	/* border-radius */
border-radius:1px;
	-moz-border-radius:1px;
	-webkit-border-radius:1px;

}
#mainimg{
	width:96%;
	height:440px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	background-image: url(../images/23koube_slide.jpg);
}
#contain .message{
	font-size:130%;
	font-weight:bold;
	text-align:center;
	margin-top:20px;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	color: #FFF;
	background-color: #8FC7EF;
	padding-top: 5px;
	padding-bottom: 5px;
}
#main{
	width:100%;
	height:auto;
	margin-top:10px;
}

#main .article{
	float:left;
	list-style:none;
	width:200px;
	margin-left:25px;
}
#main .pic{
	width:200px;
	height:200px;
	background-color: #F0F0F0;
	padding:10px;
}

#main .text{
	float:left;
	width:200px;
	padding:10px;
	color:#666666;
	line-height:120%;
	font-size:97%;
}
#main .text a{
	text-decoration:underline;
	color:#666666;
}
#footer {
　　position:absolute;
　　height:80px;
　　z-index:1;
　　width: 100%;
　　background-image: url(../images/navi_bg.png);
}
#fix{
	width:100%;
	height:1px;
	clear:both;
}
