@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

address{
	font-style:normal;
	text-align:center;
}


body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	font-size:14px;
	color:#333;
	line-height:140%;
	letter-spacing:0.01em;
}

table{
	border-collapse: collapse;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

a{/*リンクされた文字*/
    color:#906d02;
    font-style:normal;
    text-decoration:none;
}
a:link {/*未訪問のリンク*/
    color:#906d02;
    font-style:normal;
    text-decoration:none;
}

a:hover {/*マウスをのせたとき*/
    color:#906d02;
    font-style:normal;
    text-decoration:underline;
}

a:active {/*クリック中*/
    text-decoration:none;
}


li{
	list-style:none;
}

img{
	margin:0;
	padding:0;
}

#wrap{
	border-top:#ffd503 solid 5px;
}

#header{
	width:910px;
	margin:0 auto;
	height:137px;
}

#headLeft{
	width:23px;
	float:left;
}

#headIn{
	float:left;
	width:864px;
	height:138px;
	background:url(../img/header_bg.jpg) repeat-x;
}

#headRight{
	width:23px;
	float:left;
}

.clear{
	clear:both;
}


.MTB15{
	margin:15px 0;
}

.MR15{
	margin-right:15px;
}

.MB15{
	margin-bottom:15px;
}


#headInLeft{
	float:left;
	width:90px;
	margin-top:27px;
	margin-right:199px;

}


#headInRight{
	float:right;
	width:575px;
}


#mainCont{
	width:910px;
	margin:0 auto;
}

h1{
	background:url(../img/ttlback_ttl.gif) no-repeat;
	font-size:16px;
	text-indent:35px;
	padding:13px 0;
	margin:15px 0;
	font-weight:100;
}

h2{
	border-left:#dfdfdf 10px solid;
	border-bottom:#999 1px dotted;
	text-indent:15px;
	margin-bottom:15px;
	font-size:16px;
}


ul.service{
	margin-bottom:15px;
}

ul.service li{
	float:left;
	margin-left:35px;
	width:182px;
 	display: inline;
}

ul.service li p{
	margin-top:10px;
}

#footBox{
	background:#dddddd;
	margin-top:20px;
}

div#footer {
   position:relative;
   overflow:hidden;
   margin:15px 0;
}

div#footer ul {
   position:relative;
   left:50%;
   float:left;
}

div#footer li {
   position:relative;
   left:-50%;
   float:left;
   margin-top:15px;
   margin-right:15px;
}



table.company {
    border-collapse: collapse;
    border-left: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    text-align: left;
	width:100%;
	margin-bottom:15px;
}

table.company td{
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
	padding:10px;	
}

table.company th{
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
	padding:10px;	
	background-color:#f5f4f4;
}


table.contact {
	width:100%;
	border-left:#CCC 1px solid;
	border-right:#CCC 1px solid;
	border-top:#CCC 1px solid;
	margin-bottom:15px;
}


table.contact th{
	padding:10px;
	background:#FEF8E2;
	border-bottom:#CCC 1px solid;
}

table.contact td{
	padding:10px;
	background:#FFFDF7;
	border-bottom:#CCC 1px solid;
}

input[type="text"]{   
	border: 1px solid #CCC;  
	color: #999;  
	font: inherit;  
	padding: 4px;  
} 

input:focus, input.focused {
	border-color: #FC0; color: #333;
}


.textarea{
	margin: 0 auto; 
	padding: 10px; 
	width:870px; 
	color:#787878; 
	height: 220px; 
	overflow-y: auto; 
	border: 1px solid #ccc; 
}

.red{
	color:red;
}