@charset "UTF-8";

@import "common_con.css";

/*-----------------------*/

#contents{
	margin: 7px 0 20px 0;
	min-height: 380px;
}

/*-----------------------*/
/* 通常表示 */

.maintenance{
	width: auto;
	padding: 15px 15px 20px 15px;
	margin: 0 0 10px 0;
	background-image: url(../img/bg_top.png);
	background-position: top;
	background-repeat: repeat-x;
	border: solid 1px #AAAAAA;
}
.maintenance h2{
	margin-bottom: 15px;
	float: left;
}
.maintenance h3{
	padding-bottom: 2px;
	margin-bottom: 5px;
	border-bottom: solid 2px #666666;
	clear: both;
	font-size: 12px;
}
.maintenance img.rss{
	width: 42px;
	height: 12px;
	padding: 9px 0 0 10px;
}

.maintenance table{
	width: 590px;
	margin-bottom: 20px;
}
.maintenance td{
	padding: 5px 5px 3px 10px;
	border-bottom: dashed 1px #999999;
}
.maintenance td.date{
	width: 7.5em;
}

.maintenance p{
	padding: 5px 10px;
	margin-bottom: 20px;
	clear: both;
}

.maintenance .blue{ background-color: #DDE8F2; border-bottom: none; width: 568px; }
.maintenance .green{ background-color: #DDF0E0; border-bottom: none; width: 568px; }

.blue td, .green td{ border-bottom: none; }

/*-----------------------*/
/* 詳細表示 */

.detail{
	padding: 15px 15px 20px 15px;
	margin: 0 0 10px 0;
	background-image: url(../img/bg_top.png);
	background-position: top;
	background-repeat: repeat-x;
	border: solid 1px #AAAAAA;
}
.detail h2{
	margin-bottom: 15px;
	float: left;
}
.detail h3{
	padding-bottom: 2px;
	margin-bottom: 5px;
	border-bottom: solid 2px #666666;
	clear: both;
	font-size: 12px;
}
.detail img.rss{
	width: 42px;
	height: 12px;
	padding: 9px 0 0 10px;
}

.detail table{
	position: relative;
	width: 450px;
	margin: 0 auto;
}
.detail td{
	padding: 13px 10px 10px 20px;
	border-top: solid 7px #FFFFFF;
	border-bottom: dashed 1px #999999;
}
.detail .green_h{ background-color: #DDF0E0; width: 100px; font-weight: normal; }
.detail .blue_H{ background-color: #DDE8F2; width: 100px; font-weight: normal; }

.detail a.back{
	display: block;
	position: relative;
	width: 50px;
	padding: 5px 0;
	text-align: center;
	margin: 20px auto;
}

p.inaccessible{
	padding: 100px;
	text-align: center;
}
p.inaccessible a{
	display: block;
	position: relative;
	margin: 50px auto 0 auto;
}


/*-----------------------*/
