@charset "utf-8";

/*
 Default
--------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

body {
/*	background: #9b0606 url(img/bg.gif) repeat-x top;*/
	background: #9b0606 url(img/bg_02.gif) repeat-x top;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
	color: #666;
	line-height: 1.4;
}

li {
	list-style-type:none;
}

img {
	border:0;
}



/*
 Link Color
----------------------------------------------------------- */

a {
	color: #fff;
}
a:link {
	color: #fff;
}

a:visited {
	color: #fff;
}

a:hover {
	color: #FF9966;
}


/*
 clearfix
----------------------------------------------------------- */
.clear {
	clear:both;
	font-size:1px;
	color:#ffffff;

}

.clearfix:after {
content: ".";
display: block;
clear: both;
height: 0;
line-height:0;
font-size: 0;
visibility: hidden;
}

.clearfix {
display: inline-block;
zoom: 1;
}
.clearfix {
display: block;
}

/*
 container Style
----------------------------------------------------------- */

#container {
	margin: 0 auto;
	width: 960px;
	position: relative;
}

h1 {
	padding: 30px 0 35px 0;
}

#flashBox {
	width: 960px;
	height: 505px;
	margin-top: 10px;
}


/*
 G_Navi Style
----------------------------------------------------------- */

.g_navi {
	position: absolute;
	top: 60px;
	right: 0;
}

.g_navi li {
	float: left;
}

.g_navi01 a {
	background: url(img/g_navi01.gif) no-repeat left top;
	width: 130px;
	height: 30px;
	text-indent: -9999px;
	display: block;
}

.g_navi01 a:hover {
	background-position: bottom;
}

.g_navi01_on a {
	background: url(img/g_navi01.gif) no-repeat left bottom;
	width: 130px;
	height: 30px;
	text-indent: -9999px;
	display: block;
}

.g_navi02 a {
	background: url(img/g_navi02.gif) no-repeat left top;
	width: 130px;
	height: 30px;
	text-indent: -9999px;
	display: block;
}

.g_navi02 a:hover {
	background-position: bottom;
}

.g_navi03 a {
	background: url(img/g_navi03.gif) no-repeat left top;
	width: 130px;
	height: 30px;
	text-indent: -9999px;
	display: block;
}

.g_navi03 a:hover {
	background-position: bottom;
}

.g_navi04 a {
	background: url(img/g_navi04.gif) no-repeat left top;
	width: 130px;
	height: 30px;
	text-indent: -9999px;
	display: block;
}

.g_navi04 a:hover {
	background-position: bottom;
}

.g_navi05 a {
	background: url(img/g_navi05.gif) no-repeat left top;
	width: 130px;
	height: 30px;
	text-indent: -9999px;
	display: block;
}

.g_navi05 a:hover {
	background-position: bottom;
}



/*
 contents Style
----------------------------------------------------------- */

#contents {
	background: url(img/footers_logobg.gif) no-repeat top right;
	position: relative;
}

.title_tenji {
	position: absolute;
	top: 36px;
	left: 20px;
}

.tenjiBox {
	position:absolute;
	top: 85px;
	left: 20px;
	width: 320px;
	height: 240px;
	overflow: auto;
	color: #fff;
}

.tenjiBox dl {
	margin-bottom: 5px;
}

.title_group {
	position: absolute;
	top: 376px;
	left: 20px;
}

.groupBox {
	position:absolute;
	top: 425px;
	left: 20px;
	width: 320px;
	height: 80px;
	/*overflow: auto;*/
	color: #fff;
}

.groupBox dl {
	margin-bottom: 5px;
}

.title_whatnew {
	padding: 38px 0 5px 400px;
}

.news_listBox {
	margin-left: 400px;
	height: 460px;
	color: #fff;
}

.news_listBox dt {
	float: left;
	width: 100px;
	color: #fff;
}

.topTxt{
	color:#000000;
	border:2px solid #ff0000;
	padding:5px;
	margin:5px 0 0 0;
	text-align:left;
	font-size:10px;

}



/*
 footer Style
----------------------------------------------------------- */

#footer {
	margin: 0 auto;
        padding: 40px 0 30px 0;
}

.footerBox{
	width:960px;
}

.footerBoxL{
	float:left;
	width:550px;
}

.footerBoxR{
	float:right;
	width:410px;
}

.f_link {
	text-align: right;
}

.f_link li {
	display: inline;
	color: #fff;
}

.f_link li a {
	padding: 0 10px;
	color: #fff;
}

.copyright {
	margin: 10px 0;
	color: #fff;
	text-align: left;
}
