﻿@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: #ffffff;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0px;
	background: url("../images/bg.jpg") #000013 center top repeat-x;
}

a img {
	border: none;
}

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

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

.clr {
	clear: both;
}

ul {
	list-style: none;
}

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



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

/*
 * ヘッダー
 */
#header {
	width: 900px;
	height: 100px;
	margin: 0 auto;
	background-image: url("../images/header_title_bg.jpg");
	background-repeat: repeat-x;
	border-bottom: 1px solid #49629a;
}

#site_title a {
	display: block;
	width: 570px;
	height: 71px;
	text-indent: -9999px;
	background-image: url("../images/header.jpg");
	background-repeat: no-repeat;
	margin: 21px 0 0 14px;
	float: left;
}

#header_link {
	width: 230px;
	margin: 34px 14px 0 0;
	float: right;
}

#news_link {
	float: right;
	padding: 0 0 6px 0;
}

#header_link .list li {
	border-right: 1px solid #34476f;
	margin: 0 9px 0 0;
	padding: 0 12px 0 0;
	float: left;
}

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


/*
 * グローバルナビ
 */
#navi {
	width: 900px;
	margin: 0 auto;
}

#navi li {
	float: left;
}

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

#navi li.point a {
	width: 129px;
	background-image: url("../images/navi.jpg");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#navi li.point a:hover {
	background-position: 0px -60px;
}

#navi li.lesson a {
	width: 129px;
	background-image: url("../images/navi.jpg");
	background-repeat: no-repeat;
	background-position: -129px 0px;
}
#navi li.lesson a:hover {
	background-position: -129px -60px;
}

#navi li.event a {
	width: 128px;
	background-image: url("../images/navi.jpg");
	background-repeat: no-repeat;
	background-position: -258px 0px;
}
#navi li.event a:hover {
	background-position: -258px -60px;
}

#navi li.voice a {
	width: 129px;
	background-image: url("../images/navi.jpg");
	background-repeat: no-repeat;
	background-position: -386px 0px;
}
#navi li.voice a:hover {
	background-position: -386px -60px;
}

#navi li.try a {
	width: 129px;
	background-image: url("../images/navi.jpg");
	background-repeat: no-repeat;
	background-position: -515px 0px;
}
#navi li.try a:hover {
	background-position: -515px -60px;
}

#navi li.access a {
	width: 128px;
	background-image: url("../images/navi.jpg");
	background-repeat: no-repeat;
	background-position: -644px 0px;
}
#navi li.access a:hover {
	background-position: -644px -60px;
}

#navi li.inquire a {
	width: 128px;
	background-image: url("../images/navi.jpg");
	background-repeat: no-repeat;
	background-position: -772px 0px;
}
#navi li.inquire a:hover {
	background-position: -772px -60px;
}

#contents {
	width: 900px;
	margin: 0 auto;
}


/*
 * パンくず
 */
#position {
	font-size: 12px;
	line-height: 14px;
	margin: 10px 0 12px 32px;
}

#position a {
	color: #ffffff;
}


/*
 * 次のページ
 */
#next_page {
	width: 870px;
	margin: 50px auto 20px;
	padding: 0 0 0 30px;
}

#next_page .link {
	width: 735px;
	float: right;
}

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

#next_page .mark {
	width: 120px;
	float: left;
}


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

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


/*
 * フッター
 */
#footer {
	font-size: 12px;
	line-height: 16px;
	color: #e5bf7a;
	text-align: center;
	width: 900px;
	margin: 35px auto 0;
}


