@charset "utf-8";
/* CSS Document check */
/* 全体、大枠の設定 */
h1, h2, h3, h4, p, ul, li, ol, blockquote, form, img, table, dl, dt, dd {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	list-style-type: none;
	border-style: none;
	line-height: 16px;
}
body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background: #ffce6c url(../images/background.gif) repeat-x top;
	color: #484848;
}
p {
	margin: 0px;
	padding: 0px;
}
.hide {
	visibility: hidden;
}
.bold {
	font-weight: bold;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
#wrapper {
	background-color: #FFFFFF;
	width: 783px;
	margin-right: auto;
	margin-left: auto;
	border-right: 1px solid #989898;
	border-left: 1px solid #989898;
}
.bothclear {
	clear: both;
}
.pagetop {
	text-align: right;
	clear: both;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
}
.pagetop a {
	color: #666666;
	text-decoration: none;
}
.pagetop a:hover {
	text-decoration: underline;
}
/* ヘッダー */
#upper {
	background: url(../images/upper_back.gif) repeat-x top;
	height: 32px;
}
#uppernavi {
	float: right;
	color: #999999;
	width: 380px;
}
#uppernavi li{
	float: left;
	padding: 8px 2px 5px;
}
#uppernavi li a {
	text-decoration: none;
	color: #3992ff;
}
#uppernavi li a:hover {
	text-decoration: underline;
}
.description {
	font-size: 14px;
	color: #4D4D4D;
	line-height: 32px;
	text-indent: 10px;
	vertical-align: middle;
	float: left;
}
/* ヘッダー（アイキャッチ） */
#header {
	clear: left;
	text-align: center;
}
/* ナビゲーション */
#navi {
	margin: 0px;
	height: 60px;
	border-bottom: 1px solid #999999;
}
#navi li {
	float: left;
	list-style: none;
	margin-right: 3px;
}
#navi .last{
	margin-right: 0px;
}
/* パンくずリスト */
#topic_path {
	clear: left;
	height: 23px;
	border-bottom: 1px solid #999999;
	line-height: 23px;
	vertical-align: middle;
	text-indent: 10px;
}
#topic_path a{
	color: #666666;
	text-decoration: none;
}
#topic_path a:hover {
	text-decoration: underline;
}
/* メイン */
#main {
	float: right;
	margin-right: 20px;
	margin-top: 2px;
	width: 570px;
}
#main h1{
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	color: #FFFFFF;
	background: #6AADFF;
	text-indent: 10px;
	margin-bottom: 10px;
	clear: both;
}
#main h2{
	font-size: 14px;
	font-weight: bold;
	color: #2F5E8C;
	margin-bottom: 8px;
}
#main h3{
	font-weight: bold;
	margin-bottom: 5px;
}
#main h4{
	font-weight: bold;
	margin-bottom: 5px;
}
/* エントリー項目 */
#entry {
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #CCCCCC;
}
#kakomi {
	background: #E0EEEE;
	padding: 5px 10px;
	margin-top: 3px;
	margin-bottom: 3px;
}
#entry img {
	margin: 5px;
}
#entry dl {
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#entry dd {
	margin-left: 15px;
}
#entry ul {
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#entry ul li {
	margin-left: 10px;
	list-style: disc;
}
#entry ol {
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#entry ol li {
	margin-left: 10px;
	list-style: decimal;
}
/* ページめくり */
#flip_box {
	margin-bottom: 5px;
}
ul .flip {
	float: left;
	color: #CCCCCC;
}
ul .flip a {
	color: #666666;
	text-decoration: none;
}
ul .flip a:hover {
	text-decoration: underline;
}
/* フッターナビ */
#footnav {
	clear: both;
	text-align: center;
	color: #999999;
	padding: 12px 10px 10px;
}
#footnav a {
}
/* フッター */
#footer{
	color: #666666;
	clear: both;
	padding: 10px;
	border-top: 1px solid #999999;
}
#footerline{
	background: #00DF0A;
	height: 3px;
}

