/** index **/
.index h2 {
	margin:0px;
}
#left_index {
	float: left;
	width:460px;
	margin:20px 40px 0px 0px
}

#left_index p {
	margin:15px 0px;
}

#right_index {
	float: left;
	width:460px;
	margin:20px 0px 0px 0px
}

#right_index p {
	margin:15px 0px;
}
.left_index {
	float: left;
	width:460px;
	margin:20px 40px 0px 0px
}

.left_index p {
	margin:15px 0px;
}

.right_index {
	float: left;
	width:460px;
	margin:20px 0px 0px 0px
}

.right_index p {
	margin:15px 0px;
}
.message
{
	font-size: 11px;
	clear: both;
	text-align: center;
}
.messageLeft
{
	font-size: 11px;
	clear: both;
}

/** service **/
.service .detail {
	width:100%;
	overflow: hidden;
	_zoom:1;
}

.service .detail img {
	float: left;
}

.service .summary {
	overflow: hidden;
	_zoom:1;
	padding:0px 10px;
}
.service .summary h3 {
	font-size: 120%;
}

.service .summary p {
	padding:10px 0px;
}

.service .summary img {
	float:none;
	margin:10px 0px;
}

.service .top {
	margin:0px 10px;
	text-align: right;
}

/** works **/
.works .detail p {
	text-align: right;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin:20px 0px;
	padding:10px;
}


/** company **/
.company .detail {
	font-size: 110%;
	margin:0px 0px 0px 20px;
}

.company .detail strong {
	font-weight: bold;
}

.company #googlemap {
	float: left;
}

.company #access {
	padding:0px 0px 0px 20px;
	overflow: hidden;
	_zoom:1;
	font-size: 110%;
}

.company #access strong {
	font-weight: bold;
}

/** inquiry **/
#inquiry_form dl {
	overflow: hidden;
	_zoom:1;
}

#inquiry_form dl dt {
	float: left;
	width:30%;
	clear: both;
	border-top:1px solid #ccc;
	padding:5px;
}

#inquiry_form dl dd {
	float: left;
	width:67%;
	border-top:1px solid #ccc;
	padding:5px;
}

#inquiry_form textarea {
	width:90%;
	height:200px;
}

.submit {
	width:80%;
	text-align: center;
}
