/* ------------------------------
 レイアウト
------------------------------ */
/* clearfix */
#header:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
#gnavi:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
.clearfix {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

#topnews{
	margin-bottom: 10px;
}
#header {
	margin-top: 6px;
	margin-bottom: 30px;
}
#header dt {
	width: 80px;
	height: 50px;
	float: left;
}
#header dd {
	float: left;
	margin-left: 16px;
	padding-top: 20px;
}
#gnavi li {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	padding-left: 7px;
	padding-right: 7px;
}
#gnavi li:last-child {
	border: none;
}

.box_parent {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
.box_child {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	text-align: justify;
}
.text_foot {
	font-size: 10px;
	color: #CCCCCC;
}
.release_text {
	font-size: 85%;
	line-height: 1.5em;
}
.box_foot {
	text-align: center;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	padding-top: 10px;
}
body {
	background-image: url(common/one_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #000000;
}
img.bio {
	margin-right: 10px;
	margin-bottom: 10px;
}

/* ------------------------------
 リンク設定
------------------------------ */
a:link { color: #9E1A26}
a:visited { color: #9E1A26}
a:hover { color: #000000}
a:active { color: #CCCCCC}
strong {
	font-weight: bold;
	color: #8B0D1F;
}
