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



* { margin: 0; padding: 0; }

html {

	width: 100%;
	height: 100%;
}

body {
	color: #333333;
	font:13px "ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;
    *font-size:small;
    *font:x-small;
	line-height: 1.6;


}
#brk {
	clear: both;
}


#contents {
	text-align: left;
	padding-top: 15px;
	padding-bottom: 50px;
	width: 100%;
	margin-top: 5%;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}



#title {
	text-align: center;
	color: #0000FF;
	font-size: 40pt;
	line-height: 1;
	font-weight: bold;
	

	margin-bottom: 10px;

}


#main {
	background-repeat: repeat-x;
	background-position: center top;
	height: 349px;
	padding-top: 32px;
	text-align: center;
	background-color: #000;
	background-image: url(../images/bg.png);
}
.enter {
	margin-top: 0px;

}
#lang {
	margin-bottom: 10px;
	display: block;
	margin-top: 20px;
	height: 35px;
}
#lang ul {
	width: 192
*2;
	margin-right: auto;
	margin-left: auto;
	list-style-type: none;
	width: 404px;
	margin-bottom: 0px;
}
#lang li {
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}

#footer {
	text-align: center;
	margin-bottom: 5px;
	font-size: 10px;
	bottom: 0px;
	height: 15px;
	margin-top: 50px;
}




/* Link Style */

a:link {
	color: #063fa6;
	text-decoration: none;
}
a:visited {
	color: #063fa6;
	text-decoration: none;
}
a:hover {
	color: #e57795;
	text-decoration: none;
}
a img { 
	border: none;
	text-decoration: none;
}

a img{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.menu1{
    background: url('../images/menu_eng_02.png') no-repeat;
    width: 192px;
    height: 40px;
}
.menu1 a{
    display: block;
}
.menu1 img{
    border: none;
}
.menu1 a:hover{
    background: none;
}
.menu1 a:hover img{
    visibility: hidden;
}

.menu2{
    background: url('../images/menu_jp_02.png') no-repeat;
    width: 192px;
    height: 40px;
}
.menu2 a{
    display: block;
}
.menu2 img{
    border: none;
}
.menu2 a:hover{
    background: none;
}
.menu2 a:hover img{
    visibility: hidden;
}