@import url("reset.css");





/*===== Base =====================================*/

body {
	font-size: 12px;
	line-height: 1.7em;
	background-image: url(../images/common/bg.png);
	background-repeat: repeat;
	}
	
body,p,td,th {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #666666;
	}

p {
	margin: 3px 0;
	}
	
th{
	font-weight: normal;
	}
	
a{
	color: #3399CC;
	text-decoration: none;
	}
	
a:hover{
	color: #3366CC;
	}
	
a:visited, a:active, a:focus{
	color: #6699CC;
	}
	
	
	
/*===== Basic Layout =====================================*/


#container {
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/common/page-bg.png);
	background-repeat: repeat-y;
	}
	
#page {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	}
	
#contents {
	width: 710px;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 20px;
	}
	
#header {
	width: 780px;
	height: 138px;
	}

/*===== Header =====================================*/
	

h1  {
	margin-left: auto;
	color: #A97B49;
	margin-bottom: 0px;
	font-size: 12px;
	width: 750px;
	margin-top: 10px;
	margin-right: auto;
	text-align: right;
	}
	
#navi {
	width: 710px;
	margin-top: 10px;
	margin-bottom: 30px;
	}
	
	
#navi ul li {
	float: left;
	}
	




	
#main {
	float: left;
	width: 440px;
	padding-right: 15px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #C5C5C5;
	}
	
#main h2 {
	margin-bottom: 10px;
	}

#main h3 {
	}
	
#main h4 {
	}
	
#main h5 {
	margin-bottom: 7px;
	}

#sub {
	float: right;
	width: 240px;
	}
	
#sub li {
	margin-bottom: 10px;
}

#sub h3 {
	font-size: 114%;
	color: #069;
}



#footer {
	clear: both;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 101px;
	}
	
	


/*===== Classes =====================================*/


.margin-bttom20 {
	margin-bottom: 20px;
}

.inquiry {
	margin-left: 30px;
	margin-top: 11px;
	display: inline;
	float: left;
	}
	
.mustitem {
	border-left: medium solid #CC3300;
	}
	
.error {
	font-size: 1.1em;
	color: #CC3300;
	}

.caption {
	line-height: 135%;
	margin-top: 6px;
	font-size: 92%;
	}
	
.point {
	color: #F90;
}

.spec {
	line-height: 120%;
	font-size: 10px;
}
.spec p {
	margin-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E2EA9B;
	padding-bottom: 3px;
}

.spec h4 {
	background-color: #E2EA9B;
	margin-top: 8px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 2px;
}

.tel {
	font-size: 18px;
}




/*===== Footer =====================================*/








	
	
	
/*===== Others =====================================*/
	
.clear {
	clear: both;
	display: block;
	}

.hidden {
	display: none;
	}
