/* ベーシック */

*		{
	margin:0; padding:0;
	}


html {
	margin: 0;
	/* setting border: 0 hoses ie6 win window inner well border */
	padding: 0;
}

body {
	margin: 0;
	/* setting border: 0 hoses ie5 win window inner well border */
	padding: 0;
	font-family: verdana, 'trebuchet ms', sans-serif;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	letter-spacing:0.1em;
	color: #660000;
}

h1, h2, h3, h4, h5, h6	{
	font-weight: normal;
}


form { margin: 0; padding: 0; }

a	{	text-decoration: none;	color:#660000;}
a:hover{	color: #FF3300;}
a img { border: 0; }

blockquote {
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #42D8BB;
	padding-left: 5px;
}

.clr {
	clear: both;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	border: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

/* リンク */


#center a	{
	text-decoration: underline;
	color:#FF3366;
	}

#center a:hover	{
	text-decoration: none;
	background-color:#FF3366;
	color:#FFFFFF;
	}




/*　ヘッダ　*/

h1{
	color:#660000;
	text-align:left;
	font-size:0.8em;
	font-weight:bold;
	margin:0;
	padding:0;
	}



/*トップページのみ*/

#main-contents{
	width: 520px;
	background-color: #FFFFFF;
	overflow: hidden;
	margin:0px 0px 0 10px;
	padding:5px 5px 0 5px;
	vertical-align:top;
	text-align: left;
	color: #333333;
	}


/* 共通レイアウト */


#container {
	background-color: #FFFFFF;
	background-image : url(images/bg-container.gif);
	background-repeat : repeat-y;
	width: 800px;
	text-align: left;
	margin:0 auto; /* center on everything else */
	font-size: 80%;
	letter-spacing:0.1em;
	line-height: 1.5;
	color: #660000;
	}


#container-inner{
	width:788px;
	margin:0 0 0 6px;
		background:#ffffff url(images/bg-container-inner.gif) repeat-y;
	overflow: hidden;
	}


#banner	{
	width:788px;
	height:100px;
	margin:0;
	padding:0;
	text-align: left;
	vertical-align:top;
	background-image : url(images/header.jpg);
	background-repeat : no-repeat;
	background-position: center top;
	}


#g-navi{
	width:788px;
	height:20px;
	background-color: #41D7BC;
	border-top:1px solid #FF9900;
	border-bottom:1px solid #FF9900;
	text-align:right;
	}




#sidebar{
	float: left;
	overflow: hidden;
	width: 200px;
	margin:0px;
	padding:5px 0 0 5px;
	height:100%;
	color:#660000;

	}

#center {
	float:right;
	width: 560px;
	background-color: #FFFFFF;
	overflow: hidden;
	margin:0px 0px 15px 10px;
	padding:5px 5px 0 5px;
	vertical-align:top;
	text-align: left;
	color:#660000;
	}

#center-inner{
	width:320px;
	float:left;
	background-color: #FFFFFF;
	overflow: hidden;
	margin:0px 0 0 3px;
	padding:5px 5px 0 3px;
	vertical-align:top;
	text-align: left;
	color: #333333;

	}

	
.contents{
	width: 500px;
	background-color: #FFFFFF;
	margin:10px auto;
	padding:10px;
	text-align: left;
	color: #333333;
	}

.pagetop	{
	margin:10px auto 10px auto;
	text-align:right;
	}

.topic	{
	text-align:right;
	font-size:0.8em;
	padding-bottom:20px;
	}

p{margin-bottom:20px;}

	


/* トップページ */

#center-inner{
	width:320px;
	float:left;
	background-color: #FFFFFF;
	overflow: hidden;
	margin:0px 0 0 3px;
	padding:5px 5px 0 3px;
	vertical-align:top;
	text-align: left;
	color: #333333;
	clear:both;
}

/*　WhatsNew*/

#center-right{
float:left;
	width:200px;
	background-color: #FFFFFF;
	overflow: hidden;
	margin:0px 0 0 20px;
	padding:5px 5px 0 0px;
	vertical-align:top;
	text-align: left;
	color: #333333;
	line-height: 1.4;
	}

#center-right a	{
	text-decoration: none;
	color:#660000;
	}

#center-right a:hover{
	text-decoration: underline;
	}


.top{
	width:200px;
	height:30px;
	margin:0;
	padding:0;
	overflow: hidden;
	background-color: #FFEDD0;
	text-align: left;
	}

.middle{
	background-color: #FFEDD0;
	overflow: hidden;
	margin:0;
	padding:0;}

.bottom{
	width:200px;
	height:30px;
	margin:0;
	padding:0;
	text-align:right;
	}
	
.middle ul	{
	margin:0;
	padding:0;
	}

.middle ul li{
	border-bottom:1px dotted #FFFFFF;
	list-style:none;
	margin:2px;
	padding:2px;
	}
	

/*エントリー*/


#archives-inner a{
	text-decoration: underline;
	color:#FF3366;
	}

#archives-inner a:hover	{
	text-decoration: none;
	background-color:#FF3366;
	color:#FFFFFF;
	}


.content-nav{
	text-align:right;
	margin-bottom:20px;
	}


.entry {
	width: 500px;
	border-top: 1px solid #E5DDD8;
	border-right: 1px solid #B8B1AD;
	border-bottom: 1px solid #B8B1AD;
	border-left: 1px solid #E5DDD8;
	margin: 20px 0 20px 0;
	padding:10px;
	background-color: #FFFFCC;
	}


.entry img{
	border:1px solid #FF9999;
	padding:2px;
	}


.entry-body-date	{
	text-align:right;
	font-size:small;
	margin-top:10px;
	}


.entry-body	{
	margin:20px;
	padding:10px;
	background-color:#FFFFFF;
	border: 3px dotted #FFCC66;
	}





/*記事一覧*/

#contents ul{
	margin:0;
	padding:2px 2px 2px 20px;
	}

#contents ul li{
	list-style:none;
	margin:2px;
	padding:2px;
	}


/*　送信完了画面　*/

#thanks{
	height:300px;
	text-align:center;
}




/* standard helper classes */



.ct	{	text-align:center;	}
.rt	{	text-align:right;	}
.lt	{	text-align:left;	}
	

h4	{
	border-left:10px solid #FFDEA6;
	}
	
h2{
	border-left:10px solid #FF9999;
	font-size:1.3em;
	font-weight: bold;
	color:#660000;
	margin:30px 10px 20px 10px;
	padding:5px 10px 5px 10px;
	}

h3 	{
	font-size: 90%;
	font-weight: bold;
	color: #660000;
	margin: 15px 20px 0 20px;
	text-align: center;
	padding-bottom: 3px;
	background: url(images/undertitle.jpg) no-repeat 0 1.1em;
	}

.h2orange{
	border-left:10px solid #FF9900;
	border-top:1px solid #FF9900;
	border-bottom:1px solid #FF9900;
	font-size:1.5em;
	font-weight: bold;
	background-image: url(images/h-line01.jpg);
	width:520px;
	color:#660000;
	padding: 2px 0px 2px 2px;
	margin:10px 0px 2px 0px;
}


.photo{
	border:1px solid #FF9999;
	padding:2px;
	}
	

/*　サイドバー　*/


#sidebar-menu	{
	line-height: 1.2;
	letter-spacing:0em;
	margin-bottom:20px;
	}


#sidebar-menu a	{
	text-decoration: none;
	color:#660000;
	}

#sidebar-menu a:hover{
	text-decoration: underline;
	}

#sidebar-menu ul{
	list-style-type: disc;
	margin:0 0 10px 10px;
}

#sidebar-menu ul li{
	margin:0;
	padding:0px 2px 0px 1px;
	}

#sidebar-menu ul li ul {
	padding:0;
	margin:0;
}

#sidebar-menu ul li ul li{
	margin-left:15px;
	padding:0px 1px 0px 3px;
	list-style-type: circle;
	}
	

div.contents table	{
	margin:0;
	padding:0;
}

caption	{
	font-size:1.2em;
	font-weight:bold;
	}
	
table.base	{
	border-collapse:collapse;
	border:1px solid #FF9999;
	width:460px;
	margin:10px auto;
	}

table.base td	{
	padding:3px;
	line-height:150%;
	background:#FFFFFF;
	border:1px solid #FF9999;
}

table.base th	{
	background:#FFDFDF;
	text-align:left;
	border:1px solid #FF9999;
	padding:3px;
	}


/*--メルマガ--*/

.mailmag1	{
	width:165px;
	height:320px;
	background-image:url(images/bg-mail.gif);
	background-repeat:no-repeat;
	padding:10px;
	font-size:0.8em;
	}

.mt100	{	margin-top:100px;	}


.mailmag2{
	border: 1px solid #FFCC33;
	width:320px;
	font-size:90%;
	color:#bb6a00;
	}

.font12	{
	font-size:12px;
	}

.c-brown{
	color: #660000;
	}



/* 書籍紹介 */

.book {
	padding: 10px 5px 10px 0px;
	text-align:center;
	font-size:x-small;
	margin-left:0px;
}


.book1	{
	width:165px;
	height:240px;
	background-image:url(images/bg-book.gif);
	background-repeat:no-repeat;
	padding:10px;
	font-size:0.8em;
	}
.pt50	{
	padding-top:50px;
	}

.pt30	{
	padding-top:30px;
	}

/* サイドバー　会社概要 */


#contact{
	width: 160px;
	margin: 7px 3px 15px 4px;
	padding: 15px 0px 5px 10px;
	border: 2px dotted #ffca21;
	background-color:#FFFFBF;
	font-size:12px;
	line-height: normal;
	text-align:left;
}



/**------フォント------**/

.through {	text-decoration: line-through;}

.xs	{font-size:x-small;}
.small	{	font-size: small;}
.medium	{font-size:medium;}
.large{	font-size:large;	}


.c-brown{	color: #660000;}
.c-orange {	color: #FF6600;}
.c-pink{	color:#FF3366;}
.c-red	{color:#FF0000;}
.color-pink{color:#FF3366;}


/* 余白 */


.mp0{margin:0;padding:0;}
.mp5{	margin:5px;	padding:5px;}
.mp10{	margin:10px;	padding:10px;}
.pl20{padding-left:20px;}
.p20	{	padding:20px;	}
.ml40{margin-left:40px;}
.ml60{margin-left:60px;}
.pb15{padding-bottom:15px;}
.mt10{	margin-top:10px;}
.mt20{margin-top:20px;}
.mt50{margin-top:50px;}
.mb5	{	margin-bottom:5px;	}
.mb20	{	margin-bottom:20px;	}
.mr50	{margin-right:50px;}
.pr50{padding-right:50px;}
.mb15{margin-bottom:15px;margin-top:15px;}


/* 背景 */


.bg-yellow{	background-color:#FFFFCC;}


/* width */

.w70{width:70%;}
.w80{width:80%;}



/**------フレーム------**/


.frame1	{
	border:3px double #FFCCCC;
	width:90%;
	text-align:left;
	background:#FFFFCC;
	margin:10px auto;
	padding:10px;
	}

.frame2	{
	border:1px solid #5AC4C0;
	width:90%;
	text-align:left;
	margin:10px auto;
	padding:10px;
	}

.frame3	{
	border:1px solid #FF9999;
	width:90%;
	text-align:left;
	margin:10px auto;
	padding:10px;
	}

.double{
	border:3px double #FFCCCC;
	width:90%;
	text-align:left;
	}


/**------行間------**/


.line130{line-height:130%;}
.line150{line-height:150%;}

.imgrt	{	float:right; margin:0 10px 10px 10px;	}
.imglt	{	float:left;	margin:0 10px 10px 10px;	}


/**------リスト------**/

ol,ul	{	padding:10px 0px 10px 20px;}
ol li	{	margin-left:25px; margin-bottom:3px;}
ul li	{	margin-left:20px;	margin-bottom:3px;}



.this{
	font-weight:bold;
}

.none{
	list-style:none;
	line-height:120%;
}

/*　受講生の声　*/


#koe ul li{
	padding:0 5px 13px 5px;
}

#koe ol li{
	padding:0 5px 13px 5px;
}


.naiyou ul	{
	margin-left:10px;
	padding:0;
	list-style-type: none
}

.naiyou ul li	{
	margin:2px 0;
	padding-left:17px;
	padding-bottom:5px;
	background-image:url("images/i-flower.gif");
	background-repeat:no-repeat;
}




/**------サロンのご案内------**/

.salontop{
	width:518px;
	height:174px;
	background-image:url(salon/images/top2.gif);
	background-repeat: no-repeat;
	margin:0;
 	background-position: bottom;
}



/*ブログ記事*/

.module-list{
	margin:0;
	padding:0;
}

.module-list-item{
	border-bottom:1px dotted #FFFFFF;
	list-style:none;
	margin:2px;
	padding:2px;
}

.module-content{
	text-align:left;
	padding-left:20px;
}


/*--ブログ記事　メルマガ--*/


.malmaga {
  padding: 10px 15px 10px 13px;
	margin-bottom:10px;
	font-size:x-small;
}


.malmaga2{
	border: 1px solid #FFCC32;
	width:324px;
	font-size:99%;
	color:#bb6a00;
	margin-left: 20px;


}
.m-form {
  color:#bb6a00;
  font-size:75%;
	padding: 0px 15px 0px 15px;
	text-align:center;
}

	


/*　フッタ　*/

#footer	{
	clear:both;
	width:787px;
	margin:10px 0 0 6px;
	}

#footer2	{
	width:787px;
	margin:3px auto 3px auto;
	padding:0 0 3px 0;
	background-color: #ffffff;
	font-size:small;
	text-align:center;
	line-height:1.0em;
	border-bottom:2px solid #FF9900;
	}

#footer3	{
	float: left;
	width:400px;
	font-size:x-small;
	color:#660000;
	font-family: Verdana, Arial, sans-serif;
	padding:0px 5px 0px 0px;
	background-color: #ffffff;
	}

#footer3 ul	{
	margin:3px 0px 0px 0px;
	padding:0px;
}

#footer3 ul li	{
	float: left;
	list-style-type: none;
	padding:0px 8px 0px 8px;
}

#footer3 a	{
	text-decoration: none;
	color:#660000;
}
#footer3 a:hover{
	color: #FF3300;
}

#footer4{
	float: left;
	width:370px;
	text-align: right;
	font-size:x-small;
	color:#660000;
	font-family: Verdana, Arial, sans-serif;
	padding:0px 5px 0px 0px;
	backgro:nd-color: #ffffff;

}

.copy	{
	font-size:xx-small;
	text-align:center;
	letter-spacing:0em;
	}



