@charset "UTF-8";
/* CSS Document */

/*
*ナビゲーション設定
*/
nav ul{
	list-style:none;
}
/*----------------------------------------------------------------------

	Common 共通項目
	
----------------------------------------------------------------------*/
body{
	line-height: 1.5;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:13px;
	color: #242424;
	margin:0 auto; 
}
a:link,
a:visited {
	color: #000000;
	text-decoration: none;
}

a:active,a:hover{
	outline:0;
}

p{
	font-size:13px;
	margin:3px 20px 9px ;
}	

html,body{
	height:100%
}

a:visited,a:active{
	color:inherit;
	
}

a:hover,a:focus{
	color:#FF8000;
}

/*----------------------------------------------------------------------
	Header	
----------------------------------------------------------------------*/
header{
	margin:0 auto 40px auto;
	position:relative;
	background:#ffffff;
}

#header_wrapper{
	/*position:fixed;*/
	top:0;
	left:0;
	/*	z-index:1000;*/
	width:100%;
	background:#FFF;
}
#header_wrapper header{
	width:960px;
	height:230px;
	position:relative;
}

header h1{
	margin-left:24px;
	margin-top:90px;
	color:#242424;
	font-family:"Times New Roman",Times,sans-serif;
	font-size:43px;
	margin-left:24px;
	text-align: center;
}

header h1 img{
	margin-left:10px;
	width: 300px;
	margin-bottom: -10px;
}
header h2{
	font-size: 20px;
	margin-top: 10px;
	margin-: 10px;
	text-align: center;
}

/*----------------------------------------------------------------------
	Contents	
----------------------------------------------------------------------*/

#contents {
	width: 950px;
	margin: auto;
}

#contents figcaption{
	padding-left: 20px;
	font-size: 16px;
	font-weight: bold;
}

#contents img {
	padding-top: 5px;
}
#contents img:hover {
	opacity: 0.9;
}
#contents .box {
	float: left;
	margin-right: 5px;
	margin-left: 55px;
}