@charset "utf-8";
/* CSS Document */


/*
===== セレクタ ==========================================
*/

body {
	margin:0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}


#wrap {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/common/piani_bacline.jpg);
	background-repeat: repeat-y;
	height: auto;
}

#contents {
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#contents #left {
	height: auto;
	width: 160px;
	margin-top: 20px;
	float: left;
}

#footer {
	clear: both;
	padding-top: 350px;
	height: auto;
}

#contents #left #left_mail {
	height: 355px;
}

#contents #left #left_salon {
	height: 230px;
}
#contents #left #left_salon2 {
	height: 370px;
}
#contents #left #left_blog {
	height: 540px;
}

#contents #left #left_menu {
	height: 140px;
}
#contents #left #left_menu2 {
	height: 140px;
}
#contents #left #left_whatis {
	height: 550px;
}
#contents #left #left_whatis2 {
	height: 500px;
}
#contents #left #left_voice {
	height: 120px;
}

#contents #left #left_etc {
	height: 130px;
}
#contents #left #left_etc2 {
	height: 130px;
}


/*
===== common ==========================================
*/

a img {
	border: none;
}


/******************************************

  全ページ共通設定 
  
*****************************************/

/* レフトメニューのテキスト制御 */
.left_menutxt {
	font-size: 12px;
	line-height: 22px;
	padding-left: 3px;
}

/* レフトメニューのテキスト制御 */
.left_menutxt2 {
	font-size: 10px;
	line-height: 16px;
}

/* レフトメニューの画像制御 */
.left_img {
	margin-bottom: 5px;
}


/******************************************

  footer
  
*****************************************/

/* footerの画像制御 */
.footer_img {

}

/* footerのテキスト制御 */
.footer_txt {
	font-size: 12px;
	line-height: 20px;
	color: #9E6AFD;
}

/* copyrightのテキスト制御 */
.copyright_txt {
	font-size: 10px;
	color: #333333;
}
.red {
	color: #C03;
	font-size: 12px;
}
.pink2 {
	color: #F39;
}
.gray {
	color: #666;
}

