@charset "utf-8";

html {
	margin				: 0;
	padding				: 0;
}

body {
	margin				: 0;
	padding				: 0;
	background-color	: #000000;
	font-size			: medium;
	font-size			: 80%;
	line-height			: 165%;
	text-align: center;
	background-image: url(../images/bg.gif);	
}

* {
	margin				: 0;
	padding				: 0;
	font-style			: normal;
	font-weight			: normal;	
	text-decoration		: none;
}
img{
	border				:0px;
}
a {
	text-decoration:underline;
	color:#333333;
}
a:hover{
	text-decoration:underline;
	color:#d00300;
}
.oneColFixCtrHdr #container {
	width: 840px;
	margin: 0 auto;
	text-align: left;
	background: #FFFFFF;	
}
.oneColFixCtrHdr #header {
	padding: 0;
	background-image: url(../images/header_bg.gif);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #header h1 {
	margin: 0;
	padding: 10px 0 10px 20px; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
}
.oneColFixCtrHdr #header #btn_contact{
	padding:22px 7px 0 0;
	float:right;
	overflow:hidden;
	}	
.oneColFixCtrHdr #mainContent {
	padding: 0; /* 余白は div ボックスの内側のスペース、マージンは div ボックスの外側のスペースです */
	background-image: url(../images/left_bg.gif);	
	background-repeat: repeat-y;
	min-height:1px;
}
#mainContent:after {
	content				: ".";
	display				: block;
	visibility			: hidden;
	height				: 0.1px;
	font-size			: 0.1em;
	line-height			: 0;
	clear				: both;
}
.oneColFixCtrHdr #mainContent #left {
	width: 168px;
	padding-top: 2px;
	padding-right: 5px;
	padding-left: 4px;
	padding-bottom:50px;
	float: left;
	clear: both;
}
.oneColFixCtrHdr #mainContent #right {
	margin:0 0 0 178px;
	width:636px;
	padding: 10px 0 10px 10px;
}

.oneColFixCtrHdr #mainContent #right h1 {
	text-indent: 18px;
  	background: url(../images/midashi_sq.gif) no-repeat 3px center;
	font-size:100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d00300;
	color:#CC3300;
}

.oneColFixCtrHdr #mainContent #rightsub {
	margin:0 0 0 183px;
	width:630px;
	padding: 20px 0 10px 0;
}
.oneColFixCtrHdr #mainContent #rightsub h1 {
	padding: 0 0 20px 0;
}
.oneColFixCtrHdr #mainContent #rightsub h2 {
	font-size: 110%;
	font-weight:600;
	background-color: #ffd0ca;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 10px;
	margin-top: 0;
}
.oneColFixCtrHdr #mainContent #rightsub h3 {
	padding: 0 0 5px 10px;
	font-size: 100%;
	font-weight:600;
}
.oneColFixCtrHdr #mainContent #rightsub p {
	padding: 0 0 1em 0;
	font-size: 90%;
	line-height:160%;
	vertical-align: top;
}
.oneColFixCtrHdr #mainContent table{
	vertical-align:top;
}
.oneColFixCtrHdr #mainContent #rightsub .caption {
	padding: 0 20px 0 10px;
	font-size: 90%;
	line-height:160%;
	vertical-align: top;
	margin:30px 0 0 0;
	color: #CC0033;
}
.oneColFixCtrHdr #mainContent #rightsub .captionT {
	padding: 0 20px 0 10px;
	font-size: 90%;
	line-height:160%;
	vertical-align: top;
	margin:0;
	color: #CC3333;
}
.oneColFixCtrHdr #mainContent #rightsub .photo {
	padding: 0 0 0 0;
	width:300px;
	vertical-align:top;
	text-align:left;
	}
.oneColFixCtrHdr #mainContent #rightsub .txtbox{
	vertical-align: top;
	padding:0 0 0 10px;
	}	
/*------------------------------------------------------*/
/* navi
/*------------------------------------------------------*/

.oneColFixCtrHdr #mainContent #left #left-navi li{
	float				: left;
	list-style			: none;
	width: 163px;
}
.oneColFixCtrHdr #mainContent #left #left-navi li a {
	display				: block;
	height				:38px;
	background			: url(../images/navi.gif) 0 0 no-repeat;
	text-indent			: -9999px;
	padding				:0 0 2px 0;
	overflow:hidden;
}
/*top*/
.oneColFixCtrHdr #mainContent #left #left-navi li.top a {
	height				: 38px;
	background-position	: 0px 0px;
}
.oneColFixCtrHdr #mainContent #left #left-navi li.top a.current {
	background-position : -163px 0px;
}
.oneColFixCtrHdr #mainContent #left #left-navi li.top a:hover {
	background-position : -163px 0px;
}

/*products*/
.oneColFixCtrHdr #mainContent #left #left-navi li.products a {
	height				: 38px;
	background-position	: 0px -39px;
}
.oneColFixCtrHdr #mainContent #left #left-navi li.products a.current {
	background-position : -163px -39px;
}
.oneColFixCtrHdr #mainContent #left #left-navi li.products a:hover {
	background-position : -163px -39px;
}
/*catalog*/
.oneColFixCtrHdr #mainContent #left #left-navi li.catalog a {
	height				: 38px;
	background-position	: 0px -78px;
}
.oneColFixCtrHdr #mainContent #left #left-navi li.catalog a.current {
	background-position : -163px -78px;
}
.oneColFixCtrHdr #mainContent #left #left-navi li.catalog a:hover {
	background-position : -163px -78px;
}
/*howtobuy*/
.oneColFixCtrHdr #mainContent #left #left-navi li.howtobuy a {
	height				: 38px;
	background-position	: 0px -117px;
}
.oneColFixCtrHdr #mainContent #left #left-navi li.howtobuy a.current {
	background-position : -163px -117px;
}
.oneColFixCtrHdr #mainContent #left #left-navi li.howtobuy a:hover {
	background-position : -163px -117px;
}
/*case*/
.oneColFixCtrHdr #mainContent #left #left-navi li.case a {
	height				: 38px;
	background-position	: 0px -156px;
}
.oneColFixCtrHdr #mainContent #left #left-navi li.case a.current {
	background-position : -163px -156px;
}
.oneColFixCtrHdr #mainContent #left #left-navi li.case a:hover {
	background-position : -163px -156px;
}
/*newarrival*/
.oneColFixCtrHdr #mainContent #left #left-navi li.newarrival a {
	height				: 38px;
	background-position	: 0px -195px;
}
.oneColFixCtrHdr #mainContent #left #left-navi li.newarrival a.current {
	background-position : -163px -195px;
}
.oneColFixCtrHdr #mainContent #left #left-navi li.newarrival a:hover {
	background-position : -163px -195px;
}
/*event*/
/*.oneColFixCtrHdr #mainContent #left #left-navi li.event a {
	height				: 38px;
	background-position	: 0px -195px;
}
.oneColFixCtrHdr #mainContent #left #left-navi li.event a.current {
	background-position : -163px -195px;
}
.oneColFixCtrHdr #mainContent #left #left-navi li.event a:hover {
	background-position : -163px -195px;
}*/
/*showroom*/
.oneColFixCtrHdr #mainContent #left #left-navi li.showroom a {
	height				: 38px;
	background-position	: 0px -234px;
}
.oneColFixCtrHdr #mainContent #left #left-navi li.showroom a.current {
	background-position : -163px -234px;
}
.oneColFixCtrHdr #mainContent #left #left-navi li.showroom a:hover {
	background-position : -163px -234px;
}
/*contacts*/
.oneColFixCtrHdr #mainContent #left #left-navi li.contacts a {
	height				: 38px;
	background-position	: 0px -273px;
}
.oneColFixCtrHdr #mainContent #left #left-navi li.contacts a.current {
	background-position : -163px -273px;
}
.oneColFixCtrHdr #mainContent #left #left-navi li.contacts a:hover {
	background-position : -163px -273px;
}
/*company*/
.oneColFixCtrHdr #mainContent #left #left-navi li.company a {
	height				: 38px;
	background-position	: 0px -312px;
}
.oneColFixCtrHdr #mainContent #left #left-navi li.company a.current {
	background-position : -163px -312px;
}
.oneColFixCtrHdr #mainContent #left #left-navi li.company a:hover {
	background-position : -163px -312px;
}
/*link*/
.oneColFixCtrHdr #mainContent #left #left-navi li.link a {
	height				: 38px;
	background-position	: 0px -351px;
}
.oneColFixCtrHdr #mainContent #left #left-navi li.link a.current {
	background-position : -163px -351px;
}
.oneColFixCtrHdr #mainContent #left #left-navi li.link a:hover {
	background-position : -163px -351px;
}
/*qanda*/
.oneColFixCtrHdr #mainContent #left #left-navi li.qanda a {
	height				: 38px;
	background-position	: 0px -390px;
}
.oneColFixCtrHdr #mainContent #left #left-navi li.qanda a.current {
	background-position : -163px -390px;
}
.oneColFixCtrHdr #mainContent #left #left-navi li.qanda a:hover {
	background-position : -163px -390px;
}
/*leftbnr*/
.leftbnr{
	float:left;
	padding: 3px 0 3px 1px;
	}
.leftbnr_btm{
	float:left;
	padding: 3px 0 30px 1px;
	}	
/*news*/
#news{
	width:100%;
	float: left;
	clear: both;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
	}	
#news p{
	margin: 0 10px;
	font-size:100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ababab;
	padding:3px 0;
	}		
/*rightbnr*/
#rightbnr{
	margin: 11px 0 0 0;
	width:169px;
	float:left;
	}	
#rightbnr .bnr{
	padding: 0 0 7px 0;
	}		
		
.oneColFixCtrHdr #footer {
	padding: 0; /* この余白は、その上に表示される div のエレメントの左揃えと一致します。 */
	background-image: url(../images/footer_top.gif);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #footer p {
	font-size:80%;
	margin: 0; /* フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
	padding: 5px 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
}
.oneColFixCtrHdr #footer .company{
	font-size:120%;
	margin: 0; /* フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
	padding: 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
}

/*プロダクツ*/
.productname{
	margin:15px 0 5px 0;
	color:#FFFFFF;
	font-size:200%;
	font-weight:700;
	}
.mainimg{
	padding:0 0 10px 0;}
.detailWrp{
	margin:30px 0 0 0;
}
.detailWrp table td{
	padding:3px;
}
.juchu{
	padding:3px;
	margin:0 0 5px 0;
	background-color:#000000;
	color:#FFFFFF;
	}
.product{
	font-size: 110%;
	font-weight:600;
	background-color: #000000;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 10px;
	margin-top: 0;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	}
#company {
	font-size: 14px;
	width: 550px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#company li {
	font-size: 14px;
	margin-top: 4px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
}
#company table {
	font-size: 12px;
	width: 550px;
}
#company th {
	text-align: left;
	width: 140px;
	font-weight: bold;
}
#company td {
	padding: 2px;
	margin-bottom: 15px;
}
#inquiry {
	width: 550px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#inquiry #points {
	list-style-type: decimal;
	font-size: 14px;
}

#inquiry table {
	width: 550px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#inquiry td {
	margin: 0px;
	padding: 2px;
}
#inquiry th {
	text-align: left;
	width: 140px;
	font-weight: bold;
	margin: 0px;
	padding: 2px;
}
#rightsub #link {
	width: 100%;
	font-size: 12px;
}
#link table {
	width: 100%;
}
#link th {
	text-align: left;
	width: 99%;
}
#link td {
	width: 1%;
}
.oneColFixCtrHdr #mainContent #rightsub h4 {
	font-size: 110%;
	font-weight:600;
	background-color: #0066FF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 10px;
	margin-top: 0;
	color: #FFFFFF;
}
#products_middle {
	text-align: center;
	margin-top: 20px;
}
.oneColFixCtrHdr #container #mainContent #rightsub .detailWrp #products_middle p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}

#products_middle #size {
	margin-bottom: 20px;
}
.yakuhin {
	font-size: 10px;
}
