@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
    font:13px "ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;
    *font-size:small;
    *font:x-small;
	line-height: 1.5;
	background-color: #fff21d;
	color: #333333;
}

table {
    font-size:inherit;
    font:100%;
}

.text10 { font-size:77%; }
.text11 { font-size:85%; }
.text12 { font-size:93%; }
.text13 { font-size:100%; }
.text14 { font-size:108%; }
.text15 { font-size:116%; }
.text16 { font-size:123.1%; }
.text17 { font-size:131%; }
.text18 { font-size:138.5%; }
.text19 { font-size:146.5%; }
.text20 { font-size:153.9%; }
.text21 { font-size:161.6%; }
.text22 { font-size:167%; }
.text23 { font-size:174%; }
.text24 { font-size:182%; }
.text25 { font-size:189%; }
.text26 { font-size:197%; }

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a img {
	border:0;
}

li {
	list-style:none;
}

.bold {
	font-weight:bold;
}

.tac {
	text-align:center;
}

container {
	width:1000px;
	margin:0 auto;
}

#contents_box {
	width:1000px;
	margin:0 auto;
}

.limage {
	float:left;
	width:235px;
	height:500px;
	padding-top:30px;
	margin-top:50px;
}

.rcontents {
	float:right;
	width:740px;
	/*height:530px;*/
	padding-left:25px;
	margin-top:50px;
}

.scroll_box {
	width:740px;
	/*height:500px;*/
	margin-top:6px;
	overflow-y:auto;
}

div#nav {
	clear:both;
	height:83px;
	margin-top:10px;
	width:100%;
	background:url(../img/nav_bg.gif) repeat-x;
}

div#nav ul {
	height:83px;
	width:924px;
	padding:0 42px 0 34px;
	margin:0 auto 0;
}

div#nav ul li {
	float:left;
	list-style:none;
	line-height:0;
}

div#footer {
	clear:both;
	text-align:center;
}