
/* ============================= */
/*                               */
/*  比較王　Common CSS           */
/*  Last update 2008/05/09       */
/*                               */
/* ============================= */


/* 基本レイアウト 
------------------------------------------- */
html{
    height:100%;
}

body {
	width: 100%;
	height:100%;
	text-align:center;
	background: #F3FDFB;
}
div#wrapper {
	width: 100%;
	margin:0px auto;
	position:relative;
	min-height: 100%;
	_height: 100%;
}

body > #wrapper {
	height: auto;
}

div#contentsWrapper {
	width: 100%;
	background: url(../images/bg_contentsWrapper.gif) repeat-y 0px 0px;
	padding: 0px 0 100px 0;
	margin:0px auto;
	text-align:left;
	clear: both;
	min-height: 1000px;
	_height: 1000px;

}

/* floatクリア */
div#contentsWrapper:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
} 
div#contentsWrapper {display: inline-table;}
/* Hide from IE-mac \*/
div#contentsWrapper {display: block;}
/* End hide from IE-mac */

/* Clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
    display: inline-block;
    min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* End hide from IE-Mac */


.accordion_content,div.accordion_content {
	overflow:hidden;
}

/* エントリー部分  
------------------------------------------- */
div#bodyArea {
	width: 95%;
	float: center;
	/*background: #eeeee0;*/
	<!--background: url(../images/bg_bodyArea.gif) repeat-y 0px 0px;-->
	display: inline;
}

div#bodyArea_top {
<!--	background: url(../images/bg_bodyArea_top.gif) no-repeat 0px bottom;-->
	width: 95%;
	height: 43px;
}

div#bodyArea_end {
<!--	background: url(../images/bg_bodyArea_end.gif) no-repeat 0px bottom;-->
	width: 95%;
	height: 22px;
	clear: both;
}

div#bodyArea div.section {
	margin: 10px 5px 10px 10px;
}

div#bodyArea div.sbSection {
	margin: 5px 0 15px 0;
}

div#bodyArea div.sbSection p {
	font-size: 100%;
	line-height: 150%;
	margin: 0 0 10px 0;
}

div#bodyArea h2 {
	border-left: 8px #A1E1E0 solid;
	border-bottom: 1px #ccc dotted;
	margin: 5px auto 15px auto;
	padding: 3px 0 3px 7px;
	font-size: 100%;
	width: 95%;
}

div#bodyArea h3 {
	font-weight: bold;
	font-size: 100%;
	margin: 0 0 5px 0;
}

div#bodyArea h4 {
	font-weight: bold;
	font-size: 100%;
	margin: 0 0 5px 0;
}

/*div#bodyArea span {
	font-weight: normal;
	background: #FFCC66;
	color: #000000;
	padding: 2px;
}*/

/* サイトマップ  
------------------------------------------- */

div#sitemap h3 {
	margin: 0 0 3px 20px;
	color: #EF9D00;
}

div#sitemap ul.textLink {
	margin: 0 0 20px 40px;
}

div#sitemap ul.textLink li {
	font-size: 100%;
	line-height: 170%;
	list-style: none;
	margin: 0 0 5px 0;
	padding: 0 0 2px 0;
	border-bottom: 1px #ddd solid;
}

div#sitemap ul.textLink li a {
	display: block;
	width: 400px;
}


div#sitemap ul.textLink li {
	width: 400px;
	background: url(/images/list_sideTextLink.gif) no-repeat 0px 50%;
	padding-left:20px;
}



/* WEBページ  
------------------------------------------- */
div#bodyArea div#webPage p {
	font-size: 100%;
	line-height: 150%;
	margin: 0 auto 10px auto;
	width: 95%;
}



/* メーカー概要  
------------------------------------------- */
div#bodyArea div.section div#makerDescription {
	background: #dfffff;
	padding: 10px;
	min-height: 150px;
	_height:150px;
	margin: 0 0 15px 0;
}

div#bodyArea div.section div#makerDescription p.makerImage {
	float: left;
	width: 120px;
}

div#bodyArea div.section div#makerDescription p.description {
	font-size: 100%;
	line-height: 150%;
	float: right;
	width: 330px;
	margin: 0 0px 10px 0;
	padding: 0 20px 0 0; 
}

div#bodyArea div.section div#makerDescription p.toDetail {
	font-size: 100%;
	width: 100px;
	margin: 0 0 10px 380px;
}

/* メーカー詳細  
------------------------------------------- */

div#bodyArea div#makerDetail div#infoHead {
	border-bottom: 1px #ccc dotted;
	height: 300px;
	min-height: 300px;

}

div#bodyArea div#makerDetail div#infoHead div#topImage {
	float: left;
	width: 180px;
}

div#bodyArea div#makerDetail div#infoHead div#topImage p {
	margin: 0 0 0 5px;
}

div#bodyArea div#makerDetail div#infoHead div#makerDescription {
	float: left;
	width: 300px;
	background: #ffffff;
	padding: 0px;
	margin: 0 0 0px 0;
}

div#bodyArea div#makerDetail div#infoHead dl {
	margin: 0 0 0 20px;
}

div#bodyArea div#makerDetail div#infoHead dt {
	font-size: 100%;
	color: #ee0000;
	margin: 0 0 3px 0;
}

div#bodyArea div#makerDetail div#infoHead dd {
	font-size: 100%;
	margin: 0 0 3px 0;
}

div#bodyArea div#makerDetail div#aboutMaker {
	width: 95%;
	margin: 10px auto;
} 

/* 商品リスト  
------------------------------------------- */

div#bodyArea div#goodsList {
	clear: both;
}

div#bodyArea div#goodsList div.topBanner {
	margin: 0 0 15px 20px;
}

div#bodyArea div#goodsList div.topBanner p {
	font-size: 100%;
}

div#bodyArea div#goodsList dl {
	margin: 10px 0px 10px 0px;
	padding: 0 0 0px 0;
	clear: both;
	width: 100%;
	min-height: 130px; 
	border-bottom: 1px #A1E1E0 dotted;
}



div#bodyArea div#goodsList dt.goodsImage {
	float: left;
	width: 250px;
	margin: 5px 0 0 5px;
	display: inline;
}

div#bodyArea div#goodsList dt.goodsImage p {
	margin: 0px 0px 10px 0px;

}

div#bodyArea div#goodsList dt.goodsTitle {
	font-size: 150%;
	font-weight: bold;
	margin: 0 0 5px 0;
	float: right;
	width: 450px;
}

div#bodyArea div#goodsList dd.description {
	font-size: 130%;
	line-height: 130%;
	float: right;
	width: 450px;
	margin: 0 0px 10px 0;
	padding: 0 10px 0 0; 
}



div#bodyArea div#goodsList dd.point1 {
	font-size: 130%;
	font-weight: bold;
	color: #FE8300;
	width: 400px;
	float: right;
	margin: 0 0px 10px 0;
	padding: 0 20px 0 0; 
}

div#bodyArea div#goodsList dd.point2 {
	font-size: 100%;
	line-height: 130%;
	float: right;
	width: 340px;
	margin: 0 0px 10px 0;
	padding: 0 20px 0 0; 
}


div#bodyArea div#goodsList dd.toDetail {
	text-indent: -5000px;
	float: right;
	width: 69px;
	height: 40px;
	margin: 0 0 15px 0px;
	background: url(../img/fordt.gif) no-repeat 0px 0px;
}

div#bodyArea div#goodsList dd.toDetail a {
	display: block;
	width: 69px;
	height: 40px;
}

div#bodyArea div#goodsList dd.categoryIcon {
	margin: 0 0 5px 0;
	font-size: 100%;
	float: left;
}


/* 全記事リスト */
div#bodyArea div#goodsList dl.listAll {
	min-height: 90px; 
}

div#bodyArea div#goodsList dt.listAll {
	font-size: 100%;
	font-weight: bold;
	margin: 0 0 5px 10px;
}

div#bodyArea div#goodsList dd.listAll {
	font-size: 100%;
	line-height: 130%;
	margin: 0 0px 10px 10px;
	padding: 0 20px 0 0; 
}

/* floatクリア */
div#goodsList dl:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
} 
div#goodsList dl {display: inline-table;}
/* Hide from IE-mac \*/
div#goodsList dl {display: block;}
/* End hide from IE-mac */


/* 商品詳細ページ  
------------------------------------------- */
#goodsDetail {
	letter-spacing: 0.1em;
}
br {
letter-spacing: 0;
}

div#bodyArea div#goodsDetail div#categoryIcon p {
	margin: 0 0 0 30px;
	font-size: 100%;
}

div#bodyArea div#goodsDetail div#catchCopy {
	width: 100%;
	margin: 5px auto 10px auto;
}

div#bodyArea div#goodsDetail div#catchCopy p {
	font-size: 100%;
	color: #FE8300;
	font-weight: bold;
	margin: 0 0 0 0;
}

div#bodyArea div#goodsDetail div#infoHead_top {
	background: url(../images/bg_goodsDetail_top.gif) no-repeat 0px 0px;
	width: 100%;
	height: 10px;
}

div#bodyArea div#goodsDetail div#infoHead {
	margin: 10px 0px 0px 10px;
	width: 100%;
}

body#waterserver div#bodyArea div#goodsDetail div#infoHead,
body#job div#bodyArea div#goodsDetail div#infoHead,
body#healthfood div#bodyArea div#goodsDetail div#infoHead,
body#travel div#bodyArea div#goodsDetail div#infoHead,
body#stock div#bodyArea div#goodsDetail div#infoHead,
body#beauty div#bodyArea div#goodsDetail div#infoHead,
body#estate div#bodyArea div#goodsDetail div#infoHead,
body#fx div#bodyArea div#goodsDetail div#infoHead,
body#cashing div#bodyArea div#goodsDetail div#infoHead,
body#creditcard div#bodyArea div#goodsDetail div#infoHead {
	background: url(../images/bg_goodsDetail.gif) repeat-y 0px 0px;
}

div#bodyArea div#goodsDetail div#infoHead_end {
	background: url(../images/bg_goodsDetail_end.gif) no-repeat 0px bottom;
	width: 100%;
	height: 10px;
	clear: both;
}



div#bodyArea div#goodsDetail div#infoHead div#topImage {
	float: left;
	width: 290px;
	margin: 0 0 0 20px;
	display: inline;
}

div#bodyArea div#goodsDetail div#infoHead div#topImage p {
	margin: 0 0 15px 0px;
}

div#bodyArea div#goodsDetail div#infoHead div#goodsDescription {
	float: left;
	width: 300px;
}

div#bodyArea div#goodsDetail div#infoHead div#goodsDescriptionA {
	float: left;
	width: 300px;
	min-height: 250px;
	height: 250px;
	background: url(../images/hanko_zessan.gif) no-repeat right bottom;
}

div#bodyArea div#goodsDetail div#infoHead div#goodsDescriptionB {
	float: left;
	width: 300px;
	min-height: 250px;
	height: 250px;
	background: url(../images/hanko_yu.gif) no-repeat right bottom;
}

div#bodyArea div#goodsDetail div#infoHead div#goodsDescriptionC {
	float: left;
	width: 300px;
	min-height: 250px;
	height: 250px;
	background: url(../images/hanko_ryou.gif) no-repeat right bottom;
}

div#bodyArea div#goodsDetail div#infoHead div#goodsDescriptionP {
	float: left;
	width: 300px;
	min-height: 250px;
	height: 250px;
	background: url(../images/hanko_chumoku.gif) no-repeat right bottom;
}

div#bodyArea div#goodsDetail div#infoHead div#goodsDescriptionS {
	float: left;
	width: 300px;
	min-height: 250px;
	height: 250px;
	background: url(../images/hanko_status.gif) no-repeat right bottom;
}

div#bodyArea div#goodsDetail div#infoHead dl {
	margin: 0 0 0 20px;
}

div#bodyArea div#goodsDetail div#infoHead dt {
	font-size: 100%;
	color: #ee0000;
	margin: 0 0 3px 0;
}

body#waterserver div#bodyArea div#goodsDetail div#infoHead dt,
body#job div#bodyArea div#goodsDetail div#infoHead dt,
body#healthfood div#bodyArea div#goodsDetail div#infoHead dt,
body#travel div#bodyArea div#goodsDetail div#infoHead dt,
body#stock div#bodyArea div#goodsDetail div#infoHead dt,
body#beauty div#bodyArea div#goodsDetail div#infoHead dt,
body#estate div#bodyArea div#goodsDetail div#infoHead dt,
body#fx div#bodyArea div#goodsDetail div#infoHead dt,
body#cashing div#bodyArea div#goodsDetail div#infoHead dt,
body#creditcard div#bodyArea div#goodsDetail div#infoHead dt {
	font-size: 100%;
	font-weight: bold;
	color: #ee0000;
	margin: 0 0 5px 0;
}

div#bodyArea div#goodsDetail div#infoHead dd {
	font-size: 100%;
	margin: 0 0 15px 0;
	line-height: 140%;
}

/* floatクリア */
div#infoHead:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
} 
div#infoHead {display: inline-table;}
/* Hide from IE-mac \*/
div#infoHead {display: block;}
/* End hide from IE-mac */



/* 下部商品紹介 */

div#bodyArea div#goodsDetail div#aboutGoods_top {
	background: url(../images/bg_goodsDetail_top.gif) no-repeat 0px 0px;
	width: 494px;
	height: 10px;
}

div#bodyArea div#goodsDetail div#aboutGoods {
	width: 494px;
	margin: 20px auto 20px auto;
	clear: both;
}

body#waterserver div#bodyArea div#goodsDetail div#aboutGoods,
body#job div#bodyArea div#goodsDetail div#aboutGoods,
body#healthfood div#bodyArea div#goodsDetail div#aboutGoods,
body#travel div#bodyArea div#goodsDetail div#aboutGoods,
body#stock div#bodyArea div#goodsDetail div#aboutGoods,
body#beauty div#bodyArea div#goodsDetail div#aboutGoods,
body#estate div#bodyArea div#goodsDetail div#aboutGoods,
body#fx div#bodyArea div#goodsDetail div#aboutGoods,
body#cashing div#bodyArea div#goodsDetail div#aboutGoods,
body#creditcard div#bodyArea div#goodsDetail div#aboutGoods {
	background: url(../images/bg_goodsDetail.gif) repeat-y 0px 0px;
}

div#bodyArea div#goodsDetail div#aboutGoods_end {
	background: url(../images/bg_goodsDetail_end.gif) no-repeat 0px bottom;
	width: 494px;
	height: 10px;
}

/* 比較ポイント */

div#bodyArea div#goodsDetail div#aboutGoods div.point dl {
	margin: 0 auto 15px auto;
	width: 95%;
}

div#bodyArea div#goodsDetail div#aboutGoods div.point dt {
	font-size: 100%;
	/*background: url(../images/tltle_aboutGoods.gif) no-repeat 0px 0px;
	width: 218px;
	height: 34px;	*/
	border-left: 5px solid #66CCCC;
	padding: 2px;
	color: #555;
	font-weight: bold;
}

div#bodyArea div#goodsDetail div#aboutGoods div.point dd {
	font-size: 100%;
	/*color: #FE8300;*/
	line-height: 140%;
	margin: 0 0 10px 0;
}

div#bodyArea div#goodsDetail div#aboutGoods div.point span {
	/*color: #FE8300;*/
	color: #000000;
	font-weight: normal;
}
div#bodyArea div#goodsDetail div#aboutGoods div.point b {
	color: #000000;
	font-weight: bold;
	border-bottom: #FF0000 dotted 1px;
}
/* 比較コメント */

div#bodyArea div#goodsDetail div#aboutGoods div.comment dl {
	margin: 0 auto 15px auto;
	width: 95%;
}

div#bodyArea div#goodsDetail div#aboutGoods div.comment dt {
	font-size: 100%;
	background: url(../images/tltle_aboutGoods.gif) no-repeat 0px 0px;
	width: 218px;
	height: 34px;
	padding: 12px 0 0 25px;
	color: #555;
	font-weight: bold;
}

div#bodyArea div#goodsDetail div#aboutGoods div.comment dd {
	font-size: 100%;
	margin: 0 0 10px 0;
	line-height: 150%;
}

/* 下部商品バナー */

div#bodyArea div#goodsDetail div#goodsBanner {
	/*background: url(../images/bg_goodsBanner.gif) no-repeat 0px 0px;
	width: 494px;
	height: 113px;
	padding: 27px 0 0 15px;
	margin: 0 0 0 10px;
	clear: both;*/
	border: #D6D6D6 1px solid;
	padding: 10px;
	width: 468px;
	margin: 0 auto;
	clear: both;	
}

/*20080912追加*/

div#aboveBanner {
    background: url(../images/bg_goodsBanner_ab.gif) 0 0 no-repeat;
	width: 475px;
	height:40px;
    margin: 10px 0 0 13px;
	padding:7px 0px 0 10px;
	line-height:16px;
	font-size:12px;
}

div#aboveBanner a {
    /* display:block; */
	width:475px;
	height:40px;
}

/*追加オワリ*/

div#bodyArea div#goodsDetail div#aboutGoods h3 {
	color: #FF7D01;
	margin: 0 0 10px 0;
}
/*お申込ボタン*/
.goodsBtn {
	width: 280px;
	margin: 0 auto;
	padding: 10px;
}

/* 関連記事 */

div#bodyArea div#relatedEntry {
	margin: 30px auto 30px auto;
	width: 95%;
}

div#bodyArea div#relatedEntry ul {
	margin: 0 15px 0 15px;
}

div#bodyArea div#relatedEntry li {
	font-size: 100%;
	list-style: disc;
	border-bottom: 1px #ccc dotted;
	margin: 0 3px 0 10px;
	padding: 3px 0 3px 0px;
}


/* Q&Aリスト
------------------------------------------- */

div#bodyArea div#goodsList dl.qaList {
	margin: 5px auto 5px auto;
	min-height: 80px; 
	width: 95%;
}

div#bodyArea div#goodsList dl.qaList dt {
	font-size: 100%;
	font-weight: bold;
	margin: 0 0 6px 0;
}

div#bodyArea div#goodsList dl.qaList dd {
	font-size: 100%;
	margin: 0 0 6px 0;
}

div#bodyArea div#goodsList dl.qaList dd.more {
	font-size: 100%;
	margin: 10px 0 6px 420px;
}

/* Google 検索窓 
------------------------------------------- */
div#bodyArea div#googleSearch {
	margin: 10px 0 10px 200px;
	_margin: 10px 0 10px 250px; 
}

/* サイドバー  
------------------------------------------- */
div#sidebar {
	width: 200px;
	float: left;
	background: url(../images/bg_sidebar1.gif) repeat-y 0px 0px;
	margin: 0 2px 0 8px;
	display: inline;
}

div#sidebar_top {
	width: 199px;
	height: 40px;
	background: url(../images/bg_sidebar1_top.gif) no-repeat 1px bottom;
}

/* 特集 */
div#sidebar div#sidebarTokushu {
	width: 200px;
    height: 167px;
	background: url(../images/bg_sidebarTokushu.gif) no-repeat 0px 0px;
}

div#sidebar div#sidebarTokushu_campaign {
	width: 200px;
	height: 167px;
	background: url(../images/bg_sidebarTokushu_campaign.gif) no-repeat 0px 0px;
}

div#sidebar div#sidebarTokushu_gasoline {
    width:200px;
	height:167px;
	background:url(../images/bg_sidebarTokushu_gasoline.gif) no-repeat 0px 0px;
}
div#sidebar div#sidebarTokushu_rakuten {
    width:200px;
	height:167px;
	background:url(../images/bg_sidebarTokushu_rakuten.gif) no-repeat 0px 0px;
}
div#sidebar div#sidebarTokushu_credit {
    width:200px;
	height:167px;
	background:url(../images/bg_sidebarTokushu_credit.gif) no-repeat 0px 0px;
}

div#sidebar div#sidebarTokushu_waterRank {
    width:200px;
	height:167px;
	background:url(../images/bg_sidebarTokushu_waterrank.gif) no-repeat 0px 0px;
}

div#sidebar div#sidebarTokushu_waterRank p,
div#sidebar div#sidebarTokushu_gasoline p,
div#sidebar div#sidebarTokushu_campaign p,
div#sidebar div#sidebarTokushu_rakuten p,
div#sidebar div#sidebarTokushu_credit p,
div#sidebar div#sidebarTokushu p {
	text-indent: -5000px;
}

div#sidebar div#sidebarTokushu_waterRank a,
div#sidebar div#sidebarTokushu_gasoline a,
div#sidebar div#sidebarTokushu_campaign a,
div#sidebar div#sidebarTokushu_rakuten a,
div#sidebar div#sidebarTokushu_credit a,
div#sidebar div#sidebarTokushu a {
	display: block;
	width: 200px;
	height: 167px;
}

div#sidebar div.section {
	margin: 10px 0 20px 10px;
}

div#sidebar h3 {
	border-left: 6px #cceeee solid;
	border-bottom: 1px #ccc solid;
	margin: 5px 0 5px 0;
	padding: 2px 0 2px 7px;
	font-size: 100%;
}
div#sidebar h2 {
	border-left: 6px #cceeee solid;
	border-bottom: 1px #ccc solid;
	margin: 5px 0 5px 0;
	padding: 2px 0 2px 7px;
	font-size: 100%;
}

div#sidebar h2#categoryList {
	border: none;
	margin: 0px;
	padding: 0px;
	text-indent: -5000px;
	background: url(../images/bg_sidebarCategory.gif) no-repeat 0px 0px;
	width: 180px;
	height: 50px;
}

div#sidebar h2#purposeList {
	border: none;
	margin: 0px;
	padding: 20px 0 0 15px;
	background: url(../images/bg_sidebarTitle.gif) no-repeat 0px 0px;
	width: 180px;
	height: 30px;
}

div#sidebar h2#infomation {
	border: none;
	margin: 0px;
	padding: 20px 0 0 15px;
	background: url(../images/bg_sidebarTitle.gif) no-repeat 0px 0px;
	width: 180px;
	height: 30px;
}

div#sidebar h2.title {
	border: none;
	margin: 0px;
	padding: 20px 0 0 15px;
	background: url(../images/bg_sidebarTitle.gif) no-repeat 0px 0px;
	width: 180px;
	height: 30px;
}


div#sidebar ul {
	border: 2px #A1E1E0 solid;	
	margin: 0 0 20px 0px;
	padding: 12px 0 0 8px;
	width: 164px;
}

div#sidebar li {
	font-size: 100%;
	margin: 0 0 5px 0;
	border-bottom: 1px #ccc dotted;
}

div#sidebar li.toAll {
	font-size: 100%;
	text-align: right;
	margin: 0 5px 5px 0;
	border-bottom: none;
}

/* pickup */
div#sidebar div#pickup h2 {
	border: none;
	margin: 0px;
	padding: 0px;
	text-indent: -5000px;
	background: url(../images/bg_sidebarPickup.gif) no-repeat 0px 0px;
	width: 180px;
	height: 50px;
}

div#sidebar div#pickup li#zessan {
	padding: 0px 0 0 30px;
	height: 25px;
	background: url(../images/list_zessan.gif) no-repeat 0px 0px;
}
div#sidebar div#pickup li#yu {
	padding: 0px 0 0 30px;
	height: 25px;
	background: url(../images/list_yu.gif) no-repeat 0px 0px;
}

div#sidebar div#pickup li#ryou {
	padding: 0px 0 0 30px;
	height: 25px;
	background: url(../images/list_ryou.gif) no-repeat 0px 0px;
}

div#sidebar div#pickup li#chumoku {
	padding: 0px 0 0 30px;
	height: 25px;
	background: url(../images/list_chumoku.gif) no-repeat 0px 0px;
}

div#sidebar div#pickup li#status {
	padding: 0px 0 0 30px;
	height: 25px;
	background: url(../images/list_status.gif) no-repeat 0px 0px;
}


/* ranking */
div#sidebar div#ranking h2 {
	border: none;
	margin: 0px;
	padding: 0px;
	text-indent: -5000px;
	width: 180px;
	height: 50px;
}

h2.ranking {
	border: none;
	margin: 0px;
	padding: 0px;
	text-indent: -5000px;
	background: url(../images/bg_sidebarRanking.gif) no-repeat 0px 0px;
	width: 180px;
	height: 50px;
}

 h2#ranking_credit {
	border: none;
	margin: 0px;
	padding: 0px;
	text-indent: -5000px;
	background: url(../images/bg_sidebarRanking_creditcard.gif) no-repeat 0px 0px;
	width: 180px;
	height: 50px;
}

h2#ranking_cashing {
	border: none;
	margin: 0px;
	padding: 0px;
	text-indent: -5000px;
	background: url(../images/bg_sidebarRanking_cashing.gif) no-repeat 0px 0px;
	width: 180px;
	height: 50px;
}

h2#ranking_fx {
	border: none;
	margin: 0px;
	padding: 0px;
	text-indent: -5000px;
	background: url(../images/bg_sidebarRanking_fx.gif) no-repeat 0px 0px;
	width: 180px;
	height: 50px;
}

h2#ranking_waterserver {
	border: none;
	margin: 0px;
	padding: 0px;
	text-indent: -5000px;
	background: url(../images/bg_sidebarRanking_waterserver.gif) no-repeat 0px 0px;
	width: 180px;
	height: 50px;
}

div#sidebar div#ranking li#one {
	padding: 0px 0 0 30px;
	height: 25px;
	background: url(../images/list_rank1.gif) no-repeat 0px -0.1em;
}
div#sidebar div#ranking li#two {
	padding: 0px 0 0 30px;
	height: 25px;
	background: url(../images/list_rank2.gif) no-repeat 0px -0.1em;
}
div#sidebar div#ranking li#three {
	padding: 0px 0 0 30px;
	height: 25px;
	background: url(../images/list_rank3.gif) no-repeat 0px -0.1em;
}

div#sidebar div#ranking li#four {
	padding: 0px 0 0 30px;
	height: 25px;
	background: url(../images/list_rank4.gif) no-repeat 0px -0.1em;
}
div#sidebar div#ranking li#five {
	padding: 0px 0 0 30px;
	height: 25px;
	background: url(../images/list_rank5.gif) no-repeat 0px -0.1em;
}

div#sidebar div#ranking li.up {
	padding: 0px 0 0 30px;
	height: 25px;
	background: url(../images/list_rank_arrow.gif) no-repeat 0px -0.1em;
}




/* NEWS */
div#sidebar div#news h2 {
	border: none;
	margin: 0px;
	padding: 0px;
	text-indent: -5000px;
	background: url(../images/bg_sidebarNews.gif) no-repeat 0px 0px;
	width: 180px;
	height: 50px;
}

div#sidebar div#news dl {
	border: 2px #A1E1E0 solid;	
	margin: 0 0 20px 0px;
	padding: 12px 0 0 8px;
	width: 164px;
}

div#sidebar div#news dt {
	font-size: 100%;
	margin: 0 0 5px 0;
}

div#sidebar div#news dd {
	font-size: 100%;
	line-height: 120%;
	margin: 0 0px 5px 0;
	border-bottom: 1px #ccc dotted;
}

div#sidebar_end {
	width: 200px;
	height: 12px;
	background: url(../images/bg_sidebar1_end.gif) no-repeat 0px bottom;
}

/* サイドバー2  
------------------------------------------- */
div#sidebar2 {
	width: 200px;
	float: left;
	margin: 0 0 0 4px;
	display: inline;
	background: url(../images/bg_sidebar2.gif) repeat-y 0px 0px;
}

div#sidebar2_top {
	width: 200px;
	height: 40px;
	background: url(../images/bg_sidebar2_top.gif) no-repeat 0px bottom;
}

div#sidebar2 ul {
	border: 2px #A1E1E0 solid;	
	margin: 0 0 20px 0px;
	padding: 12px 0 0 8px;
	width: 164px;
}

div#sidebar2 li {
	font-size: 100%;
	margin: 0 0 5px 0;
	border-bottom: 1px #ccc dotted;
}

div#sidebar2 li.toAll {
	font-size: 100%;
	text-align: right;
	margin: 0 5px 5px 0;
	border-bottom: none;
}

/* BEST */
body#creditcard div#sidebar2 div#sidebarBest {
	width: 200px;
	height: 240px;
	background: url(../images/bg_sidebarBest2.gif) no-repeat 0px 0px;
	text-align: center;
	padding: 110px 0 0 0;
}

body#home div#sidebar2 div#sidebarBest,
body#fx div#sidebar2 div#sidebarBest,
body#estate div#sidebar2 div#sidebarBest,
body#stock div#sidebar2 div#sidebarBest,
body#cashing div#sidebar2 div#sidebarBest {
	width: 200px;
	height: 190px;
	background: url(../images/bg_sidebarBest.gif) no-repeat 0px 0px;
	text-align: center;
	padding: 100px 0 0 0;
}

div#sidebar2 div#sidebarBest div.banner {
	width: 125px;
	margin: 5px auto 10px auto;
}

div#sidebar2 div#sidebarBest p {
	font-size: 100%;
	width: 140px;
	margin: 0px auto 10px auto;
}

div#sidebar2 div.section {
	margin: 10px 0 20px 10px;
	width: 180px;
}

.sideSection {
	margin: 10px 5px!important;
	padding: 0 3px;
}
.sideSection dl {
	border: #DFDFDF 1px solid;
	padding: 5px!important;
	background: #EAEAEA;
}
.sideSection dt {
	font-size: 100%;
	margin: 0 0 5px 0;
}
.sideSection dd {
	font-size: 100%;
	line-height: 120%;
	margin: 0 0px 5px 0;
	border-bottom: 1px #ccc dotted;
}


/* pickup */
div#sidebar2 div#pickup h2 {
	border: none;
	margin: 0px;
	padding: 0px;
	text-indent: -5000px;
	background: url(../images/bg_sidebarPickup.gif) no-repeat 0px 0px;
	width: 180px;
	height: 50px;
}



div#sidebar2 div#pickup li#zessan {
	padding: 0px 0 0 30px;
	height: 25px;
	background: url(../images/list_zessan.gif) no-repeat 0px 0px;
}
div#sidebar2 div#pickup li#yu {
	padding: 0px 0 0 30px;
	height: 25px;
	background: url(../images/list_yu.gif) no-repeat 0px 0px;
}

div#sidebar2 div#pickup li#ryou {
	padding: 0px 0 0 30px;
	height: 25px;
	background: url(../images/list_ryou.gif) no-repeat 0px 0px;
}

div#sidebar2 div#pickup li#chumoku {
	padding: 0px 0 0 30px;
	height: 25px;
	background: url(../images/list_chumoku.gif) no-repeat 0px 0px;
}

div#sidebar2 div#pickup li#status {
	padding: 0px 0 0 30px;
	height: 25px;
	background: url(../images/list_status.gif) no-repeat 0px 0px;
}

/* ranking */
div#sidebar2 div#ranking h2 {
	border: none;
	margin: 0px;
	padding: 0px;
	text-indent: -5000px;
	width: 180px;
	height: 50px;
}

div#sidebar2 div#ranking li#one {
	padding: 0px 0 0 30px;
	height: 25px;
	background: url(../images/list_rank1.gif) no-repeat 0px -0.1em;
}
div#sidebar2 div#ranking li#two {
	padding: 0px 0 0 30px;
	height: 25px;
	background: url(../images/list_rank2.gif) no-repeat 0px -0.1em;
}
div#sidebar2 div#ranking li#three {
	padding: 0px 0 0 30px;
	height: 25px;
	background: url(../images/list_rank3.gif) no-repeat 0px -0.1em;
}
div#sidebar2 div#ranking li#four {
	padding: 0px 0 0 30px;
	height: 25px;
	background: url(../images/list_rank4.gif) no-repeat 0px -0.1em;
}
div#sidebar2 div#ranking li#five {
	padding: 0px 0 0 30px;
	height: 25px;
	background: url(../images/list_rank5.gif) no-repeat 0px -0.1em;
}

div#sidebar2 div#ranking li#six {
	padding: 0px 0 0 30px;
	height: 25px;
	background: url(../images/list_rank6.gif) no-repeat 0px 0px;
}

div#sidebar2 div#ranking li#seven {
	padding: 0px 0 0 30px;
	height: 25px;
	background: url(../images/list_rank7.gif) no-repeat 0px 0px;
}

div#sidebar2 div#ranking li#eight {
	padding: 0px 0 0 30px;
	height: 25px;
	background: url(../images/list_rank8.gif) no-repeat 0px 0px;
}

div#sidebar2 div#ranking li#nine {
	padding: 0px 0 0 30px;
	height: 25px;
	background: url(../images/list_rank9.gif) no-repeat 0px 0px;
}

div#sidebar2 div#ranking li#ten {
	padding: 0px 0 0 30px;
	height: 25px;
	background: url(../images/list_rank10.gif) no-repeat 0px 0px;
}

div#sidebar2 div#ranking li.up {
	padding: 0px 0 0 30px;
	height: 25px;
	background: url(../images/list_rank_arrow.gif) no-repeat 0px -0.1em;
}

/* NEWS */
div#sidebar2 div#news h2 {
	border: none;
	margin: 0px;
	padding: 0px;
	text-indent: -5000px;
	background: url(../images/bg_sidebarNews.gif) no-repeat 0px 0px;
	width: 180px;
	height: 50px;
}

div#sidebar2 div#news dl {
	border: 2px #A1E1E0 solid;	
	margin: 0 0 20px 0px;
	padding: 12px 0 0 8px;
	width: 164px;
}

div#sidebar2 div#news dt {
	font-size: 100%;
	margin: 0 0 5px 0;
}

div#sidebar2 div#news dd {
	font-size: 100%;
	line-height: 120%;
	margin: 0 0px 5px 0;
	border-bottom: 1px #ccc dotted;
}

/* infomation */

div#sidebar2 h2#infomation {
	border: none;
	margin: 0px;
	padding: 20px 0 0 15px;
	background: url(../images/bg_sidebarTitle.gif) no-repeat 0px 0px;
	width: 180px;
	height: 30px;
}

div#sidebar2_end {
	width: 200px;
	height: 11px;
	background: url(../images/bg_sidebar2_end.gif) no-repeat 0px bottom;
}

div#sidebar2 h2 {
	border-left: 6px #cceeee solid;
	border-bottom: 1px #ccc solid;
	margin: 5px 0 5px 0;
	padding: 2px 0 2px 7px;
	font-size: 100%;
}

div#sidebar2 h2.title {
	border: none;
	margin: 0px;
	padding: 20px 0 0 15px;
	background: url(../images/bg_sidebarTitle.gif) no-repeat 0px 0px;
	width: 180px;
	height: 30px;
}



/* リンク構造 
------------------------------------------- */

a:link, a:visited {
	color: #2561A0;
	text-decoration: none;
	outline: none;

}
a:active, a:hover {
	color: #2561A0;
	text-decoration : underline;
	outline: none; 

}

/*090706*/
/*
#bodyArea a {
	color: #FF0000;
}
#bodyArea a:hover {
	text-decoration: underline;
}*/


/*090707更新*/
p.GoodsInfo {
	width: 450px;
	padding: 0 20px;
}
/*090717*/
span.yb {
	font-weight: normal;
	background: #FBEBAD;
	color: #2d2d2d;
}
/*090817*/
.center {
	text-align: center;
}
img {
	vertical-align: bottom;
}
.rakutenSection {
	margin: 0 auto;
	width: 480px;
}
p.rakutenSide a img{
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	overflow: hidden;  
}
p.rakutenSide a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

/*090824*/
body#creditcard #fav a img {
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	overflow: hidden;  
}
body#creditcard #fav a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
body#creditcard dt.goodsImage a img {
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	overflow: hidden;  
}
body#creditcard dt.goodsImage a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
.hover a img {
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	overflow: hidden;  
} 
.hover a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
/**/
div#bodyArea b {
	color: #000000;
	font-weight: normal;
	border-bottom: #E1375D dashed 1px;
}
div#bodyArea strong {
	color: #000000;
	font-weight: normal;
	border-bottom: #E1375D dashed 1px;
}
div#bodyArea span.bold {
	font-weight: bold;
}
/*090828追加*/
.clr {
	clear: both;
}
#infoHead .campaignBox {
	margin: 0 10px;
	line-height: 1.8em;
}
#infoHead ul.checkList li {
	padding: 2px 0 2px 16px;
	background: url(../images/mark_check.gif) no-repeat left 50%;
	font-weight: bold;
}
#aboutGoods ul.checkPointList li {
	padding: 2px 0 2px 10px;
	background: url(../images/mark_checkpoint.gif) no-repeat left 50%;
}

/*100216*/
#bodyArea #socialBookMark {
	width: 100%;
	margin: 10px auto;
}

/*100331*/
div#bodyArea .wideUse {
	width: 100%;
	margin: 20px auto 20px auto;
	clear: both;
}
div#bodyArea .wideUse .wideUseTop {
	background: url(../images/bg_goodsDetail_top.gif) no-repeat 0px 0px;
	width: 100%;
	height: 10px;
}
div#bodyArea .wideUse .wideUseEnd {
	background: url(../images/bg_goodsDetail_end.gif) no-repeat 0px bottom;
	width: 100%;
	height: 10px;
}
div#bodyArea .wideUse .dataDetail {
	margin: 10px 0px 0px 10px;
	width: 100%;
	background: url(../images/bg_goodsDetail.gif) repeat-y 0px 0px;
}
.tagCloud .sectionContent {text-align: left; }
.tagCloud .sectionContent .sectionList { list-style: none; }
.tagCloud .sectionContent .sectionList .sectionListItem { display: inline; }
.tagCloud .sectionContent .sectionList li.taglevel1 { font-size: 19px!important; font-weight: bolder; }
.tagCloud .sectionContent .sectionList li.taglevel2 { font-size: 17px!important; font-weight:bold; }
.tagCloud .sectionContent .sectionList li.taglevel3 { font-size: 15px!important; font-weight: bold;}
.tagCloud .sectionContent .sectionList li.taglevel4 { font-size: 13px!important; }
.tagCloud .sectionContent .sectionList li.taglevel5 { font-size: 11px!important; }
.tagCloud .sectionContent .sectionList li.taglevel6 { font-size: 9px!important; }

/* ------------------------------------------------------------
	99. General
------------------------------------------------------------ */
.separate {
	margin-bottom: 30px;
}
.space {
	margin-bottom: 20px;
}
.gap {
	margin-bottom: 10px;
}
.float-l {
	float: left;
}
.float-r {
	float: right;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.bold, span.bold {
	font-weight:bold;
}
.large, span.large{
	font-size: 1.2em;
}
.small, span.small {
	font-size: .9em;
}
.center, span.center {
	text-align: center;
}
.red , span.red {
	color: #F74448;
}
.bg-yellow , span.bg-yellow{
	background: #FFED71;
}
.check, span.check {
	background: url(../images/bg-mark-check.gif) no-repeat 4px 50%;
	padding-left: 20px;
}
.block, span.block {
	display: block;
}
.box {
	padding: 4px;
	border: 1px solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.box-yellow {
	border-color: #F7F2BB;
	background-color: #FCF9E0;
}
.box-green {
	border-color: #C8F8DC;
	background-color: #EBFDF2;
}
.box-blue {
	border-color: #C8E5F8;
	background-color: #EBF5FD;
}
.box-red {
	border-color: #F8C8CD;
	background-color: #FDEBED;
}
.box-purple {
	border-color: #DCC8F8;
	background-color: #F2EBFD;
}