@charset "utf-8";
body{
	color:#333;
	font-size:77%;
	line-height:150%;
	background-color:#666;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#wrapper{
	width:1000px;
	margin:0 auto;
	background-image:url(../img/body-bg.gif);
	background-repeat:repeat-x;
	background-color:#436cbd;
}
#contents{
	width:870px;
	margin:0 auto;
	padding:10px 0 0 0;
	border-top:solid 3px #3462bb;
	background-color:#fff;
}
/* ヘッダー
--------------------------------------------------- */
#header{
	width:820px;
	margin:0 auto;
	background-color:#fff;
}
#header ul{
	width:170px;
	list-style-type:none;
	float:right;
}
#header ul li{
	float:left;
}
#header p.logo{
	padding:8px 0 0 0;
	float:left;
}
#header p.p-m{
	padding:8px 0 0 0;
	float:right;
}

/* メニュー
--------------------------------------------------- */
#menu{
	width:820px;
	height:34px;
	margin:0 auto 2px auto;
	background-color:#fff;
	clear:both;
}
#menu ul{
	list-style-type:none;
}
#menu ul li{
	float:left;
}

/* メイン
--------------------------------------------------- */
#main{
	width:820px;
	margin:0 auto;
	background-color:#fff;
	clear:both;
}

/* 左箱
--------------------------------------------------- */
#left-box{
	width:610px;
	margin:5px 0 10px 0;
	padding:0 0 0 25px;
	background-color:#fff;
	float:left;
}

/* 右箱
--------------------------------------------------- */
#right-box{
	width:190px;
	margin:5px 0 10px 0;
	padding:0 25px 0 0;
	background-color:#fff;
	float:right;
}
div.office-sbox{
	margin:8px 0 5px 0;
	padding:10px;
	background-color:#eee;
	line-height:160%;
}

/* フッター
--------------------------------------------------- */
#footer{
	width:820px;
	margin:0 auto;
	padding:15px 0 10px 0;
	background-color:#fff;
	text-align:center;
	border-top:solid 1px #ccc;
	border-bottom:solid 3px #3462bb;
	clear:both;
}
#footer ul{
	padding:0 0 5px 0;
	list-style-type:none;
}
#footer ul li{
	display:inline;
}
#footer address a{
	color:#333;
	text-decoration:none;
}
#footer address a:hover{
	text-decoration:underline;
}

/* 詳細
--------------------------------------------------- */
.text-r{
	text-align:right;
}
.text-r a:hover{
	text-decoration:none;
}
.text-c{
	text-align:center;
}