﻿body {
	background-image: url("../images/bg.gif");
	background-repeat: repeat;
	color: #000000;
	font-size: 62.5%;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Osaka, 'MS P Gothic', 'ＭＳ Ｐゴシック', sans-serif;
	line-height: 1.4;
}

h1 {
	font-size: 1.6em;
}

h2,h3 {
	font-size: 1.4em;
}

p {
	font-size: 1.4em;
}

#wrapper {
	max-width: 97em;
	min-width: 80em;
	margin: 0 auto;
	padding: 0;
	background: #fff;
}

#header {
	background-image: url("../images/k_header.gif");
	background-repeat: repeat-x;
	height: 62px;
	position: relative;
}

#header img {
	position: absolute;
	top: 5px;
	left: 15px;
	border: none;
}

#header ul {
	margin: 0;
	font-size: 1.4em;
	position: absolute;
	top: 30px;
	right: 10px;
}

#header form {
	position: absolute;
	top: 2px;
	right: 10px;
}

input#box {
	font-size: 1.4em;
	width: 10em;
	border: solid 1px #ccc;
	background: #f1f1ed;
}

input.bot {
	font-size: 1.4em;
}

#header li {
	list-style: none;
	margin: 0;
	display: block;	
	float: right;
}

#header li a {
	display: block;
	padding: 0.3em 0.5em;
	text-decoration: none;
}

#header a:visited {
	color: #0033CC;
}

#header a:hover {
	background: #FFCC66;
}

.blue {
	background: url("../images/blue_tip.gif") left center no-repeat;
	padding: 0 0.2em;
}

.red {
	background: url("../images/red_tip.gif") left center no-repeat;
	padding: 0 0.2em;
}

.green {
	background: url("../images/green_tip.gif") left center no-repeat;
	padding: 0 0.2em;
}

/*	リンク前の緑四角の目印の設定	*/
	.yellow {
		background: url("../images/yellow_tip.gif") left center no-repeat;
		padding: 0 0.2em;
	}

.menu {
	font-size:1.4em;
	margin-left:0;
	margin-right:0;
	background-image: url("../images/menu.gif");
	background-repeat: repeat-x;
	border-bottom: solid 1px #DEEAC6;
	height:2em;
	position:relative;
	top:0;
	left:0;
	z-index: 10;
	}

#menu1 {
	position:absolute;
	left: 0;
	top:0;
	width: 7em;
	z-index: 7;
	}

#menu2 {
	position:absolute;
	left:7em;
	top:0;
	width: 7em;
	z-index: 6;
	}
	
#menu3 {
	position:absolute;
	left:14em;
	top:0;
	width: 9em;
	z-index: 5;
	}
	
#menu4 {
	position:absolute;
	left:23em;
	top:0;
	width: 6em;
	z-index: 4;
	}
	
#menu5 {
	position:absolute;
	left:29em;
	top:0;
	width: 6em;
	z-index: 3;
	}
	
#menu6 {
	position:absolute;
	left:35em;
	top:0;
	width: 9em;;
	z-index: 2;
	}
	
#menu7 {
	position:absolute;
	left:44em;
	top:0;
	width: 10em;
	z-index: 1;
	}

.menu a {
	color:#0033FF;
	text-align: center;
	display:block;
	line-height:2em;
	text-decoration: none;
	}

.menu a:hover {
	background-color:#FFCC66;
	}

.menuhead {
	border-right: solid 1px #DEEAC6;
	}

.submenu {
	visibility: hidden;
	position:absolute;
	left:0
	}

.submenu a {
	background-color:#f5f5dc;
	text-align: left;
	padding: 0 0.5em;
	border-top:solid 1px #ffffff;
	width: 12em;
	}

.submenu2 {
	visibility: hidden;
	position:absolute;
	left:0
	}

.submenu2 a {
	background-color:#f5f5dc;
	text-align: left;
	padding: 0 0.5em;
	border-top:solid 1px #ffffff;
	width: 12em;
	}

.submenu3 {
	visibility: hidden;
	position:absolute;
	left:0
	}

.submenu3 a {
	background-color:#f5f5dc;
	text-align: left;
	padding: 0 0.5em;
	border-top:solid 1px #ffffff;
	width: 16em;
	}

.small {
	font-size: 80%;
}

#path {
	margin: 0;
	padding: 0;
	height: 2em;
}

ul#page_path {
	font-size: 1.4em;
	margin: 0.5em;
	padding: 0;
}

ul#page_path li {
	float: left;
	margin: 0;
	padding: 0 0.2em;
	list-style: none;
}

ul#page_path li a:visited {
	color: #0033CC;
}

ul#page_path li a:hover {
	color: #CC0000;
}

#top_link {
	text-align: right;
	clear: both;
}

#top_link a.page_top {
	font-size: 1.4em;
	color: #0033CC;
	padding: 0 1em;
	margin: 0;
	background: url("../images/top_arrow.gif") left center no-repeat;
}

#top_link a.page_top:visited {
	color: #0033CC;
}

#top_link a.page_top:hover {
	color: #CC0000;
}

#footer {
	background-image: url("../images/k_footer.gif");
	background-repeat: repeat-x;
	text-align: center;
	margin-top: 1em;
	padding: 0;
	height: 51px;
	clear: both;
	position: relative;
}

#footer img {
	position: absolute;
	border: 1px solid #999999;
	top: 20px;
	right: 5px;
}

.s_size {
	list-style: none;
	margin: 0;
	padding: 0.5em;
	font-size: 1.4em;
	color: #000000;
}

