@charset "UTF-8";
/* ================================================================ *
	M.Arashima 2009/10/28
	よくあるご質問設定用 CSS
 * ================================================================ */

@import url("base.css");
@import url("common.css");

body{
}

/*--- container ----------------------------------------------------*/

#container-inner{
	/* border: 1px solid #ff0000;/* debug */
}


/*--- Header -------------------------------------------------------*/

#header-inner{
	/*border: 1px solid #ff0000;/* debug */
}

#headernavi{
}


/*--- navi ---------------------------------------------------------*/

#navi-inner{
	/* border: 1px solid #ff0000;/* debug */
}


/*--- main ---------------------------------------------------------*/

#main-inner{
	/* border: 1px solid #ff0000;/* debug */
}

/* main-img */
#main-img{
	position: absolute;
	top: 69px;
	left: 8px;
	z-index: 1;
}

#main-img h1,
#main-img p#title{
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	height: 79px;
	width: 883px;
	background: url(../service/img/title.jpg) no-repeat 0 0;
}

#main-contents{
	position: relative;
	margin: 95px 25px 0 20px;
}

#main-contents h3{
	background: transparent url("../img/icon_egg02.gif") no-repeat left center;
	border-top: 1px dashed #9b273d;
	border-bottom: 1px dashed #9b273d;
	margin: 0 0 12px 0;
	padding: 2px 0 1px 20px;
	font-family: 'ＭＳ Ｐ明朝', '細明朝体', 'ヒラギノ明朝 Pro W3', sans-serif;
	font-size: large;
	font-weight: bold;
}

#main-contents h3.w291{
	border-top: 1px dashed #9b273d;
	border-bottom: 1px dashed #9b273d;
	width: 291px;
	margin: 0 0 12px 0;
	padding: 2px 0 1px 0;
	font-family: 'ＭＳ Ｐ明朝', '細明朝体', 'ヒラギノ明朝 Pro W3', sans-serif;
	font-size: large;
	font-weight: bold;
}

.bottom-line{
	background: transparent url("../img/contents_bg_bottom.gif") no-repeat right bottom;
	height: 3px;
}

#contents01{
	background: transparent;
	width: 507px;
	margin: 0 0 20px 0;
}

#contents01-inner{
}

#contents01-inner h1#sub-title,
#contents01-inner h2#sub-title{
	border-top: 1px solid #222222;
	border-bottom: 1px solid #222222;
	margin: 0;
	padding: 2px 0 1px 0;
	font-family: 'ＭＳ Ｐ明朝', '細明朝体', 'ヒラギノ明朝 Pro W3', sans-serif;
	font-size: large;
	font-weight: bold;
}

#contents02{
	background: #f1e9d2 url("../img/contents_bg_right.gif") repeat-y right top;
	width: 507px;
	margin: 0 0 15px 0;
}

#contents02-inner{
	background: transparent url("../img/contents_bg_top.gif") no-repeat right top;
	padding: 15px 10px 0 10px;
}

#contents02-inner h2{
	margin: 0 0 5px 0;
}

#contents02-inner h4{
	color: #9b273d;
	font-weight: bold;
}

#contents02-inner p{
	margin: 0 0 5px 0;
}

.contents02-01{
	margin: 0 0 15px 0;
}

.contents02-02{
	margin: 0 0 15px 0;
}

.contents02-left{
	float: left;
	width: 291px;
}

.contents02-right{
	float: left;
	width: 173px;
	margin: 0 0 0 20px;
}

.contents02-left-w173{
	float: left;
	width: 173px;
}

.contents02-right-w291{
	float: left;
	width: 291px;
	margin: 0 0 0 20px;
}

.contents02-01 dl dt{
	background: #fff url("../img/icon_q02.gif") no-repeat 5px center;
	padding: 5px 0 5px 36px;
	color: #9b273d;
	font-weight: bold;
}

.contents02-01 dl dd{
	background: #f8f3a7 url("../img/icon_a02.gif") no-repeat 5px center;
	margin: 0 0 15px 0;
	padding: 5px 0 5px 36px;
}

.img-bottom{
	margin: 0 0 10px 0;
}


/*--- sidenavi -----------------------------------------------------*/

#sidenavi{
	/* border: 1px solid #ff0000;/* debug */
}


/* バグ対策 */
[id="sidenavi"]#sidenavi{
/*	margin-top: 0;*/
}

html:lang(ja) #sidenavi{
/*	margin-top: 0;*/
}


/*--- sidebox ------------------------------------------------------*/

#sidebox{
	/* border: 1px solid #ff0000;/* debug */
	margin: 95px 0 0 0;
}


/*--- footer -------------------------------------------------------*/

#footer-inner{
}

