body {
	color: #333333;
	background-color: #151515;
	text-align: center;
	font-family: Verdana, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", sans-serif;
}

a:link {
	color: #A0000A;
	text-decoration: none;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #A0000A;
	text-decoration:underline;
	
}

a:focus { -moz-outline-style: none; 
}

.clearfix:after {
	content: ".";
	display: block;
	height:0;
	clear: both;
	visibility:hidden;
}

.clearfix { display:inline-block; }

/* Hides from IE-mac */
* html .clearfix { height:1%; }
.clearfix { display:block; }
/* End hide from IE-mac */

#container {
	background: #FAF5F0;
	margin: 0 auto;
	width: 780px;
	position: relative;
	text-align: left;
}

#header {
	height: 111px;
	background: url(../img/bg_header.jpg) repeat-x top left;
}
#header h1{
	margin: 75px 0 0 20px;
	float: left;
}
#header h2{
	margin: 34px 20px 0 0;
	float: right;
}

#contents {
	margin: 0px;
}

.message {
	margin-top: 30px;
	margin-right: 80px;
	margin-bottom: 30px;
	margin-left: 80px;
	height: 350px;
}
.mLeft {
	width: 300px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-right: 10px;
	float: left;
	text-align: justify;
	text-justify: inter-ideograph;
}
.sign {
	width: 220px;
	text-align: right;
	float: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.mRight {
	width: 300px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	float: right;
	clear: none;
}
.inner {
	margin-top: 40px;
	margin-right: 80px;
	margin-bottom: 30px;
	margin-left: 80px;
}
.message p,.inner p{
	font-size: 12px;
	padding: 12px 0px 0px 0px;
	line-heigh: 1.5em;
}
.titlebar {
	_zoom: 1;
	color: #FFFFFF;
	background-color: #e57211;
	background-image: url(../img/bg_ttlbar.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
	height: 60px;
	display: block;
	width: 620px;
	clear: none;
	margin-bottom: 0px;
}
.title {
	/**/
	/*background: #FFFFff;*/
	width: 410px;
	margin: 12px 0 12px 12px;
	float: left;
	font-size:14px;
}
.date {
	/**/
	/*background: #FFFF00;*/
	text-align: right;
	width: 160px;
	float: right;
	font-size:11px;
	margin-top: 15px;
	margin-right: 12px;
	margin-bottom: 12px;
	margin-left: 12px;
}
.topinner {
	clear: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	display: block;
	width: 620px;
	float: left;
}
.sbinner {
	clear: both;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: 270px;
	display: block;
	width: 620px;
}
.sbinner02 {
	clear: both;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	display: block;
	width: 620px;
	height: 350px;
}
.sbinner h3,
.sbinner02 h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	color: #A0000A;
	padding-top: 12px;
}
.cLeft {
	width: 300px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-right: 10px;
	float: left;
	text-align: justify;
	text-justify: inter-ideograph;
}
.cLeft dl{
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 0px;
	font-size: 11px;
}
.cLeft dt{
	margin-left: 0px;
	margin-top: 8px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding: 0px;
}
.cLeft dd{
	margin-left: 17px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.cLeft dd a{
	text-decoration: underline;
}

.cRight {
	width: 300px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	float: right;
	clear: none;
}
.textRed {
	margin: 0px;
	color: #A0000A;
	padding-top: 12px;
}
.navi {
	text-align: center;
	margin: 15px 30px 12px 12px;
	padding: 5px 0 20px 15px;
	font-size:12px;
}

p.pagetop {
	text-align: right;
	font-size: 10px;
	margin-top: 30px;
	clear: both;
}

hr {
	margin: 0px auto;
	width: 740px;
	height: 0px; /* <hr>の実線を消す*/
	border: 0px; /* borderを一旦リセットする（基本設定でしていれば不要）*/
	border-top: 1px solid #E6DCD2;  /* 線の太さ　線の種類　線の色 */
}
#footer {
	font-size: 9px;
	color: #FFF;
	margin: 20px 0 0 0;
	padding: 5px 0 0 15px;
	height: 19px;
	background : #990007 url(../img/bg_footer.jpg) repeat-x left top;
}
