﻿@charset "UTF-8";

/*CSS-name
============================================*/
/*  テンプレートカテゴリ	【Basic-B】 */
/*  テンプレートカラー		【Olive】*/
/*  テンプレートカラム		【Left-Column】 */
/*	Ver.1.0.0
============================================*/


/*サイト全体の設定
============================================*/


body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 80%;	/* テキストサイズ指定 */
	line-height: 1.7;/* 行間指定 */
	color: #333333; /*基本テキストカラー*/
	background-image: url(img/bg.gif); /*壁紙*/
	background-repeat: repeat-x;/* 壁紙繰返し指定 */
	background-position: top;/* 壁紙位置指定 */
	margin: 0px;
	padding: 0px;
	text-align: center;/* 位置揃え */
	background-color: #FFFFFF;/*下地カラー*/
}

* {
font-style:normal;
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
}

input,textarea,select {
	font-size: 1em;
}

form {
	margin: 0px;
}

table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}



/*テキストリンク
============================================*/
a {
	color: #0000FF;/*未訪問リンクカラー*/
	text-decoration: none;
}

a:hover {
	color: #0000FF; /*マウスオーバー時*/
	text-decoration: underline;
}



/*コンテナーの設定
============================================*/
#container {
	text-align: left;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	behavior: url(PIE.htc);
	-webkit-box-shadow: 0px 3px 10px  #999; /* Safari, Chrome用 */
	-moz-box-shadow: 0px 3px 10px  #999; /* Firefox用 */
	box-shadow: 0px 3px 10px #999; /* CSS3 */
	background-color: #FFFFFF;
}



/*コンテンツの設定
============================================*/
#contents {
	background-color: #FFFFFF;
}



/*ヘッダーの設定
============================================*/
#header {
	height:120px;
	width: 100%;
	position: relative;
	background:#FFFFFF;
}

/*サイト説明テキストH1*/
#header h1 {
	font-size: 10px;
	line-height: 20px;
	font-weight: normal;
	color: #6b8e23;	
	position: absolute;
	left: 8px;			/*配置*/
	top: 0px;			/*配置*/
	z-index:1;
}

/*サイト名・屋号名H2*/
#header h2 {
	font-size: 34px;
	line-height: auto;
	font-weight: bold;
	color: #6b8e23;
	position: absolute;
	left: 15px;
	top: 35px;
	text-decoration: none;
}

#homelink a{
	text-decoration:none;
	}

#homelink a:hover{
	text-decoration:none;
	}
	
.topimg {
	margin:25px 0px 25px 0px;
}


/*ヘッダー電話番号、受付け時間の設定
============================================*/

/*ロゴ画像(利用時）*/
#header #logo {
	position: absolute;
	top: 60px;
	left: 15px;
}



/*電話番号画像*/
#header #tel {
	position: absolute;
	top: 15px;
	right: 15px;
}

/*電話番号画像*/
.tel {
	position: absolute;
	top: 16px;
	right: 30px;
	font-size:27pt;
	color:#FFF;
	font-weight:bold;
}

/*受付け時間*/
.teltime {
	position:absolute;
	top:95px;
	right:10px;
	font-size:12px;
	color:#f34438;
	background-color:#;
	padding:3px;
}


/*トップメニュー
============================================*/
ul#topmenu {
	width:900px;
	height: 50px;
	line-height: 50px;
	padding-right: 0px;
	padding-left: 0px;
	letter-spacing: 0.2em;
	overflow: hidden;
	border-left: 0;
	border-right:#eee solid 1px;
	border-bottom:1px solid #999;
	background-image: url(img/bg1.png); /*壁紙*/
	background-repeat: repeat-x;/* 壁紙繰返し指定 */
}

ul#topmenu li {
	float: left;
}

ul#topmenu li a {
	color: #FFFFFF;	/*メニューの文字色*/
	text-decoration: none;
	display: block;
	padding-right: 25px;
	padding-left: 25px;
	margin-top: 1px;
	width:auto;
	text-align: center;
	border-left:1px solid #eee;

}

ul#topmenu li a:hover {
	background-color: #ffc200;
	color:#6f9223;
}


/*メインの設定
============================================*/
#main {
	float: right;
	width: 650px;
	padding-top: 20px;
	padding-bottom: 50px;
	display: inline;
	margin-right: 16px;
}

/*トップページだけメインコンテンツ上の余白をゼロにする設定*/
#toplogo #main {
	padding-top: 0;
}

/*メイン左余白P*/
#main p {
	padding: 0.5em 10px 1em;
	margin-left:20px;
}

/*メイン見出しH2*/
#main h2 {
	font-size: 140%;
	line-height: 52px;
	padding-left: 20px;
	
	margin-bottom:40px;
	color: #fff;
	background-image: url(img/bg1.png); /*壁紙*/
	background-repeat: repeat-x;/* 壁紙繰返し指定 */
	border: 1px #6b8e23 solid;
	letter-spacing: 0.1em;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/* 「/PIE.htcから前を、あなたのサイトのURLに直して下さい。」 */
	behavior: url(./PIE.htc);
	-webkit-box-shadow: 0px 2px 5px  #999; /* Safari, Chrome用 */
	-moz-box-shadow: 0px 2px 5px  #999; /* Firefox用 */
	box-shadow: 0px 2px 5px #999; /* CSS3 */
}


/* 手順説明等「▼」の指定 */
.arrow {
	margin-left:30px;
	font-size:24px;
	color:#f34438;
}


/* 申し込みボタン */
#button a{
	padding: 15px;
	margin:20px 10px 20px 20px;
	color:#FFF;
	background-image: url(img/bg5.png); /*壁紙*/
	background-repeat: repeat-x;/* 壁紙繰返し指定 */
	border:2px solid #FFC200;
	font-size:20px;
	width:420px;
	text-align:center;
	font-weight:bold;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	/* 「/PIE.htcから前を、あなたのサイトのURLに直して下さい。」 */
	behavior: url(./PIE.htc);
	-webkit-box-shadow: 0px 2px 5px  #999; /* Safari, Chrome用 */
	-moz-box-shadow: 0px 2px 5px  #999; /* Firefox用 */
	box-shadow: 0px 2px 5px #999; /* CSS3 */
}

/* 申し込みボタン　マウスオーバー時 */
#button a:hover {
	padding: 15px;
	margin:20px 10px 20px 20px;
	color:#fff;
	background-color:#f88f88;
	border:2px solid #f34438;
	font-size:20px;
	width:420px;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	/* 「/PIE.htcから前を、あなたのサイトのURLに直して下さい。」 */
	behavior: url(./PIE.htc);
	-webkit-box-shadow: 0px 2px 5px  #999; /* Safari, Chrome用 */
	-moz-box-shadow: 0px 2px 5px  #999; /* Firefox用 */
	box-shadow: 0px 2px 5px #999; /* CSS3 */
}

/*サイドボタン
============================================*/
#m-button a{
	color: #FFF;
	text-decoration: none;
	background-image: url(img/bg4.png); /*壁紙*/
	background-repeat: repeat-x;/* 壁紙繰返し指定 */
	display: block;
	width: 194px;
	height:85px;
	text-align: center;	
	padding-top: 26px;
	font-size:24px; 
	margin-bottom:30px;
	border: 4px solid #ccc;
	letter-spacing: 0.1em;
	font-weight:bold;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/* 「/PIE.htcから前を、あなたのサイトのURLに直して下さい。」 */
	behavior: url(./PIE.htc);
	-webkit-box-shadow: 0px 2px 5px  #999; /* Safari, Chrome用 */
	-moz-box-shadow: 0px 2px 5px  #999; /* Firefox用 */
	box-shadow: 0px 2px 5px #999; /* CSS3 */
}

#m-button a:hover {
	color: #fade3b;
	text-decoration: none;
	background-color: #f88f88;	
	display: block;
	width: 194px;
	height:85px;
	text-align: center;	
	padding-top: 26;
	font-size:24px;
	margin-bottom:30px;
	border: 4px solid #e8e8e8;
	letter-spacing: 0.1em;
	font-weight:bold;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/* 「/PIE.htcから前を、あなたのサイトのURLに直して下さい。」 */
	behavior: url(./PIE.htc);
	-webkit-box-shadow: 0px 2px 5px  #999; /* Safari, Chrome用 */
	-moz-box-shadow: 0px 2px 5px  #999; /* Firefox用 */
	box-shadow: 0px 2px 5px #999; /* CSS3 */
}

/*サイドの設定
============================================*/
#side {
	float: left;
	width: 200px;
	padding-top: 20px;
	padding-bottom: 50px;
	display: inline;
	margin-left: 16px;
	line-height: 1.6;
	
}

/*お客様の声見出し*/
#side h4 {
	font-size: 100%;
	color: #6b8e23;
	border-bottom: 2px dotted #6b8e23;
}


/*サイド余白設定P*/
#side p {
	padding-top: 0.5em;
	padding-bottom: 1em;
	font-size:11px;
	color:#666;
	

}
/* サイド大見出し */
.side-midashi {
	color: #555;
	text-decoration: none;
	background-image: url(img/bg3.png); /*壁紙*/
	background-repeat: repeat-x;/* 壁紙繰返し指定 */
	display: block;
	width: 198px;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size:15px;
	margin-bottom:-15px;
	border: 1px solid #eee;
	letter-spacing: 0.3em;
	font-weight:bold;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/* 「/PIE.htcから前を、あなたのサイトのURLに直して下さい。」 */
	behavior: url(./PIE.htc);
}


/* お約束見出し */
#side h6 {
	font-size: 100%;
	color: #FFFFFF;		/*文字色*/
	border-bottom: 2px solid #6b8e23;	/*下線の設定*/
	margin-bottom:0px;
	background-color:#f34438; 
	padding-left:10px;

}


/* 手順ボックス */
.box1 {
	background-color: #ffffe3;
	width: auto;
	height: auto;
	margin: auto auto auto 20px;
	padding: 15px;
	border: 1px solid #999;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/* 「/PIE.htcから前を、あなたのサイトのURLに直して下さい。」 */
	behavior: url(./PIE.htc);
}

/* 定額コース手順ボックス */
.box2 {
	background-color: #ffcc66;
	width: auto;
	height: auto;
	margin: auto auto auto 20px;
	padding: 15px;
	border: 1px solid #999;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/* 「/PIE.htcから前を、あなたのサイトのURLに直して下さい。」 */
	behavior: url(./PIE.htc);
}


/*サイド各ページへのリンクメニュー設定
============================================*/
ul.sidemenu {
	margin-top: 1px;
	margin-bottom: 1em;
	line-height: 2;
}

ul.sidemenu li {
	margin-bottom: 1px;
}

/* メニューリンク */
ul.sidemenu a {
	color: #FFF;
	text-decoration: none;
	background-color: #6b8e23;
	display: block;
	width: 198px;
	text-align: center;
	border: 1px solid#6b8e23;
	padding-top: 5px;
	padding-bottom: 5px;

}
/* メニューリンク　マウスオーバー時 */
ul.sidemenu a:hover {
	color: #6b8e23;
	background-color: #ffc200;
	border: 1px solid #6b8e23;
	font-weight:bold;
	text-decoration: none;
}





/*フッターの設定
============================================*/
#footer {
	font-size: 11px;
	line-height: 1.4;
	text-align: center;
	clear: both;
	width: 100%;
	border-top: ;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color:#ffc200;
}
/* フッターリンクカラー */
#footer a{
	color:#0000ff;
	}


#footer-menu {
	font-size: 12px;
	line-height: 1.4;
	text-align: center;
	clear: both;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 10px;
	background-color:#ececec;
}


/*テーブルの設定
============================================*/
.table1 {
	border: 1px solid #999;
	width: 615px;
}

.table1 th{
	border: 1px dotted #999999;
	padding: 10px 5px;
	line-height: 1.8;
}

.table1 td{
	border: 1px dotted #999999;
	padding: 10px 5px;
	line-height: 1.8;
	font-size:90%;
}


/* 前払いテーブル見出し */
.table1 th.t-mae-midashi{
	width: auto;
	font-size:17px;
	background-color: #FFFFCC;
}
/* 後払いテーブル見出し */
.table1 th.t-ato-midashi{
	width: auto;
	font-size:17px;
	background-color: #FFCCCC;
}

/* 定期コーステーブル見出し */
.table1 th.t-teiki-midashi{
	width: auto;
	font-size:17px;
	background-color: #FFCC66;
}
/* 通常テーブル見出し */
.table1 th{
	background-color: #eee;
	width: 180px;
	text-align: center;
}

#gototop {
	width:150px;
	background-color:#97b925;
	border:1px solid #eee;
	margin:10px;
	margin-right:40px;
	text-align:center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
/* 「/PIE.htcから前を、あなたのサイトのURLに設定して下さい」 */
	behavior: url(./PIE.htc);
}



/* その他の設定
============================================*/
/* Q & A */
.quest-m {
	margin-left: 20px;
}

.quest {
	margin-left: 60px;
	margin-right:30px;
}

.answer-m {
	margin-left: 40px;
}

.answer {
	margin-left: 80px;
	margin-right:30px;
}

/* 銀行口座枠 */
#bank {
    background: #dbebff;
    padding: 1em;
	color:#000;
	font-weight:bold;
	font-size:110%;
	width:550px;
	text-align:center;
	border:2px solid #ddd;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    border-radius: 0.5em;
	/* 「/PIE.htcから前を、あなたのサイトのURLに直して下さい。」 */
	behavior: url(./PIE.htc);
}

/* 振込時注意枠 */
#bank2 {
    background: #fdd;
    padding: 1em;
	color:#333;
	width:550px;
	text-align:left;
	border:2px solid #ddd;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    border-radius: 0.5em;
	/* 「/PIE.htcから前を、あなたのサイトのURLに直して下さい。」 */
	behavior: url(./PIE.htc);
}

/* 銀行口座枠 */
#card-waku {
    background: #dbebff;
    padding: 1em;
	color:#000;
	font-weight:bold;
	font-size:110%;
	width:550px;
	text-align:center;
	border:2px solid #ddd;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    border-radius: 0.5em;
	/* 「/PIE.htcから前を、あなたのサイトのURLに直して下さい。」 */
	behavior: url(./PIE.htc);
}

/* カード枠  ryoukin.html */
#card-start{
    background: #eee;
    padding: 1em;
	color:#000;
	font-weight:bold;
	font-size:110%;
	width:550px;
	text-align:center;
	border:2px solid #ddd;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    border-radius: 0.5em;
	/* 「/PIE.htcから前を、あなたのサイトのURLに直して下さい。」 */
	behavior: url(./PIE.htc);
}

/* カード時注意枠 */
#c-card2 {
    background: #ff9999;
    padding: 1.5em;
	color:#333;
	width:550px;
	text-align:left;
	border:2px solid #eee;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
	/* IE対策 */
	behavior: url(./PIE.htc);
}

/* お問合わせ電話番号・メールアドレス枠 */
#otoiawase {
    background: #fff;
    padding: 2em;
	margin-left:20px;
	color:#000;
	font-weight:bold;
	font-size:120%;
	width:550px;
	text-align:center;
	border:2px solid #e45a11;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
	/* ！/PIE.htcから前を、あなたのサイトのURLに設定して下さい！ */
	behavior: url(./PIE.htc);
}

/* ご予約フォーム受付け番号発行枠 */
#yoyaku-no {
	margin:0 20px 0 20px;
    background: #ff7373;
    padding: 15px;
	color:#000;
	font-weight:bold;
	font-size:120%;
	width:500px;
	text-align:center;
	border:4px solid #666;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
	/* ！/PIE.htcから前を、あなたのサイトのURLに設定して下さい！ */
	behavior: url(./PIE.htc);
}


.clear {
	clear: both;
}

ul.disc {
	padding: 0.5em 20px 0em 30px;
	list-style: disc;
}

hr {
	border-width: 1px 0px 0px 0px;
	border-style: dotted;
	border-color: #cccccc;
}

/* ie角丸対策 */
.rel {

	position: relative;
	z-index: 1;
	zoom: 1; /* For IE6 */
}

