﻿@charset "utf-8";

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, legend, input, textarea, p, blockquote, th, td {margin:0;padding:0;}
h1, h2, h3, h4, h5, h6 {font-size:100%;font-weight:bold;}
address, caption, cite, code, dfn, em, strong, th, var {font-style:normal;font-weight:normal;}
strong {font-style:normal;font-weight:bold;}
fieldset, form, input, label, legend, select, button, textarea {font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;padding:0;vertical-align:baseline;}
ul, ol {list-style:none;}
img {border:0;}
caption, th {text-align:left;}
table {border-collapse:collapse;border-spacing:0;}

html {overflow-y:scroll;}

body {
	color:#333;
	background:#fff/* url("../img/back.gif")*/;
	text-align:center;
}

body, th, td {
	font-size:10pt;
	font-style:normal;
	font-weight:normal;
	font-family:Arial;	/* 'Lucida Grande', Verdana, Arial, Sans-Serif, inherit */
	line-height:180%;
}

a {color:#33d;}
a:hover {
	filter:alpha(opacity=50);
	opacity:0.5;
}

h2 a, h2 a:hover {
	color:inherit;
	text-decoration:none;
}

a img:hover, .btn:hover {
	filter: alpha(opacity=80);
	opacity: 0.8;
}

ul li, ol li, ul ol, ol, ul {margin-left:20px;}
ul li {list-style:circle;}
ol li {list-style:decimal;}

p, ul, ol, dt {margin:5px 0;}

label {padding:5px;border:1px solid #fff;}
input[type="checkbox"] {margin-right:5px;}

label, input[type="text"], input[type="password"], textarea {margin:0 5px;}
input[type="text"], input[type="password"], textarea {border:1px solid #86a7d6;padding:5px;}
input[type="text"]:hover, input[type="password"]:hover, textarea:hover,
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {border:1px solid #86a7d6;background:#eff7ff;}
input[type="submit"]:hover {opacity:0.8;}
input[type="submit"] {
	color:#fff;
	font-weight:bold;
	background:#86a7d6;
	padding:5px 10px;
	border:none;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

table {width:100%;}
th, td {padding:5px 10px;border:3px solid #fff;}
th {background:#d1e8ff;}
td {background:#eff7ff;}

.block {display:block;}
.inline li {display:inline;}

.center {text-align:center;}
.left {text-align:left;}
.right {text-align:right;}

.important {color:#f33;}
.prominent {color:#f11;}
.err {color:#f33;}

div.dummy {clear:both;}
div.dummy span {display:none;}

/* ページャー */
.pager li {
	list-style:none;
	float:left;
	margin:0 20px 0 0;
}

/* 丸角 */
#contents h2, #sidebar h2, #copyright {
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

/********** レイアウト **********/

#back {
	width:1080px;
	margin:0 auto;
	background:#fff;
}

#wapper {
	padding:0 10px;
}

#header {}

#contents {
	width:750px;
	float:left;
}

#sidebar {
	width:300px;
	float:right;
	background:#efefff;
}

#footer {}

/********** 全体の囲い **********/

#wapper {
	text-align:left;
}

/********** ヘッダー **********/

#header {
}

h1 {
	background:#fff url("../img/logo.jpg") no-repeat;/* 1038 154 */
	height:160px;
	margin-left:10px;
/*	margin-bottom:10px;*/
}

#header h1 a {
	display:block;
	overflow:auto;
	color: transparent;
	font-size:1px;
	width:1038px;
	height:154px;
}

#cm {
	font-size:9pt;
	text-align:center;
	margin-bottom:10px;
	padding:8px;
	background:#ffffdb;
	border:1px solid #d0ac88;
}

#header_ad {
	text-align:center;
}

/********** コンテンツ / サイドバー **********/

#navi {
	margin:-5px 0 10px 0;
	padding:0 10px;
	border-left:5px solid #ff8c00;
}

h2 {
	font-size:11pt;
	color:#fff;
	padding:3px 10px;
	margin:0 -10px 10px -10px;
}

#contents h2 {background:#6994d2 url("../img/h2_bg.gif");}

#sidebar h2 {
	font-size:10pt;
	text-align:center;
	background:#c489ff url("../img/sidebar_h2_bg.gif");
}

#sidebar th {background:#c1c1ff;}
#sidebar td {background:#e0e0ff;}

#sidebar .ad {
	text-align:center;
}

#contents h3 {
	font-size:11pt;
	color:#345f9d;
}

.section {
	margin:0 10px 10px 10px;
}

.box {
	padding:8px;
}

.r {
	background:#fff0ff;
	border:1px solid #ff8eff;
}

.g {
	background:#efffef;
	border:1px solid #6a6;
}

.b {
	background:#eff0ff;
	border:1px solid #86a7d6;
}

.entry_btn {
	text-align:center;
}

.entry_btn a {
	color: transparent;
	background:#fff url("../img/entry_btn3.jpg") no-repeat;/* 250 100 */
	display:inline-block;
	overflow:auto;
	font-size:1px;
	width:250px;
	height:100px;
}

/********** フッター **********/

#footer {

}

.ad {text-align:center;}

#copyright {
	text-align:center;
	color:#fff;
	font-weight:bold;
	padding:2px;
	margin-bottom:10px;
	background:#58b445 url("../img/footer_bg.gif");
}

#copyright a, #copyright a:hover {color:inherit;text-decoration:none;}
