/* おてがる出店サイトCSS---------------- */


/* BODY---------------- */

BODY{
	width:770px;
}


BODY IMG{
	border: 0px;
}



/* メイン配置---------------- */
/* 看板 */
.signboard{

}
/* レフト */
.leftmenu{
	float: left;
	border: 1px solid #0000cc;
	width: 190px;
	display: block;
	font-size: 12px;
	text-align: center;
	line-height: 2em;
	/*position: absolute;top: 138px;left: 10px;*/

}

.leftmenu b{
	background-color: #0000ff;
	color: #ffffff;
	font-size: 14px;
	padding: 4px;
	text-align: center;
	border-top: 1px solid #0000ff;
	width: 190px;
	margin-bottom: 3px;
}

.leftnavi{
	margin-bottom: 1em;
}

.linetext-top LI{
	border-bottom: #aaaadd solid 1px;
	list-style-image:01mark.gif;
	list-style-type:none;
	text-align: left;
	margin-left: -2em;
	margin-top: 0.5em;
	line-height: 2.5em;
}

/* ライト */
.contents{
	border: 1px solid #ffffee;
	width: 570px;
	display: block;

	font-size: 12px;
	line-height: 1.2em;

}

/* フッタ */
.footer{
	clear:left;
	width: 800px;
	border: 1px solid #eeecff;
	display: block;

	font-size: 12px;
	color: #666666;
	text-align: right;
	padding-right: 20px;
}

/* *********************************************** */

/* トップへ戻るリンク専用 */
div.gotop {
	text-decoration:none;
	text-align: right;
	font-size: 12px;
	margin-bottom: 0.5em;
	color: rgb(68,102,170);
	}

/* *********************************************** */



/* おてがる出店メニュー---------------- */

UL.otemenu{

	list-style-image:URL(00img/bg-wo.gif);
	list-style-type:none;
	font-size: 16px;
	text-align: left;
	margin-left: 18px;
	margin-top: 0.5em;
	line-height: 1.5em;


}


/* *********************************************** */




/* 見出し---------------- */

H1{
	font-size: 18px;
	color: #222222;

	width: 98%;
	padding-left: 1em;padding-top: 0.3em;padding-bottom: 0.3em;

	background-image: url(00img/bg-h1.gif);
	background-repeat: repeat-y;

	border-left-color: #6666ff;border-left-width: 4px;border-left-style: solid;
	border-bottom-color: #6666ff;border-bottom-width: 1px;border-bottom-style: solid;


}

H2{
	width: 95%;
	padding-left: 1em;padding-top: 0.3em;padding-bottom: 0.3em;
	margin-left: 5px;
	margin-top: 1.5em;
	font-weight: bold;
	font-size: 18px;

	page-break-before:always;
	background-image: url(00img/bg-h1.gif);
	background-repeat: repeat-y;

}

H3{
	margin-left: 15px;
	margin-top: 3em;
	border-top-color: #0066ff;border-top-width: 1px;border-top-style: solid;
	padding-left: 0.5em;padding-top: 0.3em;padding-bottom: 0.3em;
}


/* *********************************************** */
/* 記述---------------- */

P.desc{

	margin-left: 30px;
	background-color: #ffffff;
	padding: 0.8em 2em 1em 1em;
	font-size: 14px;
	line-height: 1.2em;
}
P.desc IMG{
	margin-right: 20px;
	margin-bottom: 5px;
	margin-top: 5px;

}

DIV.verup{

	margin-left: 30px;
	background-color: #ffffff;
	padding: 0.8em 2em 1em 1em;
	font-size: 14px;
	line-height: 1.2em;

	border: 1px solid #aaccff;

}



DIV.list{
	/*	border: 1px solid #9999ff;	*/
	background-color: #fefeff;
	padding-right: 3em;
}


.listtitle{

	font-weight: bold;
	font-size: 14px;
	line-height: 1.4em;
}
.listdata{

	font-weight: normal;
	font-size: 12px;
	margin-bottom: 2em;
	line-height: 1.5em;
}
/* *********************************************** */
/* OL,UL,DL=faq用リスト共通 */
.faq{
	margin-left: 3em;
	text-decoration: none;
	}

.faq dt{
	margin-top: 0.5em;
	margin-left: -0.5em;
	font-weight: bold;
	font-size: 14px;
	color: #2222ff;
	background-image: url(00img/bg-wo.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 1.2em;
	line-height: 18px;

	}
.faq dd{
	font-size: 13px;
	margin-top: 1em;
	margin-left: 1em;
	margin-bottom: 2em;
	font-weight: normal;
	border-bottom: 1px dashed #ddddff;
	padding-bottom: 1em;
	color: #333333;
	}

	/* リンク色 */
	.faq a:link{
		color: #336699;
		text-decoration: none;
	}
	.faq a:visited{
		color: #3399cc;
		text-decoration:none;
	}
	.faq a:active{
		color: #3399cc;
		text-decoration:none;
	}
	.faq a:hover{
		color: #3399cc;
		text-decoration:none;
	}
	/* リンク色 */
	.faq dd a:link{
		color: rgb(68,102,170);
		text-decoration:underline;
		font-weight: bold;
	}
	.faq dd a:visited{
		color: rgb(68,102,170);
		text-decoration:underline;
		font-weight: bold;
	}
	.faq dd a:active{
		color: rgb(68,102,170);
		text-decoration:underline;
		font-weight: bold;
	}
	.faq dd a:hover{
		color: #3399cc;
		text-decoration:underline;
		font-weight: bold;

	}


