@charset "Shift_JIS";

/* --- タイプ1 デザイン2 --- */


/* --- 全体の背景・テキスト --- */
body {
	margin: 0;
	padding: 0;
	color: #404040;
	font-size: 80%;
	background-color: #1c1c1c;
	background-image: url(../image/pageback_ivory_gradation.gif);
	background-repeat: repeat;
	background-position: top;
	border-top: 0px #402900 solid width=894px;; /* ボディの上境界線 */
	border-bottom: 0px solid #402900; /* ボディの下境界線 */
}

/* --- ヘッダのリンクテキスト --- */
a:link { color: #b39d6f; }
a:visited { color: #9d8757; }
a:hover { color: #fde337; }
a:active { color: #fee76a; }

/* --- フッタのリンクテキスト --- */
#footer a:link { color: #ffffff; }
#footer a:visited { color: #FFFFFF; }
#footer a:hover { color: #fde337; }
#footer a:active { color: #fee76a; }


/* --- コンテンツ内のリンクテキスト --- */
#content a:link { color: #c19639; }
#content a:visited { color: #98762e; }
#content a:hover { color: #e4c410; }
#content a:active { color: #fde337; }

/* --- コンテナ --- */
#container {
width: 894px; /* コンテナの幅 */
margin: 0 auto; /* センタリング */
background: url(../image/pageback_shadow.gif) repeat center top; /* コンテナの背景（両サイドの影） */
}

/* --- ページ --- */
#page {
width: 878px; /* ページの幅 */
margin: 0 auto; /* センタリング */
background-color: #f1e7d8; /* ページの背景色 */
border-left: 1px #505050 solid; /* ページの左境界線 */
border-right: 1px #505050 solid; /* ページの右境界線 */
}


/* --- ▼ヘッダ内の設定開始 --- */

/* --- ヘッダ --- */
#header {
position: relative; /* 相対配置（ガイドメニューのために設定） */
width: 100%; /* IE 6のために幅の指定が必要 */
margin-bottom: 12px; /* ヘッダの下マージン */
padding: 0px 0 5px; /* ヘッダのパディング（上、左右、下） */
background: #efe4d4 url(../image/opening_back2.gif) repeat-x center top; /* ヘッダの背景 */
border-top: 0px #402900 solid; /* ヘッダの上境界線 */
border-bottom: 0px #4b4b4b solid; /* ヘッダの下境界線 */
}

/* --- サイトタイトル --- */
#header h1.siteTitle,
#header p.siteTitle {
margin: 0 0px 2px; /* サイトタイトルのマージン（上、左右、下） */
font-size: 12px; /* サイトタイトルの文字サイズ */
color: #eee8aa; /* サイトタイトルの文字色 */
}
/* サイトタイトルの画像 */
#header h1.siteTitle img,
#header p.siteTitle img {
margin-top: 0px; /* 上からの距離 */
border: none;
}

/* --- キャッチフレーズ --- */
#header p.catch {
margin: 0 22px 0px; /* キャッチフレーズのマージン（上、左右、下） */
color: #808080; /* キャッチフレーズの文字色 */
}
#header p.catch strong {
font-weight: normal; /* 文字の太さ（ノーマル） */
}

/* --- ガイドメニュー --- */
#header ul.guide {
position: absolute; /* 絶対配置 */
top: 10px; /* 上からの距離 */
right: 20px; /* 右からの距離 */
margin: 0;
padding: 0;
list-style-type: none;
}
/* メニュー項目 */
#header ul.guide li {
display: inline;
padding: 0 4px 0 8px; /* 項目のパディング（上右下左） */
background: url(../image/menu_line_gray.gif) no-repeat left; /* 項目の背景（区切り線） */
}
/* 最初の項目 */
#header ul.guide li.first {
background: none; /* 区切り線なし */
}

/* --- オープニングエリア（トップページ） --- */
#header div.opening {
width: 840px;
margin: 0 auto 2px; /* オープニングエリアのマージン（上、左右、下） */
}
/* オープニングエリア内の見出し */
#header div.opening h2 {
margin: 0;
}

/* --- ヘッダメニュー --- */
#header ul.nl {
width: 840px; /* ヘッダメニューの幅 */
margin: 0 auto; /* センタリング */
padding: 0;
background: #b6a57f url(../image/hor_menu5_off.gif) repeat-x top; /* ヘッダメニューの背景 */
border: #aca36a solid; /* ヘッダメニューの境界線（色、スタイル） */
border-width: 2px 3px; /* ヘッダメニューの境界線の太さ（上下、左右） */
list-style-type: none;
text-align: center;
}
/* メニュー項目 */
#header ul.nl li {
width: 120px; /* 項目の幅 */
float: left;
line-height: 100%;
}
/* リンクエリア */
#header ul.nl li a {
display: block;
position: relative; /* IE6用 */
padding: 13px 2px 5px; /* リンクエリアのパディング（上、左右、下） */
border: 1px solid; /* リンクエリアの境界線（太さ、スタイル） */
border-color: #e4d6b8 #8b7e63 #8b7e63 #e4d6b8; /* リンクエリアの境界線色（上右下左） */
text-decoration: none; /* テキストの下線（なし） */
font-weight: bold; /* 文字の太さ（太字） */
color: #ffffff; /* 文字色 */
}
/* 英字部分 */
#header ul.nl li a span.en {
display: block;
margin-top: 2px; /* 英字部分の上マージン */
font-size: 85%; /* 英字の文字サイズ */
font-weight: normal; /* 文字の太さ（ノーマル） */
color: #eee8aa; /* 英字の文字色 */
}
/* ポイント時とアクティブ時の設定 */
#header ul.nl li a:hover,
#header ul.nl li.active a {
background: #b6a57f url(../image/hor_menu5_on.gif) repeat-x top; /* ポイント時（アクティブ時）の背景 */
color: #b9ffb9; /* ポイント時（アクティブ時）の文字色 */
}
#header ul.nl li a:hover span.en,
#header ul.nl li.active span.en {
color: #fde337; /* ポイント時（アクティブ時）の英字の文字色 */
}

/* --- トピックパス（下層ページ） --- */
#header ol.topicPath {
width: 830px;
margin: 4px auto 0; /* トピックパスのマージン（上、左右、下） */
padding: 6px 5px; /* トピックパスのパディング（上下、左右） */
background-color: none; /* トピックパスの背景色 */
list-style-type: none;
color: #999999; /* トピックパスの文字色 */
}
/* リスト項目 */
#header ol.topicPath li {
display: inline;
}
/* リンクエリア */
#header ol.topicPath li a {
padding-right: 12px; /* リンクエリアの右パディング */
background: url(../image/topic_path_gray.gif) no-repeat right; /* リンクエリアの背景（区切り記号） */
}
/* リンク下線設定 */
#header ol.topicPath li a {
position: relative; /* IE6用 */
text-decoration: underline; /* テキストの下線 */
}
#header ol.topicPath li a:hover{
position: relative; /* IE6用 */
text-decoration: underline; /* テキストの下線 */
color: #FF0000; /* 文字色 */
font-weight: bold; /* 文字の太さ（太字） */
}


/* --- 罫線 --- */
#header hr.none {
display: none; /* 表示形式（なし） */
}

/* --- ▲ヘッダ内の設定終了 --- */


/* --- ▼コンテンツ内の設定開始 --- */

/* --- コンテンツ --- */
#content {
width: 840px; /* コンテンツの幅 */
margin: 0 auto; /* センタリング */
padding-top: 20px; /* コンテンツの上パディング */
padding-bottom: 0px; /* コンテンツのheightエリア（クリーム背景）※数値が多いと下部スペース拡がる 通常0px*/
background: #fffdf3 url(../image/content_top_cream.gif) no-repeat top; /* コンテンツの背景 */
}


/* --- ▼メインカラム内の設定開始 --- */

/* --- メインカラム --- */
#main {
float: right;
width: 620px; /* メインカラムの幅 */

}



/* --- セクション（共通設定） --- */
#main div.section {
	margin: 0 20px 3em;
	font-size: 12px;

}

/* --- 標準セクション --- */
/* 見出しエリア */
#main div.normal div.heading {
	margin-bottom: 1.2em;
	padding: 4px 2px;
	border-bottom: 1px #999999 solid;
}

#main div.ad {
	width:575px;

    border: 1px #d8c89d solid; /* セクションの境界線 */
}

#main div.ad img {

	padding: 5px 5px 5px; /* セクションのパディング（上、左右、下） */
    background-color: #ffffff; /* セクションの背景色 */
}


/* 見出し体験エリア */
#main div.taiken div.heading {
	margin-bottom: 1.2em;
	padding: 4px 2px;
	border-bottom: 1px #999999 solid;
}
#main div.taiken {
    height: 520px;
	background-attachment: scroll;
	background-image: url(../wall/taiken5.png);
	background-repeat: no-repeat;
	background-position: right bottom;

}
#main div.taiken h2 {
margin: 0;
padding: 2px 0 1px 5px; /* 見出しのパディング（上右下左） */
border-left: 5px #b6a57f solid; /* 見出しの左境界線 */
font-size: 130%; /* 見出しの文字サイズ */
line-height: 100%;
}
#main div.taiken p {
margin: 0 20px 1em; /* 段落のマージン（上、左右、下） */
color: #2b2b2b; /* 段落の文字色 */
line-height: 150%; /* 行の高さ */
}
/* 見出し */
#main div.normal div.heading h2 {
margin: 0;
padding: 2px 0 1px 5px; /* 見出しのパディング（上右下左） */
border-left: 5px #b6a57f solid; /* 見出しの左境界線 */
font-size: 130%; /* 見出しの文字サイズ */
line-height: 100%;
}
/* 段落 */
#main div.normal p {
margin: 0 5px 1em; /* 段落のマージン（上、左右、下） */
line-height: 160%; /* 行の高さ */

}

/* --- 強調セクション --- */
#main div.emphasis {
	padding: 1.1em 15px 0;
	background-color: #ffffff;
	border: 1px #d8c89d solid;
	background-attachment: scroll;
	background-image: url(../wall/order.png);
	background-repeat: no-repeat;
	background-position:right top; /*left top*/

}
 /* 見出し */
#main div.emphasis h2 {
    height: 50px;
	margin: 0 ;
	font-size: ;
	color: ;
	background-attachment: scroll;
	background-image: url(../fw/ordermade.png);
	background-repeat: no-repeat;
	background-position: left top;

}
 /* 段落 */
#main div.emphasis p {
margin: 0 0 1em; /* 段落のマージン（上、左右、下） */
color: #2b2b2b; /* 段落の文字色 */
line-height: 150%; /* 行の高さ */
}

/* --- 自分で作るブライダルブーケ --- */
#main div.emphasis2 {
    height: 220px;
	padding: 1.1em 15px 0;
	background-color: #ffffff;
	border: 1px #d8c89d solid;
	background-attachment: scroll;
	background-image: url(../fw/bouquet.png);
	background-repeat: no-repeat;
	background-position:right top; /*left top*/

}
 /* 見出し */
#main div.emphasis2 h2 {
    height: 50px;
	margin: 0 ;
	font-size: 14px;
	color: none;
	alt:自分で作るブライダルブーケ;
	background-attachment: scroll;
	background-image: url(../fw/bridalbouquet-ws.png);
	background-repeat: no-repeat;
	background-position: left top;

}
 /* 段落 */
#main div.emphasis2 p {
margin: 10px 0 1em; /* 段落のマージン（上、左右、下） */
color: #2b2b2b; /* 段落の文字色 */
line-height: 150%; /* 行の高さ */
font-size:100%;
}

/* --- RollerWorks in 苫小牧 --- */
#main div.emphasis3 {
    width: 575px;
	height: 250px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding: 4px 2px;
	background-color: #ffffff;
	border: 1px #d8c89d solid;
	background-attachment: scroll;
	background-image: url(../tomakomai/1day-img.png);
	background-repeat: no-repeat;
	background-position:right top; /*left top*/

}
 /* 見出し */
#main div.emphasis3 h2 {
	margin-top: 10px ;
	margin-left: 10px ;
	font-size: 16px;
	color: #000;

}
 /* 段落 */
#main div.emphasis3 p {
margin: 0 0 1em; /* 段落のマージン（上、左右、下） */
color: #2b2b2b; /* 段落の文字色 */
line-height: 150%; /* 行の高さ */
font-size:100%;
padding-left: 10px;
}



/* --- ブログ --- */
#main div.blog {
    width: 575px;

	margin-bottom: 10px;
	margin-left: 20px;
	padding: 4px 2px;
	border-bottom: 1px #999999 solid;

}

#main div.blog h2 {
margin: 0;
padding: 2px 0 1px 5px; /* 見出しのパディング（上右下左） */
border-left: 5px #b6a57f solid; /* 見出しの左境界線 */
font-size: 130%; /* 見出しの文字サイズ */
line-height: 100%;
}

.rss {
    width: 575px;  
	margin-bottom: 10px;
	margin-left: 20px;
	padding: 4px 2px;
	border-bottom: 1px #999999 solid;

}

/* --- 新着情報（トップページ） --- */
#main div.update dl {
width: 575px; /* 新着情報の幅（メインカラムの幅から50px引いた値） */
height:300px;
margin: 0 auto; /* センタリング */

}
/* 日付エリア */
#main div.update dt {
width: 6.7em; /* 日付エリアの幅 */
float: left;
padding: 7px 0 6px 3px; /* 日付エリアのパディング（上右下左） */
line-height: 120%; /* 行の高さ */
}
/* 本文エリア */
#main div.update dd {
margin: 0;
padding: 7px 3px 6px 6.6em; /* 本文エリアのパディング（上右下左） */
border-bottom: 1px #c0c0c0 dotted; /* 本文エリア下境界線 */
line-height: 120%; /* 行の高さ */
font-size:13px;
}
#main div.update dd a {
color: #404040; /* 文字色 */
text-decoration: none; /* テキストの下線（なし） */
}
#main div.update dd a:hover {
color: #404040; /* 文字色 */
text-decoration: underline; /* テキストの下線（あり） */
}
/* --- ▲メインカラム内の設定終了 --- */

/* --- ▼メインカラム２内の設定開始（Profileページ） --- */
/* --- メインカラム２ --- */
#main2 {
	width: 650px;
}

/* --- ページタイトル（下層ページ） --- */
/* 挨拶 */
#main2 div.pageTitle {
margin: 0 20px 10px; /* 見出しエリアのマージン（上、左右、下） */
padding: 0px 75px; /* 見出しエリアのパディング（上下、左右） */
}

#main2 div.pageTitle h1 {
margin: 0;
font-size: 160%; /* 見出しの文字サイズ */
line-height: 100%;
}
/* 年表エリア */
#main2 div.history {
    margin: 0 20px 10px; /* 見出しエリアのマージン（上、左右、下） */
    padding: 0px 75px; /* 見出しエリアのパディング（上下、左右） */

}

#main2 div.history h1 {
margin: 0 0 10px; /* マージン（上、左右、下） */
font-size: 160%; /* 見出しの文字サイズ */
line-height: 100%;
}

#main2 div.table {
	padding: 5px 5px 5px 5px;/* （上右下左） */
	margin: 0 0px 15px; /* 上、左右、下） */
	background-color: #ffffff;
	border: 1px #d8c89d solid;
	width: 640px;
	background-attachment: scroll;
	background-image: url(../wall/profile.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}


#main2 div.table h2 {
padding: 0px 0px 0px 0px;/* （上右下左） */
margin: 0 ;
font-size: 12px;
color: #2b2b2b;
line-height: 150%;
font-weight: normal;
font-family: "MS UI Gothic", "メイリオ";
}

#main2 div.table p {
margin: 0 0 0; /* 段落のマージン（上、左右、下） */
padding: 0px 30px 0px 0px;/* （上右下左） */
color: #2b2b2b; /* 段落の文字色 */
line-height: 150%; /* 行の高さ */
}

#main2 div.table dl {
	margin: 0 0 15px;
	padding: 0 0px 0px;
	border: 0px #EEEEEE solid;
}
#main2 div.table dl dt {
	float: left;
	width: 70px;
	margin: 0px;/* （ ） */
	padding: 3px 0px 3px 2px;/* （上右下左） */
	font-family: "MS UI Gothic", "メイリオ";
	font-size: 12px;
    color: #2b2b2b;
	font-weight: bold;
	text-indent: 1em;
	line-height: 150%;
}
#main2 div.table dl dd {
    margin: 0px 0px 0px 70px;/* （上右下左） */
	padding: 3px 0px 3px;/* （上、左右、下） */
	font-family: "MS UI Gothic", "メイリオ";
	font-size: 12px;
    color: #2b2b2b;
	font-weight: normal;
	line-height: 150%;
	border-bottom: 1px #CCCCCC solid;
}
/* --- セクション（共通設定） --- */
#main2 div.section {
margin: 0 75px 3em; /* セクションのマージン（上、左右、下） */
}

/* --- 標準セクション --- */
/* 見出しエリア */
#main2 div.normal div.heading {
margin-bottom: 1.2em; /* 見出しエリアの下マージン */
padding: 4px 2px; /* 見出しエリアのパディング（上下、左右） */
border-bottom: 1px #999999 solid; /* 見出しエリアの下境界線 */
}
/* 見出し */
#main2 div.normal div.heading h2 {
margin: 0;
padding: 2px 0 1px 5px; /* 見出しのパディング（上右下左） */
border-left: 5px #b6a57f solid; /* 見出しの左境界線 */
font-size: 130%; /* 見出しの文字サイズ */
line-height: 100%;
}
/* 段落 */
#main2 div.normal p {
margin: 0 5px 1em; /* 段落のマージン（上、左右、下） */
line-height: 160%; /* 行の高さ */
}

/* --- プロフィールエリア --- */
#main2 div.comment {
	padding: 5px 10px 5px 10px;/* エリアのパディング（上右下左） */
	margin: 0 100px 15px; /* 段落のマージン（上、左右、下） */
	background-color: #ffffff;
	border: 1px #d8c89d solid;
	width: 620px;

}

#main2 div.comment h2 {
padding: 5px 0px 5px 30px;/* （上右下左） */
margin: 0 0 0.8em;
font-size: 12px;
color: #2b2b2b;
line-height: 200%;
font-weight: normal;
font-family: "MS UI Gothic", "メイリオ";
}

#main2 div.comment p {
margin: 0 0 0; /* 段落のマージン（上、左右、下） */
padding: 0px 30px 0px 0px;/* （上右下左） */
color: #2b2b2b; /* 段落の文字色 */
line-height: 150%; /* 行の高さ */
}

/* --- ▲メインカラム２内の設定終了 --- */

/* --- ▼メインカラム３内の設定開始（コース案内ページ） --- */
/* --- メインカラム --- */
#main3 {
float: right;
width: 620px; /* メインカラムの幅 */
}

/* --- セクション（共通設定） --- */
#main3 div.section {
	margin: 0 20px 3em;
	background-color: #ffffff;
	border: 0px #d8c89d solid;
}

/* --- 標準セクション --- */
/* 見出しエリア */
#main3 div.normal div.heading {
margin-bottom: 1.2em; /* 見出しエリアの下マージン */
padding: 2px 2px; /* 見出しエリアのパディング（上下、左右） */
border-bottom: 1px #999999 solid; /* 見出しエリアの下境界線 */
}
/* 見出し */
#main3 div.normal div.heading h2 {
	margin: 0;
	padding: 2px 0 1px 5px;
	border-left: 5px #b6a57f solid;
	font-size: 130%;
	line-height: 100%;
	background-attachment: scroll;
	background-image: url(../image/coursetitlebg.jpg);
	background-repeat: repeat-x;
	background-position: center;
}
/* 段落 */
#main3 div.normal p {
margin: 0 10px 1em; /* 段落のマージン（上、左右、下） */
line-height: 130%; /* 行の高さ */
}
#main3 div.normal ul {
position: relative; /* IE6用 */
padding: 0px 0px 0px 40px; /* パディング */
list-style-type: square;
}
/* --- 強調セクション --- */
#main3 div.emphasis {
padding: 1.1em 15px 0; /* セクションのパディング（上、左右、下） */
background-color: #ffffff; /* セクションの背景色 */
border: 1px #d8c89d solid; /* セクションの境界線 */
}
 /* 見出し */
#main3 div.emphasis h2 {
margin: 0 0 0.8em; /* 見出しのマージン（上、左右、下） */
font-size: 130%; /* 見出しの文字サイズ */
color: #dc3900; /* 見出しの文字色 */
}
 /* 段落 */
#main3 div.emphasis p {
margin: 0 0 1em; /* 段落のマージン（上、左右、下） */
color: #2b2b2b; /* 段落の文字色 */
line-height: 150%; /* 行の高さ */
}

/* --- コース別背景イメージ --- */
#main3 div.fresh img{
    float: right;
	padding: 50px 0px 0px 0px;/* （上、右、下、左） */
}

#main3 div.preserved img{
    float: right;
	padding: 150px 0px 0px 0px;/* （上、右、下、左） */
}

#main3 div.orne img{
    float: right;
	padding: 100px 0px 0px 0px;/* （上、右、下、左） */
}

#main3 div.rollerworks img{
    float: right;
	padding: 70px 0px 0px 0px;/* （上、右、下、左） */
}

#main3 div.taiken img{
    float: right;
	padding: 0px 0px 0px 0px;/* （上、右、下、左） */
}

/* --- ▲メインカラム３内の設定終了 --- */

/* --- ▼メインカラム４内の設定開始（イベントページ） --- */
/* --- メインカラム --- */
#main4 {
margin:0;
float: right;
width: 620px; /* メインカラムの幅 */
}
#main4 ul.event {
list-style-type:none;
width:620px;
margin:10px 0px 0px 10px;
padding: 0px 0px 0px 0px;
}
#main4 ul.event li {
float:left;
}
#main4 ul.event li img {
margin:0px 60px 20px 20px;
}
#main4 div.pop {
    float: right;
	margin: -400px 10px 0px 0px;/* （上、右、下、左） */ 
}
#main4 div.pop img {
padding:0px 20px 10px 20px;
}
#main4 div.cap {
    float: right;
	padding: 0px 20px 10px 10px;/* （上、右、下、左） */
    text-align: center;
	position: relative;
}

#main4 div.cap2 {
    float: right;
	width: 580px;
	padding: 0px 20px 10px 10px;/* （上、右、下、左） */
    text-align: right;
	font-size: 90%;
	position: relative;
}

#main4 div.cap3 {
    float: right;
	width: 580px;
	padding: 0px 100px 10px 10px;/* （上、右、下、左） */
    text-align: right;
	font-size: 90%;
	position: relative;
}

#main4 div.cap4 {
    float: right;
	width: 580px;
	padding: 0px 20px 10px 10px;/* （上、右、下、左） */
    text-align: center;
	font-size: 90%;
	position: relative;
}

#main4 div.cap5 {
    float: right;
	width: 410px;
	padding: 0px 200px 10px 10px;/* （上、右、下、左） */
    text-align: center;
	font-size: 90%;
	position: relative;
	margin-bottom:20px;
}

/* --- ポラロイド設定開始 --- */
#main4 .polaroid {
  position: relative;
  width: 225px;
  margin: 0 10px 10px 0;
}
 
#main4 .polaroid img {
  border: 10px solid #fff;
  border-bottom: 10px solid #fff;
  -webkit-box-shadow: 3px 3px 3px #666666; /* Safari and Chrome */
     -moz-box-shadow: 3px 3px 3px #666666; /* Firefox */
          box-shadow: 3px 3px 3px #666666; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
		  filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=145, Strength=3);
		  behavior: url(css/PIE.htc); 
}
 
#main4 .polaroid p {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 0px;
  font: 400 18px/1 'Kaushan Script', cursive;
  color: #888;
}
#main5 .polaroid {
  position: relative;
  width: 225px;
  margin: 0 10px 10px 0;
}
 
#main5 .polaroid img {
  border: 10px solid #fff;
  border-bottom: 10px solid #fff;
  -webkit-box-shadow: 3px 3px 3px #666666; /* Safari and Chrome */
     -moz-box-shadow: 3px 3px 3px #666666; /* Firefox */
          box-shadow: 3px 3px 3px #666666; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
		  filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=145, Strength=3);
		  behavior: url(css/PIE.htc); 
}
 
#main5 .polaroid p {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 0px;
  font: 400 18px/1 'Kaushan Script', cursive;
  color: #888;
}
#main6 .polaroid {
  position: relative;
  width: 225px;
  margin: 0 10px 10px 0;
}
 
#main6 .polaroid img {
  border: 10px solid #fff;
  border-bottom: 10px solid #fff;
  -webkit-box-shadow: 3px 3px 3px #666666; /* Safari and Chrome */
     -moz-box-shadow: 3px 3px 3px #666666; /* Firefox */
          box-shadow: 3px 3px 3px #666666; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
		  filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=145, Strength=3);
		  behavior: url(css/PIE.htc); 
}
 
#main6 .polaroid p {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 0px;
  font: 400 18px/1 'Kaushan Script', cursive;
  color: #888;
}
/* --- ポラロイド設定終了 --- */

/* --- ▲メインカラム４内の設定終了 --- */

/* --- ▼メインカラム５内の設定開始（イベントページ） --- */
/* --- メインカラム --- */
#main5 {
margin:0;
float: right;
width: 620px; /* メインカラムの幅 */
}
#main5 ul.event {
list-style-type:none;
width:620px;
margin:10px 0px 0px 10px;
padding: 0px 0px 0px 0px;
}
#main5 ul.event li {
float:left;
}
#main5 ul.event li img {
margin:0px 10px 40px 0px;
}
#main5 div.cap {
    float: right;
	padding: 0px 10px 10px 0px;/* （上、右、下、左） */
    text-align: right;
}

/* --- ▲メインカラム５内の設定終了 --- */

/* --- ▼メインカラム６内の設定開始（花菜ガーデン） --- */
/* --- メインカラム --- */
#main6 {
margin:0;
float: right;
width: 620px; /* メインカラムの幅 */
}
#main6 ul.event {
list-style-type:none;
width:620px;
margin:10px 0px 0px 10px;
padding: 0px 0px 0px 0px;
}
#main6 ul.event li {
float:left;
}
#main6 ul.event li img {
margin:0px 10px 20px 0px;
}
#main6 div.cap {
    float: right;
	padding: 0px 10px 10px 0px;/* （上、右、下、左） */
    text-align: right;
}

/* --- ▲メインカラム６内の設定終了 --- */

/* --- ▼TOPサイドバー内の設定開始 --- */

/* --- サイドバー --- */
#topnav {
float: left;
width: 200px; /* サイドバーの幅 */
padding-left: 10px; /* サイドバーの左パディング */
}

/* --- セクション（共通設定） --- */
#topnav div.section {
padding-bottom: 5px; /* セクションの下パディング */
background-color: #f6f0d4; /* セクションの背景色 */
}
/* 見出しエリア */
#topnav div.heading {
margin: 0 0 0.7em; /* 見出しエリアのマージン（上、左右、下） */
padding: 5px; /* 見出しエリアのパディング */
background: #3f3f3f url(../image/heading_back_gray3.gif) repeat-x top; /* 見出しエリアの背景 */
border: 1px #666666 solid; /* 見出しエリアの境界線 */
}



/* 見出し */
#topnav div.section h2 {
margin: 0;
padding: 2px 0 2px 7px; /* 見出しのパディング（上右下左） */
border-left: 4px solid; /* 見出しの左境界線（太さ、スタイル） */
font-size: 100%; /* 見出しの文字サイズ */
color: #f9f9f9; /* 見出しの文字色 */
line-height: 100%;
}
/* 段落 */
#topnav div.section p {
margin: 0 5px 0.7em; /* 段落のマージン（上、左右、下） */
line-height: 130%; /* 行の高さ */
}

/* --- 標準セクション（グレー） --- */
/* 見出し */
#topnav div.normal h2 {
border-left-color: #c0c0c0; /* 左境界線の色 */
}

/* --- 強調セクション1（水色） --- */
/* 見出し */
#topnav div.emphasis h2 {
border-left-color: #add8e6; /* 左境界線の色 */
}

/* --- 強調セクション2（黄色） --- */
/* 見出し */
#topnav div.strong h2 {
border-left-color: #fde337; /* 左境界線の色 */
}

/* --- サブメニュー --- */
/* 見出しエリア */
#topnav div.subMenu div.heading {
margin: 0; /* 見出しエリアのマージン（上書き） */
}
/* 見出し */
#topnav div.subMenu h2 {
border-left-color: #add8e6; /* 左境界線の色 */
}
/* メニューエリア */
#topnav div.subMenu ul.nl {
margin: 1px 0 0; /* メニューエリアのマージン（上、左右、下） */
padding: 0;
border: 1px #666666 solid; /* メニューエリアの境界線 */
list-style-type: none;
}
/* メニュー項目 */
#topnav div.subMenu ul.nl li {
border-top: 1px #808080 solid; /* 項目の上境界線 */
border-bottom: 1px #404040 solid; /* 項目の下境界線 */
}
/* リンクエリア */
#topnav div.subMenu ul.nl li a {
display: block;
position: relative; /* IE6用 */
padding: 14px 10px; /* リンクエリアのパディング（上下、左右） */
background: #3f3f3f url(../image/ver_menu4_off.gif) repeat-x top; /* リンクエリアの背景 */
color: #e0e0e0; /* 文字色 */
text-decoration: none; /* テキストの下線（なし） */
}
/* ポイント時の設定 */
#topnav div.subMenu ul.nl li a:hover {
background: #505050 url(../image/ver_menu4_on.gif) repeat-x top; /* ポイント時の背景 */
text-decoration: underline; /* テキストの下線（あり） */
}

/* --- お問い合わせ --- */
#topnav div.contact {
padding-bottom: 0.3em; /* セクションの下パディング */
}
/* 段落 */
#topnav div.contact p {
margin-bottom: 0.4em; /* 段落の下マージン（上書き） */
}
/* 電話番号 */
#topnav div.contact p.tel {
margin-bottom: 0.1em; /* 段落の下マージン（上書き） */
font-size: 150%; /* 電話番号の文字サイズ */
font-weight: bold; /* 文字の太さ（太字） */
color: #2b2b2b; /* 電話番号の文字色 */
}
/* フォームへのリンク */
#topnav div.contact p.form {
margin-top: 0.7em; /* 段落の上マージン（上書き） */
padding: 3px; /* 段落のパディング（白フチの幅） */
background-color: #ffffff; /* 段落の背景色（白フチの色） */
border: 1px solid; /* 段落の境界線（太さ、スタイル） */
border-color: #e0e0e0 #cccccc #cccccc #e0e0e0; /* 段落の境界線色（上右下左） */
text-align: center;
line-height: 100%; /* 行の高さ（上書き） */
}
/* リンクエリア */
#topnav div.contact p.form a {
display: block;
position: relative; /* IE6用 */
padding: 12px 2px; /* リンクエリアのパディング（上下、左右） */
background: #3f99b3 url(../image/form_back1_off.gif) repeat-x top; /* リンクエリアの背景 */
font-size: 110%; /* リンクエリアの文字サイズ */
font-weight: bold; /* 文字の太さ（太字） */
color: #ffffff; /* リンクエリアの文字色 */
text-decoration: none; /* テキストの下線（なし） */
}
/* ポイント時の設定 */
#topnav div.contact p.form a:hover {
background: #54b3cf url(../image/form_back1_on.gif) repeat-x top; /* ポイント時の背景 */
}

/* サイドバー　挿絵画像設定 */
.section_img {
	position: relative;
	top: 260px;
	left: 0px;
	bottom: 0px;
}


/* --- ▲TOPサイドバー内の設定終了 --- */

/* --- ▼サイドバー内の設定開始 --- */

/* --- サイドバー --- */
#nav {
	float: left;
	width: 210px;
	margin: 0 0 0 10px; 
}


/* --- セクション（共通設定） --- */
#nav div.section {
margin-bottom: 10px; /* セクションの下マージン */
}
/* 見出し */
#nav div.section h2 {
margin: 0 0 0.7em; /* 見出しのマージン（上、左右、下） */
padding: 4px 6px; /* 見出しのパディング（上下、左右） */
font-size: 120%; /* 見出しの文字サイズ */
}
/* 段落 */
#nav div.section p {
margin: 0 4px 0.6em; /* 段落のマージン（上、左右、下） */
line-height: 130%; /* 行の高さ */
}

/* --- 標準セクション（白） --- */
#nav div.normal {
padding: 2px; /* セクションのパディング */
border: 1px #e0e0e0 solid; /* セクションの境界線 */
}
/* 見出し */
#nav div.normal h2 {
background-color: #e4e0da; /* 見出しの背景色 */
}
/* リスト */
#nav div.normal ul {
position: relative; /* IE6用 */
list-style-position:outside;
margin:0px 10px 10px 0px;
}
#nav div.normal li {
position: relative; /* IE6用 */
list-style-type: none;
list-style-position:outside;
margin:0px 10px 10px 0px;
}

/* --- 教室案内エリア --- */
#nav div.scmap normal {

padding: 2px; /* セクションのパディング */
border: 1px #e0e0e0 solid; /* セクションの境界線 */
}
/* 見出し */
#nav div.scmap normal h2 {
background-color: #e4e0da; /* 見出しの背景色 */
}
#nav div.scmap {
margin-bottom: 10px; /* セクションの下マージン */
}
/* 見出し */
#nav div.scmap h2 {
margin: 0 0 0.7em; /* 見出しのマージン（上、左右、下） */
padding: 4px 6px; /* 見出しのパディング（上下、左右） */
font-size: 120%; /* 見出しの文字サイズ */
}
/* 段落 */
#nav div.scmap p {
margin: 0 4px 0.6em; /* 段落のマージン（上、左右、下） */
line-height: 130%; /* 行の高さ */
}
#nav div.scmap ul {
width: 210px;
padding: 0px 0px 0px 5px; /* パディング */
list-style-type: none;
}

/* --- 強調セクション1（こげ茶） --- */
#nav div.emphasis {
padding: 8px 5px 5px; /* セクションのパディング（上、左右、下） */
background: #6e6252 url(../image/box_back_umberbrown2.gif) repeat-x top; /* セクションの背景 */
border: 1px #463f34 solid; /* セクションの境界線 */
color: #f0f0f0; /* セクションの文字色 */
}
/* 見出し */
#nav div.emphasis h2 {
border-bottom: 1px #b6ada0 solid; /* 見出しの下境界線 */
}
/* リンク */
#nav div.emphasis a {
color: #ffffff; /* リンクの文字色 */
}

/* --- 強調セクション2（グレー） --- */
#nav div.strong {
padding: 8px 5px 5px; /* セクションのパディング（上、左右、下） */
background: #f4f2ee url(../image/box_back_gray2.gif) repeat-x top; /* セクションの背景 */
border: 1px #e4e0da solid; /* セクションの境界線 */
}
/* 見出し */
#nav div.strong h2 {
border-bottom: 1px #b6ada0 solid; /* 見出しの下境界線 */
}

/* --- サブメニュー --- */
/* サブメニュー内の見出し */
#nav div.subMenu h2 {
	margin: 0;
	padding: 6px 9px;
	background-attachment: scroll;
	background-image: url(../image/navbg.jpg);
	background-repeat: repeat-x;
	background-position: center;
	border: 1px solid #BFBF9F;


}
/* メニューエリア（コースメニュー） */
#nav div.subMenu ul.nl {
margin: 0;
padding: 4px 6px 2px; /* メニューエリアのパディング（上、左右、下） */
background-color: #CABB97; /* メニューエリアの背景色 */
list-style-type: none;
}
/* メニュー項目 */
#nav div.subMenu ul.nl li {
margin-bottom: 2px; /* 項目の下マージン */
background: #f9f9f9 url(../image/ver_menu3_back.gif) repeat-x top; /* 項目の背景 */
border: 1px solid; /* 項目の境界線（太さ、スタイル） */
border-color: #ffffff #202020 #202020 #ffffff; /* 項目の境界線色（上右下左） */
}
/* リンクエリア */
#nav div.subMenu ul.nl li a {
display: block;
position: relative; /* IE6用 */
padding: 12px 5px 12px 15px; /* リンクエリアのパディング（上右下左） */
background: url(../image/ver_menu3_off.gif) no-repeat 4px; /* リンクエリアの背景（三角マーク） */
color: #404040; /* 文字色 */
text-decoration: none; /* テキストの下線（なし） */
}
/* ポイント時の設定 */
#nav div.subMenu ul.nl li a:hover {
background: url(../image/ver_menu3_on.gif) no-repeat 4px; /* ポイント時の背景（三角マーク） */
text-decoration: underline; /* テキストの下線（あり） */
background-color: #f0ffff; /* ポイント時の背景色 */
}

/* --- TOP講習会案内 --- */
#nav div.monthly normal {
position: relative;
height: 400px;
padding: 2px; /* セクションのパディング */
border: 1px #e0e0e0 solid; /* セクションの境界線 */
}

/* 見出し */
#nav div.monthly normal h2 {
background-color: #e4e0da; /* 見出しの背景色 */
}

#nav div.monthly {
margin-bottom: 10px; /* セクションの下マージン */
}



/* 見出し */
#nav div.monthly h2 {
margin: 0 0 0.7em; /* 見出しのマージン（上、左右、下） */
padding: 4px 6px; /* 見出しのパディング（上下、左右） */
font-size: 120%; /* 見出しの文字サイズ */
}
/* 段落 */
#nav div.monthly p {
margin: 0 auto 0.6em; /* 段落のマージン（上、左右、下） */
line-height: 130%; /* 行の高さ */
}
#nav div.monthly img {
     border:solid 1px #ccc;
     padding:4px;
}

#nav div.monthly a:hover img{
    filter: alpha(opacity=80);
    -moz-opacity:0.80;
    opacity:0.80;
}

#nav div.monthly span{
font-size: 80%;
}

/* --- お問い合わせ --- */
#nav div.contact {
padding-bottom: 0.3em; /* セクションの下パディング */
}
/* 段落 */
#nav div.contact p {
margin-bottom: 0.4em; /* 段落の下マージン（上書き） */
}
/* 電話番号 */
#nav div.contact p.tel {
margin-bottom: 0.1em; /* 段落の下マージン（上書き） */
font-size: 150%; /* 電話番号の文字サイズ */
font-weight: bold; /* 文字の太さ（太字） */
color: #2b2b2b; /* 電話番号の文字色 */
}
/* フォームへのリンク */
#nav div.contact p.form {
margin-top: 0.7em; /* 段落の上マージン（上書き） */
padding: 3px; /* 段落のパディング（白フチの幅） */
background-color: #ffffff; /* 段落の背景色（白フチの色） */
border: 1px solid; /* 段落の境界線（太さ、スタイル） */
border-color: #e0e0e0 #cccccc #cccccc #e0e0e0; /* 段落の境界線色（上右下左） */
text-align: center;
line-height: 100%; /* 行の高さ（上書き） */
}
/* リンクエリア */
#nav div.contact p.form a {
display: block;
position: relative; /* IE6用 */
padding: 12px 2px; /* リンクエリアのパディング（上下、左右） */
background: #dc3a01 url(../image/form_back2_off.gif) repeat-x top; /* リンクエリアの背景 */
font-size: 110%; /* リンクエリアの文字サイズ */
font-weight: bold; /* 文字の太さ（太字） */
color: #ffffff; /* リンクエリアの文字色 */
text-decoration: none; /* テキストの下線（なし） */
}
/* ポイント時の設定 */
#nav div.contact p.form a:hover {
background: #e14a03 url(../image/form_back2_on.gif) repeat-x top; /* ポイント時の背景 */
}

/* --- ▲サイドバー内の設定終了 --- */


/* --- 罫線 --- */
#content hr.clear {
clear: right; /* 右フロートのクリア */
width: 100%;
margin: 0;
visibility: hidden; /* 非表示 */
}

/* --- ▲コンテンツ内の設定終了 --- */


/* --- ▼フッタ内の設定開始 --- */

/* --- フッタ --- */
#footer {
clear: both;
padding: 50px 0 20px; /* フッタのパディング（上、左右、下） */
background: url(../wall/footer.gif) no-repeat top; /* フッタの背景 */
border-bottom: 0px solid #9900CC; /* フッタの下境界線 */
}

/* --- フッタメニュー --- */
#footer ul.nl {
margin: 0 0 10px; /* フッタメニューのマージン（上、左右、下） */
padding: 0;
list-style-type: none;
text-align: center;
}
/* --- メニュー項目 --- */
#footer ul.nl li {
padding: 0 4px 0 8px; /* 項目のパディング（上右下左） */
background: url(../image/menu_line_gold.gif) no-repeat left; /* 項目の背景（区切り線） */
display: inline;
}
/* リンク下線設定 */
#footer ul.nl li a {
position: relative; /* IE6用 */
text-decoration: none; /* テキストの下線（なし） */
}
#footer ul.nl li a:hover{
position: relative; /* IE6用 */
text-decoration: underline; /* テキストの下線 */
}
/* アクティブ時の設定 */
#footer ul.nl li.active a {
color: #ccc; /* ポイント時（アクティブ時）の文字色 */
}
/* 最初の項目 */
#footer ul.nl li.first {
background-image: none; /* 区切り線なし */
}
/* ガイドメニュー */
#footer ul.guide {
margin: 0 0 15px; /* ガイドメニューのマージン（上書き） */
}

/* --- アドレス・コピーライト --- */
#footer address {
font-style: normal; /* 文字のスタイル（ノーマル） */
color: #fde337; /* 文字色 */
text-align: center;
line-height: 140%; /* 行の高さ */
}

/* --- ▲フッタ内の設定終了 --- */


/* --- ▼その他の設定開始 --- */

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}

/* --- ▲その他の設定終了 --- */

/* --- ▼mobileapp --- */
#page2{
	/* This the main container div */
	width:840px;
	min-height: ;
	margin:0;
	position:relative;
	
}

#carousel{
	/*	This is the carousel section, it
		contains the stage and the arrows */
	height:390px;
	margin:50px auto 50px;
	position:relative;
	width:800px;
}


#carousel .arrow{
	/* The two arrows */
	width:44px;
	height:44px;
	background:url('mobileapp_img/arrows.png') no-repeat;
	position:absolute;
	top:50%;
	margin-top:-40px;
	left:0;
	cursor:pointer;
}

#carousel .next{
	/* Individual styles for the next icon */
	background-position:right top;
	left:auto;
	right:0;
}

/* Hover styles */

#carousel .arrow:hover{
	background-position:left bottom;
}

#carousel .next:hover{
	background-position:right bottom;
}



#stage{
	left:50%;
	margin-left:-350px;
	position:absolute;
	width:700px;
	height:100%;
}

#stage img{
	/* Hiding all the images by default */
	display:none;
}

#stage .default{
	/*	This class is applied only to the iphone img by default
		and it is the only one visible if JS is disabled */
	display:block;
	left:50%;
	margin-left:-135px;
	position:absolute;
}

#stage .animationReady{
	/* This class is assigned to the images on load */
	display:block;
	position:absolute;
	top:0;
	left:0;
}
/* --- ▲mobileapp --- */

/* --- ▼form --- */

/* ========mail form======== */

#form {
	overflow:hidden;
	width:700px;

	margin:20px auto;
	background:#fff;
	font-size:14px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;

}
		

/* --- ▲form --- */


.wallimg {
	float:right;
	position:relative;
	margin-top:-400px;
	margin-right:50px;
}

/* --- ▼backtop --- */
.backtotop {
    position: fixed;
    right: 15px;
    bottom: 20px;
    z-index: 9000;
    display: none;
}    

.backtotop a {
    display: block;
    color: #777777;
    padding: 14px 6px;
    margin: 0;
    background-color: #DDDDDD;
    border-radius: 5px;
	  -webkit-border-radius: 5px; /* Safari and Chrome */
         -moz-border-radius: 5px; /* Firefox */
              border-radius: 5px; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
		           behavior: url(css/PIE.htc); 
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
}

.backtotop a:hover {
    background: #666666;
    color: #FFFFFF;
}
/* --- ▲backtop --- */

/* --- ▼ゴーストボタン --- */
.button1{
  position: relative;
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #999966;
  border-radius: 3px;
  background: #FFEEFF;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
  margin-top: 0px;
  margin-left:50px;
}
.button1:hover{
	font-family: "Helvetica", "Arial", "sans-serif";
	background: #FFFFE8;
	font-weight: bold;
	color: #FFFFFF;
}	

/* --- ▲ゴーストボタン --- */