@charset "utf-8";
/* CSS Document */

div#wrapper div#main-col div#cont-hdr {
	width:370px;
	height:170px;
	margin:10px auto;
	padding:10px 360px 10px 10px;
	background:url(img/cont_topbanner-cmcl.jpg) no-repeat;
}

div#cont-hdr p {
	line-height:125%;
	text-align:justify;
	text-indent:1em;
}

/* ページ内リンク設定1段目 */
div#wrapper div#main-col ul.hdr-menu {
	width:740px;
	margin:0 auto 1em;
	text-align:center;
}

/* ページ内リンク設定最下段 */
div#wrapper div#main-col ul.hdr-menu-btm {
	width:740px;
	margin:0 auto 2em;
	text-align:center;
}

/* ページ内リンク、リストマーク設定 */
div#main-col ul.hdr-menu,div#main-col ul.hdr-menu-btm {
	list-style:none;
}

/* ページ内リンク、リスト設定(横並び) */
li.menu-list {
	display:inline;
	padding:0 5px 0 3px;
	border-right:1px #0021A6 solid;
}

/* ページ内リンク、リスト設定(横並び最後) */
li.menu-list-end {
	display:inline;
	padding:0 0 0 5px;
}

/* ページ内リンク、リストアンカー設定 */
a.hdr-menu-list {
	text-decoration:underline;
	font-size:1.0em;
	font-weight:bold;
}

/* ページ内リンク、リストアンカー、マウスオーバー設定 */
a.hdr-menu-list:hover {
	text-decoration:none;
	font-size:1.0em;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#0021A6;
}

/* 商品情報ボックス設定 */
div.contbox {
	width:700px;
	margin:10px auto;
	padding:10px;
	border:1px #0081A6 solid;
}

/* 商品情報大分類設定 */
div.contbox h3 {
	width:650px;
	height:20px;
	margin:0 0 10px 0;
	padding:0 0 0 20px;
	background:url(../../img/caps_bg-sq2_gradation.gif) no-repeat left;
	color:#0081A6;
	line-height:20px;
	font-size:1.6em;
}

div.contbox div.pdct_box {
	margin:0 auto 10px;
	padding:0 0 10px 0;
	border-bottom:1px #0099FF solid;
}

div.contbox div.pdct_box-ed {
	border-bottom:0px;
}

/* 商品情報ボックス内imgボックス設定 */
div.contbox div.imgbox {
	width: 156px;
	height: 96px;
	float: left;
	background: url(img/photo_bg.gif) no-repeat right bottom;
	position: relative;
}

/* 商品情報ボックス内説明テキストボックス設定 */
div.contbox dl.cont_txt_box {
	width:532px;
	float: right;
	padding: 0 0 0 10px;
}

/* 商品情報ボックス内説明テキストボックス定義リストタイトル設定 */
div.contbox dl.cont_txt_box dt {
	width:10em;
	margin:0 0 0.3em 0;
	padding:0.1em 0 0.1em 0.2em;
	text-align:center;
	float:left;
	line-height:135%;
}

/* 商品情報ボックス内説明テキストボックス定義リスト内容設定 */
div.contbox dl.cont_txt_box dd {
	margin:0 0 0.3em 10.3em;
	padding:0.1em 0 0.1em 0.4em;
	border-left:3px #0081A6 solid;
	line-height:135%;
}

dd.f-col {
	font-weight:bold;
}

/* 商品情報ボックス内説明テキストボックス定義リスト価格表示設定 */
div.contbox dl.cont_txt_box dd span {
	font-family:Verdana,sans-serif;
	font-weight:bold;
	font-size:1.0em;
} 

/* 商品情報ボックス内説明文 */
dl.cont_txt_box p {
	margin:1.5em 0;
	line-height:135%;
}

div.imgbox img.spl { position: absolute; left: 100px; top: -10px; }

dd a{ font-size: 100%; }
