@charset "utf-8";

/* -----------------------------------------------

	Style Reset

----------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	font-size: 13px;
	*font-size: small;	/* for IE6/7 */ 
	*font: x-small;		/* for IE Quirks Mode */
	text-align: center;	/* for IE */
	letter-spacing: 0;	/* for IE */
}

h1, h2, h3, h4, h5, h6 {margin: 0; padding: 0; font-size: 100%; font-weight: normal;}
blockquote, ul, ol, dl {margin: 0; padding: 0; font-size: 100%; font-weight: normal;}
p, pre, li, dt, dd, address {margin: 0; padding: 0; font-size: 100%; font-weight: normal; font-style: normal;}
select, input, button, textarea {font-size: 100%; font: 99%;}
pre, code, kbd, samp, tt { *font-size: 108%; line-height: 100%; font-family: monospace;}
q, cite, em, strong, abbr, acronym {font-weight: normal; font-style: normal; border: 0;}
table {margin: 0; padding: 0; font-size: inherit; font: 100%;}
th, td {margin: 0; padding: 0; font-size: 100%; line-height: 1.7; font-weight: normal;}
li li, li p, li pre, li dt, li dd,
dd li, dd p, dd pre, dd dt, dd dd {font-size: 100%;}
th li, th p, th pre, th dt, th dd,
td li, td p, td pre, td dt, td dd {font-size: 100%;}
li th, li td, dd th, dd td {font-size: 100%;}
img {vertical-align: bottom; border: 0;}
br {letter-spacing: 0;}

/* Font Size Settings ------------------------- */

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
	color: #333;
}

p, pre, li, dt, dd, address {
	font-size: 100%;
	line-height: 1.5;
}

th, td {
	font-size: 100%;
	line-height: 1.5;
}

a, a:hover {
	color:#985832;	
}

/* -----------------------------------------------

	Layout

----------------------------------------------- */

div#contents:after,
div.section:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

div#contents,
div.section {
	_height: 1px;
	min-height: 1px;
	/* for Mac IE \*//*/
	height: auto;
	overflow: hidden;
	/* end */
}

/* -------------------------------------------- */

body {
	background: transparent url(images/common/footer_bg.gif) repeat-x scroll center bottom;
}

div#container {
	background: transparent url(images/common/header_bg.gif) repeat-x scroll center top;
}

div#header {
	width: 760px;
	height: 116px;
	margin: 0 auto;
	text-align: left;
}

h1 {
	padding: 12px 0 0 4px;
	float: left;
}

ul#mainMenu {
	padding: 50px 0 0;
	float: right;
	width: 520px;
	height: 35px;
}

ul#mainMenu li {
	float: left;
	width: 130px;
	height: 35px;
	list-style: none none outside;
}

ul#mainMenu li a {
	display: block;
	height: 35px;
	line-height: 35px;
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
	outline: none;
	background: transparent url(images/common/menu.gif) no-repeat scroll 0 0;
}

ul#mainMenu li.menu01 a {
	background-position: 0 0;
}

ul#mainMenu li.menu02 a {
	background-position: -130px 0;
}

ul#mainMenu li.menu03 a {
	background-position: -260px 0;
}

ul#mainMenu li.menu04 a {
	background-position: -390px 0;
}

h2 {
	margin: 0 auto 20px;
}

div#contents {
	width: 760px;
	margin: 0 auto;
	text-align: left;
}

div#main {
	float: left;
	width: 538px;
}

div.section {
	margin: 0 0 20px;
	padding: 0 0 5px;
}

div.section h3,
div.section h4,
div.section h5,
div.section p {
	margin: 0 0 10px;
}

div.section h4,
div.section h5,
div.section h6 {
	font-weight: bold;
}

div.columnL {
	float: left;
}

div.columnR {
	float: right;
}

div#sidebar {
	float: right;
	width: 212px;
}

div.side_box {
	margin: 0 0 15px;
	padding: 5px;
	border: 1px solid #fcb84b;
}

div.side_box h3 {
	margin: 0 0 5px;
}

div.side_box p {
	margin: 0 5px 5px;
}

div.side_box p.img {
	margin: 0;
}

p.button {
	text-align: right;
}

div#footer {
	width: 760px;
	margin: 0 auto;
	text-align: left;
}

address {
	margin: 0 auto;
	padding: 15px 0;
	width: 293px;
}

/* -----------------------------------------------

	top

----------------------------------------------- */

div#top_access div.columnL {
	width: 218px;
}

div#top_access div.columnR {
	width: 300px;
}

ul#footer_banners {
	padding: 20px 0;
	text-align: right;
	border-top: 1px solid #ffcc66;
}

ul#footer_banners li {
	margin: 0 0 0 10px;
	display: inline;
}

table.kaiin {
	margin: 0 0 5px;
	width: 538px;
	text-align: center;
}

table.kaiin th {
	font-size: 14px;
	background: #ffcc66;
	padding: 7px 5px;
	text-align: center;
}

table.kaiin td {
	padding: 3px 5px;
	border-bottom: 1px #ffcc66 solid;
	vertical-align: middle;
}

table.kaiin td strong {
	font-size: 16px;
	font-weight: normal;
}

table.kaiin td span {
	font-size: 10px;
	display: block;
}
