/* --- common style ---------------------------------------------------- */

* {
	margin:0px;
	border:none;
	padding:0px;
	font-size:12px;
	line-height:1.5;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:lighter;
}

ul {
	list-style:none;
}

table,
table tr,
table tr th,
table tr td {
	padding:2px;
	border-collapse:collapse;
	text-align:left;
	vertical-align:top;
}

a:link {color:#673d0b; text-decoration:none;}
a:visited {color:#673d0b; text-decoration:none;}
a:active {color:#673d0b; text-decoration:none;}
a:hover {color:#673d0b; text-decoration:underline;}



/* --- site layout ----------------------------------------------------------- */

body {
	width:100%;
	background:url(../img/bg_body.jpg) repeat-x;
	text-align:center;
}

div#layout {
	width:900px;
	margin:0 auto;
	background:url(../img/bg_layout.jpg) no-repeat;
	text-align:center;
}

div#layout div#header {
	position:relative;
	width:850px;
	height:120px;
	margin:0 auto;
	text-align:left;
}

div#layout div#wrapper {
	overflow:hidden;
	width:850px;
	margin:0 auto;
	/*background:url(../img/bg_wrapper.jpg) repeat-y;*/
	text-align:left;
}

div#wrapper div#main {
	overflow:hidden;
	float:right;
	display:inline;
	width:630px;
	margin:0 15px 0 0;
}

div#wrapper div#navi {
	overflow:hidden;
	float:left;
	display:inline;
	width:177px;
	margin:0 0 0 16px;
	text-align:left;
}

div#layout div#footer {
	clear:both;
	width:850px;
	margin:10px auto 0 auto;
	text-align:center;
	font-size:10px;
}


/* --- header ---------------------------------------------------------------- */

div#header h1 {
	position:absolute;
	left:0;
	top:0;
	width:850px;
	height:120px;
	background:url(../img/bg_header.jpg) no-repeat;
	text-indent:-9999px;
}

div#header h2 {
	position:absolute;
	left:0;
	top:0;
	z-index:10;
	width:600px;
	height:18px;
	text-indent:5px;
	font-size:10px;
	color:#ffffff;
}

div#header p#sitemap {
	position:absolute;
	left:650px;
	top:20px;
	width:100px;
	height:18px;
	background:url(../img/arrow_01.jpg) no-repeat;
	line-height:20px;
	text-indent:10px;
}

div#header p#h_inq {
	position:absolute;
	left:750px;
	top:20px;
	width:100px;
	height:18px;
	background:url(../img/arrow_01.jpg) no-repeat;
	line-height:20px;
	text-indent:10px;
}

div#header p#to_index {
	position:absolute;
	left:0px;
	top:0px;
	z-index:0;
	width:850px;
	height:120px;
}

div#header p#copy {
	position:absolute;
	left:15px;
	top:75px;
	width:300px;
	height:20px;
	font-weight:bold;
	color:#fd9a01;
}

div#header p#h_description {
	position:absolute;
	left:420px;
	top:80px;
	width:450px;
	height:20px;
	font-weight:bold;
}



/* --- wrapper --------------------------------------------------------------- */



/* --- navi ------------------------------------------------------------------ */

div#navi div#menu {
	margin:0 0 20px 0;
	text-align:left;
}

div#navi div#menu ul {
	width:177px;
	margin:0 0 0 0;
}

div#navi div#menu ul li {
	width:177px;
	margin:0 0 2px 0;
}

div#navi div#menu ul li a#navi_top {
	display:block;
	width:155px;
	height:20px;
	padding:0 0 0 22px;
	margin:0 0 0 0;
	line-height:20px;
	font-weight:bold;
}

div#navi div#menu ul li a#navi_top { background:url(../img/bg_menu_top.jpg) 0 0; color:#000000;}
div#navi div#menu ul li a#navi_top:hover { background-position:0 0;}

div#navi div#menu ul li a {
	display:block;
	width:155px;
	height:27px;
	padding:0 0 0 22px;
	margin:0 0 0 0;
	line-height:27px;
	font-weight:bold;
}

div#navi div#menu ul li a.wline {
	height:40px;
	line-height:20px;
}

div#navi div#menu ul li a { background:url(../img/bg_menu_01.jpg) 0 0; color:#ffffff;}
div#navi div#menu ul li a.wline { background:url(../img/bg_menu_01w.jpg) 0 0; color:#ffffff;}
div#navi div#menu ul li a:hover { background-position:177px 0;}


div#navi div#menu ul li ul {
	width:177px;
	margin:0 0 10px 0;
}

div#navi div#menu ul li ul li {
	margin:0 0 1px 0;
}

div#navi div#menu ul li ul li a {
	display:block;
	width:167px;
	height:22px;
	padding:0 0 0 10px;
	margin:0 0 0 0;
	line-height:22px;
	text-decoration:underline;
	font-size:12px;
}

div#navi div#menu ul li ul li a.wline {
	height:35px;
	line-height:16px;
}

div#navi div#menu ul li ul li a { background:url(../img/bg_menu_02.jpg) no-repeat; color:#666666;}
div#navi div#menu ul li ul li a.wline { background:url(../img/bg_menu_02w.jpg) no-repeat; color:#666666;}
div#navi div#menu ul li ul li a:hover { background-position:0 0;color:#ff9900;}

div#navi div#banner {
	margin:0 0 20px 0;
	text-align:center;
}

div#navi div#banner img {
	margin:0 0 10px 0;
}




/* --- main ------------------------------------------------------------------ */

div#main p {
	margin:0 10px 15px 20px;
}

/* --- index ----------------------------------------------*/

div#main div#main_top {
	position:relative;
	margin:0 0 15px 0;
}

div#main div#main_top ul {
	position:absolute;
	top:148px;
	left:5px;
}

div#main div#main_top ul li#check01 { position:absolute; top:0px; left:0px;}
div#main div#main_top ul li#check02 { position:absolute; top:0px; left:207px;}
div#main div#main_top ul li#check03 { position:absolute; top:0px; left:416px;}

div#main dl.pickup {
	position:relative;
	float:left;
	display:inline;
	width:300px;
	height:165px;
	margin:0 0 10px 10px;
	background:url(../img/bg_pickup.jpg) no-repeat;
}

div#main dl.pickup dt {
	position:absolute;
	top:0px;
	left:25px;
	width:275px;
	height:30px;
	line-height:30px;
}

div#main dl.pickup dt a {
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
}

div#main dl.pickup dd.img {
	position:absolute;
	top:43px;
	left:13px;
	width:87px;
	height:87px;
	padding:0;
	margin:0;
}

div#main dl.pickup dd.txt {
	position:absolute;
	top:43px;
	left:110px;
	width:170px;
	height:96px;
	padding:0;
	margin:0;
	line-height:16px;
}



/* --- inner ----------------------------------------------*/

p#bred {
	height:25px;
	margin:0 10px 15px 10px;
	line-height:25px;
	color:#333333;
}

p#bred a {
	color:#333333;
}

p#bred a:hover {
	color:#333333;
	text-decoration:underline;
}

div#main h3.h3_title_01 {
	width:630px;
	height:35px;
	background:url(../img/bg_title_01.jpg) no-repeat;
	text-indent:10px;
	font-size:16px;
	font-weight:bold;
	line-height:30px;
	color:#ffffff;
}

div#main h4.h4_title_01 {
	width:500px;
	height:35px;
	margin:0 0 0 20px;
	background:url(../img/bg_title_03.jpg) no-repeat;
	text-indent:10px;
	font-size:16px;
	font-weight:bold;
	line-height:30px;
	color:#ffffff;
}

div#main h4.h4_title_02 {
	width:580px;
	height:23px;
	margin:0 0 0 20px;
	background:url(../img/bg_title_02.jpg) no-repeat;
	text-indent:10px;
	font-size:14px;
	font-weight:bold;
	line-height:23px;
	color:#ff9900;
}

div#main dl.dl_01 {
	clear:both;
	float:left;
	display:inline;
	width:450px;
	margin:0 0 20px 20px;
}

div#main dl.dl_01 dt {
	height:23px;
	background:url(../img/bg_title_02.jpg) no-repeat;
	text-indent:10px;
	font-size:14px;
	font-weight:bold;
	line-height:23px;
	color:#ff9900;
}

div#main dl.dl_01 dd {
	margin:0 0 0 20px;
}

div#main dl.dl_02 {
	position:relative;
	width:583px;
	height:163px;
	margin:0 0 20px 20px;
	background:url(../img/bg_pickup_02.jpg) no-repeat;
}

div#main dl.dl_02 dt {
	position:absolute;
	top:16px;
	left:220px;
	font-size:14px;
	font-weight:bold;
	color:#333333;
}

div#main dl.dl_02 dd.dl_02_img {
	position:absolute;
	top:10px;
	left:12px;
}

div#main dl.dl_02 dd.dl_02_txt {
	position:absolute;
	top:45px;
	left:210px;
	width:360px;
}

div#main dl.dl_03 {
	float:left;
	display:inline;
	width:300px;
	height:165px;
	margin:5px 0 20px 10px;
	background:url(../img/bg_pickup.jpg) no-repeat;
	text-align:center;
}

div#main dl.dl_03 dt {
	height:30px;
	line-height:30px;
	text-indent:20px;
	text-align:left;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
}

div#main dl.dl_03 dd {
	width:280px;
	height:30px;
	margin:5px auto;
	text-align:left;
}

div#main p.prevension_img {
	float:left;
	display:inline;
	width:120px;
	height:120px;
}

div#main p.prevension_img a {
	display:block;
	width:120px;
	height:120px;
	text-indent:-9999px;
}

div#main p.prevension_img a.pre_01 {	background:url(../img/btn_01.jpg) 0 0;}
div#main p.prevension_img a.pre_01:hover {	background-position:120px 0;}
div#main p.prevension_img a.pre_02 {	background:url(../img/btn_02.jpg) 0 0;}
div#main p.prevension_img a.pre_02:hover {	background-position:120px 0;}
div#main p.prevension_img a.pre_03 {	background:url(../img/btn_03.jpg) 0 0;}
div#main p.prevension_img a.pre_03:hover {	background-position:120px 0;}

div#main table.table_01 {
	width:580px;
	margin:0 0 0 20px;
}

div#main table.table_01 caption {
	font-size:10px;
	text-align:right;
}

div#main table.table_01 tr td {
	padding:3px;
}

div#main table.table_01 tr td ul {
	list-style:disc;
	padding:0 0 0 15px;
}

div#main table.table_01 tr td.t_border_01 {
	border:1px solid #CCCCCC;
	background:#FFFFCC;
}

div#main table.table_01 tr td strong {
	font-size:14px;
	color:#FF3300
}

div#main a.inq_kit {
	float:right;
	display:block;
	width:160px;
	height:40px;
	margin:0 0 10px 10px;
	background:url(../img/click_02.jpg) 0 0;
	text-indent:-9999px;
}
div#main a.inq_kit:hover {
	background-position:160px 0;
}



div#main a.result_sample {
	float:right;
	display:block;
	width:160px;
	height:40px;
	margin:0 0 10px 10px;
	background:url(../img/btn_04.jpg) 0 0;
	text-indent:-9999px;
}
div#main a.result_sample:hover {
	background-position:160px 0;
}



div#main a.guide_sample {
	float:right;
	display:block;
	width:160px;
	height:40px;
	margin:0 0 10px 10px;
	background:url(../img/btn_05.jpg) 0 0;
	text-indent:-9999px;
}
div#main a.guide_sample:hover {
	background-position:160px 0;
}






table#fmail_01 {
	width:555px;
	border:1px solid #66FFFF;
	margin:5px;
	background:#effaf6;
}

table#fmail_01 tr th,
table#fmail_01 tr td {
	padding:3px;
	border:1px solid #66FFFF;
}

table#fmail_01 tr th {
	width:160px;
	text-align:right;
}

table#fmail_01 tr td input.text {
	width:360px;
	height:18px;
	border:1px solid #CCCCCC;
	font-size:12px;
}

table#fmail_01 tr td select {
	width:360px;
	height:18px;
	border:1px solid #CCCCCC;
	font-size:12px;
}

table#fmail_01 tr td textarea {
	width:360px;
	border:1px solid #CCCCCC;
	font-size:12px;
}

table#fmail_01 tr td.btn {
	text-align:center;
}

table#fmail_01 tr td.btn input {
	margin:3px 15px;
	border:1px solid #666666;
}

table#company {
	width:555px;
	border:1px solid #FFCC99;
	margin:5px 5px 5px 20px;
	margin-bottom:15px;
	background: #FFFFCC;
}

table#company tr th,
table#company tr td {
	padding:3px;
	border:1px solid #FFCC99;
}

table#company tr th {
	width:120px;
	text-align:right;
	color:#663300;
}



div#main ul#sitemap li {
	width:580px;
	height:23px;
	background:url(../img/bg_title_02.jpg) no-repeat;
	margin:10px 0 0 20px;
	text-indent:10px;
	font-size:14px;
	font-weight:bold;
	line-height:23px;
	color:#ff9900;
}

div#main ul#sitemap a {
	display:block;
	height:100%;
}

div#main ul#sitemap li.sub {
	height:auto;
	margin:0 0 0 0;
	background:none;
}

div#main ul#sitemap li ul {
	padding:0 0 0 20px;
	margin:0 0 0 30px;
}

div#main ul#sitemap li ul li {
	width:580px;
	height:23px;
	margin:0 0 0 0;
	background:none;
	background:url(../img/arrow_02.jpg) no-repeat;
	text-indent:10px;
	font-size:14px;
	font-weight:bold;
	line-height:23px;
	color:#ff9900;
}





div#main dl.dl_faq {
	overflow:hidden;
	width:550px;
	margin:0 0 30px 20px;
}

div#main dl.dl_faq dt {
	height:30px;
	margin:5px 0 10px 0;
	background:url(../img/bg_q.jpg) no-repeat;
	text-indent:30px;
	line-height:30px;
	font-size:18px;
	/*font-weight:bold;*/
	color:#652900;
}

div#main dl.dl_faq dd {
	padding:0 0 5px 30px;
	margin:0 0 0 25px;
	background:url(../img/bg_a.jpg) no-repeat;
}



/* --- footer ---------------------------------------------------------------- */

div#footer div#f_box {
	overflow:hidden;
	height:95px;
	padding:5px;
	border:1px solid #CCCCCC;
	margin:10px 55px;
	text-align:left;
}

div#footer ul {
	overflow:hidden;
	text-align:left;
}

div#footer ul li {
	float:left;
	display:inline;
	width:240px;
	margin:1px;
	background:url(../img/arrow_02.jpg) no-repeat;
}

div#footer ul li a {
	display:block;
	padding:0 0 0 10px;
	line-height:14px;
	font-size:10px;
}

div#footer p {
	overflow:hidden;
	width:850px;
	height:34px;
	margin:10px auto;
	background:url(../img/bg_footer.jpg) no-repeat;
	text-align:center;
	line-height:34px;
	color:#FFFFFF;
}

div#footer p a {
	color:#FFFFFF;
}






/* --- common parts ---------------------------------------------------------- */

div#main .clear {
	clear:both;
}

div#main .margin0 {
	margin:0;
}

img.img_right {
	display:block;
	float:right;
	margin:0 0 10px 10px;
}

.text_center {
	text-align:center;
}

.text_right {
	text-align:right;
}

td.td_middle {
	vertical-align:middle;
}

td.td_100 {
	width:100px;
}

td.td_160 {
	width:160px;
}

td.td_200 {
	width:200px;
}

td.td_220 {
	width:220px;
}

p.p_width400 {
	overflow:hidden;
	width:400px;
	padding:5px;
	border:1px solid #FF6600;
	margin:10px auto;
}

iframe {
	margin:0 10px 15px 20px;
}

div#main p.p_margin20px {
	margin-top:20px;
	margin-bottom:5px;
}



.haikei {
	background-image: url(../img/haikei.jpg);
	background-repeat: no-repeat;
	background-position: 180px bottom;
}

