@charset "utf-8";
/* formatting style
--------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 75%;
	line-height: 1.6;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;

repeat-y;
	background-position: left top;
}


/* link style
--------------------------*/

a img {
	border-style: none;
}
a:link {
	text-decoration: underline;
	color: #253951;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #48a5f2;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}


/* basic layout
--------------------------*/

#header {
	width: 100%;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../images/header_bg.jpg);
	height: 130px;
}
#main {
	height: auto;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	height: auto;
	width: 968px;
	margin-right: auto;
	margin-left: auto;
}


/* header styles
--------------------------*/

#header .boxContent {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/logo_bg.jpg);
	background-repeat: no-repeat;
	background-position: 461px top;
	height: 130px;
}


#header .boxContent h1 {
	margin-top: 19px;
	float: left;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	height: 52px;
	width: 111px;
}
#header .boxContent h1 a {
	height: 52px;
	width: 111px;
	text-indent: -9999px;
	display: block;
}

#header  .boxContent  .topList  {
	float: right;
	display: block;
	margin-top: 53px;
}
#header .boxContent .topList li {
	list-style: none;
	float: left;
}
#header .boxContent .gNavi {
	clear: both;
	padding-top: 9px;
}


#header .boxContent .gNavi li {
	list-style: none;
	float: left;
}


/* main styles
--------------------------*/

#main h2 {
	margin-bottom: 16px;
}
#main h3 {
	float: left;
	margin-right: 374px;
	margin-bottom: 8px;
	display: block;
}
#main h4 {
	float: left;
	display: block;
	height: 21px;
	width: 373px;
}

#whatsNew {
	width: 455px;
	background-image: url(../images/topics_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 130px;
	display: block;
	clear: both;
	float: left;
}

#whatsNew iframe {
	height: 120px;
	width: 455px;
}
.whatsNew_bg {
	width: 455px;
}
#main .boxRight {
	width: 465px;
	display: block;
	height: 130px;
	float: right;
}
#main .boxRight p {
	float: left;
}
#main .boxRight .banner13 {
	background-image: url(../images/banner13.jpg);
	background-repeat: no-repeat;
	height: 64px;
	width: 231px;
	margin-right: 7px;
}
#main .boxRight .banner13 a {
	height: 64px;
	width: 231px;
	display: block;
	text-indent: -9999px;
}
#main .boxRight .banner04 {
	background-image: url(../images/banner04.jpg);
	background-repeat: no-repeat;
	height: 62px;
	width: 227px;
}
#main .boxRight .banner04 a {
	height: 62px;
	width: 227px;
	display: block;
	text-indent: -9999px;
}
#main .boxRight .banner08 {
	background-image: url(../images/banner08.jpg);
	background-repeat: no-repeat;
	height: 69px;
	width: 235px;
	position: relative;
	top: -69px;
	left: 234px;
}
#main .boxRight .banner08 a {
	display: block;
	height: 69px;
	width: 234px;
	text-indent: -9999px;
}
#main .boxRight .banner11 {
	background-image: url(../images/banner11.jpg);
	background-repeat: no-repeat;
	height: 71px;
	width: 234px;
}
#main .boxRight .banner11 a {
	height: 71px;
	width: 234px;
	display: block;
	text-indent: -9999px;
}






/* scroll flash styles
--------------------------*/

.footer_flash {
	clear: both;
	height: 48px;
	width: 100%;
	margin-bottom: 50px;
	padding-top: 32px;
}


/* footer styles
--------------------------*/

#footer .footerList {
	height: 15px;
	margin-bottom: 11px;
}
#footer .footerList li {
	list-style: none;
	float: left;
	margin-right: 13px;
	font-size: 11px;
}
#footer .footerList li a {
	text-decoration: none;
	color: #666666;
}
#footer .footerList li a:hover {
	color: #C61217;
}

#footer .footerList .nBlog {
	margin-right: 0px;
}
.line {
	width: 100%;
	background-image: url(../images/line.jpg);
	background-position: left top;
	height: 1px;
	clear: both;
	margin-bottom: 37px;
	background-repeat: repeat-x;
}
address  {
	clear: both;
	text-align: center;
	font-size: 11px;
	color: #666666;
	display: block;
	padding-bottom: 30px;
}
