@charset "shift_jis";
body {
	background-attachment: scroll;
	background-color: #1A0000;
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
}
A {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #FFFF00;
	text-decoration: underline;
}
#header  {
	background-image: url(../img/header.jpg);
	height: 595px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#header H1 {
	background-image: url(../img/header.jpg);
	height: 200px;
	width: 900px;
	margin-top: 0px;
	margin-left: 0px;
	text-align: left;
	text-indent: -9999px;
	display: block;
	float: none;
	clear: both;
}
#header .lead {
	background-image: url(../img/lead.jpg);
	margin: 0px;
	padding: 0px;
	clear: both;
	float: none;
	height: 155px;
	width: 900px;
	text-align: left;
	text-indent: -9999px;
}
#header .linkheader {
	background-image: url(../img/linkheader.jpg);
	height: 80px;
	width: 900px;
	text-align: left;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
}
#header H2 {
	background-image: url(../img/h2.jpg);
	height: 160px;
	width: 900px;
	text-align: left;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: none;
}
#container {
	background-attachment: scroll;
	background-image: url(../img/mv.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px 10px 20px;
	background-color: #000000;
	font: 12px/15px "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#container #contents {
	padding-right: 70px;
	padding-left: 70px;
}
#container #contents .comment {
	color: #FFFFFF;
	font-size: 13px;
	line-height: 18px;
	padding-top: 8px;
	padding-left: 20px;
	border-left: 8px solid #990000;
	margin-left: 68px;
	margin-top: 15px;
	padding-bottom: 8px;
	margin-bottom: 15px;
}
#container #contents .class {
	color: #CCCCCC;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	text-align: right;
	margin-right: 15px;
	border-bottom: 1px solid #990000;
	padding-bottom: 3px;
	margin-left: 260px;
}
#container #contents .name {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	margin-right: 15px;
}
#container #contents H3 {
	margin: 0px;
	padding: 0px;
	height: 94px;
	width: 740px;
	text-align: left;
	text-indent: -9999px;
}
#kr, #us, #jp {
	background-image: url(../img/info_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#container #contents #kr H3 {
	background-image: url(../img/kr_title.jpg);
}
#container #contents #us H3 {
	background-image: url(../img/us_title.jpg);
}
#container #contents #jp H3 {
	background-image: url(../img/jp_title.jpg);
}
#container #contents H4 {
	margin: 15px auto 0px;
	padding: 0px;
	text-align: left;
	text-indent: -9999px;
}
#container #contents #kr H4 {
	background-image: url(../img/logo_korea.png);
	height: 212px;
	width: 348px;
}
#container #contents #us H4 {
	background-image: url(../img/logo_us.png);
	height: 135px;
	width: 426px;
}
#container #contents #jp H4 {
	background-image: url(../img/logo_japan.png);
	height: 203px;
	width: 346px;
}


/*　▼フッタ領域　*/
#container #ftnavi {
	clear: both;
	color: #FFFFFF;
	padding: 5px;
	text-align: center;
	background-color: #000000;
	margin-bottom: 10px;
	font: 12px/15px "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#container #copyright P {
	float: left;
	color: #CC9999;
	font-size: 10px;
	line-height: 12px;
	margin: 10px 0px 0px 10px;
	_margin: 5px 0px 0px 10px;
	font: 10px/12px "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#container #copyright IMG {
	float: right;
	margin-right: 10px;
	margin-top: 10px;
}


/*　▼ページ内リンク　*/
.totop {
	clear:both;
}
.totop A {
	display:block;
	text-align: right;
	padding: 3px 15px 3px 3px;
	border-top: 1px solid #FF0000;
}
.totop A:hover {
	border-top: 1px solid #FFFF00;
}
