@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      default.css
 Author:         Yusuke Miyano(admin)
 Style Info:     CSS 下層ページ
----------------------------------------------------------- */

#page {
	background-image: url(../img/page/back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#page-title {
	text-indent: -9999px;
	display: block;
	height: 50px;
	width: 600px;
	clear: both;
	margin-bottom: 15px;
}


/* --会社情報-- */

.company-title {
	background-image: url(../img/page/company/title1.jpg);
	background-repeat: no-repeat;
}
#company-info #left {
	font-size: 11px;
	line-height: 145%;
	width: 20%;
	padding: 10px;
	font-weight: bold;
	color: #333333;
	background-color: #eeeeee;
}
#company-info #right {
	font-size: 11px;
	line-height: 145%;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
}



/* --航空写真について-- */

.business-title {
	background-image: url(../img/page/business/title1.jpg);
	background-repeat: no-repeat;
}

.business-title2 {
	background-image: url(../img/page/business/title2.jpg);
	background-repeat: no-repeat;
}
#business-box {
	width: 290px;
	margin-bottom: 15px;
}
#business-box #business-ex {
	height: 100px;
	width: 250px;
	background-image: url(../img/page/business/business_02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
}

.left {
	clear: left;
	float: left;
}

.right {
	clear: right;
	float: right;
}

.service-list {
	clear: both;
	width: 600px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #eeeeee;
	float: left;
}
.service-list dt {
	float: left;
	width: 250px;
}
.service-list dd {
	float: right;
	width: 340px;
	font-size: 12px;
	line-height: 145%;
}





/* --お問い合わせ-- */

.contact-title {
	background-image: url(../img/page/contact/title1.jpg);
	background-repeat: no-repeat;
}
#contact-list #left {
	font-size: 11px;
	line-height: 145%;
	background-color: #eeeeee;
	padding: 10px;
	width: 23%;
	color: #333333;
	font-weight: bold;
}
#contact-list #right {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	background-color: #FFFFFF;
}




/* --個人情報-- */

.privacy-title {
	background-image: url(../img/page/privacy/title1.jpg);
	background-repeat: no-repeat;
}
#InContents p {
	font-size: 12px;
	line-height: 145%;
	color: #666666;
}
#InContents .attention {
	font-weight: bold;
	color: #FF0000;
}
