@charset "UTF-8";


/*  メニュー各ページ骨格   --------------------------------------------- */


#container {
	margin: auto; /* 自動マージン（幅と連動）により、ページが中央揃え */
	width: 850px;  /* 最大幅である 800px より小さくすると、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
	text-align: left; /* この設定は body エレメントの text-align: center より優先 */
	color:#111;
} 

#header {
	background: url(../images/class_05.jpg) no-repeat; /* デフォルトの背景はお知らせ　*/
	height: 165px;
	width: 850px;
} 
#header #logo {
	width:179px;
	position: absolute;
	padding-left: 635px;
	padding-top: 2px;
}

/* menuボタンの配置 */
#header #nav {
	padding-left:200px;
	height:165px;
}

#header #nav li {
	line-height:0;
	float:left;
	width:100px;
	margin-left:22px;
	margin-top: 50px;
}

/* パン屑リストの配置 */
#header #path {
	position: absolute;
	font-size: 87.5%;
	text-align: right;
	margin-top: 0px;
	float: right;
	padding-right: 30px;
	width: 819px;
}

/* 左側のサイドバー */
#sidebar1 {
	float: left; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要あり */
	width: 150px; /* 標準に準拠したブラウザまたは Internet Explorer の標準モードでは、この div の実際の幅には、幅に加えて余白と境界線も含 */
	background: #999 url(../images/class_04.jpg) no-repeat; /* 背景色は、列内のコンテンツの長さにわたって表示 */
	padding: 200px 10px 15px 20px;
	font-size: 87.5%;
}

#mainContent {
	background: url(../images/waku_02.png) repeat-y;　/* 背景は、枠線 */
	padding: 0; /* 余白は div ボックスの内側のスペース、マージンは div ボックスの外側のスペースです */
	float: right;
	width: 670px;
	margin: 0px; /* この div エレメントの左マージンにより、ページの左側に #sidebar1 div が設定。#sidebar1 div に含まれるコンテンツの量に関係なく、#sidebar1 div のスペースは維持されます。#sidebar1 のコンテンツが終了した後のスペースに #mainContent div のテキストを挿入するには、このマージンを削除。 */
} 

#mainContent h1 {
	display: block;
	font-size: 2em;
	font-weight: bold;
	margin: 0em 0em 0.2em 1em;
}

#mainContent p {
	margin: 0em 1.5em;
}
#mainContent p.lead {
	margin:1.5em 40px;
	line-height:1.5em;
}
#mainContent p.indent {
	margin:0 20px 0 80px;
}
#mainContent p.indent-indent {
	margin:0 20px 0 120px;
}


#mainContent p.small{
	font-size:80%;
	margin-left: 2em;
}

#mainContent #path2 {
	clear:both;
	background: url(../images/waku_03.jpg) no-repeat;
	height: 36px;
	width: 670px;
}

/* フッター */

#footer {
	clear:both;
	background: url(../images/back_02.jpg);
	height: 80px;
	padding: 10px 10px 0 10px; /* この余白は、その上に表示される div のエレメントの左揃えと一致 */
	margin: 0; /* フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
	text-align:center;
}	

#footer p.menu {
	line-height: 1.5em;
	font-size:87.5%;
	border-top: 1px solid #020;
}
#footer p.copyright{
	line-height: 1em;
	font-size: 70%;
	color: #999;
}

/* 各メニューページ用スタイル　---------------------------------------------*/

/* 上部エリア背景画像 */
#header.info {
	background: #999 url(../images/info_01.jpg);
} 
#header.class {
	background: #999 url(../images/class_01.jpg);
} 
#header.gallery {
	background: #999 url(../images/gallery_01.jpg);
} 
#header.shop {
	background: #999 url(../images/shop_01.jpg);
} 
#header.trial {
	background: #999 url(../images/trial_01.jpg);
} 
#header.order {
	background: #999 url(../images/order_01.jpg);
} 
#header.access {
	background: #999 url(../images/access_01.jpg);
} 

/* 左エリア背景画像 */
#sidebar1.info {
	background: #999 url(../images/info_03.jpg) no-repeat; 
}
#sidebar1.class {
	background: #999 url(../images/class_03.jpg) no-repeat; 
}
#sidebar1.gallery {
	background: #999 url(../images/gallery_03.jpg) no-repeat; 
}
#sidebar1.shop {
	background: #999 url(../images/shop_03.jpg) no-repeat; 
}
#sidebar1.trial {
	background: #999 url(../images/trial_03.jpg) no-repeat; 
}
#sidebar1.order {
	background: #999 url(../images/order_03.jpg) no-repeat; 
}
#sidebar1.access {
	background: #999 url(../images/access_03.jpg) no-repeat; 
}




/* h2タイトルの装飾 */

#mainContent h2 {
	font-size: 120%;
	margin: 1em 4px ;
	padding: 0.5em 0.5em;
}

#mainContent h2.info {
	clear:both;
	color:#036;
	background: #6699cc; /* old browsers */
	background: -moz-linear-gradient(top, #cccccc 0%, #6699cc 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#6699cc)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#6699cc',GradientType=0 ); /* ie */
}
#mainContent h2.class {
	clear:both;
	color:#030;
	background: #669966; /* old browsers */
	background: -moz-linear-gradient(top, #cccccc 0%, #669966 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#669966)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#669966',GradientType=0 ); /* ie */
}
#mainContent h2.gallery {
	clear:both;
	color:#330000;
	background: #cc9999; /* old browsers */
	background: -moz-linear-gradient(top, #cccccc 30%, #cc9999 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#cccccc), color-stop(100%,#cc9999)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#cc9999',GradientType=0 ); /* ie */
}
#mainContent h2.shop {
	clear:both;
	color:#003333;
	background: #669999; /* old browsers */
	background: -moz-linear-gradient(top, #cccccc 30%, #669999 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#cccccc), color-stop(100%,#669999)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#669999',GradientType=0 ); /* ie */
}
	
#mainContent h2.trial {
	clear:both;
	color:#330033;
	background: #996699; /* old browsers */
	background: -moz-linear-gradient(top, #cccccc 30%, #996699 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#cccccc), color-stop(100%,#996699)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#996699',GradientType=0 ); /* ie */
}
#mainContent h2.order {
	clear:both;
	color:#333300;
	background: #666633; /* old browsers */
	background: -moz-linear-gradient(top, #cccccc 30%, #666633 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#cccccc), color-stop(100%,#666633)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#666633',GradientType=0 ); /* ie */
}
#mainContent h2.access {
	clear:both;
	color:#036;
	background: #6699cc; /* old browsers */
	background: -moz-linear-gradient(top, #cccccc 0%, #6699cc 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#6699cc)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#6699cc',GradientType=0 ); /* ie */
}

/* h3の装飾 \*/

#mainContent h3 {
	font-size: 100%;
	margin: 2em 40px 1em 40px;
	padding: 0.2em 0.5em;
}

#mainContent h3.order {
	clear:both;
	color:#333300;
	border-left: 5px solid #330;
}
#mainContent h3.trial {
	clear:both;
	color:#330033;
	border-left: 5px solid #303;
}
#mainContent h3.info {
	clear:both;
	color:#036;
	border-left: 5px solid #036;
}
#mainContent h3.sitemap {
	clear:both;
	color:#020;
	border-left: 5px solid #020;
}
#mainContent h3.sitemap-indent {
	margin: 1em 40px 1em 80px;
	color:#020;
	border-left: 5px solid #020;
}


/* h4の装飾 \*/
h4 {
	color:#030;
	font-weight: bold;
	margin-bottom: 1em;
}

/* セクション区切り \*/
#mainContent .section {
	margin:1em 40px;
}


/* リンク画像の枠線消去 \*/


a img {
    border-style:none;
}


/* ▼データテーブル

   --------------------------------------------- */

/* dataTable01 */

table.dataTable01 { 
	margin: 1em;
	width: 95%; 
	border: none;
	}
	
table.dataTable01 tr th,
table.dataTable01 tr td {
	padding: 5px;
	vertical-align:top;
	}
	

/* dataTable02 */

table.dataTable02 {
	margin:0.5em auto;
	width: 580px;
	border: 1px solid #555;
	line-height: 1.6em;
	}
table.dataTable02 th {
	background-color:#999;
	border: 1px solid #555;
	padding: 0.5em 10px;
}
	
table.dataTable02 tr td {
	padding: 0.5em 10px;
	border: 1px solid #555;
	}
table.dataTable02 tr td.sec {
	background-color:#e0e0e0;
	}


/* ▼段組み：マルチカラム

   --------------------------------------------- */

div.clWrap{

    zoom: 1;
    clear: both;
	margin-left:40px;
	margin-top:1em;

}

div.clWrap:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
}

/* Hides from IE-mac \*/

* html div.clWrap{

    height: 1%;
    overflow: visible;

}

/* End hide from IE-mac */

div.clWrap.divide{
    margin-bottom: 1.75em;
    padding-bottom: 1px;
    background: url(/common/images/bg_border04.gif) repeat-x left bottom;
}



/* 画像＋キャプション セット */

dl.pctBox{
	margin: 0;
	font-size: 90%;
}

dl.pctBox dt{
    margin: 0 0 5px;
}

dl.pctBox dd{
	margin: 0;
	text-align: center;
	font-size: 90%;
	padding: 5px;
}
dl.pctBox dd.gray{
	background-color:#666;
	color: #fff;
}


/* 段組み（2カラム基準） */

div.clWrap.clWrap-2cl div.clBox{
	float: left;
	width: 300px;
}

div.clWrap.clWrap-2cl div.clBox.last{
	margin-right:30px;
    float: right;
}

div.clWrap.clWrap-2cl div.clBox.pctRBox{
    float: right;
    margin-left: 20px;
}

div.clWrap.clWrap-2cl div.clBox.pctLBox{
    float: left;
    margin-right: 20px;
}




/* 段組み（2カラム基準・2:1カラムセット） */

div.clWrap.clWrap-2cl div.clBox div.txtL{
    float: left;
    width: 210px;
}

div.clWrap.clWrap-2cl div.clBox div.pctR{
    float: right;
    width: 95px;
}

div.clWrap.clWrap-2cl div.clBox div.txtL02{
    float: left;
    width: 115px;
}

div.clWrap.clWrap-2cl div.clBox div.pctR02{
    float: right;
    width: 210px;
}




/* 段組み（3カラム基準） */

div.clWrap.clWrap-3cl div.clBox{
    float: left;
    width: 180px;
    margin-right: 25px;
	margin-bottom:20px;
}

div.clWrap.clWrap-3cl div.clBox.last{
    float: right;
    margin-right: 0;
}

div.clWrap.clWrap-3cl div.txtL{
    float: left;
    width: 440px;
}

div.clWrap.clWrap-3cl div.txtR{
    float: right;
    width: 440px;
}

div.clWrap.clWrap-3cl div.clBox.pctRBox{
    float: right;
    margin-left: 20px;
    margin-right: 30px;
}



/* 段組み（4カラム基準） */

div.clWrap.clWrap-4cl div.clBox{
    float: left;
    width: 130px;
    margin-right: 25px;
	margin-bottom:20px;
}

div.clWrap.clWrap-4cl div.clBox.last{
    float: right;
    margin-right: 0;
}

div.clWrap.clWrap-4cl div.txtL{
    float: left;
    width: 500px;
}

div.clWrap.clWrap-4cl div.txtR{
    float: right;
    width: 500px;
}

div.clWrap.clWrap-4cl div.clBox.pctRBox{
    float: right;
    margin-left: 25px;
    margin-right: 0;
}



/* 段組み（6カラム基準） */

div.clWrap.clWrap-6cl div.clBox{
    float: left;
    width: 95px;
    margin-right: 20px;
    word-wrap: break-word;
}

div.clWrap.clWrap-6cl div.clBox.last{
    float: right;
    margin-right: 0;
}

div.clWrap.clWrap-6cl div.txtL{
    float: left;
    width: 555px;
}

div.clWrap.clWrap-6cl div.txtR{
    float: right;
    width: 555px;
}

div.clWrap.clWrap-6cl div.clBox.pctRBox{
    float: right;
    margin-left: 20px;
    margin-right: 0;

}

/* 段組みカラムのテキスト枠調整 */
#container #mainContent .clWrap.clWrap-2cl .clBox p {
	margin: 0.5em 1em 1em 0em;
	line-height: 1.5em;
}

/* ▼リスト（通常）   --------------------------------------------- */

ol li,
ul li{
    margin-bottom: 0.45em;
}
ul ul.linkList01,
ol ul.linkList01,
ul ul.listmark,
ol ul.listmark{
    margin-top: 0.45em;
    margin-bottom: 0;
}

/* ▼リスト（インデントのみ）   --------------------------------------------- */

ul.list01,
ul.list01 ul,
ul.list02,
ul.list02 ul,
ul.list03,
ul.list03 ul{
    list-style: none;
    margin: 0 0 auto;
    padding: 0;
}
ul.list01 li,ul.list02 li,ul.list03 li{
    margin: 0 0 auto;
    padding: 0;
}
ul.list01 ul{
    margin-left: 1em;
}
ul.list02 ul{
    margin-left: 2em;
}
ul.list03 ul{
    margin-left: 3em;
}


/* ▼リスト（記号指定）   --------------------------------------------- */
ul.linkList0{
    margin: 0 0 1em;
}
ul.linkList0 li{
    margin: 0 0 0.45em 0;
	padding: 0;
    background: url(../images/arrow_gr.gif) no-repeat 3px 0.2em;
}

ul.listmark{
    list-style: none;
    margin: 0 0 1em;
    padding: 0;
	line-height:1.3em;
}
ul.listmark li,
ul.linkList01 ul.listmark li{
    margin: 0 0 0.45em 1em;
    padding: 0;
    text-indent: -1em;
}
ul.listmark.note{
    font-size: 86%;
}
ul li ul.listmark{
    margin-bottom: 0;
}
ul.listmark li ul.linkList01 li{
    margin: 0;
    text-indent: 0;
}
ul.linkList01 li{
    background: url(images/arrow_gr.gif) no-repeat 3px 0.5em;
}
ul.listmark li ul.listmark{
    margin: 0.45em 0 0 0;
}
ul.listmark.listmark02 li,
ul.linkList01 ul.listmark.listmark02 li{
    margin: 0 0 0.45em 1.5em;
    text-indent: -1.5em;
}
ul.listmark.listmark03 li,
ul.linkList01 ul.listmark.listmark03 li{
    margin: 0 0 0.45em 2em;
    text-indent: -2em;
}
ul.listmark.listmark04 li,
ul.linkList01 ul.listmark.listmark04 li{
    margin: 0 0 0.45em 3em;
    text-indent: -3em;
}


/* ▼段落   --------------------------------------------- */
.alC{
    text-align: center;
}
.alR{
    text-align: right;
}

/* お知らせ一覧   --------------------------------------------- */

dl#news{
	/* height:350px; */
	width:630px;
	margin:5px 20px;
	padding:0;
	float:left;
}
dl#news dt{
	font-size:80%;
	width:120px;
	float:left;
	margin:5px 10px 0 0;
	padding-top:2px;
	line-height:1.8em;
	color:#330;
}
dl#news dd{
	float:left;
	background:url(../images/arrow_gr.gif) no-repeat left;
	width:485px;
	margin-top:5px;
	padding-top:2px;
	padding-left:10px;
	line-height:1.8em;
	border-bottom:1px #333 dotted;
}
dl#news a{
	color:#330;
}
dl#news a:visited{
	color:#000;
}

/* ▼「このページの先頭へ」
   --------------------------------------------- */


#mainContent #path2 .page-top a img {
	float: right;
	margin: 10px 0 0 0;
}

/*  シンボルマーク --------------------------------------------- */
#container #sidebar1 p .linkIcn { vertical-align: text-bottom; }
