/**************************************************************************************************
INITIAL SETTINGS　日本語文字化けテスト
**************************************************************************************************/
@charset "utf-8";

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	font-weight: normal;
	line-height: 1em;
	font-style: normal;
	clear: both;
}

ul, ol, li  {
	margin: 0px;
	padding: 0px;
	list-style: none;
	/*line-height: 1;*/
}

dl, dt, dd {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

form, fieldset, input, textarea, select, option, label {
	margin: 0px;
	padding: 2px;
}

fieldset, a img {
	border: 0;
}

table{
	border-collapse:collapse;
	border-spacing:0;
	font-size:100%;
	line-height:inherit;
}

table, th, td, th {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

p, pre, address, blockquote, caption, cite, code {
	margin: 0px;
	padding: 0px;
}
a,a:link,a:active,a:visited{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
pre, code {
	/*font-size: 11px;*/
	font-weight: normal;
	font-style: normal;
}

input,
select,
textarea {
	font-size:inherit;
}

abbr,
acronym {
	border-bottom:1px dotted #000;
	cursor:help;
}

img {
	vertical-align:bottom;
	border:none;
}

optgroup {
	font-style:normal;
	font-weight:bold;
}

button {
	cursor:pointer;
}

/**************************************************************************************************
GENERAL
**************************************************************************************************/

body{
	margin:0px;
	padding:0px;
	text-align: center;
	line-height: 1.5em;
	color: #333333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background:url(../images/bg.jpg);
}

*html body {
	font-size: 12px;
}

hr, .nodisp{
	display:none;
}

img{
	border:none;
}

/**************************************************************************************************
GLOBAL CLASS
**************************************************************************************************/


/**************************************************************************************************
CLEARFIX CLASS
**************************************************************************************************/

.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
	font-size: 0px;
	line-height: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.clearfix:after{
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	content:.;
	line-height:0;
}

.clearfix{
	display:inline-table;
	min-height:1%;
}

/* FOR MAC IE */
*html .clearfix{
	height:1%;
}

.clearfix{
	display: block;
}
/* END OF FOR MAC IE */


/**************************************************************************************************
TEXT DECORATION
**************************************************************************************************/

.fontSmall { font-size: 80%;}


/*LINK DECORATION*/
a {
	text-decoration: none;
	overflow: hidden;
}
a:link, a:active, a:visited {
	color: #3366CC;
	text-decoration: underline;
}
a:hover {
	color: #3366CC;
	text-decoration: none;
}


/**************************************************************************************************
container
**************************************************************************************************/

#container {
	width: 870px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/index_photo_1.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 3px;
	background-color: #FFFFFF;
	padding-right: 15px;
	padding-left: 15px;

}


/**************************************************************************************************
header
**************************************************************************************************/

#header {

}
.logo {
	font-size: 11px;
	color: #666666;
	float: left;
	width:272px;
}
.logo h1 {
	height:34px;
	width:233px;
	vertical-align: top;
}
.logo p {
	line-height: 16px;
	height: 16px;
	font-size:10px;
}
.headerCenter {
	float: left;
	width: 230px;
	padding-left: 20px;
	padding-top: 3px;
}
.headerCenter ul {}
.headerCenter ul li {
	display: block;
	float: left;
	margin-right: 10px;
	padding-right: 5px;
	background-image: url(../images/bg_headercenter_list.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	line-height: 16px;
	height: 16px;
}
.headerCenter ul .end {
	background-image: none;
}
.headerRight {
	float: left;
	width: 347px;
}
.lang {
	clear: both;
	margin-bottom: 7px;
	font-size: 0px;
	line-height: 1%;
	height: 24px;
	width: 347px;
}
.lang li {
	display: inline;
	margin: 0px;
	padding: 0px;
	float: left;
}
.guideNavi {
	text-align: right;
	line-height: 20px;
	height: 20px;
	clear: both;
}
.guideNavi li {
	display: inline;
	background-image: url(../images/icon_header_navi.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	margin-left: 20px;
	padding-left: 15px;
}






/**************************************************************************************************
mainNavi
**************************************************************************************************/

.mainNavi {
	margin-bottom: 2px;
	clear: both;
}
/*.mainNavi li {
	display: inline-block;
	float: left;
	margin-left: 3px;
}*/
.mainNavi li {
	float: left;
}
.mainNavi li a {
	display: block;
	height: 24px;
	text-align: center;
	overflow: hidden;
	background-image: url(../images/parts.png);
	text-indent: -9999px;
}
.mainNavi li.n1 a {
	background-position: 0px 0px;
	width: 174px;
}
.mainNavi li.n2 a {
	background-position: -174px 0px;
	width: 174px;
}
.mainNavi li.n3 a {
	background-position: -348px 0px;
	width: 174px;
}
.mainNavi li.n4 a {
	background-position: -522px 0px;
	width: 174px;
}
.mainNavi li.n5 a {
	background-position: -696px 0px;
	width: 174px;
}
.mainNavi li.n1 a:hover {
	background-position: 0px -24px;
}
.mainNavi li.n2 a:hover {
	background-position: -174px -24px;
}
.mainNavi li.n3 a:hover {
	background-position: -348px -24px;
}
.mainNavi li.n4 a:hover {
	background-position: -522px -24px;
}
.mainNavi li.n5 a:hover {
	background-position: -696px -24px;
}

/**************************************************************************************************
state-box
**************************************************************************************************/
.state-box {
	background-color: #C3DB94;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	height: 22px;
	display: block;
}
.search {
	float: left;
	width: 500px;
}
.search img {
	vertical-align: middle;
}
.search .search_sel {
	padding: 0px;
	vertical-align: middle;
	width: 165px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;

}
.search .search_inp {
	vertical-align: middle;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 200px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.search .btn_search {
	cursor: pointer;
	vertical-align: middle;
}
.cartInfo {
	font-size: 11px;
	color: #333333;
	width: 180px;
	background-color: #FFFFFF;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 1px;
	margin-bottom: 1px;
}
.cartInfo strong {
	font-size: 12px;
}
.cartInfo .left {
	display: inline;
	float: left;
	line-height: 20px;
}
.cartInfo .right {
	display: inline;
	float: right;
	line-height: 20px;
}
.btncart {
	float: right;
	margin-top: 1px;
	margin-bottom: 1px;
}


/**************************************************************************************************
topImage
**************************************************************************************************/

#topimage {
	margin-bottom: 15px;
	clear: both;
}


/**************************************************************************************************
wrapper
**************************************************************************************************/

#wrapper {
	width: 100%;
}
#sideLeft, #content, #sideRight, #mainContent, #tempContent {
	display: inline;
	float: left;
}
#sideLeft, #content, #sideRight, #mainContent, #tempContent {
	display: inline-block;
}
#sideLeft {
	width: 170px;
}
#content {
	width: 750px;
}
#sideRight {
	width: 160px;
}
#mainContent {
	width: 510px;
	margin-right: 13px;
	margin-left: 13px;
}
#tempContent {
	width: 686px;
	float: right;
}
.help01{

}
.help01 dt{
	vertical-align: middle;
	height: 45px;
	line-height: 18px;
}
.help01 dt img{
margin-right:10px;
}
.help01 dd{
	margin-left: 160px;
	line-height: 24px;
	height: 24px;
}
.help01pic{
margin-left:60px;
}
.help01pic2{
margin-right:10;
}
#main {
	width: 100%;
}
#pankuzu {
	margin-bottom:10px;
	clear: both;
}



/**************************************************************************************************
footer
**************************************************************************************************/

.footer {
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 15px;
	background-color: #F4F4F4;
	padding-bottom: 15px;
}
.footer .fnavi {
	float: left;
	display: inline;
	background-color: #F4F4F4;
}
.footer .fnavi li {
	display: inline;
	float: left;
	margin-right: 10px;
}
.footer .copyright {
	display: inline;
	float: right;
}
.icp {
	text-align:center;
	margin:0 auto;
	width:173px;
	height:27px;
}

#sideLeft .clear,
#content .clear,
#sideRight .clear,
#mainContent .clear, 
#tempContent .clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
	font-size: 0px;
	line-height: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	float: none;
}
.rightTop{
	margin-top:6px;
}
