﻿@charset "UTF-8";

/* ---------------------
 * FONTSIZE MODEL * 
 * ---------------------
 *  63% ->	10pxに相当
 *  70% ->	11pxに相当
 *  75% ->	12pxに相当
 *  82% ->	13pxに相当
 *  88% ->	14pxに相当
 *  94% ->	15pxに相当
 * 100% ->	16pxに相当
 * 107% ->	17pxに相当
 * 113% ->	18pxに相当
 * 119% ->	19pxに相当
 * 125% ->	20pxに相当
 * --------------------- */
 
 
/* ========BASIC======== */
* {
  font-family: "Hiragino Kaku Gothic Pro","Meiryo",Arial, Helvetica, Sans-Serif;
   color:#000000;
}

body {
	margin:0;
	padding:0;
	letter-spacing:1px;
	background-color: #FFF;
}

br {
   letter-spacing:normal;
}

a {
   color:#000066;
   text-decoration:none;
}

a:hover {
   color:#0000FF;
   text-decoration:underline;
}

img {
   border:0;
   vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}

/* ========TEMPLATE LAYOUT======== */
div#header {
   width:950px;
   margin:0 auto;
   position:relative;
   padding:0 5px;
}

div#pr {
	position:absolute;
	left:300px;
	top:10px;
	width: 650px;
	text-align: right;
	margin-top: 10px;
}
div#menu {
	width:100%;
	float:left;
	margin-bottom:20px;
	background:url("images/bg_menu.gif") 0 100% repeat-x;
	color: #006;
}

div#contents {
   width:950px;
   margin:0 auto;
}
div#navi {
	width:950px;
	margin:0 auto;
	padding-left: 0px;
	padding-top: 0px;



}
div#navi ul {
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;

}
div#navi li {
	font-size: 10px;
	color: #666666;
	list-style-type: none;
	display: inline;
	padding: 0px;
	list-style-position: outside;

}
div#navi li a {
	color: #666;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
div#media {
	width:950px;
	margin:0 auto;
}

div#topmain {
	float:left;
	width:740px;
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
}
.right {
	text-align: right;
	margin-right: 30px;
}


div#topsub {
	float:right;
	width:185px;
	font-size: 12px;
	color: #000066;
	text-align: left;
}


div #topsub img.banar {
	border: 1px solid #000033;
	margin: 0px;
}

div#sitemap {
	clear:both;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
div#sitemap p {
	font-size:12px;
	line-height: 20px;
	padding-left: 40px;
	padding-right: 30px;
}
.anser {
	font-size: 12px;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}


div#sitemap p.sitet01 {
	background-image: url(images/arrow03.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	font-size: 14px;
	color: #333;
	margin-left: 50px;
	padding-top: 10px;
	background-position: 0px 13px;
	font-weight: 600;
}
#top #contents #sitemap .sitet01 a {
	text-decoration: none;
}
#top #contents #sitemap .t18 {
	font-size: 18px;
	font-weight: 600;
	color: #F30;
}
.left50 {
	margin-left: 50px;
	font-size: 12px;
	color: #666;
}




#top #contents #sitemap .sitet02 a {
	text-decoration: none;
	margin-top: 5px;
}


#top #contents #sitemap .sitet01 img {
	text-indent: -5px;
	padding-left: 10px;
}
#top #contents #sitemap .sitet02 img {
	text-indent: -5px;
	padding-left: 10px;
}
div#sitemap p.sitet02 {
	background-image: url(images/arrow01.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	font-size: 12px;
	color: #333;
	margin-left: 80px;
	font-weight: 600;
	height: 13px;
	background-position: 5px;
}

div#totop {
   clear:both;
}
div#footMenu {
	clear:both;
}


div#footer {
	clear:both;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #F60;
	background-color: #FCDDC7;
}


/* ========HEADER CUSTOMIZE======== */
div#header h1 {
   margin:0;
   padding:10px;
   font-size:150%;/* 24px相当 */
   color:#fff;
   line-height:70px;
}

div#header h1 a {
   color:#333;
}

div#header h1 a:hover {
   color:#666;
}

div#header #pr p {
   margin:0;
   font-size:75%;/* 12px相当 */
}


/* ========MENU CUSTOMIZE======== */
div#menu ul {
   width:950px;
   margin:0 auto;
   padding:0;
}

div#menu li {
	float:left;
	font-size:80%;/* 12px相当 */
	color:#333;
	text-align:center;
	list-style-type:none;
	font-weight: 600;
}

div#menu li a {
	display:block;
	width:157px;
	color:#333;
	line-height:50px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D7C8B5;
}

div#menu li.home a {
	border:none;
	color: #F30;
}

div#menu li a.active {
	background-image: url(images/bg_menu_01.gif);
	background-repeat: repeat-x;
	background-position: 0px bottom;
	color: #F30;
}

div#menu li a:hover {
	color:#F96;
	text-decoration:none;
	background-color: #FDF2E1;
}


/* ========MAIN CONTENTS CUSTOMIZE======== */

div#main img .imgleft {
	margin-right: 20px;
}
div#topmain h2 {


}
.navi {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

div#sitemap h3 {
	padding-top: 10px;
	padding-left:30px;
	font-size: 14px;
	font-weight: 600;
}

div#topmain h3 a:hover {

	text-decoration: none;
}

.jisseki {
	height: 127px;
	width: 680px;
	font-size: 12px;
	color: #006;
	background-image: url(products/img/jisseki.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 100px;
	line-height: 26px;
}

.blue {
	color: #006;
	font-weight: 600;
}
.blue_b {
	color: #006;
	font-weight: 600;
	font-size: 12px;
}
.blue14_b {
	color: #006;
	font-weight: 600;
	font-size: 14px;
}

div#sitemap h3 {
	font-size:16px;
	color: #333;
	padding-left: 30px;
	font-weight: 600;
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: dotted;
	border-top-color: #999;
	border-bottom-color: #999;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(images/h3_back.gif);
	background-repeat: no-repeat;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
}
div#sitemap h3 a:hover {

	text-decoration: none;
}

div#sitemap h4 {
	font-size:14px;
	color: #333;
	background-image: url(images/h4_back.gif);
	background-repeat: no-repeat;
	padding-top: 6px;
	padding-left: 60px;
	margin-top: 20px;
	height: 41px;
	background-position: 30px 0px;
	font-weight: 600;
}

div#sitemap h5 {
	margin-bottom:2px;
	font-size:12px;/* 13px相当 */
	color: #2E6FBE;
	padding-left: 30px;
	background-image: url(images/list_01.png);
	background-repeat: no-repeat;
	background-position: 15px 4px;
	padding-bottom: 5px;
}

div#sitemap h6 {
   margin-bottom:2px;
   font-size:82%;/* 13px相当 */
}


div#sitemap p.text10 {
	font-size:11px;
	line-height: 16px;
	padding-left: 20px;
	margin-top: 0px;
	margin-bottom: 15px;
}
.text10 {
	font-size: 12px;
	line-height: 16px;
	color: #369;
}
.text12_top {
	font-size: 12px;
	margin-right: 30px;
	margin-left: 30px;
}


div#sitemap table {
	font-size:12px;
	line-height: 20px;
	padding-right: 30px;
	margin-left: 50px;

}
div#sitemap tr {
	font-size:12px;
	line-height: 20px;
	padding-left: 20px;

}
div#sitemap th {
	font-size: 12px;
	font-weight: 600;
	color: #006;
	background-color: #EBF2FA;
	text-align: left;
	padding-left: 20px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #AFC5F1;
	padding-top: 5px;
	padding-bottom: 5px;
}
div#sitemap th.list02 {
	font-size: 12px;
	font-weight: 600;
	color: #006;
	background-color: #EBF2FA;
	text-align: left;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #AFC5F1;
	border-right-style: none;
}
.text10s {
	font-size: 10px;
	color: #333;
	background-color: #FFF7EE;
	line-height: 16px;
	padding-left: 10px;
}

div#sitemap th.list03 {
	font-size: 12px;
	font-weight: normal;
	color: #333;
	background-color: #FED;
	text-align: left;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	border-bottom-style: none;
	border-right-style: none;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #F30;
}
div#sitemap td.list03 {
	font-size: 14px;
	font-weight: normal;
	color: #F30;
	background-color: #FED;
	text-align: left;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 20px;

}
div#sitemap td.list04 {
	font-size: 10px;
	font-weight: normal;
	color: #F30;
	background-color: #FED;
	text-align: left;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 20px;
	line-height: 14px;

}
div#sitemap td.list {
	font-size: 12px;
	color: #333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 20px;


}

div#sitemap ul,ol,dl {
	font-size:82%;/* 13px相当 */
	padding-left: 60px;
}

div#sitemap dt {
	margin-bottom:3px;
	font-weight: bold;
	color: #F30;
}



div#sitemap dd {
	padding:0;
	margin:0 0 0.5em 1em;
	padding:3px;
}

/* INFORMATION CUSTOMIZE */
* html body div#main dl.information dd div {
   display:inline-block;
}

div#sitemap dl.information dt {
   float:left;
   width:10em;
   margin:0;
   padding:0;
}

div#sitemap dl.information dd {
   margin:0 0 0.5em 10em;
   padding:0;
   background:transparent;
}


/* ========TOTOP CUSTOMIZE========= */
div#totop {
	margin:10px 0;
	text-align:right;
	font-size:75%;/* 12px相当 */
	color: #999;
}


/* ========FOOTMENU CUSTOMIZE======== */
div#footMenu ul {
	margin:0 0 10px 0;
	padding:10px 0 0 0;
	text-align:right;
	background-image: url(images/bg_dotline.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}

div#footMenu li {
   display:inline;
   margin:0 0 0 10px;
   font-size:75%;/* 12px相当 */
   list-style:none;
}

div#totop a {
	padding:0 0 0 12px;
	background:url("images/bg_totop.gif") 0 50% no-repeat;
	color:#333;
}

div#footMenu li a {
	padding-left:15px;
	color:#666;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
}


/* ========FOOTER CUSTOMIZE======== */
address {
	padding:10px 0;
	font-style:normal;
	font-size:75%;/* 12px相当 */
	text-align:center;
	color: #F60;
}
.news {
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 0px;
	margin-top: 5px;
	height: 150px;
}


.titlesitemap {
	color:#F30;
	font-size:24px;
	background-repeat: no-repeat;
	height: 85px;
	width: 890px;
	padding-top: 26px;
	padding-left: 30px;
	font-weight: 500;
	background-image: url(images/title_sitemap.gif);
	padding-bottom: 0px;
}

.link {
	background-image: url(information/img/link.gif);
	background-repeat: no-repeat;
	margin-left: 30px;

}
.tenji {
	margin-left: 20px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #006;
	margin-right: 20px;
}

.kakomi {
	background-color: #F0F0F0;
	padding: 20px;
	color: #009;
	list-style-position: inside;
	list-style-type: disc;
}
div#sitemap ul.kakomi {
	background-color: #F0F0F0;
	list-style-position: inside;
	list-style-type: disc;
	margin-left: 40px;
	padding-left: 20px;
	margin-right: 40px;
}
div#sitemap ul li.text_or {
	color: #009;
}


.text14b {
	background-image: url(images/shokushu_back.gif);
	height: 45px;
	background-repeat: no-repeat;
	padding-top: 12px;
	margin-left: 10px;
	text-indent: 15px;
}
.textkyocho {
	font-size: 16px;

}
#top #contents #topmain .products_lineup {
	width: 700px;
	height: 220px;
	margin-left: 30px;
}
#top #contents #topmain .products_back {
	background-image: url(images/products_back.gif);
	background-repeat: no-repeat;
	height: 200px;
	width: 210px;
	font-size: 11px;
	float: left;
	padding-left: 20px;
	line-height: 15px;
	color: #666;
	font-weight: 600;
}
.question {
	font-size: 14px;
	font-weight: bold;
	color: #F30;
}
.text_s {
	font-size: 16px;
	color: #F30;
}
#top #contents #topmain h2 {
	font-size: 14px;
	font-weight: 600;
	color: #D55500;
	background-image: url(images/title_top.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 8px;
	height: 36px;
	margin-bottom: 0px;
}
#top #contents #sitemap .navi {
	margin-bottom: 10px;
}
.text12g {
	font-size: 11px;
	line-height: 15px;
	color: #666;
	padding-right: 10px;
	padding-left: 10px;
}
