@charset "euc-jp";

*{margin:0;padding:0;}

body{
font: 15px/1.2 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#333;
background: url(./img/bg.png) repeat-x top;
}

body#toppage {
background: url(./img/bg_top.png) repeat-x top;
}

a{color:#d70059;text-decoration:none;}
a:hover{color:#d70059;text-decoration:underline;}
a:active, a:focus {outline: 0;}
img{border:0;}
.clear{clear:both;}


/*************
全体
*************/
#wrapper{
margin: 0 auto;
padding: 0 20px;
width: 910px;
}

/*************
/* ヘッダー
*************/
#header{
//background: url(./img/header.png) no-repeat 100% 30px;
height: 80px;
}

#header h1 {
color: #333;
padding: 20px 0 5px;
font-size: 26px;
font-weight: normal;
}

#header #title {
float:left;
}

#header #logo {
text-align:right;
padding:20px 0;
}

/*************
/* トップナビゲーション
*************/
ul#topnav{
margin: 15px 0;
width: 910px;
height: 31px;
background:url(./img/topnav.png) no-repeat 0 0;
}

ul#topnav li{float:left;list-style:none;width:182px;line-height: 45px;text-align: center;
}

ul#topnav a{
//text-indent: -9999px;
font-size: 14px;
font-weight: bold;
color: #fff;
text-decoration: none;
display: block;
width: 182px;
height: 46px;
background:url(./img/topnav.png) no-repeat;
}

ul#topnav a#nav1{background-position:0 0;}
ul#topnav a#nav2{background-position:-182px 0;}
ul#topnav a#nav3{background-position:-364px 0;}
ul#topnav a#nav4{background-position:-546px 0;}
ul#topnav a#nav5{background-position:-728px 0;}

ul#topnav a#nav1:hover, ul#topnav li.active a#home{background-position:0 -46px;}
ul#topnav a#nav2:hover, ul#topnav li.active a#about{background-position:-182px -46px;}
ul#topnav a#nav3:hover, ul#topnav li.active a#menu{background-position:-364px -46px;}
ul#topnav a#nav4:hover, ul#topnav li.active a#faq{background-position:-546px -46px;}
ul#topnav a#nav5:hover, ul#topnav li.active a#map{background-position:-728px -46px;}



/*************
メイン（右側）コンテンツ
*************/
#main {
float: right;
width: 618px;
padding: 25px 0;
display: inline;
}

img.main_image{
	padding-top:25px;
}

#main h2{
margin-bottom: 15px;
padding: 1px 10px 0px 15px;
line-height: 40px;
font-size: 18px;
color: #fff;
font-weight: bold;
background: url(./img/heading.png) no-repeat;
}

#main h3 {
font-size: 18px;
font-weight: bold;
line-height: 30px;
padding-left: 15px;
margin-top: 10px;
letter-spacing: 0.2em;
color: #65032c;
border-bottom: 1px solid #ccc;
}

#main p {
padding: 15px 15px 15px 20px;
}

/* 画像を右に回りこみ */
#main p.withImage{
width: 608px;
margin: 20px 0 0 10px;
padding: 5px 0;
}

#main p.withImage img{
float: right;
margin-left: .5em;
}

#date {
text-align: right;
padding-right: 15px;
padding-top: 15px;
padding-bottom: 10px;
font-weight:bold;
color:#cb608d;
}

#next {
text-align: center;
padding-top: 30px;
padding-bottom: 30px;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}
img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}


.box2 p{
	margin:10px 10px 30px 100px;
}

.box2 img{
	float:left;
}

.box2:after{
	display: block;
	clear:both;
	content:" ";
}

ul.pointlist{
	list-style-image: url(./img/point.gif);
	margin:20px;
	padding-left:30px;
}

ul.checklist{
	list-style-image: url(./img/check.png);
	font-weight: bold;
	margin:20px;
	padding-left:30px;
}

b.red {
	color:#fa3333;
}

b.bigred {
	font-size:150%;
	color:#fa3333;
}

#main p.small {
	font-size:90%;
	padding-top: 0px;
	padding-bottom: 0px;
}

.textbox{
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 10px;
	font: 16px/1.4 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color:#333;
//	font-size: 1.3em;
//	line-height: 1.4;
	border: 2px #fad0a8 solid;
	background-color: #f9f8c4;
	overflow:auto;
	width:auto;
	height:120px;
	background-color:white;
}

/* メールフォーム */

table.mailform  {
	width : 615px;
	text-align:center;
	border:solid 1px #eeeeee;
	border-collapse:collapse;
	margin:5px;
	}

table.mailform tr th {
	border:solid 1px #eeeeee;
	text-align:center;
	padding:0;
	width:120px;
	background-color:#eeeeff;
	}

table.mailform tr td {
	border:solid 1px #eeeeee;
	text-align:left;
	white-space: nowrap;
	background-color:#ffffff;
	padding: 3px;
	}

table.mailform input{
	font: 16px/1.4 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	width:435px;
	margin:15px;
	padding: 5px;
	}

table.mailform textarea{
	font: 16px/1.4 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	width:435px;
	margin:15px;
	padding: 5px;
	}

table.mailform td.submit_form {
	padding:0;
	text-align:center;
	white-space: nowrap;
	background-color:#ffffff;
	border-top:solid 1px #eeeeee;
	}

table.mailform input.submit_btn{
	width:150px;
	height:50px;
	}
	

/* フッター共通 */
.box{
float: left;
width: 195px;
margin: 20px 16px 10px 0;
line-height: 1.2;
}

.box_img{
padding: 0px 0px 10px 0px;
}

.last{margin-right:0;}


/* ボタン */
p.button{
text-align: center;
padding: 10px 0;
}

p.button a{
display:block;
line-height: 32px;
background: #fff url(./img/button.png) no-repeat;
margin: 0 -20px;
}

p.button a{color:#cb608d;}
p.button a:hover{color:#cb608d;}

p.button a:hover{
cursor:pointer;
background-position: 0 -32px;
}

/* メインとフッターのリスト位置調節 */
#main ul, #footer ul{margin-left: 20px;}
#main li, #footer li{margin-bottom: 3px;}


/*************
サイド（左側）コンテンツ
*************/
#sidebar {
float: left;
width: 265px;
padding: 20px 0;
}

#sidebar p{margin-bottom: 20px;}

#sidebar h3 {
margin-top: 5px;
padding: 1px 10px 0 15px;
line-height: 40px;
font-size: 16px;
color: #fff;
font-weight: normal;
background: url(./img/heading2.png) no-repeat;
}

#sidebar ul{
margin-bottom: 20px;
padding: 10px 0 0 5px;
}

#sidebar li{
margin: 0 10px 10px 5px;
list-style: none;
border-bottom: 1px dotted #ccc;
}

#sidebar li a{
background: url(./img/list.png) no-repeat 0 40%;
display: block;
padding-left:15px;
}

#sidebar li a:hover{background-position: 3px 40%;}


/*----------------------------------------------------
	DL Table
----------------------------------------------------*/

.block {
	margin: 15px;
}

.block2 {
	margin: 15px;
	padding: 20px;
	border: solid 1px #c1b88f;
}

.tables {
 padding-top: 1px;
 padding-bottom: 0px;
 margin-bottom: 10px;
 background-color: #afaaaa;
}

.tables:after {
 display: block;
 clear: both;
 content: '';
}

.tables dt,
.tables dd {
 padding: 4px 6px;
}

.tables dt {
 color: #ffffff;
 float: left;
 clear: both;
 width: 187px;
 height: 100%;
 text-align: center;
}

.tables dd {
 margin-bottom: 1px;
 margin-left: 200px;
 margin-right: 1px;
 background-color: #fcfcfa;
 text-align: left;
 height: 100%;
}

.tables dd:last-of-type {
 margin-bottom: 0px;
}

/*----------------------------------------------------
	TABLE Table1
----------------------------------------------------*/
.table1 {
	border-collapse: collapse;
	margin:20px;
	width:95%;
}

.table1 th {
	width:33%;
	border-top: #e3e3e3 1px solid;
	border-bottom: #e3e3e3 1px solid;
	border-left: #e3e3e3 1px solid;
	text-align: left;
	background: #f7f7f7;
	padding: 10px;
	font-weight: normal;
}


.table1 td {
	border-top: #e3e3e3 1px solid;
	border-bottom: #e3e3e3 1px solid;
	border-right: #e3e3e3 1px solid;
	text-align: left;
	padding: 10px;
}

/*----------------------------------------------------
	TABLE Table2
----------------------------------------------------*/
.table2 {
	border-collapse: collapse;
	margin:20px;
	width:95%;
}

.table2 th {
	width:25%;
	border-top: #e3e3e3 1px solid;
	border-bottom: #e3e3e3 1px solid;
	border-left: #e3e3e3 1px solid;
	border-right: #e3e3e3 1px solid;
	text-align: center;
	padding: 10px;
	font-weight: normal;
}


.table2 td {
	border-top: #e3e3e3 1px solid;
	border-bottom: #e3e3e3 1px solid;
	border-right: #e3e3e3 1px solid;
	text-align: left;
	padding: 10px;
}


/*************
/* フッター
*************/
#footer{
clear:both;
padding: 10px 0 10px;
}

#footer .inner{
overflow: hidden;
}

* html #footer .inner{height:1%;}

#footer #logo{
float:left;
padding: 10px 0 5px;
width: 292px;
}

address{
padding: 20px 0 3px;
text-align: center;
font-style:normal;
font-size: 14px;
clear:both;
display:block;
}

