@charset "Shift_JIS";

/* Universal Reset */
* {
	margin: 0;
	padding: 0;
}

img { border:0; }

/* Basic Style */
body {
	color: #666464;
	background: #fff url("../images/bg_02.gif") repeat-y top center;
	text-align: center;
	font-size: 75%;
	line-height: 120%;
}

*:first-child+html body {
@@color: #666464;
	background: #fff url("../images/bg_01.gif") repeat-y top center;
	text-align: center;
	font-size: 75%;
	line-height: 120%;
}

/* Top Page */
#wrapperTop {
	width: 919px;
	margin: 0 auto;
	text-align: left;
}

*:first-child+html #wrapperTop {
@@width: 918px;
	margin: 0 auto;
	text-align: left;
}

/* Header */
#headerSec {
	width: 919px;
	padding: 8px 0px 13px 0px;
	text-align: left;
	background: url("../images/bg_header.gif") repeat-x bottom;
}


#headerFla {
	width: 919px;
	padding: 8px 0px 8px 0px;
	text-align: left;
}

/* Logo */
#headerLogo {
	float: left;
	margin: 0px 4px 0px 12px;
	width: 242px;
	height: 45px;
	background: url(../images/logo_header.gif) no-repeat;
}

#headerLogo a {
	position: relative;
	display: block;
	width: 242px;
	height: 47px;
	font-size: 0px; /* for Firefox */
	text-indent: -9999px;
}

/* Global Navi */

#globalNavi {
	float: right;
	width: 500px;
	padding: 0px;
	margin-top: 15px;
	margin-left: 90px !important;
	margin-right: 4px;
}

/*
#headerSec #globalNavi {
	position: absolute;
	width: auto;
	padding: 0px;
	top: 15px;
	right: 12px !important;
}
*/

#globalNavi li {
	list-style: none;
	display: inline;
	float: left;
	margin-left: 0px;
	margin-left: 10px !important;
}

#globalNavi li.gNavi01 a {
	position: relative;
	display: block;
	width: 79px;
	height: 12px;
	background: url(../images/gnavi_01.gif) no-repeat;
	font-size: 0px;
	text-indent: -9999px;
}

#globalNavi li.gNavi02 a {
	position: relative;
	display: block;
	width: 87px;
	height: 12px;
	background: url(../images/gnavi_02.gif) no-repeat;
	font-size: 0px;
	text-indent: -9999px;
}

#globalNavi li.gNavi03 a {
	position: relative;
	display: block;
	width: 61px;
	height: 12px;
	background: url(../images/gnavi_03.gif) no-repeat;
	font-size: 0px;
	text-indent: -9999px;
}

#globalNavi li.gNavi04 a {
	position: relative;
	display: block;
	width: 122px;
	height: 12px;
	background: url(../images/gnavi_04.gif) no-repeat;
	font-size: 0px;
	text-indent: -9999px;
}

#globalNavi li.gNavi05 a {
	position: relative;
	display: block;
	width: 93px;
	height: 12px;
	background: url(../images/gnavi_05.gif) no-repeat;
	font-size: 0px;
	text-indent: -9999px;
}

/* Contents */
#contentSec {
	width: 920px;
	padding: 15px 0px 57px 0px;
}

#contentProduct {
	width: 890px;
}

h1 {
	margin: 0 auto 25px auto;
	text-align: center;
}

h2 {
	margin: 0 auto 20px auto;
	text-align: center;
}

div.cntTxtArea {
	width: 730px;
	margin: 0px auto 25px auto;
	text-align: left;
	font-size: 120%;
	line-height: 180%;
	font-weight: bold;
}

/* Footer */
#footerSec {
	width: 919px;
	text-align: left;
	background: url("../images/bg_footer.gif") repeat-x top;
}

#footerFla {
	width: 919px;
	text-align: left;
}


/* FooterLogo */
#footerLogo {
	margin: 10px 0px 10px 15px;
	width: 185px;
	height: 11px;
	float: left;
}


/* SubNavi */
#subNavi {
	margin: 10px 8px 10px 0px;
	float: right;
}

#subNavi li {
	list-style: none;
	display: inline;
	float: left;
	margin-top: 2px;
	margin-left: 12px;
}

#subNavi li.sNavi01 a {
	position: relative;
	display: block;
	width: 61px;
	height: 10px;
	background: url(../images/snavi_01.gif) no-repeat;
	font-size: 0px;
	text-indent: -9999px;
}

#subNavi li.sNavi02 a {
	position: relative;
	display: block;
	width: 89px;
	height: 10px;
	background: url(../images/snavi_02.gif) no-repeat;
	font-size: 0px;
	text-indent: -9999px;
}

#subNavi li.copyright {
	display: block;
	width: 459px;
	height: 9px;
	margin-top: 2px;
	background: url(../images/copyright.gif) no-repeat;
}

/* ContentsBg */
#contentBg {
	width: 920px;
	width: 919px !important;
	padding: 15px 0px 57px 0px;
	background: url(../images/bg_content.gif) repeat;
}

/* clearFix */
.clearFix{
	display:inline-table;
}

.clearFix:after{
	display:block; 
	clear:both; 
	visibility:hidden;
	height:0;
	content:".";
}
