/* CSS Document */

@import url("css/common.css");


/* DEFAULT SET

------------------------------------------------------------------------*/
body{
	background-color: #847f7f;
	color: #4e4551;
}

.alphaimg{ behavior: url(iepngfix.htc); }
.leftimg{ float: left; padding-right: 5px; }
.rightimg{ float: right; padding-left: 5px; }


p{
	padding: 0 0 14px 0;
	font-size: 12px;
	line-height: 135%;
}
p.prof{
	padding: 0 0 14px 0;
	font-size: 12px;
	line-height: 120%;
}

p.caption{ font-size: 11px; color: #674c49; }
p.caption{ _font-size: xx-small; } /* FOR WinIE6 */


p.backbtn{
	clear: both;
}

/* LAYOUT
------------------------------------------------------------------------*/
#container{
	margin: 24px auto 0 auto;
	width: 950px;
	height: 600px;
	position: relative;
	background: #ffffff;
}

#header{
	position: relative;
}
#header .label-jyuryoku{
	position: absolute;
	left: 400px;
	top: 22px;
}
#header .label-air{
	position: absolute;
	left: 429px;
	top: 9px;
}

#content{
	position: relative;
	margin: 40px auto 25px auto;
	width: 850px;
	text-align: center;
}

#content .toppage{
	margin: 0 auto;
	width: 825px;
	height: 400px;
	background: url(images/bg-top.gif) no-repeat;
}
#content .toppage .left{
	float: left;
	width: 400px;
	height: 400px;
	text-align: center;
}
#content .toppage .right{
	float: right;
	width: 400px;
	height: 400px;
	text-align: center;
}
#content .toppage p.title{
	margin-top: 95px;
}
#content .toppage p.enter{
	margin-top: 65px;
}

img.profileimg{
	position: absolute;
	top: 270px;
	left: 1px;
}


/* HEADER STYLE
------------------------------------------------------------------------*/
h1{
	width: 345px;
	height: 59px;
	text-indent: -9999px;
	background: url(images/logo-main.png) no-repeat;
	behavior: url(iepngfix.htc);
}
h1 a{
	width: 345px;
	height: 59px;
	display: block;
	text-indent: -9999px;
	text-decoration: none;
}

#logostamp{ float: right; behavior: url(iepngfix.htc); }




/* FOOTER
------------------------------------------------------------------------*/
#container .email{
	position: absolute;
	z-index: 1;
	top: 565px;
	left: 0;
	width: 155px;
}
#container .footerbtn{
	position: absolute;
	z-index: 1;
	top: 570px;
	left: 848px;
	width: 80px;
}

#container p.copyright{
	position: absolute;
	top: 565px;
	width: 920px;
	padding: 10px;
	font-size: 11px;
	text-align: center;
}

