
/* -------------------------------------------------------

	SHOP PROMPTION STYLE CSS 

-------------------------------------------------------- */


/* Layout - レイアウト
-------------------------------------------------------- */
* {
	margin:0;
	padding:0;
}

div#page {
	margin: 0 auto;
	clear:both;
}
p {
	line-height:1.4;
	margin:0;
}


/* Contents　TOP - コンテンツTOPページ
-------------------------------------------------------- */

/* Topicpath - パンくず/ Menu - メニュー */

div.topicpath,
div.menu {
	width:470px;
	clear:both;
	text-align:left;
}
div.topicpath ol{
	float:left;
	width:470px;
}
div.topicpath ol li,
div.menu ol li {
	display:inline;
}
div.topicpath ol li a,
div.menu ol li a {
	font-weight:normal;
	padding-right:0px;!important
}
.obi02 {
	margin-bottom:30px;
}
h2 img {
	margin-top:20px;
}
div.contentsBox {
	margin:20px 0 30px 70px;
	clear:both;
	width:400px;
}

/* List - リスト
-------------------------------------------------------- */
ol.basic1    { margin-bottom: 1.4em; line-height: 1.3; }
ol.basic1 li {
	list-style-type: decimal;
	margin-left: 1.8em;
	margin-bottom: 0.3em;
}

ul.basic1    { margin-bottom: 1.4em; line-height: 1.3; }
ul.basic1 li {
	list-style:url(images/arrow02.jpg);
	margin-left: 1.8em;
	margin-bottom: 0.3em;
}
*html ul.basic1 li {
	background-position:bottom left;
	margin-left: 2.0em;
}
*:first-child+html ul.basic1 li {
	list-style:url(images/arrow02.jpg);
	list-style-position: outside;
	margin-left: 2.5em;
}


/*  CLEARFIX
-------------------------------------------------------- */  
.cleafix:after { /* modern browser */
	content:".";
	display: block;
	height: 0;
	clear: both;
	line-height:0; 
	visibility: hidden;
}
.clearfix { /* IE 5.5-7 */
	zoom: 1;
}





