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

/*	header
-----------------------------------------------------------*/

nav#menu ul li#outline a{
	float:left;
	width:140px;
	height:90px;
	padding:0 1px;
	background-image:url(../img/outline.png);
	background-position:1px;
}
nav#menu ul li#history a{
	float:left;
	width:140px;
	height:90px;
	padding-right:1px;
	background-image:url(../img/history.png);
}
nav#menu ul li#member a{
	float:left;
	width:140px;
	height:90px;
	background-image:url(../img/member.png);
}

/*	picturebox
-----------------------------------------------------------*/
figure#picturebox{
	width:100%;
	height:360px;
	background-image:url(../img/picture_back.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
}
figure#picturebox ul{
	position:relative;
	height:330px;
	width:1280px;
	margin:0 auto;
	list-style:none;
	overflow:hidden;
	text-align:center;
}
figure#picturebox ul li img{
	position:absolute;
	top:0;
	left:0;
}

/*	content
-----------------------------------------------------------*/

article#content{
	margin-top:26px;
}
article#index-title01{
	width:465px;
	float:left;
	line-height:1.5;
}
article#content article#index-title01 h2{
	width:461px;
	height:42px;
	background-image:url(../img/index_title01.jpg);
	text-indent:-9999px;
}
article#content article#index-title01 img{
	position:relative;
	margin:23px 0 0 53px;
}
article#index-title02{
	width:465px;
	float:right;
	line-height:1.5;
}
article#content article#index-title02 h2{
	width:461px;
	height:42px;
	background-image:url(../img/index_title02.jpg);
	text-indent:-9999px;
}