/* ページ全体 */
/* ------------------------------------------------------------ */
body {
	background: #edebe8 url(../images/bg_pattern.gif) repeat-y fixed center top;
	margin: 0px;
	padding: 0px;
	}

/* コンテナ */
/* ------------------------------------------------------------ */
#container {
	text-align: left;
	width: 800px;
	margin: 0px auto;
	padding: 0px;
	}

/* ヘッダ */
/* ------------------------------------------------------------ */
#header {
	width: 800px;
	height: 86px;
	margin: 0px;
	padding: 0px;
	display: block;
	position: relative;
	}

#head_logo {
	width: 233px;
	height: 58px;
	margin: 0px;
	padding: 0px;
	display: block;
	position: relative;
	left: 20px;
	top: 18px;
	}

#head_sitemap {
	width: 111px;
	height: 17px;
	margin: 0px;
	padding: 0px;
	display: block;
	position: absolute;
	right: 0px;
	bottom: 10px;
	}

/* ヘッダ・メニュー背景 */
/* ------------------------------------------------------------ */
#head_menu {
	clear: both;
	width: 800px;
	height: 40px;
	margin: 0px;
	padding: 0px;
	display: block;
	overflow: hidden;
	position: relative;
	border-top: 1px #808080 solid;
	border-bottom: 1px #808080 solid;
	}

/* メニュー設定 */
/* ------------------------------------------------------------ */
#head_menu li {
	list-style-type: none;
	}

/* メニューボタン1 */
/* ------------------------------------------------------------ */
#home a {
	background: #ffffff url(../images/head_menu1a.gif);
	background-repeat: no-repeat;
	width: 88px;
	height: 40px;
	margin: 0px;
	padding: 0px;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	}

#home a:hover {
	background-image: url(../images/head_menu1b.gif);
	}

#home a.selected {
	background-image: url(../images/head_menu1b.gif);
	}

/* メニューボタン2 */
/* ------------------------------------------------------------ */
#service1 a {
	background: #ffffff url(../images/head_menu2a.gif);
	background-repeat: no-repeat;
	width: 178px;
	height: 40px;
	margin: 0px;
	padding: 0px;
	display: block;
	position: absolute;
	left: 88px;
	top: 0px;
	}

#service1 a:hover {
	background-image: url(../images/head_menu2b.gif);
	}

#service1 a.selected {
	background-image: url(../images/head_menu2b.gif);
	}

/* メニューボタン3 */
/* ------------------------------------------------------------ */
#service2 a {
	background: #ffffff url(../images/head_menu3a.gif);
	background-repeat: no-repeat;
	width: 178px;
	height: 40px;
	margin: 0px;
	padding: 0px;
	display: block;
	position: absolute;
	left: 266px;
	top: 0px;
	}

#service2 a:hover {
	background-image: url(../images/head_menu3b.gif);
	}

#service2 a.selected {
	background-image: url(../images/head_menu3b.gif);
	}

/* メニューボタン4 */
/* ------------------------------------------------------------ */
#service3 a {
	background: #ffffff url(../images/head_menu4a.gif);
	background-repeat: no-repeat;
	width: 178px;
	height: 40px;
	margin: 0px;
	padding: 0px;
	display: block;
	position: absolute;
	left: 444px;
	top: 0px;
	}

#service3 a:hover {
	background-image: url(../images/head_menu4b.gif);
	}

#service3 a.selected {
	background-image: url(../images/head_menu4b.gif);
	}

/* メニューボタン5 */
/* ------------------------------------------------------------ */
#nisseiken a {
	background: #ffffff url(../images/head_menu5a.gif);
	background-repeat: no-repeat;
	width: 178px;
	height: 40px;
	margin: 0px;
	padding: 0px;
	display: block;
	position: absolute;
	left: 622px;
	top: 0px;
	}

#nisseiken a:hover {
	background-image: url(../images/head_menu5b.gif);
	}

#nisseiken a.selected {
	background-image: url(../images/head_menu5b.gif);
	}

/* ヘッダ・メイン画像 */
/* ------------------------------------------------------------ */
#head_visual {
	clear: both;
	line-height: 0px;
	width: 800px;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px #808080 solid;
	}

/* コンテンツ */
/* ------------------------------------------------------------ */
#contents {
	clear: both;
	width: 750px;
	margin: 0px 25px 0px 25px;
	padding: 0px;
	overflow: hidden;
	border: 0px #ff0000 solid;
	}

img {
	line-height: 0px;
	display: block;
	}

p {
	margin: 0px;
	padding: 0px;
	}

/* フッタ */
/* ------------------------------------------------------------ */
#footer {
	clear: both;
	width: 800px;
	margin: 30px 0px 15px 0px;
	padding: 5px 0px 0px 0px;
	position: relative;
	overflow: visible;
	border-top: 1px #808080 solid;
	}

#footer ul {
	list-style: none;
	text-align: left;
	margin: 0px 0px 0px 25px;
	padding: 0px;
	position: relative;
	border: 0px #ff00ff solid;
	}

#footer ul li {
	margin: 0px;
	padding: 0px 30px 0px 0px;
	display: inline;
	}

#footer address {
	clear: both;
	text-align: left;
	font-style: normal;
	margin: 0px 25px 0px 0px;
	padding: 0px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	}


