* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #FFFFFF;
	text-align: center;
	padding: 0;
}
img {
	display: block;
	border-style: none;
}
p {
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","Osaka";
	line-height: 1.5em;
	color : #232323;
}
em,strong,h1,h2,h3,dt {
	font-family: "Hiragino Kaku Gothic Std","ヒラギノ角ゴ Std","Osaka","ＭＳ Ｐゴシック";
	font-weight: bolder;
}
h1 {
	font-size: 18px;
	line-height: normal;
	margin: 0px;
	color : #000099;
}
h2 {
	font-size: 16px;
	line-height: normal;
	margin: 0px;
	color : #990000;
}
h3 {
	font-size: 14px;
	line-height: normal;
	margin: 0px;
	color : #232323;
}
hr{
	border-style: dashed;
	border-color: #232323;
}
a{
	text-decoration: none;
}
a:active {
	color: #0000FF;
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #990099;
}
a:hover {
	color: #CC0000;
}
.en {
	font-family: "Myriad Pro","Verdana","Arial", "Helvetica", "sans-serif";
	line-height: normal;
}

/*----------------------------------------------------
 wrapper style
----------------------------------------------------*/
div#wrapper {
	width: 782px;
	height: 700px;
	text-align: left;
	background-image: url(../images/background_image_01.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
	margin: 0px auto 0px auto;
	padding: 0px;
}
/*----------------------------------------------------
 header style
----------------------------------------------------*/
/*div#header {
	width: 245px;
	height: 45px;
	position: absolute;
	top: 24px;
	left: 55px;
	margin: 0px;
	padding: 0px;
}*/
div#header {
	width: 245px;
	height: 45px;
	position: absolute;
	top: 24px;
	left: 55px;
	margin: 0px;
	padding: 0px;
}

/*----------------------------------------------------
 navigation style
----------------------------------------------------*/
div#navigation {
	width: 550px;
	height: 95px;
	background-image: url(../images/background_image_03.jpg);
	background-repeat: no-repeat;
	text-align: right;
	position: absolute;
	top: 365px;
	left: 0px;
	margin: 0px;
	padding: 0px;
}
div#navigation ul {
	margin: 0px;
	padding: 0px;
}
div#navigation ul li {
	list-style: none;
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
}


/*----------------------------------------------------
 side style
----------------------------------------------------*/
div#side {
	width: 232px;
	height: 414px;
/*	background-image: url(../images/background_image_02.png);
	background-repeat: no-repeat;*/
	position: absolute;
	top: 337px;
	right: 0px;
	margin: 0px;
	padding: 0px;
}
div#sidephoto {
	width: 232px;
	height: 210px;
	background-image: url(../images/background_image_02.png);
	background-repeat: no-repeat;
	z-index: 1000;
	cursor: pointer;
}

/*----------------------------------------------------
 contents style
----------------------------------------------------*/
div#contents {
	width: 510px;
	color: #2E6528;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","Osaka";
	line-height: 1.8em;
	position: absolute;
	top: 460px;
	left: 30px;
	margin: 0px;
	padding: 0px;
}
div#contents h2 {
	margin: 0px 0px 10px 0px;
}

/*----------------------------------------------------
 news style
----------------------------------------------------*/
div#news {
	width: 511px;
	color: #638C0B;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","Osaka";
	line-height: 1.5em;
	position: absolute;
	top: 637px;
	left: 30px;
	margin: 0px;
	padding: 0px;
}

/*----------------------------------------------------
 footer style
----------------------------------------------------*/
div#footer {
	width: 750px;
	height: 98px;
	text-align: left;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	position: absolute;
	top: 774px;
	left: 31px;
}
#menu {
	margin: 10px 0px 0px 15px;
	padding: 0px;
}
#menu li {
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","Osaka";
	line-height: 1.5em;
	background-image: url(../images/icon_image_02.gif);
	background-repeat: no-repeat;
	background-position: 50% left;
	list-style: none;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px 5px 0px 14px;
}
#menu li a {
	color: #638C0B;
}
#menu li a:hover {
	color: #999999;
	text-decoration: underline;
}
#submenu {
	margin: 0px 0px 0px 15px;
	padding: 0px;
	clear: both;
}
#submenu li {
	font-size: 10px;
	font-family: "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","Osaka";
	line-height: 1.5em;
	background-image: url(../images/icon_image_03.gif);
	background-repeat: no-repeat;
	background-position: 50% left;
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px 5px 0px 10px;
}
#submenu li a {
	color: #638C0B;
}
#submenu li a:hover {
	color: #999999;
	text-decoration: underline;
}



