@charset "utf-8";
body{
	background-image:url(../img/body-bg.gif);
	color:#333;
	font-size:77%;
	line-height:150%;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#full{
	margin:0;
	padding:0;
	background-image:url(../img/full-bg.gif);
	background-repeat:repeat-x;
}
#wrapper{
	width:840px;
	margin:0 auto;
	padding:0;
	background-image:url(../img/wrapper-bg.gif);
	background-repeat:repeat-y;
	background-color:#fff;
}
#contents{
	width:800px;
	margin:0 auto;
	padding:0;
}
/* header
----------------------------------------------------------- */
#header{
	margin:0;
	padding:15px 0 0 0;
}
#header p.logo{
	float:left;
}
#header ul{
	margin:13px 0 0 0;
	padding:0 180px 0 0;
	font-size:85%;
	text-align:right;
}
#header ul li{
	padding:0 5px 0 18px;
	background-image:url(../img/icon-maru.gif);
	background-position:0 50%;
	background-repeat:no-repeat;
	display:inline;
}
/* menu
----------------------------------------------------------- */
#menu{
	width:801px;
	height:37px;
	margin:0;
	padding:10px 0 0 0;
	clear:both;
}
#menu ul li{
	margin:0;
	padding:0;
	display:inline;
}
/* main
----------------------------------------------------------- */
#main{
	width:800px;
	margin:0;
	padding:0;
}
/* left-box
----------------------------------------------------------- */
#left-box{
	width:570px;
	margin:0;
	padding:20px 0 0 0;
	line-height:170%;
	float:left;
}
/* right-box
----------------------------------------------------------- */
#right-box{
	width:220px;
	margin:0;
	padding:20px 0 0 0;
	float:right;
}
#right-box div{
	padding:0 0 5px 0;
}
#right-box p{
	padding:5px 0 0 0;
}
#right-box ul.sub-lt{
	margin-bottom:5px;
	background-image:url(../img/subm-p-last.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}
#right-box ul.sub-lt li{
	width:183px;
	padding:3px 5px 3px 30px;
	background-image:url(../img/icon-redmaru.gif);
	background-repeat:no-repeat;
	background-position:5% 50%;
	border-top:solid 1px #e6a8bc;
}
#right-box ul.sub-lt li.side{
	border-left:solid 1px #e6a8bc;
	border-right:solid 1px #e6a8bc;
}
#right-box ul.sub-p-lt{
	margin-bottom:5px;
	background-image:url(../img/subm-p-last.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}
#right-box ul.sub-p-lt li{
	width:183px;
	padding:3px 5px 3px 30px;
	background-image:url(../img/icon-redmaru.gif);
	background-repeat:no-repeat;
	background-position:5% 50%;
	border-top:solid 1px #e6a8bc;
}
#right-box ul.sub-p-lt li.side{
	border-left:solid 1px #e6a8bc;
	border-right:solid 1px #e6a8bc;
}
#right-box p.side-bn{
	margin:5px 0;
}
/* お問合せ
----------------------------------------------------------- */
.red{
	color:#f00;
}
.c-center{
	text-align:center;
}
/* footer
----------------------------------------------------------- */
#footer{
	height:40px;
	margin:0;
	padding:15px 0 10px 0;
	background-image:url(../img/footer-bg.gif);
	background-repeat:no-repeat;
	background-color:#e2507d;
	text-align:center;
	color:#fff;
	clear:both;
}
#footer a{
	color:#fff;
}
#footer ul{
	padding:0 0 5px 0;
}
#footer ul li{
	display:inline;
}
/* etc
----------------------------------------------------------- */
.text-b{
	font-weight:bold;
}
.text-red{
	color:#f00;
}
.text-p{
	color:#e2507d;
}