@charset "UTF-8";
body {
	font: 100%/1.4 'Meiryo', 'Hiragino Maru Gothic Pro W3', san-serif;
	background: #fff;
	margin: 0 auto;
	padding: 0;
	color: #000;
	background-image: url(img/haikei.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align:center;
}
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom:0;
	padding-right: 15px;
	padding-left: 15px;;
}
h1 {
	font-size:140%;
}
h2 {
	font-size:120%;
}
p {
	margin-top: 0;
	padding-top: 15px;
	padding-bottom: 15px;
}
strong {
	font-weight:normal;
}
em,address {
	font-style:normal;
}
table { 
	border-collapse:collapse; 
	border-spacing:0; 
}
td {
	vertical-align:top;
}
a img {
	border: none;
}
a:link {
	color: #FF3366;
	text-decoration: underline;
}
a:visited {
	color: #000080;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
.container {
	width: 680px;
	background: #FFF;
	margin:0 auto;
	border:1px solid #000;
}
/* header */
.header {
	background-image:url(img/header.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	height:109px;
	width:680px;
	font-size:12px;
}
.header .add {
	text-align:left;
	padding-top:16px;
	margin-left:470px;
}
.header h1 {
	padding-top:12px;
	font-size:12px;
	letter-spacing:1px;
	color:#fff;
}
/* content */
.sidebar1 {
	margin-right:28px;
	margin-top:12px;
	width: 154px;
	float:right;
}
.content {
	padding: 0;
	width: 442px;
	float: left;
	line-height:1.6em;
	margin-left:28px;
	margin-top:12px;
	font-size:76%;
	text-align:left;
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px;
}
.content dl {
	margin-bottom:15px;
}
.content dt { 
	padding: 15px 0 12px 24px;
	font-weight:bold;
}
ul.nav {
	list-style: none;
	margin-bottom:12px;
}
ul.nav a, ul.nav a:visited { 
	display: block;
	height:50px;
	text-decoration: none;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	color: #FF99CC;
}
.section {
	margin-left:18px;
	margin-bottom:7px;
	border-bottom:1px dashed #333;
	padding:5px 0;
}
.section h2 {
	display:block;
	padding:10px 0 5px 0;
	font-size:14px;
	font-weight:bold;
}
.section p.indent {
	display:block;
	width:auto;
	height:auto;
	margin-left:26px;
	padding-top:0;
	margin-bottom:5px;
}
.section table.price {
	border-top:1px solid #333;
	border-right:1px solid #333;
}
.section table.price th {
	background-color:#9C6;
	border-left:1px solid #333;
	border-bottom:1px solid #333;
}
.section table.price td {
	padding:2px;
	border-left:1px solid #333;
	border-bottom:1px solid #333;
}
.section table.price td.right {
	text-align:right;
	border-left:1px solid #333;
	border-bottom:1px solid #333;
}

.section2 {
	margin-left:18px;
	margin-bottom:7px;
	padding:5px 0;
}
.section h2 {
	display:block;
	padding:10px 0 5px 0;
	font-size:14px;
	font-weight:bold;
}
.section2 p.indent {
	display:block;
	width:auto;
	height:auto;
	margin-left:26px;
	padding-top:0;
	margin-bottom:5px;
}
.section2 table.price {
	border-top:1px solid #333;
	border-right:1px solid #333;
	margin-left:30px;
}
.section2 table.price th {
	background-color:#9C6;
	border-left:1px solid #333;
	border-bottom:1px solid #333;
}
.section2 table.price td {
	padding:2px;
	border-left:1px solid #333;
	border-bottom:1px solid #333;
}
.section2 table.price td.right {
	text-align:right;
	border-left:1px solid #333;
	border-bottom:1px solid #333;
}

/* フッター */
.footer {
	text-align:center;
	height:36px;
	padding-top:3px;
	position: relative;
	clear: both;
	font-size:11px;
	background-color:#cbea51;
}
.footer a,.footer a:hover,.footer a:link,.footer a:active,.footer a:visited {
	text-decoration:none;
	color:#000;
}
.fltrt {
	float: right;
	margin-left:8px;
}
.fltlt {
	float: left;
	margin-right: 5px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
table.time {
	border-top:1px solid #000;
	border-left:1px solid #000;
	width:100%;
}
table.time th {
	font-weight:normal;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	vertical-align:middle;
}
table.time td {
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	padding:5px;
	text-align:center;
	vertical-align:middle;
}