@charset "utf-8";

/*----------------------------------------

CSS Information

Site URL:     http://www.yohetec.com
File name:    common.css(http://www.yohetec.com/common.css)
Sumamary:     layout style
Create:       2009-11-16
Last update:  2009-11-16
Author:       Ichioka Toshio(admin),Katano Yasuhiro
Copy right:   (c)2009 kokusindo.inc

/*Page basic style 
------------------------------------------*/
#content h2{
	background-image: url(images/h2_bg.gif);
	background-repeat: no-repeat;
	text-indent: 40px;
	height: 50px;
	line-height: 50px;
	margin-top: 20px;
	clear: both;
	font-size: 14px;
	color: #009900;
}
#content h3.title{
	width: 640px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #009900;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #009900;
	margin-left: 5px;
	text-indent: 20px;
	margin-top: 10px;
	color: #009900;
	clear: both;
	padding-top: 10px;
}
#content h3.sitemap {
	padding-bottom: 5px;
}
#content .sitemapBox_r,
#content .sitemapBox_l{
	width:280px;
	float: left;
	margin: 10px;
	padding: 5px;
}

#content h4.link{
	padding-left: 20px;
	padding-bottom: 5px;
}
#content .sitemapBox a {
	color: #003399;
	text-decoration: none;
	float: left;
}

#content .area{
	padding: 5px;
	width: 648px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: auto;
	text-indent: 10px;
}

#content .area  p{
	font-size: 12px;
	float: left;
	width: 400px;

}
#content .area img{
	float: right;
	width: 200px;
	height: 150px;
	margin: 0px;
	padding: 0px;
}

/*CONTENT_COMANY CSS(2009.11.20)
------------------------------------------*/

#wards{
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}


.profile{
	height: auto;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	margin-top: 20px;
}
.profile table{
	padding:0;
	border-spacing:0;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	border-left-color: #00CC66;
	border-left-width: 2px;
	border-left-style: solid;
}
.profile th{
	text-align:center;
	padding:10px;
	width: 150px;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	color: #006600;
	background-color: #EFFFEE;
	
}
.profile td{
	text-align:left;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 10px;
	padding-left: 20px;
}



/*CONTENT_OFFER CSS(2009.11.20)
------------------------------------------*/

.recruit {
	height: auto;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	margin-top: 20px;
}
.recruit table{
	padding:0;
	border-spacing:0;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
.recruit th{
	text-align:center;
	padding:10px;
	width: 150px;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	
}
.recruit td{
	text-align:left;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 10px;
	padding-left: 20px;
}




#inquiry {
	width: 650px;
	margin-top: 20px;
}
#inquiry table {
	border-top: 1px solid #CCCCCC;
	border-bottom: none;
	border-left: none;
	border-right: none;
	font-size: 100%;
	width: 100%;
}
#inquiry td {
	border-top: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: none;
	border-right: none;
	padding: 10px;
}
#inquiry th {
	border-top: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: 6px solid #CCCCCC;
	border-right: none;
	background-color: #F3F3F3;
	font-weight: normal;
	padding: 10px;	
	width: 200px;
}
#inquiry th.must {
	border-left-color: #009933;
}
#inquiry th em {
	font-style: normal;
	color: #FF0000;
	padding-left: 5px;
}
.text1,.text2,.text3,.text4 {
	border: 1px solid #CCCCCC;
	background-color: #F3F3F3;
	padding: 2px;
}
.text1 {
	width: 100px;
}
.text2 {
	width: 4em;
}
.text3 {
	width: 98%;
}
.text4 {
	width: 98%;
}
#inquiry select {
	border: 1px solid #CCCCCC;
	background-color: #F3F3F3;
}
#inquiry .submit {
	text-align: center;
	margin-top: 30px;
}
.text1:focus,.text2:focus,.text3:focus,.text4:focus {
	border-color: #7F9DB9; /* フォーカス時のボーダーの色を指定 */
	background-color: #FFFFFF; /* フォーカス時の背景色を指定 */
}

/*CONTENT_Business CSS(2009.09.25)
------------------------------------------*/
.price{
	height: auto;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 20px;
}


.price table{
	border:0;
	border-top:solid 1px #cccccc;
	border-left:solid 1px #cccccc;
	border-spacing:0;
	background-image: url(images/content_h3_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #000000;
	width: 100%;
}
.price th{
	text-align:left;
	background-color:#EFFFEE;
	border-right:solid 1px #cccccc;
	border-bottom:solid 1px #cccccc;
	padding:4px;
	width: 180px;
	font-size: 12px;
	text-indent: 10px;
	color: #006600;
	
}
.price td{
	text-align:left;
	background-color:#ffffff;
	border-right:solid 1px #cccccc;
	border-bottom:solid 1px #cccccc;
	padding:4px 4px 4px 7px;
	font-size: 12px;
	text-indent: 10px;
	color: #006600;
}
/*CONTENT_QUESTIONS CSS(2009.09.25)
------------------------------------------*/
.question{
	width: 600px;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/qa_main01.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
	padding-top: 10px;
}
.question h3{
	font-size: 10px;
	color: #000099;
	background-color: #003333;
}
.question p{
margin: 15px 0 10px 10px;
color: #666666;
font-size: 14px;
font-weight: 900;
}

.question ul{
	list-style: none;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	padding-left: 20px;
}

.question ul li{
	font-size: 14px;
	background-image: url(images/question.gif);
	background-repeat: no-repeat;
	background-position: left;
	line-height: 25px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	text-indent: 30px;
}

.qa-line{
margin: 0px auto;
}

.answer{
	width: 600px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 10px;
	border: 1px solid #E8E8E8;
}

.answer h4 {
	color: #009933;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 35px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	font-size: 12px;
	background-image: url(images/question.gif);
	background-position: left center;
	background-repeat: no-repeat;
}
.answer p{
	margin:0;
	color: #666666;
	font-size: 12px;
	padding-left: 35px;
	background-image: url(images/answer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 20px;
	line-height: 25px;
}      
.answer ul{
	font-size: 14px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
}   
.answer ul li{
	font-size: 14px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}   
    
.answer dl dt{
	font-size: 16px;
	letter-spacing: 2pt;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #800000;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.answer dl dd{
	margin:0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	font-size: 1.2em;
	letter-spacing: 2pt;
	line-height: 1.6em;
}		
#content .area ol {
	padding: 10px;
	width: 600px;
}
#content .area li {
	padding: 5px;
	width: 600px;
	color: #666666;
}
#content .section_car table {
	width: 100%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #006600;
	border-left-color: #006600;
	font-size: 12px;
}
#content .section_car th {
	color: #FFFFFF;
	background-color: #006600;
}
#content .section_car th,
#content .section_car td{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #006600;
	border-bottom-color: #006600;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}
 #content .section_car td.spec{
	color: #006600;
	background-color: #ECFFEE;
}
