@charset "shift_jis";
@import url("reset.css");

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, serif;
	color: #262626;
	background-color: #F7FDFE /*#F7FCFF*/;
	background-image: url(../img/back.jpg);
	background-repeat: repeat-x;
	text-align:center;
	font-size: 84%;
	line-height: 1.6;
}

#inbox{
	width:950px;
	background-color:#FFFFFF;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	margin:0 auto;
	padding:0 0 15px 0;
}


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

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

#header{
	width:950px;
	height:91px;
	position:relative;
	background-image:url(../img/back.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}

#header h1{
	width:600px;
	height:10pt;
	position:absolute;
	top:0;
	left:5px;
	font-size:9pt;
	text-align:left;
}

#header #logo{
	position:absolute;
	bottom:10px;
	left:5px;
}

#header #contact{
	width:395px;
	height:34px;
	position:absolute;
	right:5px;
	top:10px;
}

#header #form{
	margin-left:5px;
}

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

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

#menu{
	width:800px;
	height:40px;
	position:absolute;
	right:2px;
	bottom:0;
	text-align:right;
}

#menu img{
	margin-left:2px;
}

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

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

#fooder{
	width:950px;
	margin-top:15px;
	border-top:3px double #CCCCCC;
	padding-top:10px;
	color:#555555;
}

#fooder .menu{
	margin-bottom:5px;
	font-size:9pt;
}

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

#fooder .menu a:hover{
	color:#207645;
}

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

	下層ページ
	
-------------------------*/
#main{
	width:932px;
	margin:0 auto;
	padding-top:10px;
}

#main #title{
	width:930px;
}

#title{
	background-image:url(../img/title-back.jpg);
	background-repeat:no-repeat;
	background-position:right;
	background-color:#F4FFFF;
	border:1px solid #C4EED6;
	margin-bottom:15px;
}

#title #pan{
	background-color:#2DA25F;
	line-height:15px;
	font-size:9pt;
	color:#FFF;
	text-align:right;
	padding-right:8px;
}

#title #pan a{
	background-image:url(../img/pan-ya.gif);
	background-position:center right;
	background-repeat:no-repeat;
	padding-right:15px;
	color:#FFF;
	text-decoration:none;
	margin-right:5px;
}

#title h2{
	padding:8px 0 8px 10px;
	text-align:left;
}