* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #E9F5E0;
	background-image: url(../images/background_image_01.gif);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
img {
	display: block;
	border-style: none;
}
p {
	color : #232323;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","Osaka";
	line-height: 1.5em;
}
em,strong,h1,h2,h3,dt {
	font-family: "Hiragino Kaku Gothic Std","ヒラギノ角ゴ Std","Osaka","ＭＳ Ｐゴシック";
	font-weight: bolder;
}
h1 {
	font-size: 18px;
	color : #000099;
	line-height: normal;
	margin: 0px;
}
h2 {
	font-size: 16px;
	color : #990000;
	line-height: normal;
	margin: 0px;
}
h3 {
	font-size: 14px;
	color : #232323;
	line-height: normal;
	margin: 0px;
}
hr{
	border-style: dashed;
	border-color: #232323;
}
a{
	text-decoration: none;
}
a:active {
	color: #0000FF;
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}
a:hover {
	color: #CC0000;
}
.en {
	font-family: "Myriad Pro","Verdana","Arial", "Helvetica", "sans-serif";
	line-height: normal;
}

/*----------------------------------------------------
 wrapper style
----------------------------------------------------*/
div#wrapper {
	width: 740px;
	text-align: center;
	background-color: #FFFFFF;
	margin: 0px auto 0px auto;
	padding: 0px;
}

/*----------------------------------------------------
 header style
----------------------------------------------------*/
div#header {
	width: 740px;
	height: 134px;
	text-align: left;
	background-image: url(../images/header.gif);
	margin: 0px auto 0px auto;
	padding: 0px;
}
div#header h1 {
	width: 345px;
	height: 90px;
	margin: 0px;
	padding: 0px 0px 14px 0px;
}
a#home {
	float: left;
}
div#header ul {
	float: right;
	margin: 0px;
	padding: 0px;
}
div#header ul li {
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
}

/*----------------------------------------------------
 navigation style
----------------------------------------------------*/
div#navigation {
	width: 740px;
	height: px;
	margin: 0px;
	padding: 0px;
}
div#navigation ul {
	margin: 0px;
	padding: 0px;
}
div#navigation ul li {
	list-style: none;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}

/*----------------------------------------------------
 contents style
----------------------------------------------------*/
div#contents {
	width: 710px!important;
	width/**/: 740px;
	text-align: left;
	float: right;
	margin: 0px auto 0px auto;
	padding: 15px 15px 15px 15px;
}
div#contents_right {
	width: 340px;
	float: right;
	background-repeat: repeat-y;
}
div#contents_left {
	width: 340px;
	float: left;
	background-repeat: repeat-y;
}

/*----------------------------------------------------
 footer style
----------------------------------------------------*/
div#footer {
	width: 725px!important;
	width/**/: 740px;
	height: 70px!important;
	height/**/: 80px;	
	clear: both;
	text-align: left;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px;
	padding: 10px 0px 0px 15px;
}
div#footer span {
	width: 100%;
	color: #363636;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","Osaka";
	line-height: 1em;
	clear: both;
	float: left;
	display: block;
}
a#privacy {
	width: 115px;
	float: right;
	margin: 0px 10px 0px 0px;
}

#menu {
	float: left;
	margin: 0px;
	padding: 0px 0px 3px 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_arrow_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: #666666;
}
#menu li a:hover {
	color: #cc0000;
	text-decoration: underline;
}
#submenu {
	width: 400px;
	float: left;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
#submenu li {
	font-size: 10px;
	font-family: "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","Osaka";
	line-height: 1.5em;
	background-image: url(../images/icon_arrow_01.gif);
	background-repeat: no-repeat;
	background-position: 50% left;
	list-style: none;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px 5px 0px 10px;
}
#submenu li a {
	color: #666666;
}
#submenu li a:hover {
	color: #cc0000;
	text-decoration: underline;
}



/*----------------------------------------------------
 style end
----------------------------------------------------*/

