@charset "Shift_Jis";

/*あらゆる要素のマージンを0にしておく*/
div,ul,li,dl,dt,dd,br,form,input,a,table,tr,td,hr,object,p,embed,img,h1,h2,h3,h4,h5,table,tr,td{
	margin:0px;
	padding:0px;
	outline:0;
	}
img{
	border:none;
	vertical-align:text-bottom;
}

ul{
	list-style:none;
}

/*すべてのページに適用 */
body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: #403934;
	font-family:Arial, Helvetica, sans-serif,"ＭＳ Ｐゴシック";
}

.mwrapper{
	background: url("../img/centerbg.png");
}

.wrapper {
	margin: 0 auto 0 auto;
	width: 900px;
	min-height:580px;
}

/*リンク類の基本*/
a:link {
	color: #ffffff;
	text-decoration:none;
	}
a:visited {
	color: #ffffff;
	text-decoration:none;
	} 
a:hover {
	color: #ffffff;
	text-decoration:none;
	} 
a:active {
	color: #ffffff;
	text-decoration:none;
	}

#main_header{
	background: url("../img/background.png") repeat-x;
}
.header_block{
	height:61px;
	width: 900px;
	margin: 0 auto 0 auto;


}

.header_left {
	float: left;
	width: 280px;
	margin-right: 20px;
}
.header_right {
	float: left;
	width: 600px;
	text-align:right;
	padding-top:35px;
}

#nav {
	height:41px;
}
#nav {
	position: relative;
	overflow: hidden;
}
#nav ul{
	position: relative;
	left: 50%;
	float: left;
	list-style: none;
	padding: 0;
}
#nav li{
	position: relative;
	left: -50%;
	float: left;
    /zoom: 1; 
    /display: inline;
}	
#nav li:first-child{
	position: relative;
	left: -50%;
	float: left;
    /zoom: 1; 
    /display: inline;
}
#nav li a:hover{
	background:#048331;
}


#nav li a{
	display:block;
	padding: 12px 50px 12px 50px;
	border-right:1px solid #108f3e;
	color: #ffffff;
}
#nav li a:active{
	color: #ffffff;
}

#nav li:first-child a{
	display:block;
	padding: 12px 50px 12px 50px;
	border-right:1px solid #108f3e;
	border-left:1px solid #108f3e;
}




.mainparts{
	width:800px;
	height:520px;
	text-align:center;
	padding-top:10px;
	margin:0 auto;

}
.main_left{
	float:left;
	width:128px;
	padding-left:30px;
}
.main_right{
	float:right;
}


#footer_wrap{
	background: #403934;
	width: 100%;
	height:190px;
	color:#a19994;
	margin-top:40px;
	padding-top:20px;
	font-size:12px;
	text-align:center;
}
#foot_nav{
	position: relative;
	overflow: hidden;
}
#foot_nav ul{
	float:left;
	left:50%;
	position:relative;
}
#foot_nav li{
	color:#a19994;
	float:left;
	left:-50%;
	position:relative;
    /zoom: 1; 
    /display: inline;
}
#foot_nav li:last-child{
	float:left;
	left:-50%;
	position:relative;
    /zoom: 1; 
    /display: inline;
}
#foot_nav li a:hover{
	color:#cec8c3;
}






#foot_nav li a{
	display:block;
	color:#a19994;
	padding: 2px 30px 2px 30px;
	border-right:1px solid #a19994;
}
#foot_nav li:last-child a{
	display:block;
	padding: 2px 30px 2px 30px;
	border-right:0px solid #a19994;
}













#footer_wrap p{
	padding:20px 0;
}



/*会社概要*/
table.company {
    width: 580px;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 15px;
    font-size: 12px;
}
 
table.company th,
table.company td {
    padding: 10px;
}
 
table.company th {
    background: #a0a0a0;
    vertical-align: middle;
    text-align: left;
    width: 100px;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
}
 
table.company th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(120, 120, 120, 0);
    border-left-color: #a0a0a0;
    border-width: 10px;
    margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() { 
    table.company th::after {
        float: right;
        padding: 0;
        left: 30px;
        top: 10px;
        content: " ";
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 10px solid transparent;
        border-left: #666 10px solid;
        margin-top: -10px;
    }
}
 
table.company td {
    background: rgba(200,200,200,0.4);
    width: 360px;
    padding-left: 20px;
}

/*contactsform*/
table.contactsform {
    width: 580px;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 15px;
    font-size: 12px;
}
 
table.contactsform th,
table.contactsform td {
    padding: 10px;
}
 
table.contactsform th {
    background: #a0a0a0;
    vertical-align: middle;
    text-align: left;
    width: 100px;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
}
 
table.contactsform th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(120, 120, 120, 0);
    border-left-color: #a0a0a0;
    border-width: 10px;
    margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() { 
    table.contactsform th::after {
        float: right;
        padding: 0;
        left: 30px;
        top: 10px;
        content: " ";
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 10px solid transparent;
        border-left: #666 10px solid;
        margin-top: -10px;
    }
}
 
table.contactsform td {
    background: rgba(200,200,200,0.4);
    width: 360px;
    padding-left: 20px;
}


































.contacts{
	text-align:left;
	/*width:500px;
	margin:40px 0 40px 0;
	background:#fff;
	border-radius: 20px;
	box-shadow: 0px 0px 20px #999;
	padding:30px;
	height:100%;
	text-align:left;
	font-size:14px;*/

}

.contacts input[type="text"]{
	width:200px;
	/*height:20px;*/
	font-size:16px;
	/*padding:5px;*/
	border:1px solid #666;
}

.contacts textarea{
	width:350px;
	height:200px;
	padding:5px;
	font-size:16px;
	border:1px solid #666;
}
.contacts input[type="submit"]{
	width:220px;
	height:50px;
	background:#403934;
	font-size:16px;
	border:2px solid #eee;
	border-radius: 10px;
	box-shadow: 0px 0px 8px #999;
	color:#fff;
	margin-top:8px;
}
.contacts input[type="submit"]:hover{
	background:#5c524a;
}



.contacts .btn a{
	display:block;
	width:220px;
	height:30px;
	background:#403934;
	font-size:16px;
	border:2px solid #eee;
	border-radius: 10px;
	box-shadow: 0px 0px 8px #999;
	color:#fff;
	margin-top:8px;
	padding-top:12px;
}
.contacts .btn a:hover{
	background:#5c524a;
}







.pattss{
	margin:10px;
	padding:20px;
	background: rgba(200,200,200,0.4);
	width:540px;
	text-align:left;
}