@charset "utf-8";

#index #head{
	width:100%;
	min-width:960px;
	height:500px;
	background-image:url(../images/top/main_visual001.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
}

#index #head2,#content{
	width:960px;
	margin:0 auto ;
}
#index #content{
	overflow:hidden;
}
#content div img{
	margin:10px 0;
}
#index #index_title{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:30px;
	line-height:3rem;
	text-align:center;
	margin:150px auto;
	text-shadow: 0px 0px 5px #333333;
	letter-spacing: 0.1rem;
}
#index #index_title span{
	color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size:15px;
	text-shadow: 0px 0px 5px #333333;
	letter-spacing:normal;
}
#index #top_nav{
	width:960px;
	margin:0 auto;
}
#index .news{
	width:229.9px;
	float:left;

	padding:10px 45px;
}

#index .news a:hover h2{
	color: #C5D4D8;
}
#index .news a:active h2{
	color: #C5D4D8;
}

#index .news h2{
	font-size:15px;
	font-family:"Osaka－等幅","Osaka-Mono" ,"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro" ,"メイリオ","Meiryo";
	font-weight: bold;
	text-align:center;
}

#index .news p {
	width:230px;
	margin:5px 0;

}

