@charset "utf-8";

/*--OSEI skin CSS -- 2010,02,22 Rel-ish yu-ki--*/

/* FF Scrolbar */
html {
	overflow-y: scroll;
}

/* Base Font */
body {
	background: #fff;
	font: 13px "MS P Gothic","ＭＳ Ｐゴシック" sans-serif;
	*font-size:small;
	*font:x-small;
	line-height: 130%;
	color: #333;
}

table {
    font-size: inherit;
    font: 100%;
}

html>/**/body {
	font-size: 0.83em;
}


/* background */
body {
	background: url(../img/bg_head_x.jpg) repeat-x left top;
}


/* SPAN */
span.txt_red {
	color: #F00;
}


/* liquid */
#liquid {
	width: 814px;
	margin: 4px auto 0;
}

/* H1 */
h1 {
	float: left;
	padding: 5px 0 0;
	font-size: 85%;
	color: #999;
}

/* submenu */
#sub_menu {
	float: right;
	line-height: 0;
}

#sub_menu li {
	display: inline;
}

/* header */
#header {
	height: 41px;
	clear: both;
}

#header div {
	position: relative;
	float: left;
}

#header div p {
	position: absolute;
	width: 335px;
	height: 41px;
	left: 0;
	top: 0;
}

* html #header div p {
	position: absolute;
	left: 0;
	top: 0;
}

#header div.to_contact {
	float: right;
}

#header div.to_contact p {
	height: 41px;
	width: 410px;
	position: static;
	background: url(../img/img_header_contact.jpg) no-repeat left top;
}

/* gmenu */
#gmenu {
	clear: both;
}

#gmenu ul {
	line-height: 0;
}

#gmenu li {
	display: inline;
}

/* contents */
#contents {
	width: 800px;
	margin: 20px auto 30px;
}
	
/* left */
#left {
	float: left;
	width: 550px;
	margin: 0 30px 0 0;
}


/* page top */
.p_top {
	margin: 0;
	text-align: right;
	clear: both;
}


/* right */
#right {
	float: left;
	width: 220px;
}

/* =r_course */
.r_course {
	margin: 25px 0 0;
	padding: 0 0 16px;
	background: #ebe0cc;
}

.r_course h3 {
	position: relative;
	height: 25px;
	margin: -25px 0 0;
	background: url(../img/right_re_courselist.jpg) no-repeat left top;
}

.r_course h4 {
	height: 22px;
	margin: 8px 0 0 11px;
	background: url(../img/right_re_courselist_group.jpg) no-repeat left top;
}

.r_course h4.only {
	background: url(../img/right_re_courselist_only.jpg) no-repeat left top;
}

.r_course dl {
	width: 200px;
	margin: 0 auto;
	padding: 0 0 15px;
	background: #fff;
}

.r_course dt {
	height: 17px;
	width: 188px;
	margin: 0 auto;
	padding: 10px 0 0;
}

.r_course dd {
	margin: 0 7px 0 27px;
	padding: 7px 0;
	background: url(../img/line_gray_dot.jpg) repeat-x left bottom;
}

.r_course dd a {
	padding: 0 0 0 10px;
	background: url(../img/blet_arroe_orange.jpg) no-repeat left 3px;
	color: #333;
	text-decoration: none;
}

.r_course dl.only dd a {
	padding: 0 0 0 10px;
	background: url(../img/blet_arroe_pink.jpg) no-repeat left 3px;
	color: #333;
	text-decoration: none;
}

/*dt*/
.sschool {
	background: url(../img/right_re_courselist_school_a.jpg) no-repeat left bottom;
}

.mschool {
	background: url(../img/right_re_courselist_school_b.jpg) no-repeat left bottom;
}

.onlsschool {
	background: url(../img/right_re_courselist_school_01.jpg) no-repeat left bottom;
}

.onlmschool {
	background: url(../img/right_re_courselist_school_02.jpg) no-repeat left bottom;
}

.onlhschool {
	background: url(../img/right_re_courselist_school_03.jpg) no-repeat left bottom;
}


/* =pr_banner */
.pr_banner {
	margin: 0 0 40px;
}

.pr_banner img {
	display: block;
	margin: 15px 0 3px;
}

.pr_banner p {
	font-size: 85%;
	color: #666;
}


/* =r_access */
.r_access {
	margin: 0 0 20px;
	padding: 0 0 10px;
	background: #ebe0cc;
}

.r_access_inner {
	width: 180px;
	margin: 10px auto 0;
	padding: 10px;
	background: #fff;
}

.r_access h3 {
	position: relative;
	height: 25px;
	margin: -25px 0 0;
	background: url(../img/right_re_access.jpg) no-repeat left top;
}

.r_access h5 {
	margin: 0 0 8px;
	padding: 0 0 0 30px;
	background: url(../img/icon_osei.jpg) no-repeat left center;
	font-size: 116%;
	font-weight: bold;
}

.r_access p {
	margin: 0 0 10px;
}


/* footer */
#footer {
	min-height: 152px;
	_height: 152px;
	background: url(../img/bg_footer_x.jpg) repeat-x left top;
	clear: both;
}

#footer ul {
	width: 800px;
	margin: 0 auto;
	padding: 10px 0;
	line-height: 0;
	text-align: center;
}

#footer li {
	display: inline;
	padding: 0 0 0 8px;
	border-left: solid 1px #666;
	line-height: 150%;
	color: #666;
	text-align: center;
}

#footer li.first {
	border-left: none;
}

#footer li a {
	color: #666;
	text-decoration: none;
}

address {
	margin: 90px 0 0;
	text-align: center;
	color: #060;
}




/* $$clearfix */
#contents:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}

#contents { display: inline-block; }

/* exlude MacIE5 \*/

* html #contents { height: 1% }

#contents {display:block;}
/* end MacIE5 */


/* $$bg */
.bg {
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	overflow: hidden;
}
