@charset "Shift_JIS";

/* 全体の設定 + YUI font css*/

* {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

body {
	font: 13px/1.231 arial,helvetica,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック",clean,sans-serif; /* 基本文字設定 */
	*font-size: small; /* Win IE7およびWin IE6標準準拠モード向け */
	*font: x-small; /* Win IE 5-5.5､6(後方互換モード)向け */

	line-height: 1.5;
	color: #444;
	text-align: center; /* センタリング Win IE 5-5.5､6(後方互換モード)向け */
	background: url('../img/bg_container.jpg');
}

table {
	font-size: inherit; /* モダンブラウザ向け */
	font: 100%; /* Win IE 5-5.5､6(後方互換モード)向け */
}

pre,code,kbd,samp,tt {
	font-family: monospace;
	*font-size: 108%; /* Win IE全般向け */
	line-height: 100%;
}

/* リンクの設定 */

a:link {
	color: #ff6600;
}

a:visited {
	color: #cc3399;
}

a:hover {
	text-decoration: none;
}

a:active {
	color: #cc0000;
}

/* メニューの設定 */

#menu {
	position: absolute;
	top: 50px;
	left: 265px;
	width: 660px;
	height: 55px;
	background: url("../img/sprite_menu.gif");
}

#menu ul {
	width: 660px;
}

#menu li, #menu a {
	height: 55px;
	display: block;
}

#menu li {
	float: left;
	list-style: none;
	display: inline;
	text-indent: -9877em;
	text-decoration: none;
	overflow: hidden;
}

#menu li.about a {
	background: 0px 0px;
	width: 103px;
}

#menu li.school a {
	background: 0px 0px;
	width: 143px;
}

#menu li.allstars a {
	background: 0px 0px;
	width: 128px;
}

#menu li.blog a {
	background: 0px 0px;
	width: 135px;
}

#menu li.contact a {
	background: 0px 0px;
	width: 151px;
}

#menu li.about a:hover {
	background:url("../img/sprite_menu.gif") 0px -55px no-repeat;
}

#menu li.school a:hover {
	background:url("../img/sprite_menu.gif") -103px -55px no-repeat;
}

#menu li.allstars a:hover {
	background:url("../img/sprite_menu.gif") -246px -55px no-repeat;
}

#menu li.blog a:hover {
	background:url("../img/sprite_menu.gif") -374px -55px no-repeat;
}

#menu li.contact a:hover {
	background:url("../img/sprite_menu.gif") -509px -55px no-repeat;
}

/* 画像全般の設定 */

img {
	border: none;
	vertical-align: bottom; /* 画像の下にできる隙間をなくす */
}

img.frame {
	border: 1px solid #ddd;
	padding: 5px;
}

/* 回り込み画像の設定 */

.round_left {
	vertical-align: top;
	float: left;
	text-align: left;
	margin: 10px 10px 5px 0;
}

.round_right {
	vertical-align: top;
	float: right;
	text-align: left;
	margin: 10px 0 5px 10px;
}

ul.gallery {
	list-style: none;
}

ul.gallery li {
	float: left;
	margin: 1em 0 0.5em 1em;
}

/*ナビゲーションの設定*/

/* 見出しの設定 */

.logo {
	position: absolute;
	top: -5px;
	left: 30px;
}

.logo a:hover {
	position: absolute;
	top: 5px;
}

#main h1 {
	padding: 1em 0 1em;
}

h2 {
	padding: 0.8em 0 0.5em;
}

#main h3 {
	padding: 1em 0 0.5em;
}

#sub h3 {
	padding: 1em 0 1em;
}

h4 {

}

h5 {

}

h6 {

}

/* 本文のテキストレイアウト設定 */

p {
	text-align: left;
}

#content p, #footer p {
	padding: 0.5em 0;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.indent {
	text-indent: 1em;
}

.boxtext {
	margin: 0 0.5em;
	line-height: 1.5;
}

.st {
	font-weight: bold;
}

.red {
	color: #c30000;
}

.blank{
	margin-top: 1.5em;
}

.clear {
	clear: both;
}

blockquote {
	margin: 5px 0 5px 10px;
	padding: 0 0 0 8px;
	border-width: 0 0 0 8px;
	border-color: #666666;
	border-style: solid;
}

.text10 { font-size: 77%; }
.text11 { font-size: 85%; }
.text12 { font-size: 93%; }
.text13 { font-size: 100%; }
.text14 { font-size: 108%; }
.text15 { font-size: 116%; }
.text16 { font-size: 123.1%; }
.text17 { font-size: 131%; }
.text18 { font-size: 138.5%; }
.text19 { font-size: 146.5%; }
.text20 { font-size: 153.9%; }
.text21 { font-size: 161.6%; }
.text22 { font-size: 167%; }
.text23 { font-size: 174%; }
.text24 { font-size: 182%; }
.text25 { font-size: 189%; }
.text26 { font-size: 197%; }

.linemarker {
	background-color:#fff399;
}


/* リストの設定 */

ul.list {
	padding: 5px 0 0 10px;
	list-style-position: inside;
}

li.list {
	margin: 0 0 5px 0;
}

/* 画面レイアウトの設定 */

#container {
	position: relative;
	width: 940px;
	margin: 0 auto;
}

#header_indexbg {
    width: 940px;
	height: 350px;
	background: url('../img/bg_header_top.jpg') bottom no-repeat;
}

#header_aboutbg {
    width: 940px;
	height: 350px;
	background: url('../img/bg_header_about.jpg') bottom no-repeat;
}

#header_schoolbg {
    width: 940px;
	height: 350px;
	background: url('../img/bg_header_school.jpg') bottom no-repeat;
}

#header_allstarsbg {
    width: 940px;
	height: 350px;
	background: url('../img/bg_header_allstars.jpg') bottom no-repeat;
}

#content {
	width: 940px;
	float: left;
	background: url('../img/bg_content.jpg') repeat-y;

}

#main {
	float: left;
	display: inline;
	width: 582px;
	margin-left: 25px;
	text-align: left;
}

#map {
	float: left;
	margin: 0 15px 0 0;
	width: 300px;
	height: 300px;
}

#sub {
	float: right;
	display: inline;
    width: 278px;
	margin-right: 25px;
	text-align: left;
}

#submap {
	width: 278px;
	margin-bottom: 15px;
	height: 300px;
}

#footer {
	clear: both;
	padding: 2em 0 1em;
	margin-bottom: 2em;
	background: url('../img/bg_footer.jpg') bottom;
	font-size: 85%;
}

/* インラインフレーム */

.inline {
	display: block;
	width: 520px;
	height: 50px;
	overflow: scroll;
	overflow-x: hidden;
	text-align: left;
	line-height: 1.5;
}

/*ボックスの設定*/

.box_top1 {
	float: left;
	width: 184px;
	margin-right: 15px;
}

.box_top2 {
	float: left;
	width: 184px;
}

.box_sub {
	margin: 0.6em 0 1.5em;
	padding: 15px;
	background: url('../img/bg_box_sub.jpg') no-repeat;
}

/*ラインの設定*/

hr {
	clear: both;
	height: 1px;
	margin: 1em 0;
	border-width:1px 0px 0px 0px;
	border-color: #E3E3E3;
	border-style: solid;
	overflow: hidden;
}
