@charset "utf-8";

/* reset */
/* =========================================================== */
* {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}


/* common */
/* =========================================================== */
html {
	border-top:solid 2px #E7380D;
	border-bottom:solid 2px #E7380D;
}
body {
	background: #FFF;
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, Arial, "ヒラギノ角ゴ Pro W3";
	font-size: 100%;
	line-height: 130%;
	padding:8px 0;
	text-align:center;
}
#wrapper {
	width:865px;
	margin:0 auto;
	text-align:left;
}


html>/**/body {
	font-size: 16px; 
}

ol,ul{  
     list-style:none;  
}  

img {
	border: none;
	vertical-align: bottom;
}

a:link {
	color: #333333;
	text-decoration: underline;
}

a:visited {
	color: #666666;
	text-decoration: underline;
}

a:hover {
	color: #E7380D;
	text-decoration: none;
}

a:active {
	color: #E7380D;
	text-decoration: none;
}

.clear {
	display: inline-block;
}  
 
.clear:after {
  	content: "."; 
  	display: block; 
  	height: 0; 
  	clear: both; 
  	visibility: hidden;
}

* html .clear {
	height: 1%;
}
.clear {
	display: block;
}

.flL {float:left;}
.flR {float:right;}
.mbottom10 {margin-bottom:10px;}


/* base-layout */
/* =========================================================== */


/* header */
#header {
}
#header .top-info {
	float:left;
	margin-left:20px;
	margin-top:12px;
}
#header .top-info ul li {
	float:left;
	width:150px;
}
#header .top-info ul li.last {
	margin-left:10px;
}

/* main */
#contents #main {
	margin:48px 18px 50px 0;
	font-size:90%;
	
}
#contents #main h2 {
	margin-bottom:10px;
}
#contents #main .l-contents {
	float:left;
	width:400px;
}

#contents #main .l-contents dl {
	margin-bottom:12px;
}
#contents #main .l-contents dl.last {
	margin-bottom:25px;
}
#contents #main .l-contents dl dt {
	float:left;
	width:30px;
}
#contents #main .l-contents dl dd {
	float:left;
	margin-left:8px;
	width:340px;
}

#contents #main .r-contents {
	float:left;
	width:440px;
}
#contents #main .r-contents .text {
	margin-left:33px;
}


/* lesson */
#lesson {
	background:#F8C2B5;
	margin-bottom:35px;
	padding-bottom:15px;
	width:840px;
}
#lesson img {
	vertical-align:top;

}
#lesson .box-wrap {
	background:url(../images/bg_lesson.jpg) repeat-y 15px 0;

}
#lesson .inner-box {
	padding:0 15px 15px;
	background:url(../images/box_bottom_lesson.jpg) no-repeat 15px bottom;
}
#lesson .inner-box dl {
	float:left;
	width:130px;
	margin-right:35px;
	display:inline;
}
#lesson .inner-box dl.first {
	margin-left:10px;
}
#lesson .inner-box dl.last {
	margin-right:0;
}
#lesson .inner-box dl dt {
	margin-bottom:8px;
}
#lesson .inner-box dl dd {
	font-size:70%;
	line-height:120%;
	text-indent:-0.6em;
	padding-left:0.6em;
}

/* footer */
#footer {
	background:url(../images/bg_contact.jpg) repeat-x 0 0;
	width:840px;
}
#footer ul {
	padding-bottom:14px;
	margin-bottom:14px;
	border-bottom:solid 2px #EDE7C8;
}
#footer ul li {
	float:left;
	display:inline;
	margin-right:8px;
	margin-top:33px;
}
#footer ul li.last {
	margin-top:0;
	margin-right:0px;
}
#footer .text .flL {
	font-size:78%;
}
#footer .text .flR {
	font-size:70%;
	line-height:120%;
}
