@charset "shift_jis";

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	color:#333333;
	font: 12px/18px "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "MS PGothic", sans-serif;
	background-image: url(../image/bc_banner01.jpg);
	background-repeat: repeat-x;
}

#wrapper {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#wrapper_contents {
	width: 900px;
	height: 650px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../image/contents.jpg);
	background-repeat: repeat-x;
}

/* ======================================

	1.header

======================================= */

#header {
	width: 900px;
	height: 90px;
	margin-right: auto;
	margin-left: auto;
}
#header .header_logo {
	display: inline;
	float: left;
	height: 75px;
	width: 363px;
	margin-top: -10px;
	margin-left: 5px;
}
#header h1 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 6px;
	margin-left: 100px;
	float: left;
	color: #FFFFFF;
}

/* ======================================

	2.contents

======================================= */

#contents {
	float: right;
	width: 660px;
	text-align: left;
	display: inline;
	margin-bottom: 20px;
}

#contents .main_image {
	float: right;
	margin: 10px 15px 6px 0px;
}
#contents .iframe_news {
	width: 630px;
	height: 250px;
	text-align: left;
	margin-left: 0px;
	margin-bottom: 10px;
	float: right;
	margin-right: 15px;
}

#contents .iframe_calendar {
	width: 540px;
	height: 300px;
	text-align: left;
	margin-left: 3px;
	margin-bottom: 20px;
}

/* ======================================

	3.footer

======================================= */

#footer {
	width: 100%;
	height: 19px;
	background: url(../image/footer.jpg) repeat-x;
	color: #FFFFFF;
}
#footer .menu{
	float: left;
	margin-left: 6%;
}
#footer .copy {
	float: right;
	margin-right: 6%;
}

#footer .menu a{
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFCC33;
  text-decoration : none;
}

/* ======================================

	4.side menu

======================================= */

#wrapper #sidemenu {
	display: inline;
	text-align: left;
	float: left;
	width: 240px;
}
#sidemenu .menu {
	margin-top: 10px;
	margin-left: 15px;    
	margin-bottom: 10px;
}
#sidemenu .menu li {
	margin-bottom: 10px;
}
#sidemenu .address_text {
	font-weight: bold;
	margin: 10px 0 20px 15px;
	color: #;
}
