/* 全体の余白ゼロにさせる
---------------------------------------------------- */

* {
margin:0;
padding:0;
}




/* サイトを中心ににさせる
---------------------------------------------------- */

body { 
text-align:center;
font-family:"MS Pゴシック", "Osaka", Arial, sans-serif;
}




/* サイトの中身の設定
---------------------------------------------------- */

#outline {
width:800px;
letter-spacing:2px;
font-size:85%;
text-align:left;
}

/* ヘッダーとメニューの背景
---------------------------------------------------- */
#header{
width:800px;
height:76px;
background:#fff;
}


#left{
float:left;
}


#right{
float:left;
padding-top:23px;
padding-left:20px;
}


#right a span{
display:none;
} 

#right a{
display:block;
width:77px;
height:20px;
}








/* メニューボタン　
---------------------------------------------------- */
ul.menu01{
list-style:none;
}

li.menu01{
float:left;
display:block;
}



ul.menu02{
list-style:none;
}


li.menu02{
float:left;
display:block;
border-left:solid 1px #999;
}

#menu{
float:left;
padding-left:40px;
margin-top:-23px;
margin-bottom:5px;
}


#menu a span{
display:none;
} 

#menu a{
display:block;
width:80px;
height:20px;
}



/* ホームボタン
---------------------------------------------------- */
a.home{
	background-image:url(b/home_off.gif);
	background-repeat:no-repeat;
}
a:hover.home{
	background-image:url(b/home_on.gif);
	background-repeat:no-repeat;
} 
a.homeoff{
	background-image:url(b/home_on.gif);
	background-repeat:no-repeat;
}


/* インフォメーションボタン 
---------------------------------------------------- */
a.info{
	background-image:url(b/info_off.gif);
	background-repeat:no-repeat;
}
a:hover.info{
	background-image:url(b/info_on.gif);
	background-repeat:no-repeat;
} 
a.infooff{
	background-image:url(b/info_on.gif);
	background-repeat:no-repeat;
}


/* プロフィールボタン 
---------------------------------------------------- */
a.pro{
	background-image:url(b/profile_off.gif);
	background-repeat:no-repeat;
}
a:hover.pro{
	background-image:url(b/profile_on.gif);
	background-repeat:no-repeat;
} 
a.prooff{
	background-image:url(b/profile_on.gif);
	background-repeat:no-repeat;
}


/* レッスンボタン
---------------------------------------------------- */
a.lesson{
	background-image:url(b/lesson_off.gif);
	background-repeat:no-repeat;
}
a:hover.lesson{
	background-image:url(b/lesson_on.gif);
	background-repeat:no-repeat;
} 
a.lessonoff{
	background-image:url(b/lesson_on.gif);
	background-repeat:no-repeat;
}




/* ギャラリーボタン 
---------------------------------------------------- */
a.gallery{
	background-image:url(b/gallery_off.gif);
	background-repeat:no-repeat;
}
a:hover.gallery{
	background-image:url(b/gallery_on.gif);
	background-repeat:no-repeat;
} 
a.galleryoff{
	background-image:url(b/gallery_on.gif);
	background-repeat:no-repeat;
}




/* ブログボタン 
---------------------------------------------------- */
a.blog{
	background-image:url(b/blog_off.gif);
	background-repeat:no-repeat;
}
a:hover.blog{
	background-image:url(b/blog_on.gif);
	background-repeat:no-repeat;
} 
a.blogoff{
	background-image:url(b/blog_on.gif);
	background-repeat:no-repeat;
}



/* ショップボタン 
---------------------------------------------------- */
a.shop{
	background-image:url(b/shop_off.gif);
	background-repeat:no-repeat;
}
a:hover.shop{
	background-image:url(b/shop_on.gif);
	background-repeat:no-repeat;
} 
a.shopoff{
	background-image:url(b/shop_on.gif);
	background-repeat:no-repeat;
}


/* メールボタン
---------------------------------------------------- */
a.mail{
	background-image:url(b/fan_off.gif);
	background-repeat:no-repeat;
}
a:hover.mail{
	background-image:url(b/fan_on.gif);
	background-repeat:no-repeat;
} 
a.mailoff{
	background-image:url(b/fan_on.gif);
	background-repeat:no-repeat;
}





/* リンクボタン
---------------------------------------------------- */
a.link{
	background-image:url(b/link_off.gif);
	background-repeat:no-repeat;
}
a:hover.link{
	background-image:url(b/link_on.gif);
	background-repeat:no-repeat;
} 
a.linkoff{
	background-image:url(b/link_on.gif);
	background-repeat:no-repeat;
}




/* メニューボタンここまで
---------------------------------------------------- */





/* aの設定
---------------------------------------------------- */

a{
text-decoration:none;
}

a:hover.info_text{
text-decoration : underline ;
}

a.underline{
text-decoration:underline;
}


a.personal{
text-decoration:none;
color:#000;
}

a:hover.snow_text{
text-decoration : underline ;
color:#000066;
}


a:visited.snow_text{
color:#000066;
}


a.link_text{
text-decoration:none;
letter-spacing:-1px;
color:#555;
font-size:90%;
font-weight:bold;
}

a:hover.link_text{
text-decoration :none;
color:#ff0066;
}

a:hover.towel{
text-decoration : underline ;
}

a.towel{
text-decoration:none;
color:#000066;
font-size:90%;
font-spacing:0;
}








/* ボックス内の文章の設定
---------------------------------------------------- */

.box_info {
margin-left:20px;
width:700px;
line-height:120%;
font-size:100%;
letter-spacing:1px;
}

.box_profile {
float:left;
margin-left:30px;
}

.box_profile_pic {
margin-top:30px;
margin-left:65px;
float:left;
}

.box_profile_left {
margin-top:30px;
font-size:90%;
float:left;
letter-spacing:0px;
}

.box_profile_other{
font-size:100%;
float:left;
}


.box_link {
margin:40px;
margin-left:120px;
margin-right:120px;
text-align:center;
}

.box_sitemap {
margin-left:150px;
margin-top:30px;
margin-bottom:60px;
letter-spacing:0px;
}

.box_sitemap_left {
float:left;
}



.box_sponsor {
margin:-20 40 40 50px;
line-height:140%;
font-size:90%;
}

.box_mail {
text-align:center;
margin:40px;
margin-top:20px;
letter-spacing:1px;

}

.box_mailchk {
text-align:center;
margin-top:20px;
margin-bottom:80px;
font-size:90%;
letter-spacing:1px;
}

.box_shop{
margin-top:20px;
margin-bottom:30px;
font-size:100%;
letter-spacing:0px;
text-align:center;
}

.box_towel{
margin-left:150px;
padding-bottom:30px;
font-size:100%;
letter-spacing:0px;
text-align:left;
}


.box_snow {
width:600px;
margin-top:0px;
margin-left:50px;
margin-bottom:50px;
}

.box_snow2 {
text-align:center;
margin-top:0px;
margin-left:100px;
margin-bottom:50px;
}

.box_test{
border:solid 1px #ccc;
padding-top:20px;
padding-bottom:20px;
}







/* ボックス内のul,liの設定
---------------------------------------------------- */

ul.info{
margin:0;
text-align:left;
list-style:url(img/b/aicon_01.gif)
}

li.info{
margin-bottom:25px;
text-align:left;
float:none;
list-style-position:inside;
border-bottom: 1px dotted #ccc;
padding-bottom:8px;
}

ul.sotaro{
margin:0 0 0 20px;
list-style:url(img/b/aicon_02.gif)
}

li.sotaro{
margin-bottom:1px;
float:none;
padding-bottom:5px;
list-style-position:outside;
}

ul.profile_left{
margin:0px;
padding:0px;

}

li.profile_left{
margin-bottom:15px;
padding-right:15px;
float:none;
list-style-position:inside;
border-bottom: 1px dotted #ccc;
padding-bottom:3px;
list-style:disc;
}

ul.profile_other{
margin-top:-10px;
list-style:none;
padding-left:1px;
font-size:90%;
letter-spacing:0px;
}

ul.profile_other2{
margin-top:5px;
list-style:none;
padding-left:1px;
font-size:90%;
letter-spacing:0px;
margin-right:85px;
}

li.profile_other{
margin-left:85px;
list-style:disc;
list-style-position:inside;
border-bottom:1px dotted #ccc;
padding-top:8px;
float:none;
}

ul.profile_other_right{
margin-top:-10px;
list-style:none;
padding-left:1px;
font-size:90%;
letter-spacing:0px;
}

li.profile_other_right{
list-style-position:inside;
border-bottom:1px dotted #ccc;
padding-top:8px;
float:none;
}



li.profile_lefthead{
margin-bottom:15px;
padding-right:15px;
float:none;
list-style-position:inside;
border-bottom: 1px dotted #fff;
padding-bottom:3px;
list-style:disc;
}


li.profile_leftcontinue{
margin-bottom:15px;
padding-right:15px;
float:none;
list-style-position:inside;
border-bottom: 1px dotted #fff;
padding-bottom:3px;
list-style:none;
}

li.profile_leftend{
margin-bottom:15px;
padding-right:15px;
float:none;
list-style-position:inside;
border-bottom: 1px dotted #ccc;
padding-bottom:3px;
list-style:none;
}



ul.profile_right{
margin:0px;
padding:0px;
list-style:none;
padding-left:1px;
}

li.profile_right{
margin-bottom:15px;
float:none;
list-style-position:inside;
border-bottom: 1px dotted #ccc;
padding-bottom:3px;
}

ul.profile_result{
margin-top:-10px;
list-style:none;
padding-left:1px;
font-size:90%;
letter-spacing:0px;
}

li.profile_result{
margin-left:85px;
margin-right:90px;
list-style-position:inside;
border-bottom:1px dotted #ccc;
padding-top:8px;
}


ul.link{
list-style:none;
}

li.link{
float:none;
border-bottom: 1px dotted #ccc;
list-style-position:inside;
padding-top:20px;
padding-bottom:2px;
letter-spacing:1px;
}



ul.sitemap_left{
margin:0px;
padding:0px;
list-style:disc;
}

li.sitemap_left{
float:none;
margin-top:15px;
border-bottom: 1px dotted #ccc;
list-style-position:inside;
padding-right:20px;
}

li.sitemap_left_sub{
float:none;
margin-top:15px;
margin-left:50px;
border-bottom: 1px dotted #fff;
list-style:none;
}

ul.sitemap_right{
margin:0px;
padding-left:1px;
list-style:none;
}

li.sitemap_right{
float:none;
text-align:left;
margin-top:15px;
border-bottom: 1px dotted #ccc;
font-size:90%;
}

ul.sponsor{
width:500px;
margin:10 0 0 30px;
float:none;
text-align:left;
list-style:disc;
}


li.sponsor{
margin-bottom:10px;
float:none;
text-align:left;
list-style-position:inside;
list-style:url(img/b/aicon_01.gif);
}


li.personal_pay{
font-size:100%;
margin:5 0 0 20px;
float:none;
text-align:left;
list-style:disc;
}

ul.personal{
text-align:left;
margin:0px;
padding:0px;
}

li.specific{
font-size:90%;
margin-bottom:10px;
margin-left:100px;
margin-right:100px;
float:none;
text-align:left;
list-style:none;
list-style-position:outside;
}

li.personal{
font-size:90%;
margin-bottom:10px;
margin-left:100px;
margin-right:100px;
float:none;
text-align:left;
list-style-position:outside;
}


ul.snow{
list-style-position:inside;
list-style:disc;
}

li.snow{
	float:left;
	margin-right:30px;
	padding-top:30px;
}





ul.snow_right{
font-size:90%;
margin-left:60px;
float:none;
text-align:left;
list-style-position:inside;
list-style:none;
}

li.snow_right{
float:none;
text-align:left;
padding-top:13px;
border-bottom: 1px dotted #ccc;
letter-spacing:1px;
}

ul.snow_sponsor{
font-size:90%;
margin:10 0 0 70px;
padding:5px;
float:none;
text-align:left;
list-style-position:outside;
}

li.snow_sponsor{
float:none;
text-align:left;
padding-bottom:0px;
padding-top:10px;
border-bottom: 1px dotted #ccc;
}

li.link_space{
margin-bottom:50px;
}


/* h3の設定
---------------------------------------------------- */

h3{
margin-top:30px;
padding:0 0 2 20px;
font-size:110%;
border-bottom: 1px dotted #ccc;
font-weight:normal;
}

/* h2の設定
---------------------------------------------------- */

h2{
padding:0 0 2 20px;
font-size:90%;
border-bottom: 1px dotted #ccc;
font-weight:normal;
}




/* pの設定
---------------------------------------------------- */
p{
margin:10px;
padding-left:20px;
font-size:100%;
}

p.up{
text-align:right;
margin:0px;
padding:0px;
font-size:100%;
}

p.up_profile{
text-align:right;
margin:20 30px;
padding:0px;
font-size:90%;
}

p.info{
border-bottom: 1px dotted #ccc;
padding-bottom:2px;
margin-top:40px;
}


p.info_text{
clear:both;
font-size:90%;
margin-left:-10px;
width:520px;

}

p.profile_title{
width:680px;
margin-top:20px;
margin-left:50px;
border-bottom:1px solid #ccc;
font-weight:bold;
font-size:100%;
letter-spacing:1px;
}

p.profile{
margin-left:65px;
width:600px;
font-size:90%;
margin-top:15px;
letter-spacing:0px;
}

p.profile_space{
margin-top:30px;
}


p.gallery{
letter-spacing:2px;
line-height:140%;
font-size:100%;
}

p.lesson{
letter-spacing:2px;
line-height:140%;
font-size:100%;
clear:both;
}

p.link_name{
letter-spacing:2px;
line-height:140%;
font-size:100%;
float:left;
}

p.link{
letter-spacing:2px;
line-height:140%;
font-size:100%;
margin:0 0 40 20px;
clear:both;
}

p.prepare{
margin-top:30px;
padding:0 0 2 20px;
font-size:100%;
border-bottom: 1px dotted #ccc;
font-weight:normal;
}

p.shop{
font-size:110%;
font-weight:bold;
}

p.shop_small{
font-size:100%;
margin-left:30px;
margin-top:-10px;
}


p.order{
font-size:100%;
font-weight:bold;
text-align:left;
}

p.sponsor{
margin-top:60px;
font-size:100%;
border-bottom: 1px dotted #ccc;
font-weight:bold;
}

p.sponsor_text{
width:600px;
margin-top:10px;
font-size:100%;
}



p.mail_b{
font-weight:bold;
marging:0px;
font-size:110%;
}

p.mail{
font-size:90%;
font-weight:normal;
margin-left:-20px;
}

p.personal{
font-size:100%;
margin-top:25px;
margin-bottom:30px;
margin-left:60px;
line-height:140%;
}

p.personal_info{
margin-top:7px;
margin-left:0px;
font-size:70%;
}

p.snow{
margin-left:50px;
margin-top:30px;
font-size:100%;
letter-spacing:0px;
}

p.small{
font-size:90%;
text-align:left;
margin:0px;
}

p.lesson_pink{
letter-spacing:-1px;
color:#ff0066;
font-weight:900;
line-height:110%;
}




/* spanの設定
---------------------------------------------------- */
span.info{
font-size:90%;
float:right;
}

span.profile{
margin-right:30px;
font-size:100%;
}

span.gallery{
margin-right:30px;
}

span.mail{
color:red;
}

span.en{
font-size:70%;
}


span.snow{
color:#ff0066;
}




/* その他の設定
---------------------------------------------------- */
.big{
font-size:120%;
margin:8 0 -26 40px;
color:#006;
}

.big2{
font-size:120%;
margin:8 0 -10 40px;
color:#006;


}

.gallery_pic{
margin:5px;
padding:5 5 0 5px;
border:1px solid silver;
float:left;
}

.gallery_pic1{
margin-right:20px;
padding:5 5 0 5px;
border:1px solid silver;
float:left;
}

.gallery_pic2{
margin-left:20px;
float:left;
padding:5 5 0 5px;
border:1px solid silver;
}

.lesson_pic{
float:left;
margin:10 10 2 20px;
}

.shop_pic{
margin-left:60px;
}


.link_pic{
float:left;
margin:10 10 2 20px;
}

table.sotaro{
width:540px;
font-size:90%;
letter-spacing:1px;
border-collapse: collapse;
margin-bottom:10px;
clear:both;
}


td.sotaro{
padding:5px;
width:20%;
background-color:#e7e7e7;
border:1px solid #8f8f8f;
}

tr.sotaro{

}

td.sotaro_text{
width:80%;
padding:5px;
background-color:#fff;
border:1px solid #8f8f8f;
}

table.mail{
width:600px;
font-size:90%;
letter-spacing:1px;
border-collapse: collapse;
clear:both;
text-align:left;
}

table.lesson{
width:700px;
font-size:90%;
letter-spacing:1px;
border-collapse: collapse;
clear:both;
text-align:left;
}



td.mail{
margin:10px;
padding:0 0 0 10px;
line-height:140%;
font-size:100%;
}

tr.mail{
font-size:100%;
line-height:140%;
}

td.mail_right{
padding:0 0 0 20px;
border-left:3px solid #ccc;
line-height:140%;
}

td.mail_space{

}

table.mailchk{
width:650px;
font-size:100%;
letter-spacing:1px;
border-collapse: collapse;
clear:both;
}


strong.normal{
font-weight:normal;
}

.sticker{
float:left;
margin-top:-10px;
padding-right:3px;
}



/* floatのクリアー
---------------------------------------------------- */
.clear { 
  clear: both;
}




/* フッター
---------------------------------------------------- */

.footer{
background-color:#fff;
width:800px;
height:78px;
clear:both;
}

p.footer{
font-size:90%;
margin:0;
padding-top:5px;
letter-spacing:0px;
}

a.footer{
text-decoration : none ;
color: #000066 ;
}

a:hover.footer{
text-decoration : underline ;
color:#ff0066;
}


.privacy{
font-size:90%;
font-color:#333;
margin:5 0 0 20px;
}

.s{
float:right;
margin:-47 5 0 0px;
}
