@charset "utf-8";
/**********************************
　　　　　　　基本
**********************************/

*{ margin: 0; padding: 0;}


body{
	font-family: Tahoma, Geneva,"メイリオ","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 90%;
	line-height: 1.5;
	letter-spacing: 0.1em;
	background: url(../img/bk.jpg);
	color: #362e2b;
	width: 100%;
}


li{ list-style-position:inside;}

hr{
	clear: left;
	visibility: hidden;
	height: 0;
	margin: 0;
	line-height: 0;
	border: none;
}

img{ border: none;}


.right{
	text-align: right;
}

.center{
	text-align: center;
}

.fontbig1{
	font-size: 120%;
	font-weight: bold;
}

.fontbig2{
	font-size: 140%;
}


.img_right{
	float: right;
	padding: 0px 15px;
}

p.p_red center{
	color: #a40000;
	text-align: center;
}

/**********************************
　　　　　header
**********************************/


#body_bk{
	background: url(../img/header_bk.png) no-repeat center top;
	overflow: hidden;
	width: 1434px;
	margin: 0px auto;
}

#header{
	width: 1178px;
	margin: 0px auto;
}

table#table_top{
	width: 100%;
}


h1{
	padding:  80px 0px 0px 50px;
	width: 391px;
}

p#to_contact{
	float: right;
}

p#nav01{
	float: right;
	padding: 2px 0px 0px 0px;
}

p#nav02{
	float: right;
	padding: 0px 0px 0px 0px;
}

p#nav03{
	float: right;
	padding: 2px 50px 0px 0px;
}

p#nav04{
	float: right;
	padding: 0px 28px 0px 0px;
}

h2{
	float: right;
}


/**********************************
　　　　main_body
**********************************/
#main_body{
	background: url(../img/contents_bk.jpg) repeat-y;
	width: 1178px;
	margin:  0px auto;
	padding-bottom: 30px;
	overflow: hidden;
}

#top_contents{
	background: url(../img/top_img.png) no-repeat right bottom;
}

#news_bk{
	background: url(../img/top_news_bk.png) no-repeat;
	width:  433px;
	height: 385px;
	padding: 140px 50px 30px;
}


h3#news{
	text-align: center;
	padding-bottom: 10px;
}


#blog_rss{
	margin-left: 12px;
}

h2#h2_tit{
	margin-right: 120px;
	padding-bottom: 30px;
}

#about_image{
	width: 420px;
	margin: 0px 20px 0px 50px;
	float: left;
}

#about_image img{
	margin-bottom: 50px;
}

#about_text{
	margin-right: 50px;
	line-height: 2;
	font-size: 110%;
}

#about_text img{
	float: right;
}

#lesson_contents{
	background: url(../lesson/img/lesson_bk.jpg) no-repeat 50px 300px;
	padding: 0px 50px 0px 500px;
	font-size: 110%;
}

table.table_lesson td{
	border-right: 1px #362e2b solid;
	border-bottom: 1px #362e2b solid;
	padding: 5px;
	background: url(../lesson/img/table_bk2.png);
}

table.table_lesson td.top{
	border-top: 1px #362e2b solid;
	
}

table.table_lesson td.topleft{
	border-top: 1px #362e2b solid;
	border-left: 1px #362e2b solid;
	background: url(../lesson/img/table_bk.png);
}

table.table_lesson td.left{
	border-left: 1px #362e2b solid;
	background: url(../lesson/img/table_bk.png);
}

h4.h4_lesson{
	margin-top: 50px;
}

h5.h5_lesson{
	font-weight: bold;
	margin-top: 20px;
	font-size: 100%;
}

p#p_lesson_big{
	font-size: 100%;
	font-weight: bold;
	color: #9b2d8d;
	width: 90%;
	margin: 20px auto;
	border-bottom: 1px #9b2d8d dotted;
	border-top: 1px #9b2d8d dotted;
	padding: 10px 0;
	text-align:  center;
}

p#p_lesson_big a{
	color: #9b2d8d;
}


#profile_contents{
	padding: 20px 50px 0px 500px;
	background: url(../profile/img/profile_contents.jpg) no-repeat 80px bottom;
}

#profile_img{
	text-align: center;
	margin-bottom: 20px;
}

#contact_contents{
	padding: 20px 50px 0px 500px;
	background: url(../contact/img/contact_contents.jpg) no-repeat left bottom;
}

table#table_contact{
	width: 600px;
	margin: 20px auto;
}

table#table_contact td{
	padding: 10px;
}

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

#footer_bk{
	background: url(../img/footer_bk.png) repeat-x center top;
	height: 200px;
}

#footer{
	margin: 20px auto 20px;
	padding: 30px 0;
	text-align: center;
}

p#copy{
	margin-top: 50px;
}
