@charset "utf-8";
/* CSS Document */

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	color: #333;
	border-top: solid 4px #608fba;
}

li {
	list-style: none;
}

h2, dl {
	margin: 0;
	padding: 0;
}

h2 {
	width: 960px;
	height: 35px;
	overflow: hidden;
	margin: 10px 0;
}



/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
 
.cf:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}


/***** header ******/

header {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

header .main_img {
	width: 960px;
	height: 350px;
	background: url(../images/main_img.jpg) no-repeat;
	display: block;
	
	margin-top: 15px;
	padding: 0;
}


header .main_img h1 {
	background: url(../images/logo.png) no-repeat;
	width: 133px;
	height: 90px;
	overflow: hidden;
	display: block;
	text-indent: -9999px;
	margin: 20px 0 0;
	float: right;
}


/***** footer ******/

footer {
	width: 100%;
	height: 60px;
	background-color: #608fba;
	color: #fff;
	text-align: center;
	margin: 60px 0 0;
}

footer #copyright {
	line-height: 60px;
}



/***** Contents ******/
#maincontent{
	width: 960px;
	margin: 10px auto 0;
	overflow: hidden;
}

#maincontent #news, #maincontent #develop, #maincontent #company, #maincontent #map {
	overflow: hidden;
	margin: 0 0 30px;
	padding: 0;
}

/* news */
#maincontent #news dl{
	overflow: hidden;
	padding: 0;
}

#maincontent #news dl dt {
	width: 100px;
	float: left;
	margin: 0;
	padding: 0 0 0 10px;
}

#maincontent #news dl dd {
	width: 850px;
	float: left;
	margin: 0;
	padding: 0;
}

/* develop */
#maincontent #develop h3 {
	width: 100%;
	height: 35px;
	margin: 0;
	padding: 0 0 0px;
	float:left;
}

#maincontent #develop .srvice .img{
	width: 360px;
	height: 200px;
	margin: 0;
	padding: 0;
	float: left;
}

#maincontent #develop .service .txt_srv {
	width: 540px;
	line-height: 1.4em;
	float: right;
}


/* company */
table#tbl_com {
	width: 540px;
	border-top: solid 1px #CCC;
	border-left: solid 1px #ccc;
	float: left;
	
	margin-top: 10px;
}

table#tbl_com th, table#tbl_com td {
	border-bottom: solid 1px #CCC;
	border-right: solid 1px #ccc;
	padding: 5px;
	font-weight: normal;
}

table#tbl_com th {
	background-color: #ddd;
}

#maincontent #company img.img03 {
	width: 380px;
	height: 340px;
	overflow: hidden;
	float: right;
	
	margin-top: 10px;
}

/* map */
.g-map {
	margin-top: 15px;
}









/****** Form ******/


.inquiry{
	width: 860px;
	margin: 10px auto 50px;
	font-size: 16px;
}

.inquiry p {
	font-size: 14px;
}

.inquiry span {
	color: #ff0000;
}

.inquiry #form {
	margin-top: 10px;
}

.inquiry table{
	width: 100%;
	border-collapse: separate;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.inquiry table th{
	padding: 5px 10px;
	width: 220px;
	border-top: 1px solid #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px dotted #ccc;
	border-left: 1px solid #fff;
	background: #f4f4f4;
	text-align: left;
	font-weight: normal;
	line-height: 2;
}

.inquiry table td{
	padding: 5px 18px;
	border-top: 1px solid #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px dotted #ccc;
	border-left: 1px solid #fff;
	background: #fff;
	line-height: 2;
}

.inquiry table.form{
	margin-bottom: 30px;
}

.inquiry table.form th,
.inquiry table.form td{
	padding: 10px 18px;
	vertical-align: top;
	line-height: 1.5;
}

.inquiry table tr.last th,
.inquiry table tr.last td{
	border-bottom: 1px solid #ccc;
}

.inquiry input,
.inquiry textarea {
	padding: 2px;
	line-height: 1.5em;
}

.inquiry textarea {
	max-width: 410px;
}

.inquiry select {
	padding: 5px;
}


.inquiry #box_center {
	text-align: center;
}

.inquiry #box_center input {
	margin: 20px auto;
	text-align: center;
	padding: 10px 50px;
}





