/* サイト全体 */
body {
	margin: 0px;
	padding: 0px;
	/* background: #FFFFFF; */ /* ブラウザの背景色 */
	/*background: url("http://improve-total-salon.com/img/back.gif"); */ /* ブラウザの背景色 */
	background: url("http://improve-total-salon.com/img/body_bg.gif");
        font-family: "ＭＳ Ｐゴシック", Osaka, Verdana, Arial, Helvetiva, sans-serif; /* フォントタイプ */
	font-size: 13px; /* 文字サイズ */
	color: #333333;  /* 文字色 */
	line-height: 150%;  /* 行間 */
}

a {	color: #CC0000;	} /* 全体のリンク色 */
a:hover {	color: #666666;	} /* 全体のリンク（マウスオーバー）色 */

img {	
	border:0px;	}

/* H1 */
h1 {
	margin: 0px 0px 10px 10px;
	padding: 0px;
	font-size: 13px; /* 文字サイズ */
	font-weight: normal; /* 文字の太さ */
	width:560px;
}

h2 {
	margin: 10px 0px;
	padding: 0px;
	font-size: 13px; /* 文字サイズ */
	font-weight: normal; /* 文字の太さ */
}

.pan{margin:0px 0px 10px 0px;}

/* コンテナ */
#container {
	padding: 0px;
	background: #FFFFFF; /* 背景色 */
	margin: 0px auto; /* ブラウザ上の表示位置 */
	width: 760px; /* サイト全体の横サイズ */
}

/* ヘッダー */
#headder1 {
	width: 760px;
	height: 200px;
	/* background: url("http://improve-total-salon.com/img/header_bg.jpg") top left no-repeat #000000; */ /* 背景色 */
       background: url("http://improve-total-salon.com/img/top.gif") top left no-repeat #000000;
}

#headder2 {
	height:15px;
	background:#DFBBB0;
	padding:0px 20px;
	color:#800000;
	text-align:center;
}

#headder2 a {
	color:#800000;
	font-weight:bold;
}


/* 左メニュースタイル */
#lmenu {
	vertical-align:top;
	padding:1px 1px 1px 1px;
	/* background: url("http://improve-total-salon.com/img/lmenu_bg.jpg") top left;*/ /* 背景色 */
}
.lmenu_title{
	/* background: url("http://improve-total-salon.com/img/lmenu_title.jpg") top left no-repeat;*/ /* 背景色 */
        background:#DFBBB0;
        color:#800000;
        font-weight:bold;
        height:20px;
        text-indent:14px;
}
.lmenu_menu{
       text-indent:24px;
       border-bottom: 1px dashed #800000;
}
.lmenu_title a{
        color:#800000;
        text-decoration:none;
        font-weight:bold;
}

#lmenu ul{
 margin:5px 0px 10px 5px;
 padding: 0;
 text-indent:10px;	
list-style:none;
}

.excerpt{font-size:11px;line-height:150%;}

/* 右メニュースタイル */
#rmenu {
	vertical-align:top;
	padding:10px 10px 10px 10px;
	background: url("http://improve-total-salon.com/img/rmenu_back.jpg") ; /* 背景色 */
	color:#FFFFFF;

}

#rmenu a{color:#FFFFFF;}
.rmenu_box{	margin:0px 0px 10px 0px;
}


/* コンテンツスタイル */
#main {
	padding:20px 20px 20px 20px;
        vertical-align:top;
}

.main_title1{
	/* background: url("http://improve-total-salon.com/img/main_title.jpg") top left no-repeat; */
        /*background:#DFBBB0;*/
/*
        background:#DFBBB0;
	background-image: url(/img/h2.jpg);
	background-repeat: no-repeat;
        color:#800000;
        font-weight:bold;
        height:27px;
        text-indent:15px;
*/
	font-size: 100%;
	color: #800000;
        font-weight:bold;
	background-image: url(/img/h2.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
	padding-top: 4px;
	padding-left: 10px;
	margin-bottom: 10px;
	padding-bottom: 3px; 
        height:27x;
	clear: both;

}

.main_title1 a{	
	color:#FFFFFF;
　　　　　　　font-weight:bold;

}

.main1{	
	margin:10px 0px 20px 0px;
}
.main_title1 a{	
	color:#FFFFFF;
　　　　　　　font-weight:bold;

}

#text1 {
	/* padding:15px 15px 15px 15px; */
	margin-top: 10px;
	padding-top: 4px;
	padding-left: 10px;
	margin-bottom: 10px;
	padding-bottom: 0px; 
	clear: both;

}

.text1_top{
padding:5px 5px 5px 5px;
        background: url("http://improve-total-salon.com/img/tr_top2.jpg");
        background-repeat: no-repeat;
text-indent:14px;
}

.text1_body{
 padding:10px 10px 10px 10px;
        background: url("http://improve-total-salon.com/img/tr_body2.jpg");
        background-repeat: repeat-y;
}
.text1_foot{
padding:5px 5px 5px 5px;
        background: url("http://improve-total-salon.com/img/tr_foot2.jpg");
        background-repeat: no-repeat;	
 text-indent:14px;
}


/* フッター */
#footer1 {
	padding: 20px 10px 10px 10px;
	background: #000000; /* 背景色 */
	color: #FFFFFF; /* 文字色 */
	vertical-align:top;
}
#footer2 {
	padding: 0px 10px 10px 10px;
	background: #000000; /* 背景色 */
	color: #FFFFFF; /* 文字色 */
	vertical-align:top;
	text-align:right;
	font-size:11px;
	line-height:110%;

}