@charset "utf-8";
/* CSS Document */

/* -base- */
*{
	margin: 0px;
	padding: 0px;
	border:0px;
}
body {
	font-size:10px;
	_font-size:62.5%;
	text-align: center;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
html{
	background-color:#487ea2;

}
#container_bg {
	width: 100%;
	height:850px;
	zoom: 1;
	margin:0 auto;
	text-align:center;
	background-image:url(../image/main_bg.jpg);
}
#container_bg:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
/* -base- */

/* -link- */

a:link {
	color:#FFFFFF;
	text-decoration:none;
}
a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
a:active {
	color:#FFFFFF;
	text-decoration:none;
}

/* -link- */

/* -font- */

.font1 {
	font-size:1.0em;
	line-height:1.0em;
}
.font2 {
	font-size:1.4em;
	line-height:1.2em;
}
.font3 {
	font-size:1.6em;
	line-height:1.0em;
}
.font4 {
	font-size:2em;
	line-height:1.2em;
}
.font5 {
	font-size:2.5em;
	line-height:1.2em;
}
.title1 {
	font-size:1.6em;
	line-height:1.6em;
	font-weight: bold;
}
.title1 {
	font-size:2.5em;
	line-height:2.4em;
	font-weight: bold;
}

/* -font- */

/* img */
.img {
	border:0;
	font-size:0px;
}
/* img */

/* float */
.float_left {
	float:left;
}
.float_right {
	float:right;
}
#float_left {
	float:left;
}
/* float */

/* -layout- */
#header_bg {
	background-image:url(../images/header_roop.jpg);
	background-repeat:repeat-x;
	height:50px;
	width:auto;
}
#header_center {
	width:900px;
	height:50px;
	margin:0 auto;
}
#flash_bg_roop{
	width:auto;
	height:450px;
	background-image:url(../images/flash_bg_roop.jpg);
	background-repeat:repeat-x;
}
#flash_bg {
	background-image:url(../image/flash_bg.jpg);
	background-repeat:no-repeat;
	background-color:#487ea2;
	width:900px;
	height:450px;
	margin:0 auto;
}
#flash_main {
	width:900px;
	height:450px;
	margin:0 auto;
}
#contents_bg_roop{
	width:auto;
	height:300px;
	background-image:url(../images/contents_bg_roop.jpg);
	background-repeat:repeat-x;
}
#contents_bg {
	background-image:url(../image/contents_bg.jpg);
	background-repeat:no-repeat;
	background-color:#487ea2;
	width:900px;
	height:300px;
	margin:0 auto;
}
#contents_box {
	height:300px;
	margin:0 auto;
	width:900px;
}
.bbs_bg{
	background-image:url(../images/bbs_center.jpg);
	background-repeat:no-repeat;
	width:326px;
	height:114px;
}
.bbs_iframe{
	width:326px;
	height:114px;
}

.spec_name{
	width:380;
	text-align:center;
}
.spec {
}
.atopo_banner{
	width:190px;
	float:left;
}
.mk_banner{
	width:190px;
	float:left;
}
#footer_bg {
	background-image:url(../images/footer_roop.jpg);
	background-repeat:repeat-x;
	height:50px;
	width:auto;
	font-size:0px;
}
#footer_center {
	width:900px;
	height:50px;
	margin:0 auto;
}
/* -layout- */

