body{
     color:#000000;
     background-position:center;
     background-attachment:fixed;
     background:url(images-new/background-grad.gif) repeat-x;
     font-size:14px;
     margin:0px;
     padding:0px;
     text-align:center;
}

.body-color{background-color:#FEF2EA;}
.body-image{
     background:url(images-new/background-image.gif) no-repeat left top;
}




/* リンク系 */
a:link {color: #00689E;text-decoration: none;}
a:visited {color: #4F4F2A;text-decoration: none;}
a:active {color: #000000;text-decoration: none;}
a.navi:hover{
     background-color:#4F4F4F;
     width:145px;
     background:url(images-new/navi/navi-link.gif) no-repeat;
}
a.con:hover{background-color:#FFFFFF;width:112px;text-decoration:none;}




/* テーブル色 */
.table {background-color: #FFFFFF;}
.table1 {background-color: #FFA9BD;} /* ←１番目に濃い色 */
.table2 {background-color: #FCBBA8;} /* ←２番目に薄い色 */
.table3 {background-color: #FFF4F7;} /* ←１番目に薄い色 */
.table4 {background-color: #F4FFE1;} /* ←明るい萌葱色 */
.table5 {background-color: #FFEDCC;} /* ←ベージュ */
.table6 {background-color: #B0C1FF;} /* ←薄い青紫 */
.table-babypink {background-color: #FFF8FA;} /* ←薄い桃色 */
.table-babyorange {background-color: #FFFDF8;} /* ←薄いオレンジ */




/* リスト画像 */
.list-pinkdot {
     list-style-image:url(images-new/icon_pinkdotted.jpg);
     margin:0px 0px 0px 10px;
}
.list-greendot {list-style-image:url(images-new/icon_greendotted.jpg);}

.list-navi{
     margin:0px;
     list-style-image:url(images-new/introduction-mark.gif);
}

.ul-margin{
     margin:0px 0px 0px 18px;
     padding:0px;
}

.mark{
     background: url(images-new/mark/ic_footer.gif) no-repeat left center;
     height:14px;
     margin:5px;
     padding:0px 0px 0px 12px;
     font-size:12px;
}



/* 画像自体にドロップシャドウ */
.ft0 {filter: progid:DXImageTransform.Microsoft.shadow(color=#B6B6B6, direction=135, strength=5);}






/* ■■■■テーブル系ボックスの指定はココから■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

/* 説明などに使っているシャドウ付き枠（IEのみシャドウ有り） */
.tablebox {
     padding:10px;
     border-bottom:1px solid #D4D4D4;
     border-top:1px solid #D4D4D4;
     border-right:1px solid #D4D4D4;
     border-left:1px solid #D4D4D4;
     width:580px;
     background-color: #FFFFFF;
     text-align:left;
}
.tablebox-pink {
     padding:10px;
     border-bottom:1px solid #D4D4D4;
     border-top:1px solid #D4D4D4;
     border-right:1px solid #D4D4D4;
     border-left:1px solid #D4D4D4;
     vertical-align:top;
     width:580px;
     filter: progid:DXImageTransform.Microsoft.shadow(color=#B6B6B6, direction=135, strength=5);
     background-color: #FFF7F4;
     text-align:left;
}
.tablebox-blue {
     padding:10px;
     border-bottom:1px solid #D4D4D4;
     border-top:1px solid #D4D4D4;
     border-right:1px solid #D4D4D4;
     border-left:1px solid #D4D4D4;
     vertical-align:top;
     width:580px;
     filter: progid:DXImageTransform.Microsoft.shadow(color=#B6B6B6, direction=135, strength=5);
     background-color: #E7F6FA;
     text-align:left;
}
.tablebox-orange {
     padding:10px;
     border-bottom:1px solid #D4D4D4;
     border-top:1px solid #D4D4D4;
     border-right:1px solid #D4D4D4;
     border-left:1px solid #D4D4D4;
     vertical-align:top;
     width:580px;
     background-color: #FFF7E7;
     text-align:left;
}

/* コース案内無料体験コースに使用しているシャドウ付き枠（IEのみシャドウ有り） */
.tablebox-taiken {
     padding:10px;
     border-bottom:1px solid #D4D4D4;
     border-top:1px solid #D4D4D4;
     border-right:1px solid #D4D4D4;
     border-left:1px solid #D4D4D4;
     vertical-align:top;
     width:360px;
     filter: progid:DXImageTransform.Microsoft.shadow(color=#B6B6B6, direction=135, strength=5);
     background-color: #FFFFFF;
     text-align:left;
     float:right;
}


/* 右に回り込む画像にかける枠線 */
.img-boxright {
     padding:5px 5px 5px 5px;
     border-bottom:1px solid #D4D4D4;
     border-top:1px solid #D4D4D4;
     border-right:1px solid #D4D4D4;
     border-left:1px solid #D4D4D4;
     vertical-align:top;
     float:right;
     text-align:center;
     height:auto;
     width:auto;
     margin:0px 0px 0px 10px;
     background-color: #FFFFFF;
}
.img-boxright:after {
	content: "";
	display: block;
	clear: both;
}

/* 左に回り込む画像にかける枠線 */
.img-boxleft {
     padding:5px 5px 5px 5px;
     border-bottom:1px solid #D4D4D4;
     border-top:1px solid #D4D4D4;
     border-right:1px solid #D4D4D4;
     border-left:1px solid #D4D4D4;
     vertical-align:top;
     float:left;
     text-align:center;
     height:auto;
     width:auto;
     margin:0px 10px 0px 0px;
     background-color: #FFFFFF;
}
.img-boxleft:after {
	content: "";
	display: block;
	clear: both;
}

/*オレンジドット　幅指定270px*/
.dotbox-orange {
     width: 270px;
     border: #ff9900 4px dotted;
     padding: 15px;
}
/*オレンジドット　幅指定なし*/
.dotbox-orange-big {
     border: #ff9900 4px dotted;
     padding: 15px;
}
/*ピンクドット　幅指定470px*/
.dotbox-pink {
     width: 470px;
     border: #FFC0CB 4px dotted;
     padding: 10px;
     text-align:left;
}
/*ピンクドット　幅指定なし*/
.dotbox-pink-big {
     border: #FFC0CB 4px dotted;
     padding: 15px;
}
/*ピンクドット　幅指定470px*/
.dotbox-pink-470 {
     width: 470px;
     border: #FFC0CB 4px dotted;
     background-color: #FFF0F4;
     padding: 10px;
     text-align:left;
}



/* ■■■■テーブル系ボックスの指定はココまで■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */





/* ■■■■左側メインの指定はココから■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

/* 左側メイン■600px枠｜←<div id="wrap2">→<div id="left">→<div class="top-600px">で使用しています。左側メイン内を差し替える時は<div class="top-600px">〜〜</div>の間に差し込んで下さい。 */
.top-600px{
     margin:0px;
     width:600px;
     height:auto;
     text-align:left;
}

/* 左側メイン■パンくずリスト部分 */
.pankuzu{
     margin:4px 0px 5px 0px;
     font-size:12px;
     text-align:left;
}

/* 左側メイン■ページタイトル部分（h1で使用する装飾） */
.h1-title{
     width:600px;
     height:30px;
     margin:0px;
     background: url(images-new/titleback_01.gif) no-repeat left top;
     text-align:left;
     background-color: #ffffff;
}
.h1-title-pink{
     width:600px;
     height:35px;
     margin:0px;
     background: url(images-new/icon_titleback_01pink.gif) no-repeat left top;
     text-align:left;
     background-color: #ffffff;
}
.h1-title-blue{
     width:600px;
     height:35px;
     margin:0px;
     background: url(images-new/icon_titleback_01blue.gif) no-repeat left top;
     text-align:left;
     background-color: #ffffff;
}
.h1-title-orange{
     width:600px;
     height:35px;
     margin:0px;
     background: url(images-new/icon_titleback_01orange.gif) no-repeat left top;
     text-align:left;
     background-color: #ffffff;
}
.h1-title-green{
     width:600px;
     height:35px;
     margin:0px;
     background: url(images-new/icon_titleback_01.gif) no-repeat left top;
     text-align:left;
     background-color: #ffffff;
}

/* 左側メイン■ページタイトル部分（h2で使用する装飾） */
.h2-title{
     width:550px;
     height:30px;
     margin:0px;
     background: url(images-new/icon_titleback_02pink.gif) no-repeat left top;
     text-align:left;
     background-color: #ffffff;
}
.h2-title-pink{
     width:550px;
     height:30px;
     margin:0px;
     background: url(images-new/icon_titleback_02pink.gif) no-repeat left top;
     text-align:left;
     background-color: #FFF7F4;
}
.h2-title-orange{
     width:550px;
     height:30px;
     margin:0px;
     background: url(images-new/icon_titleback_02orange.gif) no-repeat left top;
     text-align:left;
     background-color: #FFF7E7;
}
.h2-title-green{
     width:550px;
     height:30px;
     margin:0px;
     background: url(images-new/icon_titleback_02.gif) no-repeat left top;
     text-align:left;
     background-color: #ffffff;
}

.h3-title{
     width:535px;
     height:30px;
     margin:0px;
     padding:10px 0px 0px 0px;
     background: url(images-new/icon_titleback_03.gif) no-repeat left top;
     text-align:left;
     background-color: #ffffff;
}

/* 左側メイン■各コースのご案内で使用するタイトル装飾 */
.course-title{
     width:580px;
     height:54px;
     margin:0px;
     padding:15px 0px 0px 0px;
     background: url(course/img/titleback.jpg) no-repeat left top;
     text-align:left;
     background-color: #FFFFFF;
     color:#777777;
}

/* ■■■■左側メインの指定はココまで■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */





/* ■■■■右側の指定はココから■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

/* 右ナビメニュー設定 */
.menu-pickup1 {background-color: #9BD288;border-top:1px solid #FFFFFF;border-left:1px solid #FFFFFF;} /* ←濃い部分 */
.menu-pickup2 {background-color: #DCEECA;border-top:1px solid #76B061;border-left:1px solid #76B061;} /* ←薄い部分（枠内） */
.menu-title {background-color: #74C159;border-top:1px solid #FFFFFF;border-left:1px solid #FFFFFF;} /* ←メニュー文字の背景色 */
.menu-back {background-color: #F3F7EE;} /* ←メニュー背景（薄い部分） */
.menu-line {background-color: #74C159;} /* ←枠線部分 */
.menu-dammy {padding:3px;} /* ←余白 */

.navi-title{
     margin:0px;
     width:155px;
     height:26px;
     padding:2px 0px 0px 7px;
     text-align:left;
     font-size:12px;
     font-weight:bold;
     color:#A60E39;
     background:url(images-new/navi.gif) no-repeat;
}

.navi-menu{
     margin:0px 0px 0px 3px;
     width:145px;
     padding:0px 0px 8px 0px;
     font-size:12px;
     background:url(images-new/navi/navi-bottomline.gif) no-repeat left bottom;
     text-decoration:none;
}

/* ■■■■右側の指定はココまで■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */





/* ■■■■トップページの指定はココから■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

/* トップページ■日程表 */
.nittei-title {background-color: #DCEECA;border-top:1px solid #FFFFFF;border-left:1px solid #FFFFFF;} /* ←日程表項目部分 */


/* トップページ■キャンペーンバナー*/
.top-campaign1 {
     width: 200px;
     margin: 0px 0px 5px 0px;
     float: left;
     text-align: center;
}
.top-campaign1:after {
     content: "";
     display: block;
     clear: both;
}

/* トップページ■日本道観トピックスバー部分*/
.bar-topics{
     width:489px;
     height:31px;
     background:url(images-new/bar-topics.gif) no-repeat;
     background-color:#ffffff;
     font-size:12px;
     padding:0px 0px 0px 0px;
}

/* トップページ■日本道観トピックススクロール枠*/
.top-topics02{
     margin:0px 0px 5px 0px;
     width:488px;
     height:200px;
     padding:0px;
     border-top:1px solid #E6D688;
     border-right:1px solid #E6D688;
     border-bottom:1px solid #E6D688;
     border-left:1px solid #E6D688;
     scrollbar-3dlight-color:#E6D688;
     scrollbar-arrow-color:#FFFFFF;
     scrollbar-darkshadow-color:#E6D688;
     scrollbar-face-color:#E6D688;
     scrollbar-highlight-color:;
     scrollbar-shadow-color:#E6D688;
     scrollbar-track-color:#FFFDF8;
     overflow:auto;
}

/* トップページ■オススメ特集コンテンツバー部分*/
.bar-osusume{
     width:489px;
     height:31px;
     background:url(images-new/bar-osusume.gif) no-repeat;
     background-color:#ffffff;
     font-size:12px;
     padding:0px 0px 0px 0px;
}

/* トップページ■NOTICE〜おすすめの本〜部分*/
.bar-notice{
     width:280px;
     height:29px;
     background:url(images-new/bar-notice.gif) no-repeat;
     background-color:#ffffff;
     font-size:12px;
     padding:0px 0px 0px 0px;
}



/* ■■■■トップページの指定はココまで■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */





/* ■■■■導引術書籍ページの指定はココから■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

/* 本囲み枠（ドロップシャドウ有り） */
.book-box {
     padding:5px;
     text-align:center;
     width:150px;
     height:auto;
     border-bottom:1px dotted #999999;
     border-top:1px dotted #999999;
     border-right:1px dotted #999999;
     border-left:1px dotted #999999;
     margin:8px 15px 8px 5px;
     filter: progid:DXImageTransform.Microsoft.shadow(color=#B6B6B6, direction=135, strength=5);
     background-color: #FFFFFF;
     float:left;
}
.book-box:after {
	content: "";
	display: block;
	clear: both;
}

/* ■■■■導引術書籍の指定はココまで■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */





/* ■■■■フォームの指定はココから■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

/* form table */
#form table{width:94%; border:2px solid #CCCCCC; margin:15px ; font-size:14px;}

#form table th, #form table td{padding:8px; border-right:1px solid #C7D3E2; border-bottom:1px solid #C7D3E2; border-left:1px solid #fff; border-top:1px solid #fff; line-height:1.8; }

#form table th{text-align:left; background:#eaedf7; color:#304982; font-weight: normal; }

#form table th span{color:#CC0033; }

#form table th.short{width:25%; }

#form table td p{margin: 0px; }

#form table th p{margin: 7px 0px 0px; }

.send{text-align:center; margin:15px 0px; padding-top: 15px; }

.send input{width: 160px; }

/* ■■■■フォームの指定はココまで■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */





/* ■■■■資料請求プレゼントの指定はココから■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

/* 資料請求 */
.shiryou{
    width:600px;
    margin:0px;
    padding:0px;
    text-align:center;
}

.shiryou1{
    width:600px;
    margin:0px;
    padding:0px;
}

.shiryou2{
    width:291px;
    height:232;
    margin:0px;
    padding:0px;
    text-align:left;
    float:left;
    font-size:14px;
    line-height:18px;
    border-left:4px dotted #fff462;
    border-bottom:4px dotted #fff462;
}

.shiryou3{
    width:305px;
    margin:0px;
    padding:0px;
    text-align:right;
    float:right;
}

/* ■■■■資料請求プレゼントの指定はココまで■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */





/* ■■■■親子のページの指定はココから■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

/* 親子ページ入り口の大元文オレンジドット枠（子育てに悩み、ストレスはつきものです〜・・・） スペコン酒風呂ワンポイント部分＆メタボ体験談にも使用*/
.orange-dottedbox {
     width: 510px;
     padding: 15px;
     border: #ff9900 4px dotted;
     background-color: #ffffe5;
     text-align: left;
}

/* 親子ページ入り口の子育て体験談部分（大枠） */
#table-child {
     vertical-align:top;
     text-align:center;
     margin:0px 0px 0px 20px;
     background-color:#FFFFFF;
}

/* 親子ページ入り口の子育て体験談部分（点線グレー枠） */
.child{
     width:390px;
     margin:0px;
     padding:10px;
     text-align:left;
     font-size:14px;
     line-height:17px;
     border-bottom:1px dotted #999999;
     border-top:1px dotted #999999;
     border-right:1px dotted #999999;
     border-left:1px dotted #999999;
     filter: progid:DXImageTransform.Microsoft.shadow(color=#B6B6B6, direction=135, strength=5);
     background-color:#FFFFFF;
     float:left;
}

/* 親子ページ入り口の子育て体験談部分（葉っぱの画像を囲むdiv） */
.child-image{
     width:122px;
     margin:0px;
     padding:0px;
     text-align:center;
     float:left;
}

/* 親子ページタオファミリー体験談部分（紫背景） */
.taofamily-table1 {
width: 490px;
padding: 10px;
border-top: #b3b3ff 2px solid;
border-bottom: #b3b3ff 2px solid;
background-color: #e5e5ff;
text-align: center;
}
.taofamily-table1:after {
	content: "";
	display: block;
	clear: both;
}

/* 親子ページタオファミリー体験談部分（水色背景） */
.taofamily-table2 {
width: 490px;
padding: 10px;
border-top: #b3b3ff 2px solid;
border-bottom: #b3b3ff 2px solid;
background-color: #e5fff7;
text-align: center;
}
.taofamily-table2:after {
	content: "";
	display: block;
	clear: both;
}

/*紫ドット　幅指定400px*/
.dotbox-purple {
     width: 400px;
     padding: 15px;
     border: #b3b3ff 2px dotted;
     background-color: #ffffff;
     text-align: left;
}
.dotbox-purple:after {
	content: "";
	display: block;
	clear: both;
}

/* ■■■■親子のページの指定はココまで■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */





/* ■■■■ブックキャンペーンの指定はココから■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

/* Amazon.co.jp */
.book-review{
     width:530px;
     margin:0px;
     padding:10px;
     text-align:left;
     font-size:12px;
     line-height:16px;
     filter: progid:DXImageTransform.Microsoft.shadow(color=#B6B6B6, direction=135, strength=5);
     background-color:#FFEDCC;
}

/* ■■■■ブックキャンペーンの指定はココまで■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */





/* ■■■■入会金無料キャンペーンの指定はココから■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

/* シャドウ枠内ドット枠 */
.nyukai-dotbox {
     width: 510px;
     padding: 15px;
     border: #FF8DA5 4px dotted;
     background-color: #F4FDFF;
     text-align: left;
}

/* ■■■■入会金無料キャンペーンの指定はココまで■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */




/* ■■■■冷えのスペシャルコンテンツの指定はココから■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

/*ピンクドット　幅指定なし*/
.dotbox-pink-hie {
     border: #FFC0CB 4px dotted;
     padding: 15px;
     background-color: #FFF0F4;
     float:left;
     width:200px;
}

.dotbox-pink-hie-big {
     border: #FFC0CB 4px dotted;
     padding: 10px;
     background-color: #FFF0F4;
     width:500px;
     text-align:left;
}

.contents-box {
     width:390px;
     text-align:left;
}

/* ■■■■冷えのスペシャルコンテンツの指定はココまで■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */




/* ■■■■入会のきっかけページの指定はココから■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

/* きっかけ表タイトル */
.kikkake-title {background-color: #DCEECA;border-top:1px solid #FFFFFF;border-left:1px solid #FFFFFF;} /* ←tableの一番上部分 */

/* テキストボックス */
.dotbox-pink-kikkake-big {
     border: #FFC0CB 4px dotted;
     padding: 10px;
     background-color: #FFF0F4;
     width:550px;
     text-align:left;
     clear:both;
}

/* 気になる症状をクリック！ */
.dotbox-pink-kininaru {
     border:#FFC0CB 4px solid;
     margin:0px;
     padding:10px;
     background-color:#FFFFFF;
     width:360px;
     text-align:left;
}

/* ■■■■入会のきっかけページの指定はココまで■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */





/* ■■■■ココが知りたい心とからだの指定はココから■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

.kokoshiri-back{
     margin:0px;
     height:83px;
     padding:0px;
     text-align:center;
     font-size:14px;
     line-height: 20px;
     font-weight:bold;
     background:url(contents/img/kokoshiri-back.jpg) no-repeat center;
}

.kokoshiri-fukidashi{
     margin:10px 30px 0px 5px;
     height:109px;
     width:340px;
     padding:0px;
     text-align:center;
     line-height:35px;
     font-weight:bold;
     background:url(contents/img/kokoshiri-fukidashi.jpg) no-repeat left;
     float:right;
}

/* ■■■■ココが知りたい心とからだの指定はココまで■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */




/* ■■■■コース案内の指定はココから■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

.course-taiken {
     margin:0px;
     width:560px;
     height:420px;
     padding:0px;
     text-align:left;
     font-size:14px;
     background:url(course/img/top.jpg) no-repeat right bottom;
}

/* コース案内index.html■インフォメーション枠部分*/
.info-head{
     width:380px;
     height:30px;
     background:url(images-new/info-head.gif) no-repeat;
     background-color:#ffffff;
     font-size:12px;
     padding:0px 0px 0px 0px;
     margin:0px 0px 0px 20;
     text-align:center;
}
.info-back{
     width:380px;
     background:url(images-new/info-back.gif) repeat-y;
     font-size:12px;
     padding:5px;
     margin:0px 0px 0px 20;
     text-align:left;
}
.info-bottom{
     width:380px;
     height:15px;
     background:url(images-new/info-bottom.gif) no-repeat;
     background-color:#ffffff;
     font-size:12px;
     padding:0px 0px 0px 0px;
     margin:0px 0px 0px 20;
     text-align:center;
}

/* ■■■■コース案内の指定はココまで■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */




/* ■■■■６週間集中プログラムの指定はココから■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

.six-top {
     margin:10px 0px 0px 0px;
     width:560px;
     height:450px;
     padding:0px;
     text-align:left;
     font-size:14px;
     background:url(course/img/6week-top.jpg) no-repeat right bottom;
}

.six-taiken {
     margin:10px 0px 0px 0px;
     padding:0px;
     text-align:left;
     font-size:14px;
     background:url(course/img/6week-taiken.jpg) no-repeat right bottom;
}

.six-stress {
     margin:10px 0px 0px 0px;
     padding:0px;
     text-align:left;
     font-size:14px;
     background:url(course/img/doin_02.gif) no-repeat right top;
}

.six-jyukourei {
     margin:10px 0px 0px 0px;
     padding:0px;
     text-align:left;
     font-size:14px;
     background:url(course/img/photo_02.jpg) no-repeat right bottom;
}

/* ■■■■６週間集中プログラムの指定はココまで■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */





/* ■■■■エリアマップの指定はココから■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

/* 参宮橋マップ画像リンクのボックス */
.area-thumbnail{
     width:150px;
     height:120px;
     margin:5px;
     padding:5px;
     border-bottom:1px dotted #999999;
     border-top:1px dotted #999999;
     border-right:1px dotted #999999;
     border-left:1px dotted #999999;
     text-align:center;
     float:left;
}
/* 参宮橋マップ画像リンクのボックスを囲むボックス */
.area-thumbnailbox{
     width:520px;
     margin:0px 0px 0px 25px;
     text-align:center;
}

/* ■■■■エリアマップの指定はココまで■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */




/* ■■■■初めての方への指定はココから■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

/*ピンクドット　幅指定200px*/
.dotbox-pink-200 {
     width: 200px;
     border: #FFC0CB 4px dotted;
     padding: 15px;
     margin: 0px 70px 0px 0px;
     float:right;
}

/* 初めての方へ■枠部分*/
.waku {
     width:579px;
     margin:0px;
     padding:0px 0px 10px 0px;
     background-image:url(introduction/img/waku-bottom.gif);
     background-position:left bottom;
     background-repeat:no-repeat;
     text-align:left;
}


/* ■■■■初めての方への指定はココまで■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */




/* ■■■■学院概要の指定はココから■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

.introduction-title1{
     margin:0px;
     width:260px;
     height:30px;
     padding:2px 0px 0px 7px;
     text-align:left;
     font-size:12px;
     font-weight:bold;
     color:#275300;
     background:url(images-new/introduction_01.gif) no-repeat;
}

.introduction-title2{
     margin:0px;
     width:260px;
     height:29px;
     padding:2px 0px 0px 7px;
     text-align:left;
     font-size:12px;
     font-weight:bold;
     color:#C75234;
     background:url(images-new/introduction_02.gif) no-repeat;
}

.introduction-menu{
     width:260px;
     margin:0px;
     padding:5px;
     font-size:14px;
     line-height:22px;
     border-bottom:1px solid #FFB7A5;
     border-top:0;
     border-right:1px solid #FFB7A5;
     border-left:1px solid #FFB7A5;
     background-color: #FFEEEE;
}

/* ■■■■学院概要の指定はココまで■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */





/* ■■■■日本道観学院案内の指定はココから■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

.contentslink {
     margin: 0px 5px 0px 0px ;
     width:150px;
     height:30px;
     padding:6px 0px 0px 0px;
     text-align:center;
     font-size:14px;
     font-weight:bold;
     background:url(images-new/contentslink.gif) no-repeat;
     float:left;
}

.contentslink2 {
     margin: 0px 5px 0px 0px ;
     width:150px;
     height:30px;
     padding:6px 0px 0px 0px;
     text-align:center;
     font-size:14px;
     font-weight:bold;
     background:url(images-new/contentslink.gif) no-repeat;
}


/* ■■■■日本道観学院案内の指定はココまで■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */