@charset "Shift_JIS";

/* common */

html {
	margin: 0;
	padding: 0;
	scrollbar-track-color: #6e6f71;
	scrollbar-face-color: #6e6f71;
	scrollbar-arrow-color: #ff9933;
	scrollbar-3dlight-color: #ff9933;
	scrollbar-darkshadow-color: #ff9933;
	scrollbar-highlight-color: #6e6f71;
	scrollbar-shadow-color: #6e6f71;
}

body {
	background: #888785;
	color: #000000;
	font-family: verdana,"‚l‚r ‚oƒSƒVƒbƒN",sans-serif,"ƒqƒ‰ƒMƒmŠpƒS Pro W6" ;
	font-size: 12px;
	line-height:16px;
	margin: 0px;
	padding: 0px;
}

body.main {
	background: url("../common/img/bg_iframe.jpg") no-repeat top left fixed;
	margin: 0px;
	padding: 0px;
}

body.home {
	background: url("../common/img/bg_iframe.jpg") no-repeat -135px 0px fixed;
	margin: 0px;
	padding: 0px;
}

th {
	font-size: 12px;
	line-height:16px;
}

td {
	font-size: 12px;
	line-height:16px;
	vertical-align: top;
}

div {
	font-size: 12px;
	line-height:16px;
}

a {
	color: #dd5f2c;
	text-decoration: none;
}

a:hover {
	color: #dd5f2c;
	text-decoration: underline;
}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	margin: 0px 0px 0px 15px;
	padding: 0px;
}

table.all {
	width: 760px;
}

td.all {
	vertical-align: top;
	text-align: left;
}

/* HEADER */

div.header {
	background: url("../common/img/bg_header.jpg") no-repeat top left;
	width: 760px;
	height: 80px;
}

table.menu {
	margin-top: 7px;
}

table.menu td {
	padding-left: 8px;
}

div.banner {
	text-align: right;
	margin: 5px 9px 0px 0px;
}

div.banner img {
	margin-left: 4px;
}

/* MAIN */

table.main {
}

td.main_l {
	background: url("../common/img/bg_left.jpg") no-repeat top left;
	width: 282px;
	height: 447px;
	vertical-align: bottom;
}

td.main {
	background: url("../common/img/bg_iframe.jpg") no-repeat top left;
	width: 470px;
	height: 447px;
}

td.main_r {
	background: url("../common/img/bg_right.jpg") no-repeat top left;
	width: 8px;
	height: 447px;
}

div.jk {
	margin: 0px 0px 40px 9px;
}

div.jk img {
	margin-right: 8px;
}

/* FOOTER */

table.footer {
	width: 760px;
	margin-top: 5px;
}

td.footer_copy {
	font-size: 10px;
	line-height: 14px;
	width: auto;
}

td.footer_logo_moshers {
	width: 105px;
}

td.footer_logo_smji {
	width: 97px;
}

/* end of stylesheet */

