﻿@charset "UTF-8";

/* 共通 */
* {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p, address {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

body {
	color: #000000;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0px;
	background: url("../images/bg.gif") #c4e9ff left top;
}

a img {
	border: none;
}

a:link,
a:visited {
	color: #ff6600;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #ff6600;
	text-decoration: none;
}

.clr {
	font-size: 0px;
	line-height: 0px;
	clear: both;
}

ul {
	list-style: none;
}

#access-analys,
#access-analys2,
#access-analys3 {
	display: none;
}



#all {
	width: 914px;
	margin: 0 auto;
	padding: 0 0 20px;
	background-image: url("../images/body_bg.jpg");
	background-repeat: repeat-y;
}

/*
 * ヘッダー
 */
#header {
	width: 900px;
	margin: 0 auto;
	padding: 0 0 3px;
}

h1#site_title,
div#site_title a {
	width: 610px;
	height: 73px;
	float: left;
	margin: 19px 0 0 9px;
	text-indent: -9999px;
	background-image: url("../images/header.jpg");
	background-repeat: no-repeat;
}

#header_link {
	width: 244px;
	float: right;
	margin: 22px 24px 0 0;
}

#header_link #news_link {
	width: 188px;
	float: right;
	margin: 0 0 13px;
}

#header_link #news_mark {
	width: 50px;
	float: left;
	margin: 0 0 13px 6px;
}

#header_link .list li {
	float: left;
	margin: 0 12px 0 0;
}

#header_link .list li.link {
	margin-right: 0;
}


/*
 * グローバルナビ
 */
#navi {
	width: 882px;
	height: 52px;
	margin: 0 auto;
	background-image: url("../images/navi_top.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	overflow:hidden;
}

#navi li {
	float: left;
	height: 47px;
	margin-top: 5px;
}

#navi li a {
	display: block;
	text-indent: -9999px;
	height: 47px;
}

#navi li.point a {
	text-indent: -9999px;
	width: 127px;
	background-image: url("../images/navi.jpg");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#navi li.point a:hover {
	background-position: 0px -47px;
}

#navi li.lesson a {
	text-indent: -9999px;
	width: 123px;
	background-image: url("../images/navi.jpg");
	background-repeat: no-repeat;
	background-position: -127px 0px;
}
#navi li.lesson a:hover {
	background-position: -127px -47px;
}

#navi li.event a {
	text-indent: -9999px;
	width: 124px;
	background-image: url("../images/navi.jpg");
	background-repeat: no-repeat;
	background-position: -250px 0px;
}
#navi li.event a:hover {
	background-position: -250px -47px;
}

#navi li.voice a {
	text-indent: -9999px;
	width: 124px;
	background-image: url("../images/navi.jpg");
	background-repeat: no-repeat;
	background-position: -374px 0px;
}
#navi li.voice a:hover {
	background-position: -374px -47px;
}

#navi li.try a {
	text-indent: -9999px;
	width: 123px;
	background-image: url("../images/navi.jpg");
	background-repeat: no-repeat;
	background-position: -498px 0px;
}
#navi li.try a:hover {
	background-position: -498px -47px;
}

#navi li.access a {
	text-indent: -9999px;
	width: 124px;
	background-image: url("../images/navi.jpg");
	background-repeat: no-repeat;
	background-position: -621px 0px;
}
#navi li.access a:hover {
	background-position: -621px -47px;
}

#navi li.inquire a {
	text-indent: -9999px;
	width: 127px;
	background-image: url("../images/navi.jpg");
	background-repeat: no-repeat;
	background-position: -745px 0px;
}
#navi li.inquire a:hover {
	background-position: -745px -47px;
}

#navi_bottom {
	font-size: 1px;
	line-height: 1px;
	width: 882px;
	height: 5px;
	margin: 0 auto;
	background-image: url("../images/navi_bottom.jpg");
	background-repeat: no-repeat;
}


/*
 * パンくず
 */
#position {
	font-size: 12px;
	line-height: 14px;
	width: 844px;
	margin: 5px auto 3px;
}


/*
 * 次のページ
 */
#next_page {
	width: 900px;
	margin: 0 auto;
}

#next_page .link {
	width: 720px;
	float: right;
	margin: 0 24px 0 0;
}
* html #next_page .link {
	margin-right: 12px;
}

#next_page .mark {
	width: 120px;
	float: left;
	margin: 0 0 0 24px;
}
* html #next_page .mark {
	margin-left: 12px;
}


#next_page .link a {
	font-size: 18px;
	line-height: 34px;
	font-weight: bold;
}

/*
 * 体験レッスンバナー
 */
#try_banner {
	width: 858px;
	margin: 0 auto;
}

#try_banner a {
	display: block;
	width: 858px;
	height: 110px;
	text-indent: -9999px;
	background-image: url("../images/banner_try.jpg");
	background-repeat: no-repeat;
	margin: 15px 0 0;
}


/*
 * フッター
 */
#footer {
	width: 327px;
	margin: 30px auto 0;
}
