@charset "UTF-8";
body {
	text-align: center;
	background-color: #ffffdc;
}
/* アンカー */
a {
	color : #996633;
	text-decoration : none;
}

a:hover {
	color : #003399;
	text-decoration : underline;
}
h1  {
	font-size: 80%;
	overflow: hidden;
	display: inline;
	margin: 0px;
	padding: 0px;
}
h3 {
	width : 563px;
	height : 27px;
	font-weight : bold;
	font-size : 80%;
	color : #FFFFFF;
	text-indent : 7px;
	margin-bottom : 5px;
	display: block;
	line-height: 180%;
	clear: both;
	padding-top: 10px;
	background: url(images/h3.gif) no-repeat left 10px;
}
h4 {
	color : #666666;
	font-weight : bold;
	margin-bottom : 15px;
	clear : both;
}
h5 {
	color : #603318;
	font-weight : bold;
	margin-bottom : 3px;
}

.h1p  {
	overflow: hidden;
	font-size: 80%;
	display: inline;
}
h2.h2h  {
	font-size: 80%;
	display: inline;
	text-align: left;
}


/*----------------
ヘッダ定義用のCSS
------------------*/
#HEADER {
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(images/header_background.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 109px;
}
#HEADER a.logo {
	display: block;
	height: 44px;
	width: 299px;
	position: absolute;
	top: 13px;
	left: 27px;
}
div#hm {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 13px;
	left: 490px;
	width: 321px;
}
#wrapper  {
	background-repeat: repeat-y;
	background-position: center 5px;
	text-align: left;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/background.gif);
	position: relative;
}
ul#gmenu {
	display: block;
	height: 40px;
	width: 800px;
	position: absolute;
	top: 69px;
	left: 10px;
}
ul#gmenu li {
	display: block;
	float: left;
}
#keyvisual  {
	width: 800px;
	margin-bottom: 3px;
	position: absolute;
	height: 133px;
	left: 10px;
	top: 109px;
	z-index: 100;
	clear: both;
}
/*---------------------
左メニュー定義用のCSS
-----------------------*/
#LEFT {
	float: left;
	width: 215px;
	margin-top: 138px;
}
#LEFT h3 {
	margin-left: 20px;
	background-image: url(images/left_header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 26px;
	width: 195px;
	font-size: 90%;
	text-align: center;
	color: #333;
	line-height: 26px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#LEFT .button  {
	margin-bottom: 5px;
	margin-left: 20px;
}
#LEFT ul.list1 {
	display: block;
	padding-left: 8px;
	background-color: #F2E8BA;
	padding-top: 5px;
	padding-bottom: 8px;
	background-image: url(images/left_footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-right: 0px;
	margin-bottom: 5px;
	margin-left: 20px;
}
#LEFT .list1 li {
	margin-bottom: 4px;
}
#LEFT ul.list2 {
	display: block;
	margin-left: 20px;
}
#LEFT ul.list2 li {
	margin-bottom: 3px;
}
/*----------------------
右コンテンツ定義用のCSS
------------------------*/
#RIGHT {
	float: right;
	width: 590px;
	margin-top: 138px;
}
#RIGHT .rightp {
	background-color: #FFF;
	margin-right: 20px;
}
#RIGHT .rightp .pmenu {
	padding-bottom: 5px;
	font-size: 80%;
	color: #666;
}


/*--------------------
フッタ定義用のCSS
----------------------*/
#FOOTER {
	clear: both;
	padding-right: 13px;
	padding-left: 13px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 5px;
	height: 160px;
	position: relative;
}
#FOOTER .banner {
	height: 140px;
}

#FOOTER .banner .title {
	background-color: #161b45;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
	font-size: 90%;
	color: #FFF;
	text-align: center;
}
#FOOTER .banner ul {
	height: 110px;
	display: block;
	padding-top: 5px;
	padding-bottom: 7px;
}
#FOOTER .banner ul li {
	float: left;
	margin-right: 7px;
	height: 100px;
	text-align: center;
}
#FOOTER .banner ul .nomargin {
	margin: 0px;
}
#FOOTER h3 {
	display: inline;
	background-image: none;
	margin: 0px;
	padding: 0px;
	color: #454545;
	font-weight: normal;
	font-size: 65%;
	width: 60%;
	overflow: hidden;
}
#FOOTER .banner p {
	font-size: 0.7em;
}

#FOOTER .copy {
	position: absolute;
	left: 542px;
	top: 150px;
}



#top-link {
	clear: both;
	padding-top: 15px;
	text-align: right;
	padding-left: 15px;
	font-size: 80%;
}
