@charset "utf-8";






/* formatting styles
-----------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #f5f5ee;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 170%;
	color: #4d4d4d;
	background-image: url(../images/back.jpg);
	background-repeat: no-repeat;
	background-position: center 165px;
}
hr {
	display: none;
}
a img {
	border-style: none;
}
.clear {
	clear: both;
}
.text_standard {
	margin-bottom: 12px;
}
.text_red {
	color: #d20000;
}
.text_small {
	font-size: 10px;
	line-height: 150%;
}
.enter_15 {
	height: 15px;
	clear: both;
}
.enter_30 {
	height: 30px;
	clear: both;
}
.enter_60 {
	height: 60px;
	clear: both;
}






/* link styles
-----------------------*/
a:link {
	color: #969637;
	text-decoration: underline;
}
a:visited {
	color: #969637;
	text-decoration: underline;
}
a:hover {
	color: #969637;
	text-decoration: none;
}
a:active {
	color: #969637;
	text-decoration: none;
}






/* head styles
-----------------------*/
#head {
	width: 906px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/back_head.gif);
	background-repeat: repeat-y;
	height: 163px;
	position: relative;
}
#head h1 {
	position: absolute;
	left: 43px;
	top: 43px;
}
#head ul li {
	list-style: none;
	float: left;
}
#head ul li img {
	vertical-align: top;
}
#head ul#global_navi {
	bottom: 0px;
	position: absolute;
	right: 0px;
}






/* contents styles
-----------------------*/
#main {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 7px;
}






/* left_bar styles
-----------------------*/
#left_bar {
	float: left;
	width: 221px;
	background-image: url(../images/back_side.gif);
	background-repeat: no-repeat;
	height: 320px;
}
#left_bar ul li {
	list-style: none;
	text-align: center;
}
#left_bar ul li#banner_mail {
	margin-top: 10px;
}

#left_bar ul li img {
	vertical-align: top;
}






/* right_bar styles
-----------------------*/
#right_bar {
	float: right;
	width: 666px;
	margin-top: 245px;
}
#right_bar h2 {
	margin-top: 20px;
}
#right_bar .topics {
	background-color: #FFFFFF;
	background-image: url(../images/topics_pic_04.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-right: 10px;
	padding-left: 10px;
}
#right_bar .topics dl {
	background-image: url(../images/topics_pic_03.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 12px;
	line-height: 100%;
}
#right_bar .topics dl dt {
	background-image: url(../images/icon_square_01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	font-weight: bold;
	padding-left: 13px;
}
#right_bar .topics dl dd {
	text-indent: 10px;
}
#right_bar p#banner_lesson {
	margin-top: 20px;
}






/* foot styles
-----------------------*/
#foot {
	background-image: url(../images/back_foot.gif);
	background-repeat: repeat-x;
	margin-top: 20px;
}
#foot #box {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 180px;
	position: relative;
}
#foot #box p#pagetop {
	position: absolute;
	top: 0px;
	right: 0px;
}
#foot #box p#privacy {
	position: absolute;
	left: 0px;
	top: 28px;
}
#foot #box address {
	position: absolute;
	left: 0px;
	bottom: 10px;
}
#foot #box p#powered {
	position: absolute;
	bottom: 10px;
	right: 172px;
}

#foot #box p#crimson {
	position: absolute;
	bottom: 10px;
	right: 61px;
}
#foot #box p#nx {
	position: absolute;
	bottom: 10px;
	right: 0px;
}

