@charset "Shift_JIS";

* {
	margin: 0; padding: 0;
	font-family: Verdana, sans-serif;
	font-style: normal;
	}
	
body {
	background-color: #f6f6f6;
	color: #313131;
	}

img { border: 0; padding:0; margin: 0 }

a { color: #1b4f81; }
a:hover { background-color: #c5ddf3 }

#container {
	position: relative;
	left: 50%;
	width: 750px;
	margin-left: -375px;
	}

/*#container {
	width: 750px;height: 100%;
	position: relative;
	margin: 0 auto;
	}*/

#header {
	width: 750px;
	height: 110px;
	margin-top: 0;
	}
	
#navi{
	position:absolute;
	top: 125px;
	left:15px;
	width:700px;
	height:58px;
	z-index: 1;
	}

#navi li{
	list-style-type: none;
	float: left;
	/*display: inline;*/
	padding-right: 10px;
	}
	
li.banner {
	padding: 10px 0 5px 30px;
	}

#content{
	width: 730px;
	background-color:#fff;
	border-top: 3px solid #b4db2e;
	border-bottom: 3px solid #b4db2e;
	margin: 0 auto;
	position:absolute;
	top: 174px;
	padding: 10px;
	}

#sideL {
	width: 330px;
	float: left;
	padding-top: 10px;
	margin-right: 10px;
	}

#picCamera {
	width: 325px; height: 245px;
	background-color: #fff;
	border: 1px solid #e4e3e3;
	}

#picCamera img {
	margin: 0; padding: 0;
	position: relative;
	top: 2px;
	left: 2px;
	}
	
#linkBtn{
	width: 320px;height: 35px;
	margin: 0 auto;
	margin: 10px 0;
	}

#linkBtn li{
	list-style-type: none;
	/*float: left;*/
	padding-left: 7px;
	text-align: center;
	display: inline;
	}

#notice {
	font-size: 11px;
	line-height: 130%;
	}

#sideR {
	padding-top: 10px;
	width: 390px;
	float: right;
	}
	
#picMap { text-align: center }
div#docs {
	background-image:url(img/bg.gif);
	font-size: 13px;
	line-height: 140%;
	padding: 2px;
	}

div#footer {
	top: 600px;
	width: 750px;
	position:absolute;
	text-align: center;
	font-size: 12px;
	line-height: 140%;
	}

#footer span{
	font-weight: 700;
	}
