@charset "utf-8";
/* Reset
------------------------------------------------------------*/
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, p, blockquote, th, ul, li, a {
	margin: 0;
	padding: 0;
	text-decoration: none;
}
strong, th {
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
address, em {
	font-style: normal;
}
th {
	text-align: left;
}
/*hr, legend {
	display: none;
}*/
h1, h2, h3, h4, h5, h6 {
	font-size: 12px;
}
img, fieldset {
	border: 0;
}
a:hover{
	text-decoration: underline;
}
/*li {
	list-style-type: none;
}*/
/* Fonts
*/
.clear{
	clear:both;
	font-size: 0px;
	height: 0px;
	width: 0px;
}
------------------------------------------------------------*/
body {
	font-size: 12px; /* IE */
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	text-align: left;
}
html>/**/body {
	font-size: 80%;
}
/* clearfix
------------------------------------------------------------*/
.clearfix:after {
	content: '';
	display: block;
	clear: both;
	height:0;
}
/* contents
------------------------------------------------------------*/
body {
	background-image: url(../images/cmn_bg.jpg);
	background-repeat: repeat;
	background-position: center top;
}
#header {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	height: 300px;
}
#headerWrap {
	background-image: url(../images/header_bg.png);
	height: 300px;
	background-position: center top;
	clear: both;
}#wrap {
	background-image: url(../images/enter_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#content {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#content h1 {
	padding-top: 220px;
}
#enterArea {
	text-align: center;
	margin-top: 30px;
}
#welcomeArea {
	text-align: center;
	margin-top: 30px;
}
#welcomeArea img {
}
#welcomeArea h2 {
	margin-bottom: 5px;
}
#koreaArea {
	text-align: center;
	margin-top: 30px;
}
#koreaArea img {
}
#koreaArea h2 {
	margin-bottom: 5px;
}
#chuui {
	text-align: center;
	color: #ffffff;
	font-size: 12px;
	margin-top: 30px;
	margin-bottom: 20px;
	line-height: 1.8em;
}
#chuui img {
	margin-bottom: 15px;
}
#copy {
	text-align: center;
	color: #FFFFFF;
	font-size: 11px;
}
