/* CSS Document */
/*--- 共通設定 ----------*/
* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background:url(../../img/bg.gif);
	color: #000000;
	text-align: center;
}
img {border: 0; }
a {outline: 0; }
a:link {color: #ff9933; text-decoration: underline;}
a:visited {color: #ff9933; text-decoration: underline;}

/*company
-------------------------------- */

table.company_main{
	width: 654px;
}
.company_table{
	width: 652px;
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 20px;
	border: 1px solid #bbbbbb;
}

table.company_main td.company_left{
	width: 130px;
	border: 1px solid #bbbbbb;
	font-size: 12px;
	line-height: 18px;
	background-color: #F4F4F4;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	text-align: left;
	vertical-align: top;
	color: #333333;
}

table.company_main td.company_right{
	width: 480px;
	border: 1px solid #bbbbbb;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}
table.company_main td.company_left1{
	width: 225px;
	border: 1px solid #bbbbbb;
	font-size: 12px;
	line-height: 18px;
	background-color: #F4F4F4;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	text-align: center;
	vertical-align: top;
	color: #333333;
}
table.company_main td.company_right1{
	width: 160px;
	border: 1px solid #bbbbbb;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	text-align: center;
	vertical-align: top;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}
table.company_main td.company_right2{
	width: 225px;
	border: 1px solid #bbbbbb;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	text-align: center;
	vertical-align: top;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}
table.company_main td.company_right3{
	background-color: #F4F4F4;
	width: 385px;
	border: 1px solid #bbbbbb;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	text-align: center;
	vertical-align: top;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}

/*form_inquiry
-------------------------------- */

table.form_inquiry{
	width: 654px;
	margin-top: -40px;
}
table.form_inquiry td.form_inquiry_left{
	width: 130px;
	font-size: 12px;
	line-height: 18px;
	background-color: #F4F4F4;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	text-align: left;
	vertical-align: top;
	color: #333333;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}
table.form_inquiry td.form_inquiry_right{
	width: 480px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}

#topimage {
	height: 170px;
	width: 972px;
	margin: 0 auto;
	background: url('../img/topimege_bg.jpg') no-repeat left top;
	position: relative;
}
#topimage  p.topimage_txt {display: none;}
#topimage  p.topimage_btn {
	position: absolute;
	top: 148px;
	left: 41px;
}

/*form_consul
-------------------------------- */

table.form_consul{
	width: 654px;
	margin-top: 14px;
	margin-bottom: 14px;
	margin-left: 20px;
}
table.form_consul td.form_consul_left{
	width: 160px;
	font-size: 12px;
	line-height: 18px;
	background-color: #F4F4F4;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	text-align: left;
	vertical-align: top;
	color: #333333;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}
table.form_consul td.form_consul_right{
	width: 480px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}




/*form inline
-------------------------------- */
.form_inline{
	padding-top: 30px;
	padding-left: 50px;
}

/*form Entry button
-------------------------------- */
.form_entrybox{
	clear: both;
	float: none;
	padding-top: 40px;
}
*:first-child+html .form_entrybox {
	padding-top: 40px;
}


ul.form_entry_button{
	height: 70px;
	width: 654px;
	background-color: #f4f4f4;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #dddddd;
	border-bottom-color: #dddddd;
	line-height: 0px;
	padding: 0px;
	margin: 0px;
}
ul.form_entry_button p.entry_button{
	margin-top: 25px;
	margin-left: 300px;
}
ul.form_entry_button li.entry_read{
	margin-top: 8px;
	margin-left: 180px;
}
/* 20100213 insert */
div.form_entry_button{
	height: 70px;
	width: 654px;
	background-color: #f4f4f4;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #dddddd;
	border-bottom-color: #dddddd;
	line-height: 0px;
	padding: 0px;
	margin: 0px;
}
div.form_entry_button div.entry_button{
	margin-top: 25px;
	margin-left: 300px;
}
div.form_entry_button div.entry_read{
	margin-top: 8px;
	margin-left: 180px;
}
/* //20100213 insert */

table.news {
   width: 160px;
   border-sytle: none;
}
table.form_news td.form_news{
        width: 160px;
        font-size: 12px;
        line-height: 18px;
        background-color: #FFFFFF;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        text-align: left;
        vertical-align: top;
        color: #333333;
	border-style: none;
}
table.form_news th.form_news{
        width: 160px;
        font-size: 12px;
        line-height: 18px;
        background-color: #FFFFFF;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        text-align: center;
        vertical-align: top;
        color: #333333;
	border-sytle: solid;
}

/*--- original template ----------*/

h2.topbar {
	background: url('../img/h5.jpg') no-repeat left top;
	color: #000000;
	height: 36px;
	margin: 8px 0 0 0;
	padding: 8px 0px 0px 25px;
	font-size: 18px;
}
h2.bar {
	background: url('../img/h5.jpg') no-repeat left top;
	color: #000000;
	height: 36px;
	margin: 8px 0 0 0;
	padding: 8px 0px 0px 25px;
	font-size: 18px;
}

h3.bar {
	background: url('../img/h5.jpg') no-repeat left top;
	color: #000000;
	height: 30px;
	margin: 0px 0 0px 0;
	padding: 10px 0px 10px 25px;
	font-size: 18px;
}
h3.service_bar {
	background: url('../../service/img/h5_bar.jpg') no-repeat left top;
	margin: 0 0 0 0;
	padding: 8px 0px 0px 10px;
	height: 36px;
	font-size: 18px;
}
h4.service_bar {
	background: url('../../service/img/h5_bar.jpg') no-repeat left top;
	margin: 0 0 -10px 0;
	padding: 0px 0px 10px 10px;
	font-size: 18px;
}
.orange {
	color: #F36100;
}
.red {
	color: #FF0000;
	font-size: 10px;
}
.white {
	color: #FFFFFF;
}

.box {
	height: auto;
	width: 675px;
	margin: 0 0 0px 2px;
	padding: 10px 0px 0px 10px;
/*	border: 1px solid #686868;*/
}

.box_line {
	float: auto;
	height: auto;
	width: 600px;
	margin: 0 0 10px 20px;
	padding: 0px 0px 0px 20px;
	border: 1px dashed #686868;*/
}

* html body div.box {width: 717px;}

.box_r {
	float: right;
	margin-left: 20px;
}
.box_x {
	float: left;
	padding-left: 20px;
}
.box_noline {
	width: 677px;
	margin: 0 0 0px 2px;
	padding: 0px 10px 0px 20px;
	background-color: #ffffff;
}
.box_noline_2 {
	width: 650px;
	margin: 0 0 0px 2px;
	padding: 0px 10px 0px 20px;
	background-color: #ffffff;
}

.box_double {
	min-height: 145px;
	width: 700px;
	margin: 0 0 10px 2px;
	padding-right: 10px;
	background-color: #ffffff;
	border: 2px solid #CCCCCC;
}
* html body div.box04 {width: 717px;}
.box_double_l {
	float: left;
	width: 171px;
}
.box_double_r {
	float: right;
	width: 524px;
	padding-top: 13px;
}

h4 {
	height: 40px;
	width: 721px;
	font-size: 14px;
	line-height: 37px;
	text-indent: 2px;
}
h3.double{
	height: 30px;
	width: 524px;
	background: url('../img/bg_ttl_03.jpg') no-repeat left top;
	color: #000000;
	font-size: 14px;
	line-height: 30px;
	text-indent: 13px;
	margin: 0 0 5px 2px;
}
p.btn_form {
	width: 717px;
	padding: 15px 0;
	margin: 0 0 15px 2px;
	border-top: 1px dashed #666666;
	border-bottom: 1px dashed #666666;
	text-align: center;
}


p.faq_img {
	float: left;
	width: 50px;
}
p.faq_txt {
	float: right;
	width: 620px;
	margin-bottom: 1em;
	padding-top: 0px;
	font-size: 14px;
	line-height: 26px;
	padding-bottom: 12px;
}
p.faq_space {
	clear: both;
	margin: 0 0 -20px 0;
}
h4.h4_faq{
	height: 41px;
	width: 711px;
	margin-bottom: 7px;
	padding-top: 5px;
	background: url('../img/bg_ttl_05.jpg') no-repeat left top;
	color: #000000;
	font-size: 16px;
	line-height: 30px;
	text-indent: 11px;
	vertical-align: middle;
}
h4.h4_faq img {
	margin-right: 10px;
	vertical-align: middle;
}
* html body h4.h4_faq {height: 46px;}

.box_faq1 {
	height: auto;
	width: 711px;
	margin: 0 0 15px 2px;
	padding: 3px 2px 10px 2px;
	background-color: #ffffff;
	border: 2px solid #CCCCCC;
}
* html body div.box01 {width: 717px;}
.box_faq1 ul {
	list-style-type: none;
	margin-left: 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 31px;
}
.box_faq1 li img {
	margin-right: 7px;
	vertical-align: middle;
}

.box_faq2 {
	height: auto;
	width: 680px;
	margin-left: 13px;
}


/*--- wrapper ----------*/
#wrapper {
	height: auto;
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}
/*--- header ----------*/
#header {
	height: 88px;
	width: 952px;
	margin: 0 18px 5px 18px;
}
#header_l {
	float: left;
	width: 400px;
	text-align: left;
}
#header_r {
	float: right;
	width: 540px;
	text-align: right;
}
#header_txt {
	font-size: 11px;
	line-height: 25px;
	color: #000000;
}
#header_r ul {
	float: right;
	list-style-type: none;
	display: inline;
	height: 75px;
	width: 535px;
	line-height: 38px;
}
#header_r li {
	display: block;
	float: right;
	height: 72x;
	line-height: 38px;
}
#header_tel {
	margin-left: 15px;
	padding-left: 17px;
}
/*--- menu ----------*/
#menu {
	clear: both;
	list-style-type: none;
	display: block;
	margin-bottom: 1px;
}
#menu li {
	display: inline;
}
/*--- navi ----------*/
#navi {
	text-align: left;
	font-size: 11px;
	line-height: 11px;
	text-indent: 20px;
	margin: 5px 0 -5px 0;
}
#navi a:link {color: #ff9933; text-decoration: none;}
#navi a:visited {color: #ff9933; text-decoration: none;}
/*--- main ----------*/
#main {
	height: auto;
	width: 962px;
	margin: 0 15px 0 13px;
	padding-bottom: 20px;
}
/*--- contents ----------*/
#contents {
	float: left;
	height: auto;
	width: 721px;
	padding-top: 0px;
	text-align: left;
}
#contents p.pagetop {
	clear: both;
	margin-bottom: 25px;
	text-align: right;
}
#contents p.pagetopoffer {
	clear: both;
	padding-top: 15px;
	margin-top: 20px;
	margin-bottom: 25px;
	border-top: 1px dashed #666666;
	text-align: right;
}


/*--- side (未使用)----------*/
#side {
	float: right;
	height: auto;
	width: 223px;
	padding-top: 0px;
	text-align: left;
}
.s_menu {
	list-style-type: none;
	width: 221px;
	background-color: #FFFFFF;
	border: 1px solid #C2C2C2;
}
.s_menu1 {
	height: 37px;
	background: url('../img/bg_s_menu_ttl.jpg') repeat-x left top;
	color: #000000;
	text-align: center;
	line-height: 26px;
	font-weight: bold;
}
.s_menu1_sub {
	height: 26px;
	background: url('../img/bg_s_menu_ttl.jpg') repeat-x left top;
	color: #000000;
	text-align: center;
	line-height: 26px;
	font-weight: bold;
}
.s_menu2 {
	padding-left: 10px;
	color: #000000;
	line-height: 20px;
}
.s_menu3 {
	padding-left: 10px;
	padding-bottom: 9px;
	background: url('../img/bg_s_menu_b.jpg') repeat-x left bottom;
	color: #000000;
	line-height: 20px;
}
.s_menu1 a, .s_menu1_sub a {
	display: block;
	height: 26px;
	width: 221px;
}
.s_menu1 a:link, .s_menu1_sub a:link {color: #FFFFFF; text-decoration: none;}
.s_menu1 a:visited, .s_menu1_sub a:visited {color: #FFFFFF; text-decoration: none;}
.s_menu1 a:hover, .s_menu1_sub a:hover {color: #FFFFFF; text-decoration: underline;}
.s_menu1 a:active, .s_menu1_sub a:active {color: #FFFFFF; text-decoration: underline;}
.s_menu2 a:link, .s_menu3 a:link {color: #000000; text-decoration: none;}
.s_menu2 a:visited, .s_menu3 a:visited {color: #000000; text-decoration: none;}
.s_menu2 a:hover, .s_menu3 a:hover {color: #F36100; text-decoration: none;}
.s_menu2 a:active, .s_menu3 a:active {color: #F36100; text-decoration: none;}
.s_menu2 .a_now:link, .s_menu2 .a_now:visited,
.s_menu3 .a_now:link, .s_menu3 .a_now:visited {color: #F36100;}
/*--- news ----------*/
#side p#news_ttl {margin-bottom: 0;}
/* 20100213 insert */
#side p.news_ttl {margin-bottom: 0;}
/* //20100213 insert */
#news {
	height: 108px;
	width: 221px;
	margin-bottom: 18px;
	background: url('../img/bg_index_news.jpg') repeat-x left top #FFFFFF;
	border: 1px solid #C2C2C2;
	color: #000000;
	overflow-y: scroll;
}
* html body div#news {width: 223px;}
#news dl {
	margin: 12px;
	line-height: 14px;
}
#news dd {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #999999;
	color: #000000;
}
#news dd a {color: #000000; text-decoration: none;}
/* 20100213 insert */
.news {
	height: 108px;
	width: 221px;
	margin-bottom: 18px;
	background: url('../img/bg_index_news.jpg') repeat-x left top #FFFFFF;
	border: 1px solid #C2C2C2;
	color: #000000;
	overflow-y: scroll;
}
* html body div#news {width: 223px;}
.news dl {
	margin: 12px;
	line-height: 14px;
}
.news dd {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #999999;
	color: #000000;
}
.news dd a {color: #000000; text-decoration: none;}
/* //20100213 insert */
/*--- f_menu ----------*/
#f_menu {
	clear: both;
	padding-top: 10px;
	font-size: 11px;
	border-top: 1px dashed #999999;
	line-height: 20px;
	text-align: center;
	background: #ffffff;
	width: 990px;
	margin-left: auto;
	margin-right: auto;
}
#f_menu a:link {color: #BABABA; text-decoration: none;}
#f_menu a:visited {color: #BABABA; text-decoration: none;}
#f_menu a:hover {color: #C8C8C8; text-decoration: underline;}
#f_menu a:active {color: #D9D9D9; text-decoration: underline;}
/*--- footer ----------*/
#footer {
	margin-bottom: 15px;
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 0;
	border-bottom: 1px solid #3C3C3C;
	color: #868686;
	font-size: 11px;
	line-height: 20px;
	text-align: center;
	background: #ffffff;
}
#footer a:link {color: #C8C8C8; text-decoration: underline;}
#footer a:visited {color: #C8C8C8; text-decoration: underline;}
#footer a:hover {color: #B7B7B7; text-decoration: none;}
#footer a:active {color: #D9D9D9; text-decoration: none;}

/*--- text ----------*/
h1 {
	font-size: 11px;
	line-height: 25px;
	font-weight: normal;
	color: #000000;
}
h4.h4_bg_01 {
	height: 37px;
	width: 721px;
	background: url('../img/bg_ttl_01.jpg') no-repeat left top;
	font-size: 14px;
	line-height: 37px;
	text-indent: 37px;
}
h4.h4_bg_02 {
	height: 37px;
	width: 721px;
	margin-bottom: 7px;
	background: url('../img/bg_ttl_02.jpg') no-repeat left top;
	font-size: 14px;
	line-height: 37px;
	text-indent: 37px;
}
h5 {
	margin: 0 0 5px 2px;
}
h5.h5_bg {
	height: 30px;
	width: 524px;
	background: url('../img/bg_ttl_03.jpg') no-repeat left top;
	color: #000000;
	font-size: 14px;
	line-height: 30px;
	text-indent: 13px;
}
#side p {margin-bottom: 10px;}
#contents p.p_text12 {
	margin-bottom: 1em;
	font-size: 13px;
	line-height: 22px;
	letter-spacing: 0.5pt;
}
#contents p.p_text14a {
	font-size: 14px;
	margin-bottom: 1em;
	line-height: 22px;
	letter-spacing: 0.5pt;
}
#contents p.p_text14 {
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.5pt;
}
.bold {font-weight: bold;}
.txtC {text-align: center;}
.txtR {text-align: right;}

.font_red {color: #F50000;}

a.a_blue:link {color: #21D8FF; text-decoration: underline;}
a.a_blue:visited {color: #3BDBFF; text-decoration: underline;}
a.a_blue:hover {color: #54E0FF; text-decoration: none;}
a.a_blue:active {color: #6EE4FF; text-decoration: none;}

a.a_purple:link {color: #888BFF; text-decoration: underline;}
a.a_purple:visited {color: #7A7DFF; text-decoration: underline;}
a.a_purple:hover {color: #6E70FF; text-decoration: none;}
a.a_purple:active {color: #6164FF; text-decoration: none;}

a.a_red:link {color: #ff6060; text-decoration: underline;}
a.a_red:visited {color: #ff5454; text-decoration: underline;}
a.a_red:hover {color: #ff4747; text-decoration: none;}
a.a_red:active {color: #ff3b3b; text-decoration: none;}

a.a_yellow:link {color: #ffc444; text-decoration: underline;}
a.a_yellow:visited {color: #ffc038; text-decoration: underline;}
a.a_yellow:hover {color: #ffbc2b; text-decoration: none;}
a.a_yellow:active {color: #ffb81f; text-decoration: none;}
/*--- margin ----------*/
.marB10 {margin-bottom: 10px;}
.marB20 {margin-bottom: 20px;}
.marTB20 {margin-top:20px; margin-bottom: 20px;}

/*--- clearfix ----------*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

.clear {clear: both;}

/*------ form ---------*/
td.form_error {
	color:#ff0000;
}