@charset "UTF-8";
/* CSS Document */

/*==================reset=================*/
* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
	}
img {
	border: 0;
	}
/*==================common==================*/
html {
	overflow-y:scroll;
	}
body {
	background: url(../img/body_bg.jpg) repeat-x;
	font-family: Meiryo,"メイリオ","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Osaka,"ＭＳ Ｐゴシック",sans-serif;
	font-style: normal;
	line-height: 1.4;
	font-size: 13px;
	text-align: center;
	}
*html body {
	font-size: 75%;
	}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	}
a {
	color: #000099;
	}
a:hover {
	color: #FF9900;
	}
strong {
	font-weight: bold;
	}
em {
	color: #FF3333;
	}
.clearfix {
	zoom:1;/*for IE 5.5-7*/
	}
.clearfix:after{/*for modern browser*/
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
	}
.clear {
	clear: both;
	line-height: 0;
	}
ul {
	list-style: none;
	}
.imgR {
	float: right;
	margin: 0 0 10px 15px;
	}
.imgL {
	float: left;
	margin: 0 15px 10px 0;
	}
.imgC {
	text-align: center;
	}
.textR {
	text-align: right;
	}
.textC {
	text-align: center;
	}
a.pdf{
	background: url(../img/icon_adobe.gif) no-repeat 0 0;
	padding:12px 0 0 30px;
}
/*==================parts==================*/
div#containerBg {
	width: 816px;
	background: url(../img/container_bg.jpg) repeat-y;
	margin: 0 auto;
	text-align: left;
	}
div#container {
	width: 800px;
	background: url(../img/bg.jpg) no-repeat;
	margin-left: 8px;
	}
/*==================header==================*/
div#header {
	padding: 17px 20px 0 30px;
	}
div#header h1 {
	float: left;
	width: 254px;
	}
div#header ul {
	text-align: right;
	}
div#header ul li {
	display: inline;
	margin-left: 15px;
	}
div#header ul li a {
	padding: 4px 0 4px 25px;
	}
div#header ul li.mapH a {
	background: url(../img/head_navi_mark_01.gif) no-repeat 0 50%;
	}
div#header ul li.conH a {
	background: url(../img/head_navi_mark_02.gif) no-repeat 0 50%;
	}
div#header ul li.accH a {
	background: url(../img/head_navi_mark_03.gif) no-repeat 0 50%;
	}
/*==================pageTop==================*/
div#pageTop {
	clear: both;
	padding: 10px 20px;
	}
div#pageTop p {
	text-align: right;
	}
div#pageTop p a {
	background: url(../img/pagetop.gif) no-repeat 0 50%;
	padding: 3px 0 3px 18px;
	}
/*==================footer==================*/
div#footer {
	border-top: 4px solid #FDA8AA;
	padding: 20px 20px 10px 20px;
	}
div#footer p {
	margin-bottom: 10px;
	}
