@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;
}
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%;
}
.text_small_red {
	font-size: 10px;
	color: #d20000;
	line-height: 150%;
}
.enter_15 {
	height: 15px;
	clear: both;
}
.enter_20 {
	height: 20px;
	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;
}
#main/* contents styles
-----------------------*/
 {
	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;
}
#right_bar p#banner_lesson {
	margin-top: 20px;
}
#contents {
	background-color: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
}
#contents p#bread {
	font-size: 10px;
	margin-bottom: 20px;
	line-height: 100%;
}
#contents p#bread a:link {
	color: #969637;
	text-decoration: underline;
}
#contents p#bread a:visited {
	color: #969637;
	text-decoration: underline;
}
#contents p#bread a:hover {
	color: #969637;
	text-decoration: none;
}
#contents p#bread a:active {
	color: #969637;
	text-decoration: none;
}
#contents ul#contents_navi {
	height: 30px;
	width: 626px;
}


#contents ul#contents_navi li {
	list-style: none;
	float: left;
}
#contents ul#contents_navi li img {
	vertical-align: top;
}

#contents h3.text {
	height: 30px;
	width: 626px;
	background-image: url(../images/page_pic_01.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	color: #96915a;
	text-indent: 15px;
	margin-bottom: 10px;
}
#contents h4.text {
	background-image: url(../images/icon_square_02.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	font-weight: bold;
	font-size: 12px;
	line-height: 19px;
	height: 19px;
}
#contents table.matrix {
	width: 100%;
	border-collapse: collapse;
}
#contents table.matrix th {
	font-weight: bold;
	background-image: url(../images/icon_square_01.gif);
	background-position: left center;
	padding-left: 13px;
	background-repeat: no-repeat;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px dotted #CCCCCC;
	width: 110px;
	border-bottom: 1px dotted #CCCCCC;
}

#contents table.matrix th.short {
	font-weight: bold;
	background-image: url(../images/icon_square_01.gif);
	background-position: left center;
	padding-left: 13px;
	background-repeat: no-repeat;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px dotted #CCCCCC;
	width: 70px;
	border-bottom: 1px dotted #CCCCCC;
}
#contents table.matrix th.middle {
	font-weight: bold;
	background-image: url(../images/icon_square_01.gif);
	background-position: left center;
	padding-left: 13px;
	background-repeat: no-repeat;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px dotted #CCCCCC;
	width: 150px;
	border-bottom: 1px dotted #CCCCCC;
}
#contents table.matrix th.long {
	font-weight: bold;
	background-image: url(../images/icon_square_01.gif);
	background-position: left center;
	padding-left: 13px;
	background-repeat: no-repeat;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px dotted #CCCCCC;
	width: 220px;
	border-bottom: 1px dotted #CCCCCC;
}
#contents table.matrix td {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
}
#contents table.graph {
	width: 100%;
	border-collapse: collapse;
}
#contents table.graph th {
	font-weight: bold;
	width: 20%;
	background-color: #f6f6ea;
	padding: 3px;
	border: 1px solid #e5e5e5;
}

#contents table.graph td {
	padding: 3px 9px;
	border: 1px solid #e5e5e5;
	background-color: #ffffff;

}
#contents ul.line {
	border-top: 1px dotted #CCCCCC;
}
#contents ul.line li.square {
	border-bottom: 1px dotted #CCCCCC;
	background-image: url(../images/icon_square_01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 13px;
	list-style: none;
	padding-top: 5px;
	padding-bottom: 5px;
}
#contents ul.line li.square_bold {
	border-bottom: 1px dotted #CCCCCC;
	background-image: url(../images/icon_square_01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 13px;
	list-style: none;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}
#contents ul.dot {
	padding-left: 12px;
}
#contents ol.number {
	padding-left: 24px;
}
#contents #submit {
	margin-top: 10px;
	text-align: center;
}
#contents #thanks {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}
#contents p#logo {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}






/* topics styles
-----------------------*/
#topics #paging #old {
	float: left;
}

#topics #paging p#old a {
	width: 150px;
	text-align: center;
	background-color: #f5f5ee;
	display: block;
	font-size: 12px;
	line-height: 25px;
	border: 1px solid #e5e5e5;
	color: #969637;
	text-decoration: none;
	height: 25px;
}
#topics #paging p#old a:hover {
	width: 150px;
	text-align: center;
	background-color: #cdcdaa;
	display: block;
	font-size: 12px;
	line-height: 25px;
	border: 1px solid #e5e5e5;
	color: #FFFFFF;
	text-decoration: none;
	height: 25px;
}
#topics #paging #new {
	float: right;
}

#topics #paging p#new a {
	width: 150px;
	text-align: center;
	background-color: #f5f5ee;
	display: block;
	font-size: 12px;
	line-height: 25px;
	border: 1px solid #e5e5e5;
	color: #969637;
	text-decoration: none;
	height: 25px;
}
#topics #paging p#new a:hover {
	width: 150px;
	text-align: center;
	background-color: #cdcdaa;
	display: block;
	font-size: 12px;
	line-height: 25px;
	border: 1px solid #e5e5e5;
	color: #FFFFFF;
	text-decoration: none;
	height: 25px;
}
#topics .block p {
	margin-bottom: 12px;
}






/* staff styles
-----------------------*/
#shop .block {
	float: left;
	width: 192px;
	margin-right: 25px;
}
#shop .block_right {
	float: left;
	width: 192px;
}
#shop p.caption {
	margin-top: 5px;
	font-size: 10px;
	line-height: 150%;
}
#profile #index_block {
	width: 406px;
	float: right;
}
#profile .friends_block {
	float: left;
	width: 192px;
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom: 15px;
}
#profile .friends_right {
	float: left;
	width: 192px;
}
#disc ol.block {
	padding-left: 24px;
	float: right;
	width: 356px;
}
#disc p.paging a {
	width: 150px;
	text-align: center;
	background-color: #f5f5ee;
	display: block;
	font-size: 12px;
	line-height: 25px;
	border: 1px solid #e5e5e5;
	color: #969637;
	text-decoration: none;
	height: 25px;
	margin-right: auto;
	margin-left: auto;
}
#disc p.paging a:hover {
	width: 150px;
	text-align: center;
	background-color: #cdcdaa;
	display: block;
	font-size: 12px;
	line-height: 25px;
	border: 1px solid #e5e5e5;
	color: #FFFFFF;
	text-decoration: none;
	height: 25px;
	margin-right: auto;
	margin-left: auto;
}
#lesson h3.text_short {
	height: 30px;
	width: 407px;
	background-image: url(../images/page_pic_04.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	color: #96915a;
	text-indent: 15px;
	margin-bottom: 10px;
}
#lesson .block {
	width: 407px;
	float: right;
}
#lesson p.paging a {
	width: 180px;
	text-align: center;
	background-color: #f5f5ee;
	display: block;
	font-size: 12px;
	line-height: 25px;
	border: 1px solid #e5e5e5;
	color: #969637;
	text-decoration: none;
	height: 25px;
	margin-right: 0px;
	margin-left: auto;
}
#lesson p.paging a:hover {
	width: 180px;
	text-align: center;
	background-color: #cdcdaa;
	display: block;
	font-size: 12px;
	line-height: 25px;
	border: 1px solid #e5e5e5;
	color: #FFFFFF;
	text-decoration: none;
	height: 25px;
	margin-right: 0px;
	margin-left: auto;
}













/* 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;
}









#schedule .paging .old {
	float: left;
}

#schedule .paging p.old a {
	width: 150px;
	text-align: center;
	background-color: #f5f5ee;
	display: block;
	font-size: 12px;
	line-height: 25px;
	border: 1px solid #e5e5e5;
	color: .969637;
	text-decoration: none;
	height: 25px;
}
#schedule .paging p.old a:hover {
	width: 150px;
	text-align: center;
	background-color: #cdcdaa;
	display: block;
	font-size: 12px;
	line-height: 25px;
	border: 1px solid #e5e5e5;
	color: .FFFFFF;
	text-decoration: none;
	height: 25px;
}
#schedule .paging .new {
	float: right;
}

#schedule .paging p.new a {
	width: 150px;
	text-align: center;
	background-color: #f5f5ee;
	display: block;
	font-size: 12px;
	line-height: 25px;
	border: 1px solid #e5e5e5;
	color: .969637;
	text-decoration: none;
	height: 25px;
}
#schedule .paging p.new a:hover {
	width: 150px;
	text-align: center;
	background-color: #cdcdaa;
	display: block;
	font-size: 12px;
	line-height: 25px;
	border: 1px solid #e5e5e5;
	color: .FFFFFF;
	text-decoration: none;
	height: 25px;
}



#schedule table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
#schedule table th {
	font-weight: bold;
	width: 20%;
	background-color: #f6f6ea;
	padding: 3px;
	border: 1px solid #e5e5e5;
}

#schedule table td {
	padding: 3px 9px;
	border: 1px solid #e5e5e5;
	background-color: #ffffff;

}

