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


#container {
	width: 800px;
	background-color:#FFFFFF;

	background-repeat: repeat-y;
	margin:0px auto;
} 

#container-all {
	width: 800px;
	background-color:#FFFFFF;
	background-repeat: repeat-y;
	margin:0px auto;
}

#container-s {
	width: 800px;
	background-color:#FFFFFF;
	background-image: url(../common/sideline_s.gif);
	background-repeat: repeat-y;
	margin:0px auto;
} 

	
/* header */
#header {
	width: 800px;
	height: 90px;
	background-image: url(../common/header_bg.gif);
	background-repeat: no-repeat;
	margin: 0 auto;
	text-align: right;
	}
	
#header-logo {
 	float: left;
	width: 75px;
	padding: 15px 0 0 10px;
	text-align: left;
	 }

#header-logo2 {
	float:left;
	width:180px;
	padding-top: 20px;
	text-align: left;
}

#header-logo3 {
	padding: 0 10px 5px 0;
}
#header-logo4 {
	padding: 0 10px 10px 0;
}

/* -------------- */
#header-navi {
	float:right;
	width:300px;
	margin-top: 20px;
}

#header-navi ul {
	list-style-type: none;}
#header-navi ul li { 
	display:inline; 
	margin: 0 10px 0 0;
	background-image: url(../common/arrow_s_blue.jpg);
	background-repeat: no-repeat;
	padding:0 0 0 15px; }
#header-navi ul li a { color:#0054A4; text-decoration:none; }
#header-navi ul li a:hover { color:#0054A4; text-decoration: underline; }



/* sidebar -----------------------*/
#sidebar {
	float: left;
	width: 235px;
	padding-left: 5px;
	text-align: left;
}

#sidebar-s {
	float: left;
	width: 195px;
	padding-left: 5px;
	text-align: left;
}


/* main-content -----------------------*/
#main-content {
	float: left;
	width: 550px;
	text-align: center;
}

#main-content-all {
	float: left;
	width: 780px;
	text-align: left;
}


#main-content-s {
	float: left;
	width: 590px;
	text-align: center;
}


/* footer-menu -----------------------*/
#footer {
	width:800px;
	height:25px;
	margin:0px auto;
	position:relative;
	background-image: url(../common/footer_bg.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
}

#footer ul {list-style:none;}
#footer ul li {display:inline; padding-right:15px;}
#footer ul li a { color:#0054A4; text-decoration:none; }
#footer ul li a:hover { color:#0054A4; text-decoration: underline; }


/* copyright -----------------------*/
#copyright {
	width:800px;
	height:20px;
	margin:0 auto;
	position:relative;
	background-color: #C1DCEE;
	padding-top: 5px;
	font-weight: bold;
}
















