/*color
---------------------------------------------------------------*/
.bold {
	font-weight: bold;
}

.red {
	color: #FF0000;
}
.red-b {
	font-size: 13px;
	font-weight: bold;
	color: #FF0000;
}

.green {
	color: #006600;
}
.green-b {
	font-size: 13px;
	font-weight: bold;
	color: #006600;
}

.orange {
	color: #FF6600;
}
.orange-b {
	font-size: 13px;
	font-weight: bold;
	color: #FF6600;
}
.blue {
	color: #154493
}
.blue-b {
	font-size: 13px;
	font-weight: bold;
	color: #154493
}



/*基本
---------------------------------------------------------------*/
html {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: scroll;
}

body {
	font: 12px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Helvetica, Arial, sans-serif;
	color: #444444;
	text-align:justify;
	text-justify:distribute;
}

a:link, a:visited, a:active {
	color:#004F75;
	text-decoration:none;
}

a:hover {
	color:#004F75;
	text-decoration:underline;
}

.checked {
	font-weight: bold;
}

.scroll {
	display: block;
	float: right;
	height: 25px;
	width: 137px;
	margin-top: 20px;
	background-image: url(../images/pagetop.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	clear: both;
}
.scroll:hover {
	display: block;
	float: right;
	height: 25px;
	width: 137px;
	margin-top: 20px;
	background-image: url(../images/pagetop.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.pdf-open {
	margin-right: 0.4em;
	margin-left: 0.3em;
}
.pdf-open img {
	margin-left: 0.2em;
	vertical-align: baseline;
}


/*構成
---------------------------------------------------------------*/

#wrapper {
	background-color: #FFFFFF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px 25px 10px;
}
#header {
	width: 800px;
	position: relative;
	margin-bottom: 10px;
}

#contents {
	display: block;
	margin-bottom: 15px;
	width: 800px;
}

#main {
	float: right;
	width: 600px;
}
#side {
	float: left;
	width: 170px;
	background-color: #FFFFFF;
}

#footer {
	width: 800px;
}



/*header
---------------------------------------------------------------*/
.topcopy {
	font-size: 11px;
	text-align: left;
	margin-bottom: 10px;
	color: #999999;
}


#search {
	font-size: 12px;
	position: absolute;
	top: 38px;
	right: 0px;
	text-align: right;
}

#font-size {
	position: absolute;
	top: 0px;
	right: 0px;
}

#font-size li {
	float:left;
	display: block;
	height: 20px;
	margin-right: 5px;
}

.fontsize-m {
	height: 20px;
}

#search .text-a {
	width: 120px;
	vertical-align: baseline;
	padding-bottom: 2px;
}
.search {

}





.glass {
	vertical-align: baseline;

}
.sitemap {
	position: absolute;
	top: 47px;
	right: 215px;
}


#wrapper #header #menu li a {
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	width: 160px;
}
#wrapper #header #menu .home {
	background-image: url(../images/home.gif);
	background-position: left top;
}
#wrapper #header #menu .home:hover {
	background-image: url(../images/home.gif);
	background-position: left -30px;
}

#wrapper #header #menu .products {
	background-image: url(../images/products.gif);
	background-position: left top;

}
#wrapper #header #menu .products:hover {
	background-image: url(../images/products.gif);
	background-position: left -30px;

}

#wrapper #header #menu .sales {
	background-image: url(../images/sales.gif);
	background-position: left top;
}
#wrapper #header #menu .sales:hover {
	background-image: url(../images/sales.gif);
	background-position: left -30px;
}

#wrapper #header #menu .company {
	background-image: url(../images/company.gif);
	background-position: left top;
}
#wrapper #header #menu .company:hover {
	background-image: url(../images/company.gif);
	background-position: left -30px;
}

#wrapper #header #menu .contact {
	background-image: url(../images/contact.gif);
	background-position: left top;
}
#wrapper #header #menu .contact:hover {
	background-image: url(../images/contact.gif);
	background-position: left -30px;
}


#menu {
	padding-top: 10px;
	padding-bottom: 0.7em;
	display: block;
	height: 30px;
}

#menu li {
	float: left;
}

#pan li {
	float: left;
	margin-right: 5px;
}
#pan {
	display: block;
	height: 1em;
	color: #004F75;
	padding-bottom: 5px;

}

/*footer
---------------------------------------------------------------*/

#product-h {
	width: 800px;
	background-color: #F0F0F0;
}

#product-h-l,#product-h-c,#product-h-r {
	width: 225px;
	float:left;
	padding: 20px;
}

#product-h-l li, #product-h-c li, #product-h-r li {
	margin-bottom: 1em;
	line-height: 1.3em;
	background-image: url(../images/allow-o.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
}

#product-h-l img, #product-h-c img, #product-h-r img {
	padding-right: 10px;
	vertical-align: text-top;
}

.border-h {
	float: left;
	margin-top:15px;
}


#foot-navi {
	font-size: 11px;
	color: #003366;
}

#foot-navi li {
	float:left;
}

#foot-navi a:link, #foot-navi a:visited, #foot-navi a:active {
	font-size: 11px;
	color: #003366;
}
#foot-navi a:hover {
	font-size: 11px;
	color: #003366;
	text-decoration:underline;
}

address {
	font-size: 11px;
	float: right;
	color: #333333;
	font-style: normal;
}


/*side
---------------------------------------------------------------*/

#product-navi {
	border: 1px solid #CCCCCC;
	width: 168px;
	display: block;
	margin-bottom: 15px;
}
#product-navi dd img {
	margin-right: 1em;
}
#product-navi dd {
	width: 135px;
	background-image: url(../images/allow-o.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	margin: 1em 10px;
	display: block;
}
#product-navi dt {
	display: block;
	width: 168px;
}
.banner {
	margin-bottom: 15px;
}



/*title
---------------------------------------------------------------*/
.h2-c {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-image: url(../images/h-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 0.7em;
	padding-bottom: 0.7em;
	padding-left: 10px;
	font-weight: bold;
	color: #333333;
	font-size: 14px;
	margin-bottom: 20px;
	line-height: 0.8em;
	position: relative;
}

.h2-c img {
	vertical-align: top;
}
