@charset "UTF-8";
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(../img/back_104_02.jpg);
	background-repeat: repeat;
}

a, a img{
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

a img:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
}

#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
}
#screen {
	width: 86%;
	max-width:1000px;
	margin: 0 auto;
	text-align: left;
	padding-bottom: 80px;
}

#header {
	height: auto;
}
#header h1 {
	margin: 0px;
	padding: 0px;
}
#header img {
	margin: 0px;
	height: auto;
	width: 100%;
	position: relative;
	max-width: 347px;
	max-height: 84px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}

#mainimg img {
	height: auto;
	width: 100%;
	position: relative;
	padding-bottom: 20px;
}


#menu {
	height: auto;
}

#enter {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif, "ＭＳ Ｐ明朝", "MS PMincho";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
	font-size: 16px;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

#enter #small {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif, "ＭＳ Ｐ明朝", "MS PMincho";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
	font-size: 11px;
}

#footer {
	height: auto;
	width: 86%;
	position: absolute;
	bottom: 0;
}
#copyright p {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif, "ＭＳ Ｐ明朝", "MS PMincho";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
	font-size: 11px;
	color: #999;
	text-align: center;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
a:link {
	color: #999999;
}
a:link{
TEXT-DECORATION:NONE;
}

a:visited{
	color: #999999;
} 
a:hover{
	color: #666666;
} 
a:active{
	color: #666666;
} 

#menu .note {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #FFF;
	font-size: 12px;
	padding-top: 30px;
	padding-bottom: 30px;
}
