@charset "utf-8";
/*___________ 基本設定 ___________ */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
	background: url(../img-layout/bg_body.jpg) repeat-y center top;
	color: #444444;
	background-color: #f7f7ef;
}
section, article, header, footer, nav, aside, hgroup { display: block; }
#WRAP {
	width: 760px;
	margin: 0 auto;
	padding: 0;
	color: #555555;
	background-color: #ffffff;
}
#WRAP:after {
	display: block;
	clear: both;
	content: " ";
}
div {
	margin: 0;
	padding: 0;
	text-align: left;
}
p,pre {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 14px;
	line-height: 160%;
	margin: 2px 5px 8px 5px;
	padding: 5px;
}
ol, ul {
	margin: 0;
	padding: 0;
}
li {
	margin: 0;
	list-style-type: none;
}
/* ____ リンクテキスト ____ */
a {
	color: #0044cc;
	text-decoration: underline;
}
a:visited {
	color: #0044cc;
	text-decoration: underline;
}
a:hover,
a:active, 		/* for IE (Keyboard) */
a:focus {		/* for Netscape (Keyboard) */
	color: #cc0000;
	text-decoration: none;
}
a.opacity:hover {
	zoom: 1;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
p.link2 {
	margin: 10px 0 10px 10px;
	padding: 0;
	font-weight: bold;
}

p.link2 a {
	margin: 0;
	padding: 3px 0 0 22px;
	background: url(../img-layout/check5.gif) no-repeat left center;
	font-size: 14px;
}
/* ____ テキストカラー ____ */
.red {
	color: #cc0000;
}
.blue {
	color: #0044cc;
}
.green {
	color: #008000;
}
.orange {
	color: #ff9900;
}
.gray {
	color: #999999;
}
.white {
	color: #ffffff;
}
.marker {
	background-color: #fffff4;
	border: 1px solid #cccc00;
	margin: 10px;
	padding: 10px;
}
/*___________ レイアウト設計 ___________ */
/*___________ 【HEADER】 ___________ */
header h1 {
	font-size: 12px;
	color:  #ffffff;
	background-color: #411c02;
	font-weight: normal;
	margin: 0;
	padding: 2px 0 2px 10px;
}
header p {
	position: absolute;
	left: -9998px;
}
header #TOP {
	width: 760px;
	height: 60px;
	background: url(../img-layout/bg_top.jpg) no-repeat;
}
nav#MENU-TOP {
	width: 760px;
	height: 230px;
	float: left;
	background: url(../img-layout/main_img.jpg) no-repeat bottom;
}
nav#MENU {
	width: 760px;
	height: 30px;
	float: left;
}
nav#MENU-TOP .menu {
	float: left;
	margin: 0;
	padding: 0;
	background: url(../img-layout/menu0.jpg) repeat-x left center #f6f6f6;
	clear: both;
}
nav#MENU .menu {
	float: left;
	margin: 0;
	padding: 0;
	background: url(../img-layout/menu0.jpg) repeat-x left center #f6f6f6;
	clear: both;
}
nav#MENU-TOP ul.menu,nav#MENU ul.menu {
	height: 30px;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
nav#MENU-TOP .menu li,nav#MENU .menu li {
	margin: 0;
	padding: 0;
	float: left;
}
nav#MENU-TOP .menu li.top a,nav#MENU .menu li.top a{
	width: 119px;
	_width: 119px;
	height: 30px;
	color: #4a3a2a;
	display: block;
	text-decoration: none;
	float: left;
	line-height: 30px;
	font-size: 13px;
	font-weight: bold;
}
nav#MENU-TOP .menu li a,nav#MENU .menu li a{
	width: 128px;
	_width: 128px;
	height: 30px;
	color: #4a3a2a;
	display: block;
	text-decoration: none;
	float: left;
	line-height: 30px;
	font-size: 13px;
	font-weight: bold;
}
nav#MENU-TOP .menu li a:hover,nav#MENU .menu li a:hover{
	color: #ffffff;
}
nav#MENU-TOP .menu a,nav#MENU .menu a{ background:url(../img-layout/menu0.jpg) no-repeat left center ;}
nav#MENU-TOP .menu a:hover,nav#MENU .menu a:hover{ background:url(../img-layout/menu0_o.jpg) no-repeat left center ;}


/*___________ 【CONTENTS】基本設計 ___________ */
section#CONTENT {
	margin: 0 0 20px 0;
	padding: 12px 12px 0 0;
	width: 540px;
	float: right;
}
.pan {
	margin: 0 0 10px 0;
	padding: 5px;
	width: 530px;
	font-size: 11px;
	color: #666666;
	background-color: #f2f2f2;
}
section#CONTENT h1 {
	font-size: 18px;
	color: #663300;
	background: url(../img-layout/bg_h2.jpg) no-repeat;
	background-color: #e8e8e8;
	margin: 0;
	padding: 5px 0 6px 30px;
}
section#CONTENT h2 {
	font-size: 16px;
	color: #663300;
	background-color: #fef6e3;
	margin: 25px 5px 0 5px;
	padding: 7px 0 5px 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #5f3306;
}
section#CONTENT h3 {
	font-size: 14px;
	color: #663300;
	background-color: #effcfd;
	margin: 25px 6px 0 6px;
	padding: 6px 0 4px 10px;
}
section#CONTENT h4 {
	font-size: 14px;
	color: #663300;
	background-color: #effcfd;
	margin: 25px 6px 0 6px;
	padding: 6px 0 4px 10px;
}
.waku {
	margin: 1px 0 20px 0;
	padding: 10px;
	text-align: center;
	border: 1px solid #cccccc;
}
.pagetop {
	text-align: right;
	font-size: 11px;
	margin-top: 40px;
}
#MAG2 {
	border: 1px solid #999999;
	background: url(../img-layout/bg_mag2.jpg) no-repeat center top;
	padding-top: 60px;
	margin: 10px 5px 5px 5px;
}
#MAG2 form {
	margin: 10px;
	font-size: 12px;
}

.voice {
	margin: 0;
	*margin: 0 5px;
	_margin: 0 5px;
	padding: 5px 0 1px 0;
}

.voice .block {
	clear: both;
	overflow: hidden;
	margin: 0 5px 1.1em 6px;
	padding: 5px;
	_height: 100px;
	border-top: 3px solid #ddd;
	border-bottom: 3px solid #ddd;
	color: #444;
}

.voice .block .left{
	float: left;
	display: inline;
	margin: 0 10px 3px 0;
	padding: 2px;
	border: none;
}

.voice .block p{
	margin: 0;
	padding: 10px;
	font-size: 12px;
}

.voice .block a{
	font-size: 11px;
	font-weight: normal;
}

.voice .block .q_right {
	float:right;
	display: inline;
	margin: 5px 10px 0 0;
	padding: 2px;
	border: 1px solid #eae8df;
	font-size: 11px;
}

p.rank {
	margin: 0;
	padding: 3px 0 0 8px;
	font-size: 12px;
	font-weight: bold;
}

table.ranking {
	margin: 1px auto 20px auto;
	width: 530px;
	_width: 525px;
	border-collapse: collapse;
	border:solid 1px #cccccc;
	line-height: 150%;
	font-size: 12px;
}

table.ranking td {
	border: solid 1px #cccccc;
	padding: 4px;
	text-align: center;
}

table.ranking td.migi {
	padding: 10px;
	text-align: left;
	vertical-align: top;
}

ul.check2 {
	margin: 5px 0 10px 0;
	padding: 0;
	text-align: left;
}

ul.check2 li.good {
	list-style-type: none;
	margin: 0;
	padding: 5px 0px 5px 25px;
	font-size: 13px;
	background: url(../img-layout/check5.gif) no-repeat left center;
	border-bottom: 1px dotted #cccccc;
}

ul.check2 li {
	list-style-type: none;
	margin: 0;
	padding: 5px 0px 5px 25px;
	font-size: 13px;
	background: url(../img-layout/ya4.gif) no-repeat 3px center;
	border-bottom: 1px dotted #cccccc;
}

.btn{
	margin: 5px 0 0 0;
	padding: 5px 10px 3px 0;
	text-align: right;
	background-color: #f5f5f5;
}

.btn a {
	font-size: 12px;
	font-weight: bold;
}


/*___________ 【CONTENTS】表設計 ___________ */
table {
	font-size: 12px;
	background-color: #cccccc;
	margin: 10px auto 10px auto;
	padding: 0;
}
tr,th,td {
	padding: 8px;
}
th {
	color: #ffffff;
	background-color: #999999;
	font-weight: normal;
}
td {
	background-color: #ffffff;
	text-align: left;
}
/*___________ 【SIDE】 ___________ */
aside {
	margin: 0;
	padding: 12px 0 0 12px;
	width: 180px;
	float: left;
}
aside h1 {
	font-size: 12px;
	color: #ffffff;
	line-height: 30px;
	text-align: center;
	background: url(../img-layout/side-h.jpg) no-repeat;
	margin: 0;
	padding: 0;
}
aside h2 {
	font-size: 12px;
	color: #ffffff;
	line-height: 30px;
	text-align: center;
	background: url(../img-layout/side-h.jpg) no-repeat;
	margin: 0;
	padding: 0;
}
aside h3 {
	font-size: 12px;
	color: #ffffff;
	line-height: 30px;
	text-align: center;
	background: url(../img-layout/side-h.jpg) no-repeat;
	margin: 0;
	padding: 0;
}
aside h4 {
	font-size: 12px;
	color: #ffffff;
	line-height: 30px;
	text-align: center;
	background: url(../img-layout/side-h.jpg) no-repeat;
	margin: 0;
	padding: 0;
}
aside .side {
	background: url(../img-layout/side-f.jpg) no-repeat center bottom;
	margin: 0 0 10px 0;
	padding: 8px 8px 10px 8px;
}
aside .side p {
	font-size: 12px;
	margin: 0;
	padding: 0 10px 8px 4px;
}
aside .side ul {
	font-size: 12px;
	margin: 0;
	padding: 0 0 4px 0;
}
aside .cat01 li {
	margin: 0;
	padding: 3px 0 3px 0;
}
aside .cat01 li a {
	color: #0044cc;
	text-decoration: none;
	display: block;
	padding: 2px 0 0 20px;
	background: url(../img-layout/li_arrow01.gif) no-repeat 2px center;
}
aside .cat01 li a:hover,
aside .cat01 li a:active, 		/* for IE (Keyboard) */
aside .cat01 li a:focus {		/* for Netscape (Keyboard) */
	color: #0044cc;
	background-color: #ffdba9;
	margin: 0;
	background-position: 4px center;
}
aside .cat01 .sub a {
	font-size: 11px;
	padding: 3px 0 0 28px;
	background: url(../img-layout/li_arrow02.gif) no-repeat 2px center;
}
/*___________ 【FOOTER】 ___________ */
footer {
	clear: both;
	margin: 0 auto 0 auto;
	padding: 15px 0 0 0;
	width: 760px;
	_display: inline;
}
footer div#totop {
	margin: 0;
	padding: 10px 20px 0 0;
	height: 24px;
	*height: 9px;
	float: right;
}
footer div#copyright {
	clear: both;
	margin: 0;
	padding: 15px 0 5px 0;
	*padding: 5px 0 5px 0;
	_padding: 5px 0 5px 0;
	color: #ffffff;
	background-color: #411c02;
	text-align: center;
	font-size: 12px;
	line-height: 140%;
}
footer div#copyright p.link {
	margin: 0;
	padding: 1px;
}
footer div#copyright p.link a{
	color: #a79028;
	text-decoration: none;
}
footer div#copyright p.link a:hover{
	color: #ffffff;
	text-decoration: underline;
}
footer div#copyright a {
	color: #ffffff;
	text-decoration: none;
}
footer div#copyright a:hover,
footer div#copyright a:active, 		/* for IE (Keyboard) */
footer div#copyright a:focus {		/* for Netscape (Keyboard) */
	color: #ffffff;
	text-decoration: none;
}
/*___________ 固定設定 ___________ */
/* ____ フロートボックス解除用。htmlでは<br class="clear" />で使用 ____ */
.clear {
	clear: both;
}
/* ____ テキスト設定 ____ */
em {
	font-style: normal;
	font-weight: bold;
}
.b {
	font-weight: bold;
}
.s {
	text-decoration: line-through;
}
.u {
	text-decoration: underline;
}
.line {
	margin: 15px 0;
	padding: 0 2px;
	line-height: 15px;
	background: url(../img-layout/line.jpg) repeat 0px 0px;
}
.f11 {
	font-size: 11px;
	line-height: 130%;
}
.f12 {
	font-size: 12px;
	line-height: 140%;
}
.f14 {
	font-size: 14px;
	line-height: 140%;
}
.f16 {
	font-size: 16px;
	line-height: 140%;
}
.f18 {
	font-size: 18px;
	line-height: 140%;
}
.f24 {
	font-size: 24px;
	line-height: 140%;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
/* ____ 余白設定 ____ */
.ma20 {
	margin: 20px;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt40 {
	margin-top: 40px;
}
.mt80 {
	margin-top: 80px;
}
.ml20 {
	margin-left: 20px;
}
.mb10 {
	margin-bottom: 10px;
}
/* ____ 画像設定 ____ */
img {
	border: 0;
}
.img_left {
	float: left;
	margin-right: 10px;
}
.img_right {
	float: right;
	margin-left: 10px;
}
.img-m {
	vertical-align: middle;
}
