@charset "utf-8";
/* global css */

p{
	margin: 0px;
	padding: 0px;
}

div{
	margin: 0px;
	padding: 0px;
}
	
body{
	background-image:url(../images/bg.gif);
	font-size: 12px;
	overflow-x : hidden;
}

li{
	list-style:none;
}

img {
	border: none;
}



/* CSS Document */

#container{
	width: 100%;
	height: 100%;
}

#header{
	width: 960px;
	bordor: none;
	margin: 0 auto 0;
}

#mainContent{
	width: 960px;
	height: 650px;
	margin: 0 auto;
	background-color:#FFF;
}

#mainContent-l{
	width: 960px;
	height: 100%;
	margin: 0 auto;
	background-color:#FFF;
}

#mainContent-t{
	width: 960px;
	height: 100%;
	min-height:750px;
	margin: 0 auto;
	background-color:#FFF;
}

#b-menu{
    clear:both;
	width: 960px;
	margin: 0 auto;
	background-color:#FFF;
	font-size: 10px;
	color: #ACDABB;
	text-align:center;
}

#footer{
	width: 960px;
	height: 40px;
	margin: 20px auto 0 auto;
	background-color:#FFF;
}

#foot-menu{
	font-size: 10px;
	color: #333;
}

#credit{
	font-size: 10px;
	color: #ACDABB;
}

#menu{
	width:800px;
	margin: 0 auto;
}

#main-photo{
	border-top: 2px solid #ACDABB;
	border-bottom: 1px solid #ACDABB;
}

#reserve-photo{
	border-top: 2px solid #ACDABB;
	border-bottom: 1px solid #ACDABB;
	width: 960px;
	height: 220px;
	background-image:url(../images/reserve-bg.jpg);
	text-align:right;
}

#reserve-photo2{
	border-top: 2px solid #ACDABB;
	border-bottom: 1px solid #ACDABB;
	width: 960px;
	height: 220px;
	background-image:url(../images/reserve-bg2.jpg);
	text-align:right;
}

#mission-main{
	border-top: 2px solid #ACDABB;
	background-image:url(../images/mission-bg.jpg);
	height:500px;
}

#system-main{
	border-top: 2px solid #ACDABB;
	height:100%;
}

#rental-main{
	border-top: 2px solid #ACDABB;
	min-height:1700px;
	height:100%;
}

#greeting-main{
	height:100%;
}

#reserve-main{
	height:100%;
}

#access-main{
	border-top: 2px solid #ACDABB;
	height:100%;
}

#contact-main{
	border-top: 2px solid #ACDABB;
	height:100%;
}

#base-main{
	border-top: 2px solid #ACDABB;
}


#lcolum{
	width:450px;
	clear:both;
}

#rcolum{
	width:428px;
}

#left{
	width: 700px;
	height: 100%;
}

#right{
	width: 200px;
}

#coord-photo{
	width: 200px;
}

#coord-txt{
	width: 220px;
}

#mission-txt{
	width: 550px;
}

.system-txt{
	width: 920px;
}

#reserve-txt{
	width: 500px;
}

#base-txt{
	width: 910px;
}

#faq-txt{
	width: 910px;
}

.seg{
	width:890px;
	color: #333;
}

.seg-1{
	width:890px;
	font-weight:bold;
	color: #ACDABB;
}

/* space&float&color */

.float-l{
	float: left;
}

.float-r{
	float: right;
}

.clear{
	clear: both;
}


.pad_t5{
	padding-top:5px;
}

.mar_t5{
	margin-top:5px;
}

.mar_t10{
	margin-top:10px;
}

.mar_t15{
	margin-top:15px;
}

.mar_t20{
	margin-top:20px;
}

.mar_t70{
	margin-top:70px;
}

.mar_t175{
	margin-top:175px;
}

.mar_l10{
	margin-left:10px;
}

.mar_l20{
	margin-left:20px;
}

.mar_r10{
	margin-right:10px;
}

.mar_r20{
	margin-right:20px;
}

.mar_r140{
	margin-right:140px;
}

.mar_t90{
	margin-top:80px;
}


.mar_b5{
	margin-bottom:5px;
}

.pad_b10{
	padding-bottom:10px;
}

.pad_l10{
	padding-left:10px;
}

.pad_t10{
	padding-top:10px;
}

.pad_r10{
	padding-right:10px;
}

.pad_b50{
	padding-bottom:50px;
}

.theme{
		color: #ACDABB;
		font-weight: bold;
}

/* contact */

.contact_table {
	margin-top: 15px;
}

.contact_table th {
	width: 150px;
	text-align: left;
	font-weight: normal;
}

.contact_table td {
	padding: 4px 0;
}

.contact_table .input {
	width: 363px;
	height: 15px;
	border: #CBCBCB 1px solid;
	float: left;
}

.contact_table .input2 {
	width: 160px;
	height: 15px;
	border: #CBCBCB 1px solid;
}

.contact_table .input3 {
	width: 95px;
	height: 15px;
	border: #CBCBCB 1px solid;
}

.contact_table .select {
	border: #CBCBCB 1px solid;
	height: 15px;
}

.top_table {
	margin-top: 15px;
}

.top_table th {
	width: 100px;
	text-align: left;
	font-weight: normal;
}

.top_table td {
	padding: 4px 0;
}

.top_table .input {
	width: 340px;
	height: 23px;
	border: #CBCBCB 1px solid;
	float: left;
}

.top_table .input2 {
	width: 160px;
	height: 23px;
	border: #CBCBCB 1px solid;
}

.top_table .input3 {
	width: 95px;
	height: 23px;
	border: #CBCBCB 1px solid;
}

.top_table .select {
	border: #CBCBCB 1px solid;
	height: 23px;
}

#g-map{
	width: 520px;
}

.t-right{
	text-align:right;
}

.t-center{
	text-align:center;
}

#price table{
	border-left: 1px solid silver;
	border-top: 1px solid silver;
}

#cancel table{
	border-left: 1px solid silver;
	border-top: 1px solid silver;
}

.price th{
	background-color:#ACDABB;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	padding: 5px 0px 5px 0px;
	color: #333;
}

.price td{
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	padding: 5px 0px 5px 0px;
	text-align:center;
	width: 120px;
}

td.head{
	width: 160px;
}

th.head{
	width: 160px;
}

.small{
	font-size:9px;
}

#mailform{
	width: 450px;
	height: 220px;
	padding: 20px;
	background-color:#FFF;
}

.sp1{
	width: 100px;
	display: block;
}

.rental-l{
	width: 340px;
}

.rental-r{
	width: 350px;
	height: 70px;
}

.item-box{
	width:700px;
	height: 225px;
}

.sentens{
	width: 285px;
}

.rental-table{
	border-left:#CCC solid 1px;
	border-top:#CCC solid 1px;
}

.rental-table td{
	border-right:#CCC solid 1px;
	border-bottom:#CCC solid 1px;
}

.rental-table th{
	border-right:#CCC solid 1px;
	border-bottom:#CCC solid 1px;
}

.td-l{
	width: 60px;
	text-align:center;
}

.td-l2{
	width: 130px;
	padding: 10px 0px;
	font-size: 12px;
}
