/* レイアウト大枠*********************************************/
* {
	margin:0;
	padding:0;
}

body {
	background-image: url(../img/bg.gif);
	background-color: #000000;
	background-repeat: repeat-y;
	background-position: center top;
	background-attachment: fixed;
	text-align:center;
	font-size: 14px;
	line-height: 22px;
	color: #3c3c3c;
}

#container {
	width:720px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}



#header {
	width:720px;
	height:66px;
}


#top_left {
	width:555px;
	float:left;
}

#top_right {
	width: 165px;
	float: left;
}


#left {
	width:180px;
	float:left;
}

#right {
	width:540px;
	float:left;
}

#footer {
	width:100%;
	clear:left;
}


/* Link*********************************************/

a:link { color: #fb0000; text-decoration: none; }
a:visited { color: #fb0000; text-decoration: none; }
a:active { color: #fba300; text-decoration: underline; }
a:hover { color: #fba300; text-decoration: underline; }

.content:link { color: #e87400; text-decoration: none; }
.content:visited { color: #e87400; text-decoration: none; }
.content:active { color: #ffa54a ; text-decoration: underline;}
.content:hover { color: #ffa54a ; text-decoration: underline;}


/* マウスオーバー設定*********************************************/

img{
	border:0;
}
a:hover img{
	filter: alpha(opacity=60);
	opacity:0.6;
}


/* Line*********************************************/

.dotline {
	background-image: url(../img/bg_dot.gif);
	background-repeat: repeat-x;
	background-position: center center;
	width:100%;
	clear: both;
}

.line {
	background-image: url(../img/bg_line.gif);
	background-repeat: repeat-x;
	background-position: center center;
	width:100%;
	clear: both;
}


/* Text*********************************************/

table { font-size: 14px; line-height: 22px; color: #3c3c3c; }
.txt_11 { font-size: 11px; line-height: 15px; color: #3c3c3c; }
.txt_13 { font-size: 13px; line-height: 18px; color: #3c3c3c; }
.menu_txt { font-size: 13px; line-height: 15px; text-indent: 18px; color: #3c3c3c; }
.suji { font-size: 13px; line-height: 17px; color: #6b6163; font-family: 'Arial Black'; }



/* テキストボックス設定*********************************************/

#top_leftbox {
	margin-top: 15px;
	margin-right: 15px;
	margin-left: 20px;
}

#top_rightbox {
	margin-top: 15px;
	margin-right: 15px;
}

#leftbox {
	margin-top: 25px;
	margin-left: 15px;
	margin-right: 15px;
}

#rightbox {
	margin-top: 25px;
	margin-right: 15px;
}


#footerbox {
	margin-left: 15px;
	margin-right: 15px;
}


/* ボックス設定*********************************************/

.mb_5 {
	margin-bottom:5px;
}

.mb_7 {
	margin-bottom:7px;
}

.mb_10 {
	margin-bottom:10px;
}

.mtb_10 {
	margin-top:10px;
	margin-bottom:10px;
}


.mt_10 {
	margin-top:10px;
}

.mt_5 {
	margin-top:5px;
}

.ml_10 {
	margin-left:10px;
}

.mr_5 {
	margin-right:5px;
}

.mr_10 {
	margin-right:10px;
}

.mt_15 {
	margin-top:15px;
}

p {
	margin-top: 10px;
}


/* 表*********************************************/

.hyo { 
	width: 525px;
	border: 1px #0f0f0f solid;
	border-collapse: collapse;
	clear: both;
}

.hyo_top { 
	width: 690px;
	border: 1px #0f0f0f solid;
	border-collapse: collapse;
	clear: both;
}

.hyo_no { 
	width: 525px;
	border: 0px;
	border-collapse: collapse;
	clear: both;
}

.hyo_nof { 
	border: 0px;
	border-collapse: collapse;
	clear: both;
}

.cell {
	border: 1px #0f0f0f solid;
	padding: 5px;
}

.cell_title {
	border: 1px #0f0f0f solid;
	padding: 5px;
	background-color: #eefeff;
	white-space: nowrap;
	text-align: center;
}

.cell_blue {
	border: 1px #0f0f0f solid;
	padding: 5px;
	background-color: #2780b4;
	white-space: nowrap;
	text-align: center;
	color: #ffffff;
}

.cell_no_title {
	white-space: nowrap;
	padding-right: 10px;
	vertical-align: top;
	font-weight: bold;
}

.cell_no_b {
	white-space: nowrap;
	padding: 7px;
	vertical-align: top;
	font-weight: bold;
	background-color: #0062a5;
	color: #ffffff;
	line-height: 14px;
}

.cell_no_w {
	padding-top: 5px;
}

.hyo_footer {
	border-collapse:collapse;
	border-width:0px ;
	font-size: 13px;
	line-height: 17px;
	width: 690px;
}



/* トップお知らせ*********************************************/

div.release{
	width: 520px;
}

div.days {
	width: 55px;
	float: left;
	color: #FF0000;
}

div.subject {
	width: 465px;
	float: left;
	margin:0;
}

/* アーカイブメニュー*********************************************/
.a_menu {
	color: #3c3c3c;
	font-size: 13px;
	line-height: 19px;
	margin-left: 15px;
	margin-bottom: 10px;
}