body {
	background: #381E3B url(../../img/bgr.jpg) no-repeat fixed center top;
	font-size: 85%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.7;
}
a {
	color: #0044CC;
	text-decoration: none;
}
a:hover {
	color:#8DABE8;
	}
.clear {
	clear: both;
}
.margin {
	clear: both;
	height: 40px;
	width: 730px;
}
.txt_red {
	color: #F00;
}
.mb10 {
	margin-bottom: 10px;
}


/*WRAP*/
#wrapper {
	background: #FFF;
	width: 960px;
	margin: 0px auto;
	text-align: left;
	padding: 0px 0px 50px;
}

/*LEFT COLUMN*/
#wrapper #box_logo {
	float: left;
	width: 141px;
	padding: 16px 24px 0px 10px;
}

/*RIGHT COLUMN*/
#wrapper #box_main {
	float: left;
}

/*NAVIGATION*/
#wrapper #box_main #nav ul{
	width: 785px;
	float: left;
}
#wrapper #box_main #nav ul li{
	float: left;
}

/*KEY VISUAL*/
#wrapper #box_main #keyvisual  {
	float: left;
	width: 730px;
	height: 180px;
	padding: 25px 0px;
}

/*FOOTER*/
#wrapper #footer  {
	clear: both;
	text-align: right;
	padding: 15px 55px 0px 0px;
}
#wrapper #footer ul {
	text-align: right;
	height: 40px;
}
#wrapper #footer ul li {
	float: right;
	padding-right: 1em;
	background: url(../img/foot_menu_divider.gif) no-repeat right;
}
#wrapper #footer ul li.end {
	float: right;
	padding-right: 0em;
	background: url(none);
}
#wrapper #footer address  {
	font-style: normal;
	margin-bottom: 5px;
	line-height: 1.5;
	clear: both;
}

/*TOP PAGE*/
#wrapper #box_main #content{
	padding: 0px 0px 25px;
	clear: left;
	width: 730px;
}
#wrapper #box_main #content #update {
	width: 450px;
	float: left;
	margin-right: 30px;
}
#wrapper #box_main #content #update h2 {
	margin-bottom: 10px;
	font-size: 110%;
}
#wrapper #box_main #content #update h5 a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}
#wrapper #box_main #content #update #news {
	padding-top: 20px;
}
#wrapper #box_main #content #update #news h3{
	border-bottom: 1px solid #CCC;
	border-left: 3px solid #FF2700;
	padding: 5px;
	font-size: 100%;
	margin-bottom: 10px;
}
#wrapper #box_main #content #update #news h4 {
	font-weight: bold;
	font-size: 100%;
	color: #060;
	margin: 20px 0px 0px 10px;
}
#wrapper #box_main #content #update #news h4.first {
	margin-top: 0px;
}
#wrapper #box_main #content #update #news h6  {
	background: url(../../img/link_arrow.gif) no-repeat 15px 6px;
	padding-left: 25px;
	font-size: 100%;
	font-weight: normal;
}
#wrapper #box_main #content #update #news p {
	margin-left: 10px;
}
#wrapper #box_main #content #update #news p img.right {
	float: right;
	padding-left: 5px;
}
#wrapper #box_main #content #update #news p img.left {
	float: left;
	padding-right: 5px;
}
#wrapper #box_main #content #update #news p a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}
#wrapper #box_main #content #news dl {
	width: 450px;
	padding: 10px 0px;
}
#wrapper #box_main #content #news dl dt {
	width: 6em;
	clear: left;
	float: left;
}
#wrapper #box_main #content #news dl dd {
	margin-bottom: 10px;
	margin-left: 6em;
	zoom: 1;
}
#wrapper #box_main #content #sub {
	float: left;
	width: 230px;
	padding: 0px 10px;
}
#wrapper #box_main #content #sub h5 {
	margin-bottom: 3px;
	padding: 3px 0px;
	border-bottom: 1px solid #E3E3E3;
}
#wrapper #box_main #content #sub ul {
	margin-bottom: 20px;
}
#wrapper #box_main #content #sub ul li {
	background: url(../../img/link_arrow.gif) no-repeat 5px 6px;
	padding-left: 15px;
}
#wrapper #box_main #content #sub p {
	width: 230px;
	margin-bottom: 20px;
}
#wrapper #box_main #content #sub p a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}

/*TOPICS PAGE*/
#wrapper #topics {
	padding: 25px 0px;
}
#wrapper #box_main #content #topics h6 {
	font-size: 100%;
	font-weight: normal;
	margin-top: 25px;
}

/*ERROR PAGE*/
#wrapper #error {
	padding: 80px;
}
