/*-------------------------------------------------------------------------------------------------------------
Reset css
*/

html {
height:100%;
}

* {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*-------------------------------------------------------------------------------------------------------------
IE png fix 
*/

* html .iepngfix {
behavior: url(../../../neat/css/js/iepngfix.htc);
}

/*-------------------------------------------------------------------------------------------------------------
Link Color setting
*/

a:link {
	color: #F90;
	text-decoration: none;
}
a:hover {
	color: #F60;
	text-decoration: underline;
}
a:visited {
	color: #F90;
	text-decoration: none;
}

/*-------------------------------------------------------------------------------------------------------------
basic tag fix
*/


p {
	line-height: 1.4;
	margin: 0px;
	padding: 0px;
}
img {
	padding-right: 12px;
	padding-bottom: 12px;
}
th {
	font-size: 14px;
	font-weight: 800;
	text-align: left;
	color: #FFF;
	background-color: #666;
	padding: 4px;
}
td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding: 4px;
	line-height: 1.1;
}


/*-------------------------------------------------------------------------------------------------------------
Layout
*/


body {
	font-size: 62.5%;
	line-height: 1.4;
	color: #333;
	background-image: url(../images/bg.jpg);
	margin: 0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}




#bg_line {
	background-image: url(../images/bg1.jpg);
	background-repeat: repeat-x;
}
#breadclumb {
	padding-top: 4px;
	padding-right: 24px;
	padding-bottom: 4px;
	padding-left: 24px;
}
#breadclumb li {
	display: inline;
	padding-right: 12px;
}
#breadclumb a {
	background-image: url(../images/bread.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 14px;
}
#breadclumb ol {
	list-style-type: none;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666;
	padding-top: 6px;
}



#wrapper {
	width: 945px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg_main.png);
	background-repeat: repeat-y;
	font-size: 1.2em;

}
#main {
	padding-top: 8px;
	padding-right: 24px;
	padding-bottom: 8px;
	padding-left: 24px;

}

/*-------------------------------------------------------------------------------------------------------------
Floating div bg hack
*/

#main:after {
content: ".";
display: block;
clear: both;
height: 0;
max-height: 0;
visibility: hidden;
}
/*-------------------------------------------------------------------------------------------------------------*/

#main li {
	line-height: 1.2;
	padding-bottom: 4px;
}

#main ul,ol {
	padding-left: 22px;
}
#main h2 {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
}
#main h3 {
	margin-top: 14px;
	margin-bottom: 8px;
	background-color: #999;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333;
	border-bottom-color: #333;
	color: #FFF;
}
#main h4 {
	clear:both;
	font-size: 1.4em;
	padding-top: 8px;
	padding-right: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	margin-bottom: 12px;
	width: 70%;
}
#main h5 {
	clear:both;
	font-size: 1.2em;
	padding-top: 8px;
	padding-right: 8px;
	color:#666;
	margin-bottom:10px;
	
}


#text li{
	list-style:none;
	float:left;
	margin-top:10px;
	padding-top:5px;
	padding-left:10px;
	width:90px;
	font-weight:bold;
	background-color:#666;
	color:#FFF;
}
#text2 li{
	list-style:none;
	float:left;
	margin-top:10px;
	padding-top:5px;
	padding-left:10px;
	width:152px;
	font-weight:bold;
	background-color:#666;
	color:#FFF;
}


#photo{
	clear:left;
}

#photo li{
	list-style:none;
	float:left;
	padding-top:5px;
}

.chart{
	float:left;
	width:410px;
	font-size:1.2em;
	font-weight:bold;
	color:#333;
	margin-bottom:20px;
}

.chart2{
	float:left;
	width:120px;
}

#box1 {
	float: left;
	width: 420px;
	height: 600px;
	margin-right: 20px;
	display: block;
}

#box2 {
	float: left;
	width: 420px;
	height: 600px;
	display: block;
}


#headder {
	background-image: url(../images/bg_headder.png);
	height: 108px;
	width:940px;
}
#headder p {
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}
#nav {
	text-align: right;
	padding-right: 24px;
}
#nav ul {
	list-style-type: none;
}
#nav li {
	display: inline;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
	padding-right: 4px;
	padding-left: 4px;
}
#nav a {
	margin-top: 2px;
	margin-right: 4px;
	margin-bottom: 2px;
	margin-left: 4px;
}

/*-------------------------------------------------------------------------------------------------------------
Navigation Link Color setting
*/

#nav a:link {
	color: #333;
	text-decoration: none;
	font-weight: 800;
}
#nav a:hover {
	font-weight: 100;
	color: #FFF;
	text-decoration: none;
	background-color: #666;
}
#nav a:visited {
	font-weight: 800;
	color: #333;
	text-decoration: none;
}


#footer {
	padding-right: 24px;
	padding-left: 24px;
	padding-top: 12px;
	padding-bottom: 12px;
	background-image: url(../images/bg_footer.png);
	background-position: bottom;
	background-repeat: no-repeat;
	width: 897px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
#footer ul {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666;
	list-style-type: none;
	padding-top: 4px;
	padding-bottom: 4px;
}
#footer li {
	line-height: 1.1;
}


/*-------------------------------------------------------------------------------------------------------------
other class
*/


.14t {
	font-size: 1.6em;
	line-height: 1.6;
	font-weight: 800;
	display: none;
}
.product {
	height: 260px;
}
