@charset "utf-8";

#mainContentTop {
	width: 898px;
	background: #040000;
}

#mainContent {
	width: 898px;
}

#itemCont {
	background: #fff;
	height: 100%;
	/*border: 10px solid #0069ae;*/
}

/*------------------------------
index
------------------------------*/
#itemNaviBox {
	text-align: center;
	width: 898px;
	padding: 0px 0 40px 0;
	background: #040000;
	clear: both;
}

div#itemNaviBox p {
	width: 797px;
	margin: 0 auto;
	text-align: left;
}

ul#itemNavi {
	width: 797px;
	margin: 20px auto 0 auto;
	text-align: left;
}
*html ul#itemNavi {
	margin: 20px 24px 0 24px;
}

ul#itemNavi li {
	width: 153px;
	float: left;
	margin-left: 8px;
}
ul#itemNavi li#first {
	width: 153px;
	float: left;
	margin-left: 0;
}

/*--------------------------
categoryNavi
--------------------------*/
ul#categoryNavi {
	height: 60px;
}

ul#categoryNavi li.side {
	width: 179px;
	height: 60px;
	float: left;
}
ul#categoryNavi li {
	width: 180px;
	height: 60px;
	float: left;
}

/*--------------------------
contentL
--------------------------*/
.contentL {
	width: 179px;
	float: left;
}

.contentL ul {
	width: 179px;
	min-height: 470px;
}

.contentL ul li {
	width: 179px;
	height: 51px;
	line-height: 100%;
}

.contentL ul li.bottom {
	width: 179px;
	height: 52px;
	line-height: 100%;
}

/*--------------------------
contentR
--------------------------*/
.contentR {
	width: 718px;
	float: right;
	background: #fff;
	border-left: 1px solid #878788;
}

.itemColumnBox {
	margin-top: 4px;
}

/*.contentR .itemBoxA:hover,
.contentR .itemBoxB:hover,
.contentR .itemBoxC:hover,
.contentR .itemBoxD:hover {
	cursor: pointer;
}*/
.contentR .itemBoxA {
	width: 181px;
	float: left;
	background: url(../images/dotted_frame01.gif) no-repeat left bottom;	
}

.contentR .itemBoxB {
	width: 179px;
	float: left;
	background: url(../images/dotted_frame01.gif) no-repeat right bottom;	
	
}
*html .contentR .itemBoxB {
	width: 178px;
}

.contentR .itemBoxC {
	width: 180px;
	float: left;
	background: url(../images/dotted_frame01.gif) no-repeat right bottom;	
}
*html .contentR .itemBoxC {
	width: 179px;
}

.contentR .itemBoxD {
	width: 178px;
	float: left;
	background: url(../images/dotted_frame02.gif) no-repeat right bottom;	
}

.contentR .itemBoxA .itemName,
.contentR .itemBoxB .itemName,
.contentR .itemBoxC .itemName,
.contentR .itemBoxD .itemName {
	font-size: 12px;
	font-weight: bold;
	line-height: 124%;
	margin: 6px 11px 7px 11px;
}

/*------------------*/
.contentR .itemBoxA .itemName a,
.contentR .itemBoxB .itemName a,
.contentR .itemBoxC .itemName a,
.contentR .itemBoxD .itemName a {
	line-height: 124%;
}
.contentR .itemBoxA .itemName a:visited,
.contentR .itemBoxB .itemName a:visited,
.contentR .itemBoxC .itemName a:visited,
.contentR .itemBoxD .itemName a:visited {
	line-height: 124%;
}
.contentR .itemBoxA .itemName a:hover,
.contentR .itemBoxB .itemName a:hover,
.contentR .itemBoxC .itemName a:hover,
.contentR .itemBoxD .itemName a:hover {
	line-height: 124%;
	background: #040000;
	color: #fff;
}
.contentR .itemBoxA .itemName a:active,
.contentR .itemBoxB .itemName a:active,
.contentR .itemBoxC .itemName a:active,
.contentR .itemBoxD .itemName a:active {
	line-height: 124%;
	background: #040000;
	color: #fff;
}
/*------------------*/

.contentR .itemBoxA .itemName span.neutral,
.contentR .itemBoxB .itemName span.neutral,
.contentR .itemBoxC .itemName span.neutral,
.contentR .itemBoxD .itemName span.neutral {
	font-size: 10px;
	font-weight: normal;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #F39700;
}

.contentR .itemBoxA .itemName span.guidance,
.contentR .itemBoxB .itemName span.guidance,
.contentR .itemBoxC .itemName span.guidance,
.contentR .itemBoxD .itemName span.guidance {
	font-size: 10px;
	font-weight: normal;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #007CB7;
}

.contentR .itemBoxA .itemName span.support,
.contentR .itemBoxB .itemName span.support,
.contentR .itemBoxC .itemName span.support,
.contentR .itemBoxD .itemName span.support {
	font-size: 10px;
	font-weight: normal;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #9AD1E6;
}

.contentR .itemBoxA .itemT,
.contentR .itemBoxB .itemT,
.contentR .itemBoxC .itemT,
.contentR .itemBoxD .itemT {
	text-align: center;
	margin: 3px 0 13px 0;
}

.contentR .itemBoxA .price,
.contentR .itemBoxB .price,
.contentR .itemBoxC .price,
.contentR .itemBoxD .price {
	font-size: 13px;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 120%;
	margin: 0 13px 5px 13px;
}
.contentR .itemBoxA .price span,
.contentR .itemBoxB .price span,
.contentR .itemBoxC .price span,
.contentR .itemBoxD .price span {
	font-size: 10px;
	font-weight: normal;
	margin-left: 2px;
}

#itemIndex .pageTitle {
	padding: 15px 20px 0 0;
}

/*------------------------------
detail page
------------------------------*/
#detail {
	padding: 15px 20px 0 20px;
	width: 678px;
}
*html #detail {
	padding: 15px 20px;
	width: 718px;
}

.contentR table#title {
	
}
.contentR table#title th {
	width: 621px;
}
.contentR table#title td.closeBtn {
	width: 45px;
}

.contentR h1 {
	font-size: 30px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 105%;
}

.contentR h1 span.japnese,
.contentR h2 span.japnese {
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ ゴシック";
	margin-left: 9px;
	font-weight: normal;
}

.contentR  h1 span.icon01 {
	margin-left: 19px;
	font-size: 16px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #F39700;
}
.contentR  h1 span.icon02 {
	margin-left: 19px;
	font-size: 16px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #007CB7;
}
.contentR  h1 span.icon03 {
	margin-left: 19px;
	font-size: 16px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #9AD1E6;
}
.contentR  h1 span.icon04 {
	margin-left: 19px;
	font-size: 16px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #B3C700;
	vertical-align: baseline;
}

p.newIcon {
	
}

.rBox {
	float: right;
	width: 318px;
	margin-left: 10px;
}
.rBox ul {
	margin-top: 12px;
}
.rBox p.price {
	margin-top: 23px;
	font-size: 19px;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 120%;
}
.rBox p.price span {
	font-size: 12px;
	font-weight: normal;
	margin-left: 2px;
}

.otherItem {
	margin-top: 16px;
}
.otherItem p {
	margin-top: 10px;
}

.lBox {
	float: left;
	width: 350px;
}
.lBox p {
	font-size: 12px;
	text-align: center;
	margin-top: 16px;
}

/*--------------
--------------*/
#tecBox {
	margin: 30px 0 0 0;
	border-top: solid 1px #878788;
}
.contentR h2 {
	font-size: 14px;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 130%;
	margin-top: 8px;
}

#tecBox table th {
	width: 300px;
}
#tecBox table td#mihon {
	text-align: right;
}
*html #tecBox table td {
	line-height: 1.55em;
}

/*--------------
--------------*/
#tecInnerBox {
	width: 640px;
	margin: 27px 0 0 19px;
}
h3 {
	color: #0069AE;
	border-bottom: 1px solid #878788;
	font-size: 15px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
}

#tecInnerBox table {
	margin-top: 10px;
}
#tecInnerBox table td {
	margin-top: 0px;
}
#tecInnerBox table td p {
	margin-top: .4em;
	margin-bottom: .4em;
	font-weight: bold;
}

#tecInnerBox .iconLogo {
	width: 50px;
}

#tecInnerBox .footImg {
	text-align: right;
}
#tecInnerBox .footImg2 {
	text-align: left;
}

/*--------------
--------------*/
#pickUp {
	margin: 10px 0 16px 15px;
}
*html #pickUp {
	margin: 12px 0 16px 15px;
}

.entry {
	margin: 52px 0 52px 0;
}

.pageTitle {
	padding: 0 0 5px 0;
}


.dottedK {
	clear: both;
	text-align: center;
}

.reg {
	font-size: 10px;
	vertical-align: top;
	line-height: 110%;
}
.regB {
	font-size: 10px;
	vertical-align: top;
	line-height: 110%;
	color: #0069AE;
}

.tokkyo {
	font-size: 70%;
	color: #666;
	font-weight: normal;
	margin-left: 12px;
	line-height: 100%;
	position: relative;
	top: -1px;
	/*border: 1px solid #ccc;
	padding: .3em .2em 0 .2em;*/
}

