@charset "utf-8";

/*-----------------------------------------------
CSS copyright information
Production:	  - Art Direction and Creative Works - STUDIO 107
Art direction, design, coding and scripting work:  Masakazu Fujimoto
Website:		http://blog.studio107.jp/
-----------------------------------------------*/

/*-----------------------------------------------
 __default style clear
-----------------------------------------------*/

* {
	margin:0;
	padding:0;
}

body {
	font-size:13px;
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	color:#000000;
	line-height:1.5em;
	background: #eadba4 url(bodybg.png) repeat-y center;
	text-align: center;
}

html {
	overflow-y:scroll;
}

p {
	margin:0 0 1.5em;
}
ul {
	margin:0;
	padding:0;
}

li {
	list-style:none;
	line-height:1.3;
}

img,
fieldset {
	border:0;
}


/*-----------------------------------------------
 __Base Link Color Setting
-----------------------------------------------*/

a {
}

a:link {
	color: #993300;
	text-decoration: underline;
}

a:visited {
	color: #666666;
}

a:hover {
	color: #990000;
}

a:active {
	color: #330000;
}


/*-----------------------------------------------
 __container
-----------------------------------------------*/

#container {
	width:950px;
	margin:20px auto 0;
	color: #333333;
}

/*-----------------------------------------------
 __header
-----------------------------------------------*/

#header {
	margin-bottom:0px;
	height: 546px;
}
#header #images {
	float:left;
	width:721px;
	padding:0px;
	margin: 0px;
	height: 490px;
}
#header #logo {
	float:right;
	width:209px;
	padding-top: 85px;
	padding-left: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
}

/*----------------------------------------------------
	#gNav
----------------------------------------------------*/
#gNav {
	width: 807px;
	padding-left: 148px;
	float: left;
}

#gNav li {
	float: left;
	margin: 0;
}

#header #gNav {
	text-align: center;
	margin-top: 15px;
	background: url(../navi/navi_bg.png) no-repeat center top;
}

#header #gNav a {
	display: block;
	width: 220px;
	height: 52px;
}

#header #gNav a:hover {
	background: none;
}

.infoBody #container #header #gNav li.infoNav a img,
.programBody #container #header #gNav li.programNav a img,
.scheduleBody #container #header #gNav li.scheduleNav a img,
#header #gNav li a:hover img {
	width: 0;
	height: 0;
}


/*----------------------------------------------------
 __main
----------------------------------------------------*/


#news {
	clear:both;
	width:890px;
	padding:30px;
	margin: 0px;
}
#news p {
	margin: 0 0 0.8em 0;
}
#news  .topics {
	width:460px;
	background-image: url(topics_bg_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #333333;
	margin: 12px;
}
#news  .topics  .inner {
	width:430px;
	padding: 10px 15px;
	background-image: url(topics_bg_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #000000;
}
#news .topics .inner h4 {
	color: #663300;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0em;
	margin-left: 0px;
	font-size: 14px;
}
#news .topics .inner ul li {
	line-height:1.2em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	list-style-type: none;
	background-image: url(li_topics.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 17px;
}
#news .topics_flash {
	width:460px;
	color: #333333;
	margin: 12px;
}
#news  .update {
	float:right;
	width:360px;
	padding:0px;
	margin: 0px;
}
#news .update {
	width:432px;
	background-image: url(update_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #333333;
	margin-top: 12px;
	margin-right: 5px;
	margin-bottom: 12px;
}
#news .update .inner {
	width:402px;
	padding: 10px 15px;
	background-image: url(update_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #000000;
}
#news .update .inner h4   {
	color: #996600;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0em;
	margin-left: 0px;
	font-size: 14px;
}
#news .update .inner ul {
	margin-bottom: 0.5em;
}
#news .update .inner ul li {
	line-height:1.2em;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	list-style-type: none;
	background-image: url(li_update.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
}
#news .update .inner .rtitle {
	display:inline;
	margin-left:10px;
	padding-right:10px;
	line-height:1.8em;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	border-right:1px solid #333;
}

/*-----------------------------------------------
 __footer
-----------------------------------------------*/

#footer {
	clear:both;
	width:930px;
	padding:50px 0px 0px;
	font-size: 10px;
	background: url(take.png) no-repeat center;
	height: 40px;
}
#footer a:link {
	color: #000000;
	text-decoration: underline;
}
#footer a:visited {
	color: #000000;
}
#footer a:hover {
	color: #000000;
}
#footer a:active {
	color: #000000;
}

#footer p#copyright {
	text-align:center;
	margin-bottom:0;
}
