@charset "UTF-8";
@import url("base.css");
@import url("navigation.css");

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
/ Author: HOSOKAWA KAZUKI
/ Version: 1.0
/ Lastmodified: 2007-11-11
/+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++/*

/*StyleScheme+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
/
/  =01.Wrapper
/  =02.Header
/  =03.Navigation
/  =04.Contents
/  =05.Sidebar
/  =06.Footer
/
/+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
/  =01.Wrapper
/+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#wrapper {
	width: 820px;
	text-align: center;
	background-image: url(../images/background_image_01.gif);
	position: relative;
	margin: 0px auto 0px auto;
	padding: 0px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
/  =02.Header
/+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#header {
	width: 770px;
	_width: 818px;
	height: 98px;
	_height: 103px;
	text-align: right;
	background-image: url(../images/header.gif);
	margin: 0px auto 0px auto;
	padding: 5px 24px 0px 24px;
}
div#header h1 {
	position: absolute;
	top: 5px;
	left: 20px;
}
div#header h2 {
	font-size: 12px;
	color : #232323;
	font-family: "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","Osaka";
	line-height: 1.5em;
	font-weight: normal;
}
div#header ul#menu {
	position: absolute;
	top: 28px;
	right: 24px;
	margin: 0px;
	padding: 0px;
}
div#header ul#menu li {
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","Osaka";
	line-height: 2em;
	display: inline;
	margin: 0px;
	padding: 0px 0px 0px 20px;
}
div#header ul#menu li a {
	color: #9A8743;
}
div#header ul#menu li a:hover {
	text-decoration: underline;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
/  =03.Navigation
/+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
/  =04.Photo
/+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#photo {
	width: 770px;
	text-align: left;
	clear: both;
	margin: 0px auto 41px auto;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
/  =05.Contents
/+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#contents {
	width: 722px;
	_width: 820px;
	text-align: left;
	margin: 0px auto 0px auto;
	padding: 0px 49px 40px 49px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
/  =06.Footer
/+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#footer {
	width: 818px;
	height: 56px;
	_height: 76px;
	clear: both;
	text-align: center;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px auto 0px auto;
	padding: 20px 0px 0px 0px;
}
div#footer ul {
	margin: 0px;
	padding: 0px 0px 5px 0px;
}
div#footer ul li {
	font-size: 10px;
	font-family: "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","Osaka";
	line-height: 1.3em;
	display: inline;
	list-style: none;
	border-left: 1px solid #232323;
	margin: 0px;
	padding: 0px 10px 0px 10px;
}
div#footer ul li a {
	color: #232323;
}
div#footer ul li a:hover {
	text-decoration: underline;
}
div#footer ul li.rightbar {
	border-right: 1px solid #232323;
}
div#footer span {
	font-size: 10px;
	color: #232323;
	font-family: "Myriad Pro","Verdana","Arial", "Helvetica", "sans-serif";
	line-height: normal;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
/  style end
/+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

dt {
	font-family: "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","Osaka";
	font-weight: normal;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
/  style end
/+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
/  =00.Title style
/+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#title15 {
	width: 500px;
	height: 22px;
	text-indent: -5000px;
	background-image: url(../images/title_image_15.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0px 0px 14px 0px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
/  style end
/+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
/  =05.Inquiry style
/+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#inquiry {
	width: 720px;
	text-align: center;
	padding: 30px 0px 0px 0px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
/  style end
/+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

