@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
body {
	position:relative;
	width:100%;
	overflow-x:hidden;
	background:#000;
}

#header{
	background:url(../img/common/inner_header.jpg) no-repeat center center;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:213px 55px;
	height:65px;
	background-color:#000;
	border-bottom:1px solid #0086d1;
	cursor:pointer;
	text-indent:-9999px;
}

.pagetitle{
	height:70px;	
}

.pagetitle img{
	position:absolute;
	right:0;
	left:0;
	margin:16px auto;
}

#intro_contents{

	width:100%;
	height:auto;
	z-index:1;
}

#intro_contents h2{

	margin:0 20px 30px;
}

#intro_contents p{
	position:relative;
	height:auto;
	color:#ffffff;
	font-size:13px;
	line-height:1.6;
	letter-spacing:0.1;
	margin:-10px 20px 25px;
}



/*--------------------
footer
----------------------*/

#foot_navi{
	position:relative;
	height:60px;
	width:100%;
	background-size:auto 30px;
	background-color:#000;
	border-top:1px solid #0086d1;
	border-bottom:1px solid #0086d1;
}

#home{
	width:50%;
	height:60px;
	background:url(../img/common/home.gif) no-repeat center center;
	background-size:auto 13px;
	text-indent:-9999px;
	cursor:pointer;
	border-right:1px solid #0086d1;
}

#top{
	position:absolute;	
	right:0;
	top:0;
	height:60px;
	width:50%;
	background:url(../img/common/pagetop.gif) no-repeat center center;
	background-size:auto 13px;
	text-indent:-9999px;
	cursor:pointer;
}


#footer{
	position:relative;
	width:100%;
	height: 110px;
}

#policy{
	display:inline-block;
	vertical-align:middle;
	position: absolute;
	width: 220px;
	top: 20px;
	right:0;
	left:0;
	margin:15px auto;
	text-align:center;
	color:#000000;
	font-size:12px;
	height: 20px;
}
#policy a{
	color:#FFF;
}
/*
#credit{
	
	text-decoration: underline;	
}
*/
#wb{
	
	position:absolute;
	left: 0px;
}

address{
	position:absolute;
	left:50%;
	bottom:-50px;
	width:244px;
	margin-left:-122px;
	padding-bottom:10px;
}

.copyright{

	width:226px;
	height:8px;
	margin:auto;
	position: absolute;
	bottom: 25px;
	right:0;
	left:0;
}

