/*------------リンクカラー------------*/
a:link {
 color: #0033CC;
 text-decoration: none;
}
a:visited {
 color: #555599;
 text-decoration: none;
}
a:hover {
 color: #FF0000;
 text-decoration: underline;
}
a:active {
 color: #FF0000;
 text-decoration: none;
}
#listnavi a:link {
 color: #595959;
 text-decoration: underline;
}
#listnavi a:visited {
 color: #595959;
 text-decoration: underline;
}
#listnavi a:hover {
 color: #595959;
 text-decoration: none;
}
#listnavi a:active {
 color: #595959;
 text-decoration: underline;
}

/*-----------インライン------------*/
body.news {
	margin: 0px;
	padding: 7px 7px 0px 0px;
	background-color: #ffffff;
	color: #333333;
	font-size: 0.8em;
	line-height: 150%;
}
body.news th{
	width: 80px;
	text-align: left;
	font-weight: bold;
	padding: 3px 0px;
	border-bottom: 1px dotted #999999;
} 
body.news td{
	padding: 3px 0px;
	border-bottom: 1px dotted #999999;
} 
/*------------HTMLタグの再定義------------*/
body {
	margin: 0px;
	padding: 0px;
	/*background-color: #FFF2C7;*/
	/*background: url(../img/common/back_02.jpg) bottom repeat-x;*/
	color: #333333;
	font-size: 0.8em;
	line-height: 150%;
}
h1,h2,h3,h4,h5{
	margin: 0px;
	padding: 0px;
}
ol,ul{
	margin: 0px;
	padding: 0px;
}
dl,dt,dd{
	margin: 0px;
	padding: 0px;
}
td,th{
	font-size : 0.8em ;
	line-height: 150%;
}
address{
	margin-bottom : 10px ;
	font-style: normal ;
}
.clear{
	clear: both;
}
.tx-s{
	font-size: 80%;
}
.tx-l{
	font-size: 120%;
}
.tx-r{
	color: #d90000;
}

/*------------レイアウト定義------------*/
#centerline {
	text-align : center  ;
}
#stage {
	margin: 0 auto;
	/*background : #FFF5D7 url(../img/common/bg_stage.gif) repeat-y;*/
	background: url(../img/common/back_01.jpg) repeat-y;
	/*margin-bottom: 5px;*/
	width: 820px;
}
#stage2 {
	width: 760px;
	background  : #ffffff;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#summary {
	color: #595959;
	padding: 3px;
	text-align: left;
}

/* クリアフィックス */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}


/*ヘッダ*/
div#header {
	text-align: left;
	height: 54px;
	padding-right: 5px;
	background: url(../img/common/back_03.jpg) repeat-x;
}

div#header h1 {
	float: left;
}

div#header ul {
	float: right;
	margin-top: 5px;
}

div#header ul li {
	float: left;
	list-style: none;
}

div#header ul li a {
	font-size: 10px;
	text-indent: 23px;
	margin-left: 10px;
	padding-left: 30px;
	background: url(../img/common/img_common_02.jpg) no-repeat 5px center;
}


/*ナビ*/
div#nav {
	text-align: left;
	height: 107px;
	background: url(../img/common/img_common_03.jpg) no-repeat left 26px;
	clear: both;
}

div#nav ul {
}

div#nav ul li {
	list-style-type: none;
	float: left;
}

div#nav ul#nav_1 li {
	width: 152px;
	height: 26px;
}

div#nav ul#nav_2 {
	margin-top: 49px;
}

div#nav ul#nav_2 li {
	width: 152px;
	height: 31px;
}

div#nav ul#nav_1 li a,
div#nav ul#nav_2 li a {
	font-size: 5px;
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	overflow: hidden;
}

li#nav_1-1 a {
	background: url(../img/common/btn_common_01.jpg);
}

li#nav_1-2 a {
	background: url(../img/common/btn_common_02.jpg);
}

li#nav_1-3 a {
	background: url(../img/common/btn_common_03.jpg);
}

li#nav_1-4 a {
	background: url(../img/common/btn_common_04.jpg);
}

li#nav_1-5 a {
	background: url(../img/common/btn_common_05.jpg);
}

li#nav_2-1 a {
	background: url(../img/common/btn_common_06.jpg);
}

li#nav_2-2 a {
	background: url(../img/common/btn_common_07.jpg);
}

li#nav_2-3 a {
	background: url(../img/common/btn_common_08.jpg);
}

li#nav_2-4 a {
	background: url(../img/common/btn_common_09.jpg);
}

li#nav_2-5 a {
	background: url(../img/common/btn_common_10.jpg);
}

li#nav_1-1 a:hover {
	background: url(../img/common/btn_common_01-2.jpg);
}

li#nav_1-2 a:hover {
	background: url(../img/common/btn_common_02-2.jpg);
}

li#nav_1-3 a:hover {
	background: url(../img/common/btn_common_03-2.jpg);
}

li#nav_1-4 a:hover {
	background: url(../img/common/btn_common_04-2.jpg);
}

li#nav_1-5 a:hover {
	background: url(../img/common/btn_common_05-2.jpg);
}

li#nav_2-1 a:hover {
	background: url(../img/common/btn_common_06-2.jpg);
}

li#nav_2-2 a:hover {
	background: url(../img/common/btn_common_07-2.jpg);
}

li#nav_2-3 a:hover {
	background: url(../img/common/btn_common_08-2.jpg);
}

li#nav_2-4 a:hover {
	background: url(../img/common/btn_common_09-2.jpg);
}

li#nav_2-5 a:hover {
	background: url(../img/common/btn_common_10-2.jpg);
}



/*フッタ*/
#footer {
	/*border-top: 2px solid #cc0033;*/
	text-align: left;
	padding: 5px 0px;
}

#footer p#footer_left {
	float: left;
}

#footer div#footer_right {
	float: right;
	text-align: right;
}

#menu ul{	
	width: 760px;
}
#pattern2 #menu ul,#pattern3 #menu ul,{	
	border-bottom: 1px solid #fbd9cf;
}
#menu ul li {
	float: left ;
	display: inline;
	list-style: none;
}
span.school{
		font-size   : 120% ;
		font-weight : bold ;
}

div#bottom_line {
	height: 5px;
	background: url(../img/common/back_02.jpg) repeat-x;
}

/*------------テンプレートパターン------------*/

#pattern2 #navi{
	width: 170px;
	background-image: url(../img/common/bg_navistage.gif);
	padding-bottom: 20px;
	vertical-align: top;
}
#pattern2 #stage-main{
	width: 590px;
	background-image: url(../img/common/bg_mainstage590.gif);
	padding-bottom: 20px;
	vertical-align: top;
}
#pattern2 #listnavi{
	color: #595959;
	font-size: 80%;
	text-align: right;
	padding: 5px 10px 0px 0px;
	background-image: url(../img/common/bg_listnavi590.gif);
	height: 15px;
	line-height: 120%;
}

#pattern3 #listnavi{
	color: #595959;
	font-size: 80%;
	text-align: right;
	padding: 5px 10px 0px 0px;
	background-image: url(../img/common/bg_listnavi760.gif);
	height: 15px;
	line-height: 120%;
}
#pattern3 #stage-main{
	text-align: left;
	background-image: url(../img/common/bg_mainstage760.gif);
}
#pattern3 h1{
	padding-top: 10px;
	margin-bottom: 20px;
}
#pattern3 #stage-main #contents{
	padding: 0px 40px 20px 40px;
}

/*------------トップページ用------------*/
#home #navi{
	width: 160px;
	padding-bottom: 20px;
	vertical-align: top;
}
#home #stage-main{
	width: 600px;
	padding-bottom: 20px;
	vertical-align: top;
}
#home div.stage-flash{
	margin-bottom: 10px;
}
#home #navi dl{
	padding-bottom: 10px;
}
#home #navi dd{
	margin-bottom: 3px;
	display: inline;
}
#home #navi div.banner{
	margin-bottom: 5px;
}
#home div.box-info{
	width: 210px;

	float: left;
}
#home div.box-info .text-01{
	background-image: url(../img/home/gakko2.jpg);
	padding-right: 10px;
	padding-left: 10px;
}
#home div.box-info .text-02{
	padding-top: 53px;
	background-image: url(../img/home/box_evt_oc.jpg);
	padding-right: 10px;
	padding-left: 10px;
}
#home div.box-news{
	width: 360px;
	float: right;
}
#home div.box-club{
	padding-top: 15px;
}
#home div.box-club .detail{
	background-image: url(../img/home/box_club_bg.jpg);
	padding-left: 15px;
}
#home div.box-club td.sp{
	padding-right: 7px;
}
#home iframe{
	width: 350px;
	height: 310px;
}

.open{
	width: 210px;
	float: left;
}
.open-info{
	background-image: url(../img/home/gakko2.jpg);
	padding-right: 10px;
	padding-left: 10px;
}

#home #centerline #stage #stage2 table tr #stage-main h1 img {
	margin-top: 10px;
}
.oc-schedule-tbl td,
.oc-schedule-tbl th{
	padding:2px 10px;
}