@charset "utf-8";


/* common layout
---------------------------------------------------------*/

/* basics
-----------------------------*/

html{
    margin-bottom:1px;
    height:100%;
}

body{
	font-size: 80%;
	color: #333;
	line-height: 1.8;
	text-align: center;
}
#wrapperOuter {
	margin: 0 auto;	
	width: 100%;
}
#wrapperInner{
	margin: 0 auto;	
	width: 100%;
	text-align: left;
}

/* header
-----------------------------*/


#header{
	border-top: 5px solid #000;
}

#header #headerMain{
	margin: 0 auto;
	padding: 10px 0;
	width: 870px;
}
#header #headerMain #logoSite{
	width: 100px;
	float:left;
}
#header #headerMain #boxSearch{
	display: none;
	}
#header #navGlobal{
	float: left;
	margin: 0 auto;
	width: 770px;
}
#header #navGlobal ul{
	margin: 0 auto;
	padding: 3px 0 2px;
	width: 870px;
}
#header #navGlobal li{
	float: left;
}
#header #navGlobal li a{
}
#header #navGlobal li a:hover{
}
#header #navGlobal li a img{
}
#header #navGlobal li form{
}
#header #navSubGlobal{
	clear: both;
	margin: 0 auto;
	width:100%;
	background: #555 url(../images/header_bk_global.jpg) repeat-x left top;
	border-top: 1px solid #454545;
}
#header #navSubGlobal ul{
	margin: 0 auto;
	padding: 5px 0 3px;
	width: 870px;
}
#header #navSubGlobal li{
	display: inline;
	margin-right: 1px;
}
#header #navSubGlobal li a{
	color: #fff;
	padding: 7px 10px;
}
#header #navSubGlobal li a:hover{
	background: #fff;
	color: #000;
	text-decoration:none;
}

#header #navRecommend{
	clear: both;
	margin: 0 auto;
	width:100%;
	background: #fff url(../images/nav_bk_recommend.jpg) repeat-x left top;
	border-top: 1px solid #ccc;
	font-size: 120% !important;
}
#header #navRecommend div{
	margin: 0 auto;
	padding: 7px 0 3px;
	border-top: 1px solid #fff;
	width: 870px;
}

#page{
	clear: both;
	margin: 0 auto;
	padding: 20px 0 0 0;
	width: 100%;
	background: #fff/* url(../images/page_back_common.gif) repeat left top*/;
}
#pageInner{
	margin: 0 auto 0;
	padding: 0 20px 0;
	width: 870px;
	background: #fff;
	text-align: left;
}
#pageInner #pageMain{
	float: right;
	width: 525px;
}
#pageInner #pageSide{
	float: left;
	width: 300px; /*( 310)   */
	background: #fff;
	font-size: 90%;
}

/* page main
---------------------------------------------- */

#pageMain{
}
#pageMain p{
	margin-top: 1.5em;
}
#pageMain h2{
	margin-top: 1.5em;
	padding: 12px 10px 10px;
	background: #fff url(../images/h_bk_argile.gif) repeat-x left top;
	font-size: 1.3em;
	border-top: 1px solid #ccc;
	font-weight: bold;
	color: #333;
}
#pageMain h2.headingFirst{
	margin-top: 1px;
}
#pageMain h3{
	margin-top: 1.5em;
	padding: 2px 5px 2px 1px;
	border-bottom: 2px solid #333;
	font-size: 1.1em;
	font-weight: bold;
}
#pageMain h4{
	margin-top: 1.5em;
	padding: 5px 7px;
	border-left: 3px solid #333;
	font-weight: bold;
}
#pageMain h5{
	margin-top: 1.5em;
	padding: 2px 8px;
	border-left: 2px solid #AAD658;
	font-weight: bold;
	line-height: 1;
}

#pageMain ul{
	margin-top: 1.5em;
}
#pageMain ul li{
	padding-left: 17px;
	background: url(../images/icon_list_u1.gif) no-repeat 0 center;
}
#pageMain ul li a{
	display: block;
}
#pageMain ol{
	margin-top: 1.5em;
}
#pageMain ol li{
	list-style: decimal outside;
	margin-left: 17px;
}

#pageMain #backToSozai{	
	clear: both;
	padding: 10px;
	border: 1px dotted #999;
}
#pageMain #pagaMainAssist{
	margin-top: 10px;
	padding: 10px;
	background: #f9f9f9;
	text-align: center;
}


/* page side
---------------------------------------------- */

#pageSide h2.headingFirst{
	margin-top: 1px;
	margin-bottom: 20px;
}
#pageSide p{
	margin-top: 8px;
}
#pageSide ul a{
	text-decoration: underline;
	color: #333;
}
#pageSide ul a:hover{
	text-decoration: none;
}
#pageSide h2{
	margin-top: 20px;
	padding: 4px 12px;
	background: #fff url(../images/h_bk_argile.gif) repeat-x left top;
	border-top: 1px solid #ccc;
	color: #000;
	font-size: 1.3em;
	font-weight: bold;
}
#pageSide h2 a{
	color: #000;
	padding-right: 15px;
	background: url(../images/icon_link_02.gif) no-repeat right center;
}
#pageSide h2.tagStart{
}
#pageSide ul .categoryLv2{
	clear: both;
}
#pageSide ul .categoryLv2 span{
	margin-top: 10px;
	display: block;
	padding: 5px 5px 4px 8px;
	background: #f1f1f1;
	border-left: 2px solid #333;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.2;
}
#pageSide ul .categoryLv2 ul{
	line-height: 1.4;
	}
#pageSide ul .categoryLv2 ul li{
	margin-top: 2px;
}
#pageSide ul .categoryLv2 ul li a{
	display: block;
	padding: 2px 0 2px 2px;
	border: 1px solid #fff;
}
#pageSide ul .categoryLv2 ul li a:hover{
	display: block;
	border: 1px dotted #333;
}
#pageSide ul .categoryLv2 ul.columnTwo{
	padding-bottom: 10px;
}
#pageSide ul .categoryLv2 ul.columnTwo li{
	width: 144px;
	float: left;
}

#pageSide ul .categoryLv2 ul.columnTwo:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
#pageSide ul .categoryLv2 ul.columnTwo{
    display:inline-block;
    min-height:1%;  /* for ie7 */
}
/* Hides from IE-mac \*/
* html #pageSide ul .categoryLv2 ul.columnTwo{height: 1%;}
#pageSide ul .categoryLv2 ul.columnTwo{display: block;}
/* End hide from IE-mac */

#pageSide ul .categoryLv2 ul.columnThree{
	padding-bottom: 10px;
}
#pageSide ul .categoryLv2 ul.columnThree li{
	width: 94px;
	float: left;
}

#pageSide ul .categoryLv2 ul.columnThree:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
#pageSide ul .categoryLv2 ul.columnThree{
    display:inline-block;
    min-height:1%;  /* for ie7 */
}
/* Hides from IE-mac \*/
* html #pageSide ul .categoryLv2 ul.columnThree{height: 1%;}
#pageSide ul .categoryLv2 ul.columnThree{display: block;}
/* End hide from IE-mac */

#pageSide ul .categoryLv2 ul.columnFree{
	padding-top: 5px;	
	padding-bottom: 10px;
	line-height: 1.8;
}
#pageSide ul .categoryLv2 ul.columnFree li,
#pageSide ul .categoryLv2 ul.columnFree li a{
	display:inline;
	padding-right: 5px;
}

#pageSide ul .categoryLv2 ul.columnFree:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
#pageSide ul .categoryLv2 ul.columnFree{
    display:inline-block;
    min-height:1%;  /* for ie7 */
}
/* Hides from IE-mac \*/
* html #pageSide ul .categoryLv2 ul.columnFree{height: 1%;}
#pageSide ul .categoryLv2 ul.columnFree{display: block;}
/* End hide from IE-mac */

#footer{
	clear: both;
	padding: 10px 0;
}

#footer #footerNavAssist{
	text-align: right;
}

#footer #footerMaterialNav{
	margin-bottom: 5px;
	background: #f9f9f9;
}

#footer #footerMaterialNav{
	clear: both;
	margin: 0 auto;
	width:100%;
	background: #555 url(../images/header_bk_global.jpg) repeat-x left top;
	border-top: 1px solid #454545;
}
#footer #footerMaterialNav ul{
	margin: 0 auto;
	padding: 10px 0 8px;
	width: 870px;
}
#footer #footerMaterialNav li{
	display: inline;
	margin-right: 1px;
}
#footer #footerMaterialNav li a{
	color: #fff;
	padding: 12px 10px;
}
#footer #footerMaterialNav li a:hover{
	background: #fff;
	color: #000;
	text-decoration: none;
}


#footer #footerNav{
	margin-bottom: 5px;
	padding: 10px 0;
	background: #f9f9f9;
}
#footer #footerNav ul{
	border-left: 1px solid #ccc;
}
#footer #footerNav ul li{
	display: inline;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
#footer #footerNav ul li a{
	margin: 0 5px;
	padding: 0 5px;
}

#footer #footerInfo{
}


#tableLink{
	margin-top:1em;
	border-bottom: 1px dotted #ccc;
}
#tableLink th,
#tableLink td{
	padding:2px;
	font-size: .9em;
	border-top: 1px dotted #ccc;
}
#tableLink th a,
#tableLink td a{
}



/*
index
*/

#pickup{
	margin-top: 1px !important;
	padding: 15px;
	background: #cc3300 url(/shared/images/bk_pickupd.jpg) repeat-x left bottom;
	color: #fff;
}
#pickup a{
	color: #fff;
	text-decoration:underline;
}

#linkFootAmz{
	padding: 10px 0 ;
	line-height: 1.4;
}

/* 枠の色を定義します */
.AmazonSearchTB1 table {
    border: 1px solid #000000; 
    background-color : #ff6600;
    color: #000000;
    margin: 0px; padding: 0px; font-size: 11px;
}
/* Ads by drk7.jp の font 色を定義します */
.AmazonSearchTB2 a,
.AmazonSearchTB2 a:link,
.AmazonSearchTB2 a:link:hover,
.AmazonSearchTB2 a:link:active {
    color: #ffffff; text-decoration: underline ; background: none;
}
.AmazonSearchTB2 table{ border: none; margin: 0px; padding: 1px; }
/* 広告部分の背景色を定義します */
.AmazonSearchTB3 table{
    background-color : #ffffff;
    border: none; margin: 0px; padding: 3px;
}
/* 商品名のfont定義 */
.AmaS_title a,
.AmaS_title a:link,
.AmaS_title a:link:hover,
.AmaS_title a:link:active {
    color: #004499;
    text-decoration: underline ; background: none;
    font-weight: bold;
}
/* 値段のfont定義 */
.AmaS_price { color: #006600; font-weight: bold; }
/* 説明文のfont定義 */
.AmaS_com { color: #000000; }
/* 画像のボーダー定義 */
.AmaS_img img{ border: 1px solid #aaaaaa; }

.drk7jpSimilaritySiteTitles{
	margin-top: 10px;
}
.drk7jpSimilaritySiteTitles a img{
	margin-right: 5px;
}
.drk7jpSimilarityFooter{
	margin-top: 10px;
	
}