/*--------------------------------

	モジュール
	
---------------------------------*/

.leftBox {
	float: left;
}
.rightBox {
	float: right;
}
em, address {
	font-style: normal;
}
/*--------------------------------
	
	リンク
	
----------------------------------*/

a:link, a:visited {
	color: #f80;
	text-decoration: none;
	
	font-weight: bold;
}
a:hover, a:active {
	color: #f80;
	outline: none;
}
a:focus {
	-moz-outline-style: none;
}

/*--------------------------------
	
	レイアウト
	
----------------------------------*/

body {
	text-align: center;
	background-color: #fee8c7;
	margin:0;
}

#container {
	margin:0 auto;
	padding:30px 0 0;
	width:800px;
	text-align:center;
	background-color:#fff4e3;
	line-height:1.6;
}

#wrapper {
	width: 700px;
	margin: 0 auto;
	text-align: left;
	padding: 0 50px 10px;
}
.section {
	margin-bottom: 26px;
}

.mR20 {
	margin-right: 20px;
}
.mR30 {
	margin-right: 30px;
}
/*--------------------------------
	
	コンテンツ
	
----------------------------------*/	

h2 {
	margin-bottom: 16px;
}

h3 {
	margin-bottom: 10px;
}
	
/*　情報　*/

.copyright {
	padding: 10px 0 16px;
	font-size: 85%;
	color: #fff;
	text-align: center;
	margin:0;
	background:#666;
}
#p01 .leftBox {
	width: 400px;
}

#dh {
	background: #eae7e7 url(img/img-about.gif) no-repeat;
	min-height: 134px;
	width: 680px;
	padding:60px 0 0 20px;
	border-bottom:#eae7e7 1px solid;
}
#dh p {
	height: auto;
	width: 360px;
}
#dh .line-bottom {
	margin-left:-20px;
}


#outline h2 {
	border-left: 4px solid #666;
	border-bottom: 1px solid #999;
	padding-left: 6px;
	font-weight: bold;
	font-size:1.08em;
}

#outline th, td {
	font-size:0.88em;
	line-height:1.4;
	vertical-align:top;
}

#outline th {
	text-align:right;
	padding:4px 20px 4px 0;
	width:100px;
}
#outline td {
	border-bottom:dotted #ccc 1px;
	padding:4px 0;
}
.stex {
	font-size:0.88em;
	line-height:1.4;
	vertical-align:top;
}
#reserve {
	text-align: center;
}
#foot {
	border-top:#ccc dotted 2px;
	border-bottom:#ccc dotted 2px;
	padding-top:10px;
	padding-bottom:20px;
	text-align: left;
}
#foot h2 {
	font-weight: bold;
	margin-bottom: 6px;
}
#p02 table {
	margin-top:20px;
	background: #eee;
	border-left: 1px solid #FFF;
	border-top: 1px solid #FFF;
}
#p02 table tr th {
	padding:6px;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	background:#ddd;
	color:#666;
	font-weight:bold;
}
#p02 table tr td {
	padding:6px;
	font-size:0.88em;
	vertical-align:top;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

#flow {
	background: #eee;
	padding: 10px 20px;
}

#flow .rightBox img {
	margin-top:10px;
}

#about h3 {
	margin-bottom: 6px;
}
#about li {
	float:left;

}
#about .mR14 {
	margin-right: 14px;
}
#gotop {
	font-size: 0.88em;
	text-align: right;
}

