@charset "utf-8";
/* CSS Document */
/*----------------------------------------
全頁設定
----------------------------------------*/
*{
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
body{
	background-image: url(../images/bg_body.jpg);
	font-size: 14px;
}
h1 {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 10px;
}

table {
	border-collapse:collapse;
}
.noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper{
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
}
.pos_right {
	text-align: right;
}

.clear {
	clear: both;
}
#contents_wrapper{
	width: 950px;
	margin-top: 145px;
	padding-right: 50px;
	padding-left: 50px;
	background-image: url(../images/bg_wrapper.png);
	background-repeat: repeat-y;
}
/*----------------------------------------
ヘッダー
----------------------------------------*/
#header{
	background-image: url(../images/bg_wrapper.png);
	background-repeat: repeat-y;
	width: 950px;
	padding-right: 50px;
	padding-left: 50px;
	height: 145px;
	position: absolute;
	top: 0px;
}#header_img {
	background-image: url(../images/bg_header.jpg);
	background-repeat: no-repeat;
	height: 115px;
}
#header_menu {
	height: 40px;
	width: 450px;
	margin-left: 490px;
}
#header_menu ul {
	list-style-type: none;
}
#header_menu ul li {
	display: block;
	height: 40px;
	width: 150px;
	float: left;
	text-indent: -9999px;
}
#header_menu ul li a {
	display: block;
	height: 40px;
	width: 150px;
}
#navi_top {
	background-image: url(../images/navi_top.jpg);
	background-position: 0px 0px;
}
#navi_contact {
	background-image: url(../images/navi_top.jpg);
	background-position: 150px 0px;
}
#navi_sitemap {
	background-image: url(../images/navi_top.jpg);
	background-position: 300px 0px;
}
#navi_top a:hover {
	background-image: url(../images/navi_top.jpg);
	background-position: 0px 40px;
}
#navi_contact a:hover {
	background-image: url(../images/navi_top.jpg);
	background-position: 150px 40px;
}
#navi_sitemap a:hover {
	background-image: url(../images/navi_top.jpg);
	background-position: 300px 40px;
}
#header_search {
	height: 40px;
	margin-top: 35px;
	text-align: right;
	width: 300px;
	margin-left: 630px;
}
#search_btn {
	background-image: url(../images/search_btn.jpg);
	height: 29px;
	width: 112px;
	margin-left: 14px;
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#pankuzu {
	background-color: #FFF;
	height: 25px;
	width: 930px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	font-weight: bold;
}
/*----------------------------------------
左サイドスペース
----------------------------------------*/
#sidespace{
	width: 200px;
	margin-right: 10px;
	margin-left: 10px;
	float: left;
	padding-bottom: 20px;
}
#side_navi {
	list-style-type: none;
}
#side_navi li {
	display: block;
	width: 200px;
	text-indent: -9999px;
}
#side_navi li a {
	display: block;
	width: 200px;
}
#navi_lesson {
	background-image: url(../images/menu_lesson.jpg);
	height: 65px;
}
#navi_offer {
	background-image: url(../images/menu_offer.jpg);
	height: 61px;
}
#navi_voice {
	background-image: url(../images/menu_voice.jpg);
	height: 69px;
}
#navi_member {
	background-image: url(../images/menu_member.jpg);
	height: 69px;
}
#navi_info {
	background-image: url(../images/menu_info.jpg);
	height: 70px;
}
#navi_lesson a {
	height: 65px;
}
#navi_offer a {
	height: 61px;
}
#navi_voice a {
	height: 69px;
}
#navi_member a {
	height: 69px;
}
#navi_info a {
	height: 70px;
}
#navi_lesson a:hover {
	background-image: url(../images/menu_lesson.jpg);
	background-position: 200px;
}
#navi_offer a:hover {
	background-image: url(../images/menu_offer.jpg);
	background-position: 200px;
}
#navi_voice a:hover {
	background-image: url(../images/menu_voice.jpg);
	background-position: 200px;
}
#navi_member a:hover {
	background-image: url(../images/menu_member.jpg);
	background-position: 200px;
}
#navi_info a:hover {
	background-image: url(../images/menu_info.jpg);
	background-position: 200px;
}
#baner_space p {
	margin-bottom: 10px;
}
#baner_space {
	margin-top: 10px;
}
/*----------------------------------------
コンテンツ
----------------------------------------*/
#contents{
	width: 710px;
	float: right;
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 20px;
}
/*----------------------------------------
フッター
----------------------------------------*/
#footer{
	height: 50px;
	padding: 10px;
	background-color: #CCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	clear: both;
	width: 930px;
	font-size: 12px;
}
#footer ul {
	list-style-type: none;
	clear: both;
}
#footer ul li {
	float: left;
	display: block;
	margin-right: 15px;
	margin-bottom: 5px;
	background-image: url(../images/bg_footer_navi.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}
#copyright {
	color: #FFF;
	background-color: #000;
	height: 22px;
	text-align: center;
	font-weight: bold;
	padding-top: 8px;
}
/*----------------------------------------
トップページコンテンツ用
----------------------------------------*/
.box355left {
	float: left;
	width: 355px;
}
.box355left dl dt {
	text-indent: -9999px;
}
.box355left dl dt, .box355left dl dt a {
	display: block;
	height: 23px;
	width: 190px;
}
.box355left dl dd {
	background-image: url(../images/line_dot_342.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 5px;
	padding-bottom: 5px;
}
#corse_college {
	background-image: url(../images/course_college.gif);
}
#corse_high {
	background-image: url(../images/course_high.gif);
}
#corse_junior {
	background-image: url(../images/course_junior.gif);
}
#corse_kids {
	background-image: url(../images/course_kids.gif);
}
#corse_trade {
	background-image: url(../images/course_trade.gif);
}
#corse_listening {
	background-image: url(../images/course_listening.gif);
}
#corse_abroad {
	background-image: url(../images/course_abroad.gif);
}
#corse_senior {
	background-image: url(../images/course_senior.gif);
}
#corse_college a:hover {
	background-image: url(../images/course_college.gif);
	background-position: 190px;
}
#corse_high a:hover {
	background-image: url(../images/course_high.gif);
	background-position: 190px;
}
#corse_junior a:hover {
	background-image: url(../images/course_junior.gif);
	background-position: 190px;
}
#corse_kids a:hover {
	background-image: url(../images/course_kids.gif);
	background-position: 190px;
}
#corse_trade a:hover {
	background-image: url(../images/course_trade.gif);
	background-position: 190px;
}
#corse_listening a:hover {
	background-image: url(../images/course_listening.gif);
	background-position: 190px;
}
#corse_abroad a:hover {
	background-image: url(../images/course_abroad.gif);
	background-position: 190px;
}
#corse_senior a:hover {
	background-image: url(../images/course_senior.gif);
	background-position: 190px;
}
.box355left dl dd a {
	display: block;
	height: 14px;
	width: 110px;
	margin-left: 235px;
	background-image: url(../images/icon_detail.gif);
	text-indent: -9999px;
}
.box355left dl dd a:hover {
	background-image: url(../images/icon_detail.gif);
	background-position: 110px;
}
#title_map {
	background-image: url(../images/title_map.gif);
	height: 49px;
	width: 710px;
	margin-bottom: 10px;
}
#allschool {
	height: 19px;
	width: 162px;
	padding-top: 30px;
	padding-left: 538px;
}
#allschool a {
	display: block;
	height: 14px;
	width: 162px;
	background-image: url(../images/title_allschool.gif);
	text-indent: -9999px;
}
#allschool a:hover {
	background-image: url(../images/title_allschool.gif);
	background-position: 0px 14px;
}
#flash1 {
	height: 400px;
	width: 710px;
}
#flash2 {
	height: 450px;
	width: 710px;
}
