/* --- 全体の背景・テキスト --- */
body {
	margin: 0;
	padding: 0;
	background: black url(img/d_bg.gif) repeat;
}

/* --- 全体のリンクテキスト --- */

* {
	margin: 0px;
	padding: 0px;
	line-height: 150%;
	font-family: "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "MS UI Gothic", Osaka, sans-serif;
}
a:link {
	color: #33c;
	text-decoration: none;
}
a:visited { color: #33c;
	text-decoration: none;
}
a:hover { color: #f60; }
a:active { color: #ff0000; }

/* @group --- */

/* --- コンテナ --- */
#container {
	width: 100%;
	height: 100%;
}

/* --- ヘッダ --- */

#header {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}



/* @end */

/* @group --- コンテンツ --- */

#content {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background: white url(img/bg_contback.gif) no-repeat center 70px;
}

#content2 {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background: white url(img/bg_contback.gif) no-repeat center 120px;
}

#content_none {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: white;
}

#cont_bottom {
	width: 780px;
	height: 40px;
}

#cont_back {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-position: 0 0;
}


/* @end */

/* @group --- フッタ --- */

#footer {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background: #006 url(img/footer_bg.gif) repeat-x;
	font-size: 10px;
	border-bottom: 3px solid black;
	color: white;
	vertical-align: middle;
	line-height: 2em;
	height: 20px;
}

.mail {
	width: 800px;
	background: #ccc center;
	font-size: 9pt;
	height: 30px;
	line-height: 30px;
}



/* @end */

/* @group --- sub --- */

#sub {
	width: 780px;
	height: 25px;
	left: 50%;
	margin-left: -390px;
	position: absolute;
	top: -185px;
	text-align: right;
}

#sub_menu {
	text-decoration: none;
	font-size: 13px;
	color: #36c;
	width: 760px;
	text-align: center;
	text-shadow: white 0 0 4px;
	border-top: 1px solid #0033cc;
	clear: both;
	padding-top: 10px;
}

.sub_menu a:link{
	color: navy;
	text-decoration: none;
}

.sub_menu a:hover{
	color: #f60;
	text-decoration: none;
}

.sub_menu a:visited{
	text-decoration: none;
	color: blue;
}



/* @end */

/* @group --- box --- */

.box {
	margin-right: auto;
	margin-left: auto;
	border-left: 5px solid #006;
	border-bottom: 1px solid #006;
	width: 760px;
	margin-top: 15px;
}

.box2 {
	margin-right: auto;
	margin-left: auto;
	border-bottom: 1px dotted #006;
	width: 500px;
}

.box_title {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	font-size: 12pt;
	color: white;
	font-weight: bold;
	text-shadow: blue 0 0 4px;
	padding-left: 10px;
	padding-bottom: 2px;
	padding-top: 2px;
	background-color: #0033cc;
}

.box_title2 {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	font-size: 12pt;
	color: #36c;
	font-weight: bold;
	text-shadow: white 0 0 4px;
	padding-left: 10px;
	padding-bottom: 2px;
	padding-top: 2px;
	background: #6699cc url(img/title_bg_aqua.gif) repeat-x;
}

.box_tx {
	text-align: left;
	font-size: 9pt;
	padding: 5px 5px 5px 10px;
}

.box_tx a:link {
	text-align: left;
	font-size: 9pt;
	text-decoration: none;
}

.box_tx a:visited {
	text-align: left;
	font-size: 9pt;
	text-decoration: none;
}

.box_tx1 {
	text-align: left;
	font-size: 12pt;
	padding: 5px 5px 5px 10px;
}

.box_tx2 {
	text-align: left;
	font-size: 9pt;
	padding: 5px 5px 5px 10px;
	border-top-style: dotted;
	border-top-width: 1px;
}

.box_tx3 {
	text-align: left;
	font-size: 9pt;
	border-bottom: 1px solid #acacac;
	padding: 5px 5px 5px 10px;
	margin-top: 10px;
}



/* @end */

/* @group --- Info --- */

.cont_01 {
	width: 800px;
	height: 25px;
	font-size: 8pt;
	text-align: right;
	direction: rtl;
	text-indent: 10px;
	background: url(img/cont_01.gif) no-repeat 0 0;
	line-height: 3em;
}

.cont_02 {
	width: 800px;
	height: 25px;
	font-size: 8pt;
	text-align: right;
	direction: rtl;
	text-indent: 10px;
	background: url(img/cont_02.gif) no-repeat 0 0;
	line-height: 3em;
}

.cont_03 {
	width: 800px;
	height: 25px;
	font-size: 8pt;
	text-align: right;
	direction: rtl;
	text-indent: 10px;
	background: url(img/cont_03.gif) no-repeat 0 0;
	line-height: 3em;
}

.cont_04 {
	width: 800px;
	height: 25px;
	font-size: 8pt;
	text-align: right;
	direction: rtl;
	text-indent: 10px;
	background: url(img/cont_04.gif) no-repeat 0 0;
	line-height: 3em;
}

.cont_05 {
	width: 800px;
	height: 25px;
	font-size: 8pt;
	text-align: right;
	direction: rtl;
	text-indent: 10px;
	background: url(img/cont_05.gif) no-repeat 0 0;
	line-height: 3em;
}

.cont_06 {
	width: 800px;
	height: 25px;
	font-size: 8pt;
	text-align: right;
	direction: rtl;
	text-indent: 10px;
	background: url(img/cont_06.gif) no-repeat 0 0;
	line-height: 3em;
}

.cont_07 {
	width: 800px;
	height: 25px;
	font-size: 8pt;
	text-align: right;
	direction: rtl;
	text-indent: 10px;
	background: url(img/cont_07.gif) no-repeat 0 0;
	line-height: 3em;
}

.cont_08 {
	width: 800px;
	height: 25px;
	font-size: 8pt;
	text-align: right;
	direction: rtl;
	text-indent: 10px;
	background: url(img/cont_08.gif) no-repeat 0 0;
	line-height: 3em;
}

#news {
	float: left;
	width: 520px;
	margin-bottom: 20px;
	margin-left: 10px;
}

.news_box {
	border: 1px solid #039;
	margin-right: auto;
	margin-left: auto;
	background: white no-repeat right bottom;
	margin-top: 15px;
}

#info {
	width: 200px;
	float: right;
	margin-bottom: 20px;
	margin-right: 10px;
}

.info_box {
	border: 1px solid #36c;
	margin-right: auto;
	margin-left: auto;
	background: none no-repeat right bottom;
	margin-top: 15px;
}

.info_tx {
	padding: 10px;
	text-align: center;
	border-top: 1px solid silver;
}

.box_flow {
	margin-right: auto;
	margin-left: auto;
	background: white url(img/bg_contback.gif) no-repeat -40px top;
	border-left: 5px solid #006;
	border-bottom: 1px solid #006;
	width: 760px;
	margin-top: 15px;
	overflow: auto;
	height: 400px;
}

.info_flow {
	float: left;
	width: 520px;
	margin-bottom: 20px;
	margin-left: 10px;
	height: 760px;
	padding-right: 10px;
	overflow: auto;
	margin-top: 10px;
}

.update {
	color: #fff;
	vertical-align: middle;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
	text-align: right;
	height: 40px;
	margin-top: -40px;
	font-size: 10pt;
	line-height: 40px;
	padding-right: 20px;
}



/* @end */

/* @group --- Schedule --- */

.live_title {
	text-align: left;
	font-size: 12pt;
	background: url(img/live_t.gif) repeat-y left;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
}

.live_tx1 {
	text-align: center;
	font-size: 9pt;
	border-top: 1px solid #333;
	padding-bottom: 3px;
	padding-top: 3px;
}

.live_tx2 {
	text-align: left;
	font-size: 9pt;
	border-top: 1px solid gray;
	border-left: 1px dotted silver;
	padding: 3px 5px 3px 10px;
}

.new {
	font-size: 8pt;
	border: 1px solid #f33;
	color: #f33;
	font-weight: bold;
	padding: 0.2em;
	vertical-align: 2px;
}

.map {
	font-size: 8pt;
	color: #f33;
	font-weight: bold;
	padding: 0.2em;
}

.map a:link {
	color: blue;
	border: 1px solid blue;
}

.map a:visited {
	color: blue;
	border: 1px solid blue;
}

.map a:hover {
	color: white;
	background-color: #f30;
	border: 1px solid #f33;
}



/* @end */

/* @group --- prof --- */

.box2 {
	margin-right: auto;
	margin-left: auto;
	width: 760px;
	margin-top: 15px;
	border: 1px solid gray;
}

.prof_box {
	padding: 10px;
}

.prof_box2 {
	padding: 15px;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	font-size: 10pt;
	line-height: 1.7em;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	background-color: #ececec;
}

.tx_3em {
	line-height: 3em;
}



/* @end */

/* @group --- disc --- */

.discont {
	width: 760px;
	margin: 15px auto 5px;
	font-size: 10pt;
	background-repeat: no-repeat;
	line-height: 30px;
	text-align: right;
	direction: rtl;
	text-indent: 10px;
	white-space: nowrap;
}

.discont a:link {
	color: white;
}

.discont a:visited {
	color: white;
}

.discont a:hover {
	color: red;
}



/* @end */                    
                    
