/* ----------------------------------------------------------------------------------- */
/* layout */
/* ----------------------------------------------------------------------------------- */
body {
	border-top: 4px solid #015DB2;
}
#common #wrapper{
	background: url(../image/common/sub_bg.gif) repeat-x;
	width: 100%;
}


/* contents */
/* -------------------------- */
#contents {
	width:1024px;
	margin:0 auto 80px auto;
	position: relative;
	background: url(../image/common/sub_contents_bg.jpg) no-repeat center top;
	color: #636363;
	font-size: 110%;
}

#contents_left{
	width: 750px;
	margin-left: 5px;
	float: left;
}
#contents_right{
	width: 240px;
	float: right;
	margin-right: 5px;
	margin-top: 200px;
}





/* ----------------------------------------------------------------------------------- */
/* header */
/* ----------------------------------------------------------------------------------- */
header{width:1024px; clear:both;margin-right: auto;margin-left: auto;padding-top: 21px;padding-right: 5px;}
header:before, header:after { content: ""; display: block;}
header:after { clear: both; }

#header_title{ width:70%; clear:both;float: left;}
#header_title:before, #header_title:after { content: ""; display: block;}
#header_title:after { clear: both; }

#logo{
	float: left;
	width: 142px;
	margin-right: 20px;
	margin-left: 14px;
}
body.en #logo{
	width: 245px;
}
h1{
	float: left;
	margin-right: 20px;
	margin-top: 12px;
	line-height: 1;
	font-size:95%;
}

#header_lang{
	border: 1px solid #D5D7DD;
	float: right;
}
#header_lang li{
	float: left;
	margin: 5px 8px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-o-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box;
}
#header_lang li#jp{
	padding-right: 8px;
	margin-right: 0;
	border-right: 1px solid #D5D7DD;
}

#header_lang li a{
	display: block;
	height: 14px;
	text-indent: -9999px;
	background-position: 0 0;
	background-repeat: no-repeat;
}
#header_lang li#jp a{
	width: 60px;
	background-image: url(../image/common/btn_jp.gif) ;
}
#header_lang li#en a{
	width: 46px;
	background-image: url(../image/common/btn_en.gif) ;
}

#header_lang li a:hover,
#header_lang li.current a{
	background-position: 0 -14px;
}


/* ----------------------------------------------------------------------------------- */
/* globalnav */
/* ----------------------------------------------------------------------------------- */
#gnav_btn{display:none;}

#globalnav:before, #globalnav:after { content: ""; display: block; }
#globalnav:after { clear: both; }
#globalnav{ clear:both;margin: 27px auto 26px; }

#globalnav_in{
	width: 1024px;
	margin: 0 auto;
}
#globalnav ul{
	border-left: 1px solid #ccc;
	clear: both;
}
#globalnav ul:before, #globalnav ul:after { content: ""; display: block; }
#globalnav ul:after { clear: both; }
#globalnav li{
	text-align: center;
	float: left;
	line-height: 1;
	padding: 3px ;
	font-size: 120%;
	width: 15.9%;
	position: relative;
	z-index: 10000;
	border-right: 1px solid #ccc;
}
#globalnav li a{
	color: #000;
}
#globalnav li a:hover,
#globalnav li.main_current a{
	text-decoration: none;
	color:#0068B7;
}
#globalnav ul ul{
	display: block;
	position: absolute;
	border-left:none;
	cursor: pointer;
	padding-top: 18px;
	display: none;
}
#tinymce #globalnav ul ul{
	display: block;
}
#globalnav ul li#globalnav01 ul{width: 140%;left: 0;}
#globalnav ul li#globalnav02 ul{width: 100%;left: 0;}
#globalnav ul li#globalnav03 ul{width: 100%;left: 0;}
#globalnav ul li#globalnav04 ul{width: 100%;left: 0;}
#globalnav ul li#globalnav05 ul{width: 100%;left: 0;}
#globalnav ul li#globalnav06 ul{width: 180%;right: 0;}

#globalnav ul ul li{
	text-align: left;
	display: block;
	font-size: 80%;
	letter-spacing: 0.1em;
	border: 1px solid #ccc;
	line-height: 1.5;
	height: auto;
	width: 100%;
	background-color: #fff;
	margin-top: -1px; 
}
#globalnav ul ul li a{
	color: #000;
	display: block;
	width: 100%;
	padding: 8px 10px;
}
#globalnav li.main_current ul li a{
	color: #000;
}
#globalnav li.main_current ul li a:hover{
	text-decoration: none;
	color:#0068B7;
}


/* ----------------------------------------------------------------------------------- */
/* footer */
/* ----------------------------------------------------------------------------------- */
#footer_top{
	background-color: #353535;
	padding: 20px 0 25px;
}
#footer_top_in{
	width: 1024px;
	margin: 0 auto ;
	clear:both;
	padding: 0 5px;
}
#footer_top_in:before, #footer_top_in:after { content: ""; display: block;}
#footer_top_in:after { clear: both; }

#footer_top_in > ul{
	float: left;
	width: 20%;
	padding-left: 0;
}
#footer_top_in > ul li{
	margin-bottom: 22px;
	font-size: 105%;
	font-weight: bold;
	line-height: 1;
}
#footer_top_in > ul ul{
	margin-top: 18px;
	padding-left: 0;
}
#footer_top_in > ul li a{
	color: #fff;
	padding-left: 12px;
	background:url(../image/common/icon_square.gif) no-repeat 0 center;
}
#footer_top_in > ul ul li{
	font-size: 95%;
	font-weight: normal;
	padding-left: 12px;
	margin-bottom: 7px;
}
#footer_top_in > ul ul li a{
	background:none;
	padding-left: 0;
}

#footer_bottom{
	width: 1024px;
	margin: 20px auto 10px;
	clear:both;
	color: #636363;
	text-align: center;
	padding: 0 5px;
}
#footernav{clear: both;float: right;}
#footernav:before, #footernav:after { content: ""; display: block;}
#footernav:after { clear: both; }

#footernav li{
	float: left;
	line-height: 12px;
	margin-left: 13px;
	padding-left: 12px;
	border-left: 1px solid #636363;
}
#footernav li a{color: #636363;}
#footernav li:first-child{
	margin-left: 0;
	padding-left: 0;
	border-left: none;
}
body.en #footernav li{
	padding: 0 12px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
body.en #footernav li a{
	color: #0071BE;
}

#footer_bottom small{
	clear: both;
	padding-top: 20px;
	display: block;
	font-size: 110%;
	line-height: 1;
}

/* ----------------------------------------------------------------------------------- */
/*list*/
/* ----------------------------------------------------------------------------------- */
.parallel_list {
	margin-left: 15px;
}
.parallel_list li{
	list-style: disc;
}
.order_list {
	margin-left: 30px;
}
.order_list li{
	list-style: decimal　;
}

/* ----------------------------------------------------------------------------------- */
/*side*/
/* ----------------------------------------------------------------------------------- */
#side_banner li {
	margin-bottom: 10px;
}

#side_factorytour ul{
	padding-bottom:12px;
	text-align:center;
	background-color:#E9EAE6;
}

/*subnav*/
/*--------------------------------------*/
#subnav {
	width:100%;
	margin-bottom:30px;
}
#subnav_title a {
	width:100%;
	height:46px;
	background-color:#353535;
	line-height:46px;
	text-align:center;
	color:#FFF;
	font-size:110%;
	font-weight: bold;
	display:block;
	overflow:hidden;
}
#subnav_title a:hover {
	text-decoration:underline;
}
#subnav_title a:before {
	content: url("../image/common/subnav_title_bg_left.gif");
	float: left;
}
#subnav_title a:after {
	content: url("../image/common/subnav_title_bg_right.gif");
	float: right;
}
#subnav li a {
	width:100%;
	background:url(../image/common/arr01.gif) no-repeat 10px center;
	font-size:95%;
	color:#333;
	display:block;
	overflow:hidden;
	border-bottom: 1px solid #ddd;
	padding: 10px 5px 10px 25px;
}
#subnav li a:hover, #subnav ul li.current a, #subnav ul li.current a:hover {
	background-image:url(../image/common/arr02.gif);
	color:#0067B7;
}
#subnav li.current ul li a {
	width:100%;
	background:url(../image/common/subnav_bg02.gif) no-repeat 27px center;
	font-size:100%;
	color:#333;
	display:block;
	overflow:hidden;
	border-bottom: 1px solid #ddd;
	padding: 10px 5px 10px 45px;
}
#subnav li.current ul li a:hover, #subnav li.current ul li.current a {
	background-image:url(../image/common/subnav_bg02.gif);
	color:#0067B7;
}
#subnav li.current ul li.current ul li a {
	width:100%;
	background:none;
	font-size:100%;
	color:#333;
	display:block;
	overflow:hidden;
	border-bottom: 1px solid #ddd;
	padding: 10px 5px 10px 55px;
}
#subnav li.current ul li.current ul li.current a, #subnav li.current ul li.current ul li a:hover {
	background-image:none;
	color:#0067B7;
}




/* ----------------------------------------------------------------------------------- */
/* pagetop */
/* ----------------------------------------------------------------------------------- */
#topcontrol {
	margin-bottom: 260px;
}
a.pagetop{
	display: block;
	width: 46px;
	height: 46px;
	background: url(../image/common/pagetop.gif) no-repeat 0 0;
}


/* ----------------------------------------------------------------------------------- */
/* lp */
/* ----------------------------------------------------------------------------------- */
.lp_img_btn {
    display: none;
}

