﻿@charset "UTF-8";

/*CSS-name
============================================*/
/*  テンプレートカテゴリ	【Sky】 */
/*  テンプレートカラー		【Green】*/
/*  テンプレートカラム		【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.jpg); /*壁紙*/
	background-repeat: no-repeat;/* 壁紙繰返し指定 */
	background-position: top;/* 壁紙位置指定 */
	background-attachment: fixed;/* 壁紙スクロール位置指定 */
	margin: 0px;
	padding: 0px;
	text-align: center;/* 位置揃え */
	background-color: #fff; /*下地カラー*/
}

* {
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;

}



/*コンテンツの設定
============================================*/
#contents {
	background-color: #FFF;
	border:1px solid #e6e6e6;
}



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

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

/*サイト名・屋号名H2*/
#header h2 {
	color:#FFF;
	font-size:11px;
	position: absolute;
	top: 59px;	
	left:8px;
}

#homelink a{
	text-decoration:none;
	}

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


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

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

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

/*電話番号画像*/
.tel {
	position: absolute;
	top: 10px;	
	right: 20px;
	font-size:24pt;
	color:#333;
	font-weight:bold;
}

/*受付け時間*/
.a20130717 {
	position:absolute;
	top:75px;
	right:55px;
	font-size:15px;
	color:#010101;
	font-weight:bold;
}

/*受付け時間*/
.teltime {
	position:absolute;
	top:80px;
	right:0px;
	font-size:12px;
	color:#010101;
	visibility: hidden; /* ============ 13.02.28修正依頼追加分 ============== */
}


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


#hp #main {
	padding-top: 0;
}

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

/*メイン見出しH2*/
#main h2 {
	font-size: 150%;
	line-height: 62px;
	padding-left: 20px;
	margin-bottom:40px;
	color: #fff;
	background-color: #36dbc9;
	border: 2px #36dbc9 solid;
	letter-spacing: 0.1em;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	behavior: url(http://omote-nashi.com/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 */
}

/*メイン見出しH2*/
#main h3 {
	font-size: 130%;
	line-height: 42px;
	padding-left: 20px;
	margin-bottom:40px;
	color: #000;
	background-color: #fff;
	border: 2px #36dbc9 solid;
	letter-spacing: 0.1em;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	behavior: url(http://omote-nashi.com/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;
}

/* 手順説明等「▼」の指定 */
.arrow2 {
	margin-left:30px;
	font-size:20px;
	color:#FFCC00;
	text-align:center;
}


/* 申し込みボタン */
#button a{
	padding: 15px;
	margin:20px 10px 20px 20px;
	color:#0000FF;
	background-color:#ffcc00;
	border:2px solid #2f9de8;
	font-size:20px;
	width:420px;
	text-align:center;
	font-weight:bold;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	
	behavior: url(http://omote-nashi.com/PIE.htc);
	-webkit-box-shadow: 0px 2px 5px  #777; /* Safari, Chrome用 */
	-moz-box-shadow: 0px 2px 5px  #777; /* Firefox用 */
	box-shadow: 0px 2px 5px #777; /* CSS3 */
}

/* 申し込みボタン　マウスオーバー時 */
#button a:hover {
	padding: 15px;
	margin:20px 10px 20px 20px;
	color:#0000FF;
	background-color:#FF896B;
	border:2px solid #2f9de8;
	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;

	behavior: url(http://omote-nashi.com/PIE.htc);

}

/* カード注意枠 */
#card {
    background: #FFE0E0;
    padding: 1em;
	color:#FF3A3A;
	width:550px;
	text-align:left;
	border:1px solid #ea7800;
    -moz-border-radius: .5em;
    -webkit-border-radius: .5em;
    border-radius: 0.5em;
	/* PIE.htc */
	behavior: url(http://omote-nashi.com/PIE.htc);
}

/* プロフィール */
.profile {
	background-color: #FFF;
	width: auto;
	height: auto;
	margin: auto auto 30px 20px;
	padding: 20px;
	border: 1px solid #ccc;
	font-size:85%;
	line-height:130%;
	overflow: auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/* IE対策 */
	behavior: url(http://omote-nashi.com/PIE.htc);
	-webkit-box-shadow: 0px 3px 5px  #666; /* Safari, Chrome用 */
	-moz-box-shadow: 0px 3px 5px  #666; /* Firefox用 */
	box-shadow: 0px 3px 5px #666; /* CSS3 */
}

/* 画像マージン */
img.prof {
margin: auto 39px 25px auto ;

}

/* 画像マージン2 */
img.prof2 {
margin: auto 39px 80px auto ;

}

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



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


/* サイド大見出し */
#side h3 {
	color: #333;	
	text-decoration: none;
	display: block;
	width: 200px;
	height: 55px;
	text-align: center;	
	font-size:15px;
	margin-bottom:0px;
	background-image: url(img/midashi-b.gif);
	letter-spacing: 0.2em;
	font-weight:bold;
	line-height: 55px;
}

/* サイド大見出し */
.side-midashi {
	color: #333;	
	text-decoration: none;
	display: block;
	width: 200px;
	height: 55px;
	text-align: center;	
	font-size:17px;
	margin-bottom:0px;
	background-image: url(img/midashi-b.gif);
	letter-spacing: 0.1em;
	font-weight:bold;
	line-height: 55px;		
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

	behavior: url(http://omote-nashi.com/PIE.htc);
}
/* お約束見出し */
#side h6 {
	font-size: 100%;
	color: #9933cc;
	border-bottom: 2px dotted #7076da;
	margin-bottom:0px;
}


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

	behavior: url(http://omote-nashi.com/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;

	behavior: url(http://omote-nashi.com/PIE.htc);
}

/* staff */
.box-staff {
	background-color: #ffffe3;
	width: auto;
	height: auto;
	margin: auto auto auto 20px;
	padding: 25px;
	border: 1px solid #ddd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

	behavior: url(http://omote-nashi.com/PIE.htc);
}


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

/* メニューリンク */
ul.sidemenu li {
	margin-bottom: 1px;
}

/* メニューリンク　マウスオーバー時 */
ul.sidemenu a {
	color: #24cbb9;
	font-size:120%;
	text-decoration: none;
	display: block;
	width: 200px;
	height: 50px;
	line-height: 50px;		/*テキスト位置*/
	text-align: center;	/*センター揃え*/
	background-image: url(img/sidem-b.png); /*画像の場合*/
	background-color: ; /*色指定の場合*/
}

ul.sidemenu a:hover {
	color: #24cbb9;	
	background-image: url(img/sidem-b.png); /*画像の場合(hover)*/
	background-color: ; /*色指定の場合*/
	font-weight:bold;
	text-decoration: none;
	font-size:130%;
}



/*フッターの設定
============================================*/
#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:#36dbc9;
}

/* フッターリンクカラー */
#footer a{
	color:#fff;
	}


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

}



/*テーブルの設定
============================================*/
.table1 {
	border: 1px solid #ddd;
	width: 615px;
	margin-left:20px;
}

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

.table1 td{
	border: 1px dotted #ddd;	
	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: #ececec;
	width: 180px;
	text-align: center;
}



/* その他の設定
============================================*/

/* よくある質問 */
.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: #a9cefe;
    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;

	behavior: url(http://omote-nashi.com/PIE.htc);
}

/* 振込時注意枠 */
#bank2 {
    background: #FFB3B3;
    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;

	behavior: url(http://omote-nashi.com/PIE.htc);
}

/* お問合わせ電話番号・メールアドレス枠 */
#otoiawase {
    background: #BEF2ED;
    padding: 2em;
	margin-left:20px;
	color:#000;
	font-weight:bold;
	font-size:120%;
	width:450px;
	text-align:center;
	border:2px solid #eee;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;

	behavior: url(http://omote-nashi.com/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;

	behavior: url(http://omote-nashi.com/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 */
}

