@import "reset.css";

/*-------------基本レイアウト------------- */

body{
	background-color:#E6E6E6;
}

/* ヘッダー */

#header{
	background-image:url(../images/gui/gui_header.png);
	background-repeat:no-repeat;
	height:177px;
	width:950px;

}

#logo{
	padding:16px 0 0 15px;
}

#nav{
	margin:25px 0 0 15px;
}

#nav li{
	float:left;
	margin-right:25px;
}

#nav .lesson{
	margin-right:10px;
}

#access{
	float:right;
	margin:-22px 0 0 0;
	padding-right:20px;
	text-align:right;
}
#main{
	float:left;
	width:600px;
	
}

#sectiontitle{
	padding-top:50px;
	text-align:center;
	font-size:150%;
}

#sectiontitletop{
	text-align:center;
	font-size:150%;
}

#headline{
	margin-top:20px;
	margin-bottom:25px;
	
}

#headlinepicture{
	margin-left:160px;
}

#headlinepicturewide{
	margin-left:5px;

}

#horizontalline{
	padding-left:200px;
}

	

/* コンテンツ */

#wrapper{
	background-color:#FFF;
	margin:0 auto;
	overflow:hidden;
	padding:0;
	width:950px;
	padding-left: 100px;
}

#contents{
	padding:5px 25px;
}

#main_img{
	margin-bottom:20px;
}

.chart{
	border-collapse:collapse;
	border:1px solid #B0B0B0;
	text-align: center;
}

.chart th{
	background-color:#E2E2E2;
	border-collapse:collapse;
	border:1px solid #B0B0B0;
	padding:3px;
	text-align: center;
}

.chart td{
	border:1px solid #B0B0B0;
	border-collapse:collapse;
	padding:3px;
}

/* 右メニュー */

#side{
background-image:url(../images/gui/gui_vertical_line.png);
	background-repeat:repeat-y;
	background-position:left;
	float:right;
	width:280px;
	padding-left:20px;
}

#salon_calender{
	background-image:url(../images/gui/gui_horizontal_line.png);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:1.5em;
	margin-bottom:2em;
}

#news_letter{
	background-image:url(../images/gui/gui_horizontal_line.png);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:1.5em;
	margin-bottom:2em;
}

#photo_gallery{
	background-image:url(../images/gui/gui_horizontal_line.png);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:1.5em;
	margin-bottom:2em;
}

/* フッター */

#footer{
	background-image:url(../images/gui/gui_footer.png);
	background-repeat:no-repeat;
	clear:both;
	height:97px;
	margin:100px 0 0 0;
	width:950px;
}

.copyright{
	color:#FFF;
	font-size:80%;
	padding:75px 0 0 20px;
}

/* titles */

.highlight{
	color:#F00;
	font-weight:normal;
}

h1{
	font-size:120%;
}

h2{
	font-size:200%;
	font-weight:bolder;
	text-align:center;
	margin-top:0.5em;
	margin-bottom:0.5em;
}

h3{
	font-size:140%;
	color:#012135;
	text-align:center;
	padding-bottom:20px;
}

h4{
	font-size:120%;
	text-align:center;
}

h5{
	text-align:center;
}

h6{
	text-align:left;
	padding-left:70px;
}	

h7{
	text-align:left;



}