@charset "utf-8";


/*
	Theme Name: Japan Cooling Artist
	Theme URI: http://duckjca.com/public/jp/wp-content/themes/jca/style.css
	Css Name: style.css
	URI: http://duckjca.com/
	Description: style.css
	date: 2009/08/31
	Author: Network Information Center .ltd(k.ogawa)
	Version: 1.0
*/


/*	Default Styles
-------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
table {border-collapse: collapse;border-spacing: 0;}
fieldset,img {border: 0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style: normal;font-weight: normal;}
ol,ul { list-style: none;}
caption,th {text-align: left;}
h1,h2,h3,h4,h5,h6 {font-size: 100%;font-weight: normal;}
q:before,q:after {content: '';}
abbr,acronym {border: 0;}

/* anchor Setting
------------------------------*/

a{text-decoration:none; color:#0066CC; outline: none;}
a:hover{text-decoration:underline;}

/* anchor Setting - head & foot -
-----------------------------------*/

#header a,
#footer a
{text-decoration:none; color:#fff;}
#header a:hover,
#footer a:hover
{text-decoration:underline;}

/*	clearfix
-------------------------------------------------- */
.clearfix:after {content: ".";display: block;clear: both;height: 0;visibility: hidden;}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display: block;}

.clear{
	clear:both;
}

/*	scroll
-------------------------------------------------- */

html>/**/body{/* for Modern browsers only not IE 7 */

	overflow-y: scroll;
}


/*---------------------------------------
	Body Setting
----------------------------------------*/

body{
	background: #929292 url(image/body_bg.gif) top left repeat-x;
	color: #fff;
	font-family: Verdana, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 80%;
	line-height: 1.4;
}


/*---------------------------------------
	Wrapper Setting
----------------------------------------*/

#wrapper{
	margin: 0 auto;
	position: relative;
	width: 964px;
	background:url(image/body_bg_shadow.png) top center repeat;
}

#innerWrapper{
	margin:0 auto;
	width: 950px;
}

/*---------------------------------------
	Header Setting
----------------------------------------*/

#header{
	width: 950px;
	height: 60px;
	background: #cccccc url(image/header_bg.gif) top left repeat-x;
}

#header h1{
	position: absolute;
	left: 36px;
	z-index: 100;
	width: 230px;
	height: 148px;
}

#header h2{
	padding: 3px 15px 0 0;
	text-align: right;
	font-size:10px;
}

#header ul{
	padding: 5px 15px 0 0;
	display: block;
	text-align: right;
}

#header ul li{
	padding-left: 17px;
	display: inline;
	text-align: right;
	background: url(image/icon_arrow.gif) center left no-repeat;
}

/*---------------------------------------
	globalnav Setting
----------------------------------------*/

#globalnav{
	position: absolute;
	top: -1px;
	left: 25px;
	width: 251px;
	height: 535px;
	background:url(image/navigation_bg.gif) top left no-repeat;
}


#globalnav ul{
	margin: 148px 0 0 11px;
}

#globalnav ul li a{
	display: block;
	width: 230px;
	height: 70px;
	overflow: hidden;
	background: #333333 url(image/btn_navigation.gif) top left no-repeat;
	text-indent: -9999px;
}

	/*	未選択時
	----------------------------------- */

	#globalnav ul li#tp a{
		background-position: 0px 0px;
	}

	#globalnav ul li#op a{
		background-position: 0px -70px;
	}

	#globalnav ul li#jg a{
		background-position: 0px -187px;
		height:48px;
	}


	#globalnav ul li#ot a{
		background-position: 0px -140px;
		height:47px;
	}




	/*	選択時
	----------------------------------- */

	#globalnav ul li#tp a:hover {
		background-position: -230px 0px;
	}

	#globalnav ul li#op  a:hover {
		background-position: -230px -70px;
	}

	#globalnav ul li#jg  a:hover {
		height: 48px;
		background-position: -230px -187px;
	}


	#globalnav ul li#ot  a:hover {
		height: 47px;
		background-position: -230px -140px;
	}



/*---------------------------------------
	Mainvisual Setting - Top page -
----------------------------------------*/

#mvisual{
	width: 950px;
	height: 415px;
	background: url(image/top_mainvisual.jpg) top left no-repeat;
	text-indent:-9999px;
}

/*---------------------------------------
	Content Setting - Top page -
----------------------------------------*/

#cont{
	width: 950px;
	height: 167px;
	background: #000000 url(image/cont_bg.gif) top left repeat-x;
}

#cont #newsWrapper{
	margin: 20px 15px 0 0;
	display: inline;
	float: right;
	width: 630px;
	height: 127px;
	background: #000000 url(image/cont_news_bg.gif) top left repeat-x;
}

#cont #newsWrapper p#newsTitle{
	margin: 4px 0 0 5px;
	padding-left: 3px;
	border-left: solid 3px #f00;
	display: inline;
	float: left;
	width: 100px;
	line-height: 1.0;
	font-size: 14px;
	font-weight: bold;
}

#cont #newsWrapper #news{
	height: 127px;
	overflow: auto;
}

#cont #newsWrapper #news dl{
	margin-left: 20px;
	width: 450px;

}

#cont #newsWrapper #news dl dt{
	padding: 10px 0.5em;
	float: left;
	width: 7em;
}

#cont #newsWrapper #news dl dd {
	padding: 10px 0.5em 10px 8em;
	border-bottom: dotted 1px #CCC;
}


#cont #leftCol{
	margin: 70px 0 0 22px;
	display: inline;
	float:left;
	width: 250px;
}


/*---------------------------------------
	Footer Setting
----------------------------------------*/

#footer{
	margin: 0 auto;
	width: 964px;
	height: 58px;
	background:url(image/footer_bg.gif) top left no-repeat;
}

#footer ul{
	margin-left: 7px;
 	border-top: solid 1px #ccc;
	width: 950px;
	text-align: center;
}

#footer ul li{
	display: inline;
	padding: 0 2px;
}

#footer address{
	text-align: center;
}

/*---------------------------------------
	Page Setting - common -
----------------------------------------*/

#contWrapper{
	padding:0 18px 0 22px;
	color:#333;
}

#contWrapper #mainCol{
	margin-bottom:30px;
	width:656px;
	float:right;
}

#contWrapper h3{
	margin:10px 0 0 0;
}

#globalnav.child{
	position: absolute;
	top: -1px;
	left: 25px;
	width: 251px;
	height: 526px;
	background:url(image/navigation_bg_child.gif) top left no-repeat;
}

#leftCol{
	display:inline;
	margin-top: 455px;
	width: 250px;
	float:left;
}

#breadcrumb{
	margin:7px 0 0 260px;;
	color:#000;
	font-size:11px;
}

/*---------------------------------------
	Page Setting  - Company -
----------------------------------------*/

.company #contWrapper #mainCol h3{
	height: 150px;
	background: url(image/company_ttl.gif) top left no-repeat;
	text-indent: -9999px;
}

table#companyInfo{
	margin-top: 15px;
	width: 100%;
}

table#companyInfo td{
	padding: 3px;
	border-bottom: #ccc 1px solid;
	vertical-align: top;
}

table#companyInfo th{
	padding: 3px;
	border-bottom: #ccc 1px solid;
	vertical-align: top;
}

/*---------------------------------------
	Page Setting  - Map -
----------------------------------------*/

.company #contWrapper #mainCol h4{
	margin: 7px 0 0 10px;
	padding: 3px 3px 3px 3px;
	border-left: 4px solid #670000;
	font-weight: bold;
	font-size: 14px;
}

/*---------------------------------------
	Page Setting  - Contact -
----------------------------------------*/

.contact #contWrapper #mainCol h3{
	height: 150px;
	background: url(image/contact_ttl.gif) top left no-repeat;
	text-indent: -9999px;
}

.contact p.contactText{
	margin:10px;
	padding:10px;
	border:1px dotted #ccc;
}

.contact dl.contactUs{
	margin:20px auto;
	width:500px;

}

.contact dl.contactUs dt{
	padding-left:22px;
	float:left;
	width:180px;
	background: url(image/icon_circle.gif) center left no-repeat;

}

.contact dl.contactUs dt strong{
	font-weight:bold;
}

.contact dl.contactUs dt.tel{
	background: url(image/icon_tel.gif) top left no-repeat;
}

.contact dl.contactUs dt.mail{
	background: url(image/icon_mail.gif) center left no-repeat;
}

.contact dl.contactUs dd{
	margin-bottom:5px;
	padding-left:180px;
	border-bottom:1px solid #ccc;
}

/*---------------------------------------
	Page Setting  - Low -
----------------------------------------*/

.law #contWrapper #mainCol h3{
	padding: 5px 3px 5px 15px;
	border-left: 10px solid #670000;
	border-bottom: 1px solid #670000;
	color: #670000;
	font-weight: bold;
	font-size: 18px;
}

.law #contWrapper #mainCol #txt{
	padding: 15px 10px 0 10px;
}

.law #contWrapper #mainCol #txt table#tradeLaw{
	width: 100%;
}

.law #contWrapper #mainCol #txt table#tradeLaw td{
	padding: 3px;
	border-bottom: #ccc 1px solid;
	vertical-align: top;
}

.law #contWrapper #mainCol #txt table#tradeLaw th{
	padding: 3px;
	width: 30%;
	border-bottom: #ccc 1px solid;
	vertical-align: top;
	font-weight: bold;
}

.law #contWrapper #mainCol #txt dl dt{
	margin:0 0 10px 0;
	border-bottom:#ccc 1px solid;
	font-weight:bold;
}

.law #contWrapper #mainCol #txt dl dd{
	margin-bottom: 10px;
	padding-left: 5px;
}

.law #contWrapper #mainCol #txt dl dd ul li{
	list-style: circle;
	margin-left: 20px;
}

/*---------------------------------------
	Page Setting  - Useguide -
----------------------------------------*/

.useguide #contWrapper #mainCol h3{
	height: 150px;
	background: url(image/useguide_ttl.gif) top left no-repeat;
	text-indent: -9999px;
}

.useguide #contWrapper #mainCol .mainBox{
	padding:15px 10px 0 10px;
	border-bottom:1px dotted #ccc;
	width:636px;
}

.useguide #contWrapper #mainCol .mainBox h4{
	height:15px;
}

.useguide #contWrapper #mainCol .mainBox p,
.useguide #contWrapper #mainCol .mainBox ol,
.useguide #contWrapper #mainCol .mainBox ul,
.useguide #contWrapper #mainCol .mainBox dl{
	padding:10px;
}

.useguide #contWrapper #mainCol .mainBox ul#sHouhou li{
	margin-right:10px;
	float:left;
	width:63px;
	height:17px;
}

.useguide #contWrapper #mainCol .mainBox ul#sHouhou li.bank{
	background: url(image/bill_icon_07.gif) top left no-repeat;
}

.useguide #contWrapper #mainCol .mainBox ul#sHouhou li.credit{
	background: url(image/bill_icon_08.gif) top left no-repeat;
}

.useguide #contWrapper #mainCol .mainBox ul#sHouhou li.denshi{
	background: url(image/bill_icon_12.gif) top left no-repeat;
}

.useguide #contWrapper #mainCol .mainBox ul#sHouhou li.konbini{
	background: url(image/bill_icon_10.gif) top left no-repeat;
}
.useguide #contWrapper #mainCol .mainBox dl dt{
	border-left:3px solid #843030;
	padding-left:4px;
}

.useguide #contWrapper #mainCol .mainBox dl dt{
	font-size:14px;
	font-weight:bold;
}

.useguide #contWrapper #mainCol .mainBox dl#bank dd ul li{
	margin-top:2px;
	padding-left:10px;
	background: url(image/icon_arrow_03.gif) 1px 8px no-repeat;
}

.useguide #contWrapper #mainCol .mainBox dl#card dd{
	margin:5px 0 0 10px;
}

.useguide #contWrapper #mainCol .mainBox dl#con dd{
	margin:5px 0 10px 10px;
}
.useguide #contWrapper #mainCol .mainBox dl#den dd{
	margin:5px 0 10px 10px;
}
/*---------------------------------------
	Page Setting  - JCAguide -
----------------------------------------*/

.jcaguide #contWrapper #mainCol h3{
	height: 150px;
	background: url(image/jcaguide_ttl.gif) top left no-repeat;
	text-indent: -9999px;
}

.jcaguide #contWrapper #mainCol .mainBox{
	padding:15px 10px 0 10px;
	border-bottom:1px dotted #ccc;
	width:636px;
}

.jcaguide #contWrapper #mainCol #concept h4{
	height:15px;
}

.jcaguide #contWrapper #mainCol .mainBox p.mainText{
	padding:10px;
	margin:10px;
	width:350px;
	float:left;
}

.jcaguide #contWrapper #mainCol .mainBox img.img01{
	float:right;
}

.jcaguide #contWrapper #mainCol .mainBox p{
	padding:10px;
	margin:10px;
}
/*---------------------------------------
	Page Setting  - ocguide -
----------------------------------------*/

.ocguide #contWrapper #mainCol h3{
	height: 150px;
	background: url(image/ocguide_ttl.gif) top left no-repeat;
	text-indent: -9999px;
}

.ocguide #contWrapper #mainCol .mainBox{
	padding:15px 10px 0 10px;
	border-bottom:1px dotted #ccc;
	width:636px;
}

.ocguide #contWrapper #mainCol .mainBox h4{
	height:15px;
}

.ocguide #contWrapper #mainCol .mainBox p.imgRight{
	float:right;
}

.ocguide #contWrapper #mainCol .mainBox p.textLeft{
	width:390px;
}

.ocguide #contWrapper #mainCol .mainBox p,
.ocguide #contWrapper #mainCol .mainBox ol,
.ocguide #contWrapper #mainCol .mainBox ul,
.ocguide #contWrapper #mainCol .mainBox dl{
	padding:10px;
}

.ocguide #contWrapper #mainCol .mainBox ul#sHouhou li{
	padding:10px;
	display: inline;
}

.ocguide #contWrapper #mainCol .mainBox dl#shiharai dt{
	border-left:3px solid #843030;
	padding-left:4px;
}

.ocguide #contWrapper #mainCol .mainBox dl#shiharai dd ul li{
	margin-top:2px;
	padding-left:10px;
	background: url(image/icon_arrow_02.gif) 1px 4px no-repeat;
}

/*---------------------------------------
	Category Page Setting  - Tuned PC -
----------------------------------------*/

.tunedpc #contWrapper #mainCol h3{
	height: 150px;
	background: url(image/tunedpc_ttl.gif) top left no-repeat;
	text-indent: -9999px;
}

.tunedpc #contWrapper #mainCol .itemBox{
	margin-top:15px;
	padding: 5px;
	border: 1px solid #ccc;
	width:644px;
}

.tunedpc #contWrapper #mainCol .itemBox .itemText{
	width:429px;
	float:right;

}

.tunedpc #contWrapper #mainCol .itemBox .itemText h4{
	border-bottom:2px solid #FF0000;
	font-weight:bold;
	font-size:14px;
}

.tunedpc #contWrapper #mainCol .itemBox .itemText p.itemSummary{
	margin:5px 0;
}

.tunedpc #contWrapper #mainCol .itemBox .itemText ul.itemSpec{
	font-size:10px;
	font-weight:bold;
	margin-bottom:5px;
}

.tunedpc #contWrapper #mainCol .itemBox .itemText ul.itemSpec li{

}

.tunedpc #contWrapper #mainCol .itemBox .itemText p.itemLink span{
	vertical-align:text-bottom;

}

.tunedpc #contWrapper #mainCol .itemBox .itemText p.itemLink{
	float:left;
}

.tunedpc #contWrapper #mainCol .itemBox .itemText p.itemPrice{
	margin-left:198px;
	padding-top:10px;
	text-align:right;

}

.tunedpc #contWrapper #mainCol .itemBox .itemText p.itemPrice span{
	vertical-align:bottom;
}

.tunedpc #contWrapper #mainCol .itemBox p.itemImg{
	width: 215px;
	float:left;
}

/*---------------------------------------------
	Category Page Setting  - Original parts -
----------------------------------------------*/

.originalparts #contWrapper #mainCol h3{
	height: 150px;
	background: url(image/originalparts_ttl.gif) top left no-repeat;
	text-indent: -9999px;
}

.originalparts #contWrapper #mainCol h4#pot{
	margin-top:20px;
	height: 40px;
	background: url(image/originalparts_pot_ttl.gif) top left no-repeat;
	text-indent: -9999px;
}

.originalparts #contWrapper #mainCol h4#btable{
	margin-top:20px;
	height: 40px;
	background: url(image/originalparts_table_ttl.gif) top left no-repeat;
	text-indent: -9999px;
}

.originalparts #contWrapper #mainCol .itemBox {
	width:656px;
	overflow:hidden;
}

.originalparts #contWrapper #mainCol .itemBox .itemWrapper{
	margin-top:15px;
	width:656px;
	overflow:hidden;
}

.originalparts #contWrapper #mainCol .itemBox .itemWrapper .itemRecord{
	width:315px;
	float:left;
	overflow:hidden;
	padding:0 5px;
}

.originalparts #contWrapper #mainCol .itemBox .itemWrapper .itemRecord h5{
	margin:7px 0 5px 5px;
	padding:0 0 1px 15px;
	font-weight:bold;
	font-size:12px;

}

.originalparts #contWrapper #mainCol .itemBox .itemWrapper .itemRecord .boxText {
	width:160px;
	float:right;
}

.originalparts #contWrapper #mainCol .itemBox .itemWrapper .itemRecord .boxText dl{
	margin-left:5px;
}

.originalparts #contWrapper #mainCol .itemBox .itemWrapper .itemRecord .boxText dt{
	padding: 0 0 1px 0;
	font-weight:bold;
	font-size:12px;
}

.originalparts #contWrapper #mainCol .itemBox .itemWrapper .itemRecord .boxText dd{
	margin-top:10px;
}

.originalparts #contWrapper #mainCol .itemBox .itemWrapper .itemRecord p.thumbnail img{
	border:solid 1px #666;
}

/*---------------------------------------------
	Category Page Setting  - other parts -
----------------------------------------------*/

.otherparts #contWrapper #mainCol h3{
	height: 150px;
	background: url(image/otherparts_ttl.gif) top left no-repeat;
	text-indent: -9999px;
}


.otherparts #contWrapper #mainCol .itemBox {
	width:656px;
	overflow:hidden;
}

.otherparts #contWrapper #mainCol .itemBox .itemWrapper{
	margin-top:15px;
	width:656px;
	overflow:hidden;
}

.otherparts #contWrapper #mainCol .itemBox .itemWrapper .itemRecord{
	width:315px;
	float:left;
	overflow:hidden;
	padding:0 5px;
}

.otherparts #contWrapper #mainCol .itemBox .itemWrapper .itemRecord h5{
	margin:7px 0 5px 5px;
	padding:0 0 1px 15px;
	font-weight:bold;
	font-size:12px;

}

.otherparts #contWrapper #mainCol .itemBox .itemWrapper .itemRecord .boxText {
	width:160px;
	float:right;
}

.otherparts #contWrapper #mainCol .itemBox .itemWrapper .itemRecord .boxText dl{
	margin-left:5px;
}

.otherparts #contWrapper #mainCol .itemBox .itemWrapper .itemRecord .boxText dt{
	padding: 0 0 1px 0;
	font-weight:bold;
	font-size:12px;
}

.otherparts #contWrapper #mainCol .itemBox .itemWrapper .itemRecord .boxText dd{
	margin-top:10px;
}

.otherparts #contWrapper #mainCol .itemBox .itemWrapper .itemRecord p.thumbnail img{
	border:solid 1px #666;
}


/*---------------------------------------------
	Single Page Setting  - pot -
----------------------------------------------*/

.partsChild #contWrapper #mainCol h3{
	height: 150px;
	background: url(image/originalparts_ttl.gif) top left no-repeat;
	text-indent: -9999px;
}

.partsChild #contWrapper #mainCol h4{
	margin-top:5px;
	padding: 3px 3px 3px 15px;
	border-left: 5px solid #670000;
	border-bottom: 1px solid #670000;
	font-weight: bold;
	font-size: 18px;
}

.partsChild #contWrapper #mainCol h4#btable{
	margin-top:20px;
	height: 40px;
	background: url(image/originalparts_table_ttl.gif) top left no-repeat;
	text-indent: -9999px;
}

.partsChild #contWrapper #mainCol .itemBox {
	width:656px;
	overflow:hidden;
}

.partsChild #contWrapper #mainCol .itemBox table#itemTable{
	margin-top:20px;
}

.partsChild #contWrapper #mainCol .itemBox table#itemTable td{
	padding:2px;
}

.partsChild #contWrapper #mainCol .itemBox table#itemTable td span.itemName{
	font-weight:bold;
	font-size:14px;
}

.partsChild #contWrapper #mainCol .itemBox table#itemTable td.partsImg{
	vertical-align: top;
}

.partsChild #contWrapper #mainCol .itemBox table#itemTable td img{
	border:solid 2px #666;
}


.partsChild #contWrapper #mainCol .itemBox .itemWrapper .itemRecord p.thumbnail img{
	border:solid 1px #666;
}

/*---------------------------------------------
	Single Page Setting  - tunedpc -
----------------------------------------------*/

.tunedpcChild #contWrapper #mainCol h3{
	height: 150px;
	background: url(image/tunedpc_ttl.gif) top left no-repeat;
	text-indent: -9999px;
}

.tunedpcChild #contWrapper #mainCol h4{
	margin-top:5px;
	padding: 3px 3px 3px 15px;
	border-left: 5px solid #670000;
	border-bottom: 1px solid #670000;
	font-weight: bold;
	font-size: 18px;
}

.tunedpcChild #contWrapper #mainCol h4#btable{
	margin-top:20px;
	height: 40px;
	background: url(image/originalparts_table_ttl.gif) top left no-repeat;
	text-indent: -9999px;
}

.tunedpcChild #contWrapper #mainCol .itemBox {
	width:656px;
	overflow:hidden;
}

.tunedpcChild #contWrapper #mainCol .itemBox table#itemTable{
	margin-top:20px;
}

.tunedpcChild #contWrapper #mainCol .itemBox table#itemTable td{
	padding:2px;
}

.tunedpcChild #contWrapper #mainCol .itemBox table#itemTable td span.itemName{
	font-weight:bold;
	font-size:14px;
}

.tunedpcChild #contWrapper #mainCol .itemBox table#itemTable td img{
	border:solid 2px #666;
}


.tunedpcChild #contWrapper #mainCol .itemBox .itemWrapper .itemRecord p.thumbnail img{
	border:solid 1px #666;
}

#mainCol #guideBox{
	width:650px;
	margin-top:20px;
}

#mainCol #guideBox .guideInner{
	padding:10px;
	border:1px solid #ccc;
}
#mainCol #guideBox #guideL{
	margin-right:15px;
}
#mainCol #guideBox #guideL,
#mainCol #guideBox #guideR{
	width:300px;
	float:left;
}

#mainCol #guideBox dt.guideTtl{
	border-left:3px solid #670000;
	padding-left:5px;
	font-size:14px;
	font-weight:bold;
	margin:5px 0 5px 0;
	border-bottom:1px dotted #ccc;
}
#mainCol #guideBox #guideR dl{
	margin-bottom:20px;
}
#mainCol #guideBox dd ul{
	padding:4px;
}

#mainCol #guideBox dd ul li{
	margin-bottom:10px;
}

/*---------------------------------------------
	Single Page Setting  - otherparts -
----------------------------------------------*/

.otherpartsChild #contWrapper #mainCol h3{
	height: 150px;
	background: url(image/otherparts_ttl.gif) top left no-repeat;
	text-indent: -9999px;
}

.otherpartsChild #contWrapper #mainCol h4{
	margin-top:5px;
	padding: 3px 3px 3px 15px;
	border-left: 5px solid #670000;
	border-bottom: 1px solid #670000;
	font-weight: bold;
	font-size: 18px;
}

.otherpartsChild #contWrapper #mainCol h4#btable{
	margin-top:20px;
	height: 40px;
	background: url(image/originalparts_table_ttl.gif) top left no-repeat;
	text-indent: -9999px;
}

.otherpartsChild #contWrapper #mainCol .itemBox {
	width:656px;
	overflow:hidden;
}

.otherpartsChild #contWrapper #mainCol .itemBox table#itemTable{
	margin-top:20px;
}

.otherpartsChild #contWrapper #mainCol .itemBox table#itemTable td{
	padding:2px;
}

.otherpartsChild #contWrapper #mainCol .itemBox table#itemTable td span.itemName{
	font-weight:bold;
	font-size:14px;
}

.otherpartsChild #contWrapper #mainCol .itemBox table#itemTable td img{
	border:solid 2px #666;
}


.otherpartsChild #contWrapper #mainCol .itemBox .itemWrapper .itemRecord p.thumbnail img{
	border:solid 1px #666;
}

#mainCol #guideBox{
	width:650px;
	margin-top:20px;
}

#mainCol #guideBox .guideInner{
	padding:10px;
	border:1px solid #ccc;
}
#mainCol #guideBox #guideL{
	margin-right:15px;
}
#mainCol #guideBox #guideL,
#mainCol #guideBox #guideR{
	width:300px;
	float:left;
}

#mainCol #guideBox dt.guideTtl{
	border-left:3px solid #670000;
	padding-left:5px;
	font-size:14px;
	font-weight:bold;
	margin:5px 0 5px 0;
	border-bottom:1px dotted #ccc;
}
#mainCol #guideBox #guideR dl{
	margin-bottom:20px;
}
#mainCol #guideBox dd ul{
	padding:4px;
}

#mainCol #guideBox dd ul li{
	margin-bottom:10px;
}

/*	Other Setting
----------------------------------------*/

.latest{
	background: url(image/icon_new_01.gif) 70px center no-repeat;
}

/*仮設ページ*/

.coming-soon #contWrapper #mainCol h3{
	height: 434px;
	background: url(image/coming_soon.gif) top left no-repeat;
	text-indent: -9999px;
}

.alignRight{
	text-align:right;
}

.fColor01{
	color:#ff0000;
}

.fb{
	font-weight:bold;
}

.bdrDotted{
	border-bottom:1px dotted #ccc;
}

.fSmall{
	font-size:0.8em;
}

.hide{
	display:none;
}
