@charset "shift_jis";

/* ------------------
 BODY
 ------------------*/

html {
	overflow-y:scroll;
     }

body {
	width:100%;
	height:100%;
	margin:0px;
    padding:0px;
	color:#666666;
	line-height:1.4em;
	font-size:14px;
	background-color:#ffffff;
	overflow: hidden;
	}


/* ------------------
@LINK COLOR
 ------------------*/

a:link {
	color: #333;
	text-decoration:none;
	}
	
a:visited {
	color: #333;
	text-decoration:none;
	}
	
a:hover {
	color: #FF3300;
	text-decoration:underline;
	}

/* ------------------
 CONTENTS
 ------------------*/
 
#contents{
	width:auto;
	height:100%;
	margin:0 auto 0 auto;
	border-top:5px solid #454EC4;
	}
	
/* ------------------
 CONTAINER
 ------------------*/
 
#container{
	width:1000px;
	height:100%;
	margin:0 auto 0 auto;
	padding:10px 0 0 0;
	}
 
/* ------------------
 HEADER
 ------------------*/

#header_box{
	width:900px;
	height:auto;
	margin:10px auto 0 auto;
	}

#logo{
	width:397px;
	height:89px;
	float:left;
	}
	
#navi_box{
	height:16px;
	float:right;
	margin:40px 0 0 0;
	}
	
.btn01{
	float:left;
	margin:0 0 0 10px;
	}

/* ------------------
 FOOTER
 ------------------*/
 
#footer_box{
	height:50px;
	margin:30px 0 0 0;
	}

#footer_line{
	height:1px;
	background-color:#0000FF;
	}

#copywrite{
	text-align:right;
	font-size:12px;
	margin:5px 10px 0 0;
	}