
/* -------------------------------------------------------

	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;

	padding:0;!important
}
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:5px;
}
.obi02 {
	margin-bottom:30px;
	margin-top:10px;
}
h2 img {
	margin-top:20px;
}
div.summary {
	padding:5px;
	line-height:140%;
	margin-bottom:20px;
}
div.menu {
	float:left;
	width:460px;
	background-color: #E8EEF6;
	padding:5px;
	height:15px;
	margin-bottom:20px;
}
/* Read - リード文 */

div.read {
	width:470px;
	clear:both;
	margin-bottom:20px;
}
div.read img.thum {
	width:75px;
	margin-right:10px;
	float:left;
}
div.lreald img.lookClosely{
	float:right;
}
div.read p {
	padding-right:10px;
}

div.contentsBox {
	margin-bottom:20px;
	clear:both;
	width:470px;
}
div#music table {
	margin-bottom:20px;
}

.link {
	font-weight:bold;
	color:#003296;
}

/* Contents　PAGE　 - 各コンテンツページ
-------------------------------------------------------- */

/* common - 共通 */

div.contentsMenu { /* HEADER　リンク */
	width:470px;
	height:auto;
	line-height:1.5;
	clear:both;
	margin-bottom:20px;
}
div.contentsMenu span {
	margin:0 2px;
}
div.contentsMenu span.current {
	background-color:#FFFF99;
	width:auto;
}

div.pageBox {　/* 内容box */
	clear:both;
	width:470px;
	text-align:left;
	margin-bottom:20px;
}
div.pageBox p {
	margin-bottom:22px;
	line-height:1.5;
	width:auto;
	height:auto;
}
div.thum {　/* サムネイル */
	width:150px;
	float:right;
	font-size:90%;
	color:#666666;
	margin:0 0 0 4px;
	padding-bottom:5px;
	clear:both;
	margin-bottom:0;
	letter-spacing:-0.1px;
}
div.thum a {
	text-decoration:none !important;
}
div.thum img.ico {
	margin-top:1px;
	margin-right:3px;
	vertical-align:bottom;
}
div.thum img {
	margin-bottom:2px !important;
}


dl dt {
	font-weight:bold;
	color:#990000;
	float:left;
	width:7em;
	height:5.0em;
}
dl dd {
	line-height:1.5;
	
}

/* - 見出し
-------------------------------------------------------- */
h1 {
	margin-bottom:10px;
	clear:both;
}
h2 {
	margin-bottom:10px;
	clear:both;
}
h3 {
	margin-bottom:10px;
	clear:both;
	}
h4 {
	margin-bottom:15px;
	clear:both;
}
h5 {}


/* List - リスト
-------------------------------------------------------- */

ol li,
ul li {
	list-style:none;
}



/*  CLEARFIX
-------------------------------------------------------- */  
.cleafix:after { /* modern browser */
	content:".";
	display: block;
	height: 0;
	clear: both;
	line-height:0; 
	visibility: hidden;
}
.clearfix { /* IE 5.5-7 */
	zoom: 1;
}






