@charset "utf-8";
/* CSS Document */

/*-------- body --------*/

body{
	background:url(../images/company/main_image.jpg) no-repeat center top;
}


#main_contents #section .inner_secion1 dl{
	width:580px;
}

/*-------- header --------*/

#header{
    margin: 0 auto;
	height:264px;
}

#inner_header{
    margin: 0 auto;
    width: 960px;
}

#header h1{
	float:left;
}

#header #tel{
	float:right;
}

/*-------- nav --------*/

#nav{
	background:url(../images/common/title_line.jpg) repeat-x 0 0;
	height:128px;
	margin:0 auto;
}

#pagetitle{
    width: 960px;
	height:80px;
}

#nav_inner{
	width:960px;
	margin:0 auto;
}

#nav_inner h2{
	padding-top:23px;
	float:left;
}

#nav_inner p#nav_sitelink{
	float:right;
	padding-top:54px;
}

/*-------- contents --------*/

#contents{
	margin:0 auto;
	background-color:#f3efe6;
	padding-bottom:40px;
}

#contents #inner_contents{
	margin: 0 auto;
	width:960px;
	padding-top:30px;
}

#inner_contents #section{
	width:680px;
	padding-top:12px;
	overflow:visible;
	background: url(../images/common/bottom_border.gif) no-repeat center bottom;
	background-color:#ffffff;
	padding-bottom:30px;
}

#section #inner_section1 {
	width:580px;
	padding:0 50px;
}

#main_contents h3 , h3#no_border{
	width:647px;
	padding:30px 0 10px 33px;
}

#main_contents h3{
	background:url(../images/common/top_border.gif) no-repeat top center;
}

#main_contents h3#no_border{
	background:#ffffff;
}

/*--- table ----*/

table {
	width: 580px;
	margin: 0 auto;
	table-layout:fixed;
}

table tr{
	width:580px;
	border-bottom: 1px solid #ccc;
}

table th ,td{
	display:inline-block;
	padding: 10px 4px;
	border-spacing: 0;
	border-collapse: collapse;
	/*border-bottom: 1px solid #ccc;*/
}

table td{
	width:395px;
}

table td span{
	display:block;
	padding-bottom:10px;
}

table th.w165{
	width:165px;
	text-align:left;
}

table th.h238 {
	width:165px;
	padding-bottom: 238px;
	vertical-align: top;
	text-align:left;
}

table th.h58{
	width:165px;
	padding-bottom: 58px;
	vertical-align: top;
	text-align:left;
}

table .no_border{
	border-bottom:none;
	vertical-align: top;
}

table iframe{
	border:1px solid #cccccc;
	width:360px;
	height:200px;
}
	
/*-- // end --*/