@charset "shift_jis";


/* 基本フォント */

body,td,th,p,address,h1,h2,h3,h4,h5,h6 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	line-height: 140%;
	scrollbar-face-color: #333333;
	scrollbar-track-color: #333333;
	scrollbar-arrow-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #999999;
	scrollbar-3dlight-color: #999999;
	scrollbar-darkshadow-color: #ffffff;
	color: #FFF;
}


/* 基本タグ */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #333333;
	color: #FFF;
}

img,table {
	border: 0px;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	padding: 0px;
}

h3{
	width: auto;
	font-size: 16px;
	margin: 0px 0px 0px 10px;
	color: #FFFFFF;
	font-weight: bold;
	display: block;
}

p {
	margin: 0px;
	padding: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

li {
	margin: 0px;
	padding: 0px;
}


/* 枠 */
#area{
	width: 710px;
	text-align: center;
	border: 1px #000000 solid;
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF;
}

#area_in{
	width: 700px;
	background: #FFFFFF;
	text-align: center;
}

#main_box{
	width: 700px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#main_box_in{
	width: 700px;
	text-align: left;
}

#ct_box{
	width: 700px;
	text-align: left;
}

#ct_box tr{
	text-align: left;
}

/* ニュース関連 */
.border_line{
	border-top: 2px #392c23 solid;
}


/* スケジュール関連 */
.schedule_size20{
	font-size: 16px;
	color:#333333;
	font-weight: bold;
	margin: 0px 0px 0px 10px;
}

.schedule_bg{
	width: 650px;
	height: 24px;
	padding: 0px 0px 0px 10px;
	display: block;
	background: #c0c4ca repeat-x;
}

.schedule_bg_bl{
	width: 650px;
	height: 24px;
	padding: 0px 0px 0px 10px;
	display: block;
	background: #000000 repeat-x;
}

.schedule_bl_bg{
	width: 660px;
	height: 24px;
	margin: 0px 0px 0px 10px;
	display: block;
	background: url(../images/schdule/bl_bg.gif) repeat-x;
}

.schedule_red_bg{
	width: 660px;
	height: 12px;
	margin: 0px 0px 0px 10px;
	display: block;
	background: url(../images/schdule/red_bg.gif) repeat-x;
}


/* 基本テキストリンク */

a:link {
	color: ;
	text-decoration: ;
}

a:visited {
	color: ;
	text-decoration: ;
}

a:hover {
	color: ;
	text-decoration: ;
}

a:active {
	color: ;
	text-decoration: ;
}

/* インラインフレーム */
iframe{
	width: 700px;
	border: 0px;
	max-width: 700px; 
}

.fontsize_8 {
	font-size: 8pt;
}
.fontsize_24 {
	font-size: 12pt;
	font-weight: bold;
}
.font_bold {
	font-weight: bold;
}
