@charset "utf-8";

/* Universal Reset */
* {
margin:0 auto;
padding:0;
}

/* Base Style */
html {
overflow-y:scroll;
}


body {
	background: #fff;
	text-align:center;
	font-size:14px;
	color: #3A3A3A;
	background-image:url(../images_common/bg_image.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

img{
	border:0;
	border-style:none;
	vertical-align: top;
}

div,dl,dt,dd,ul,ol,li,table,tr,th,td,h1,h2,h3,h4,h5,h6,p,
pre,code,form,fieldset,legend,input,textarea,select,option,blockquout,embed,object {
margin: 0;
padding: 0;
}

h1 {
	font-size:12px;
	text-align:left;
	color:#ffffff;
	padding:5px 10px 5px 10px;
	font-weight: normal;
	text-align: right;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color:#DB5E9D;
}

p {
	font-size:14px;
	line-height:160%;
	color:#3A3A3A;
}

a { text-decoration: none;}

hr {
	display:block;
	border:none;
	margin-top:40px;
	margin-bottom:40px;
	border-bottom:1px #B6A765 dashed;
	height:1px;
} 

/* start commented backslash hack MacIE \*/ 
* html .clearfix {height:1%;} 
.clearfix {display:block;} 
/* close commented backslash hack */  

.clear {clear:both;}

/*-------------------------------------------------------------------------------------------------------------linkcolor*/
a:link    { color: #10AD95; }
a:visited { color: #10AD95; }
a:hover   { color: #8BE4D6;}
a:active  { color: #10AD95; }

/*-------------------------------------------------------------------------------------------------------------common*/
#wrap {
	width:800px;
	padding:50px 0 0 0;
	margin:0 auto;
	position: relative;
}

#contents {
	width:900px;
	padding:15px 40px 15px 40px;
	background:url(../images_common/con_bg.gif);
	background-repeat:repeat-y;
	margin:0 auto;
}

#contents p {
	text-align:left;
	margin-bottom:10px;
}

#contents p span {
	color:#D068A0;
	font-weight:bold;
	text-align:left;
}
.check18 {
	margin: 0 auto;
	padding:30px 0 30px 0;
	text-align: center;
}
.spBn {
	margin: 0 auto;
	padding:30px 0 15px 0;
	text-align: center;
}
/*-------------------------------------------------------------------------------------------------------------header-navi*/
#navi {
	position:absolute;
	width:300px;
	height:130px;
	margin: 0 auto;
	left: 120px;
	top: 406px;
}
ul#hdNavi{
	list-style:none;
	width:300px;
	height:130px;
	text-align:center;
	margin: 0 auto;
}
ul#hdNavi li{
	list-style:none;
	width:290px;
	height:115px;
}
ul#hdNavi a{
    display:block;
    width:290px;
    height:115px;
    overflow:hidden;
}

a.enter {
	background-image:url(../images_top/en_enter_off.png);
}
a:hover.enter{
	background-image:url(../images_top/en_enter_on.png);
}

a.exit {
	background-image:url(../images_top/en_exit_off.png);
}
a:hover.exit {
	background-image:url(../images_top/en_exit_on.png);
}
/*-------------------------------------------------------------------------------------------------------------footer*/
.copyright {
	font-size:10px;
	padding:30px 0 10px 0;
	margin: 0 auto;
	color:#3A3A3A;
}
