@import url("reset.css");
body {
	background-color: #ffffff;
	text-align:center;
	font-size:0.8em;
	line-height:1.5;
	color:#444444;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin:0;
	text-align:center;
}


/*---------------------------------

	ヘッダー
	
---------------------------------*/

#header{
	width:900px;
	height:74px;
	position:relative;
	margin:0 auto;
}

#header h1{
	width:500px;
	height:10px;
	font-size:8pt;
	position:absolute;
	top:3px;
	right:0;
	text-align:right;
}

#header h2{
	width:221px;
	height:61px;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-30px;
}

/*---------------------------------

	メニュー
	
---------------------------------*/

#menu{
	width:510px;
	height:41px;
	position:absolute;
	right:0;
	bottom:0;
	border-right:1px solid #D4D4D4;
}

#menu li{
	width:101px;
	height:41px;
	border-left:1px solid #D4D4D4;
	float:left;
	text-align:left;
}

/*---------------------------------

	タイトル
	
---------------------------------*/
#title{
	width:100%;
	background-image:url(../img/photo-back.gif);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D3F3E4;
	border-bottom-color: #D3F3E4;
}

/*---------------------------------

	メイン
	
---------------------------------*/

#main{
	width:900px;
	margin:0 auto;
	padding:20px 0 10px 0;
	background-image:url(../img/main-back.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}

/*---------------------------------

	メイン 左
	
---------------------------------*/

#main-left{
	width:250px;
	float:left;
}

#main-left .item{
	margin-bottom:10px;
}

/*----インフォメーション---*/

#main-left .infomation{
	width:250px;
	background-image:url(../img/info-main.gif);
	background-repeat:repeat-y;
}

#main-left .infomation-inner{
	width:221px;
	margin:0 auto;
	font-size:9pt;
	text-align:left;
}

#main-left .infomation-inner h3{
	margin-bottom:10px;
}

#main-left .infomation-inner p{
	padding-left:5px;
}

/*---------------------------------

	メイン 右
	
---------------------------------*/

#main-right{
	width:631px;
	float:right;
}

.subtitle{
	margin-bottom:15px;
}

/*---------------------------------

	フッダー
	
---------------------------------*/

#fooder{
	width:100%;
	background-image:url(../img/fooder-back.gif);
	background-repeat:repeat-x;
}

#fooder-inner{
	width:900px;
	margin:0 auto;
	padding:15px 0 25px 0;
}

#fooder-menu{
	width:450px;
	float:left;
	text-align:left;
	font-size:7.5pt;
	color:#575757;
}

#fooder-menu a{
	color:#575757;
	text-decoration:none;
}

#fooder-menu a:hover{
	color:#2E986B;
}

#copyright{
	float:right;
}

/*---------------------------------

	フォント
	
---------------------------------*/

a{
	color:#1228C7;
}
a:hover{color:#0C1D88;}

