@charset "utf-8";
/* CSS Document */

/* 全体の設定 */
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";
	color: #484848;
}
p {
	margin: 0px;
	padding: 0px;
}

.hide {
	visibility: hidden;
}
.bold {
	font-weight: bold;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.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;
}

/* 大枠 */
#wrapper {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF url(../images/background.gif) repeat-y;
}
#container {
	width: 740px;
	margin-left: 0px;
	border-right: 1px solid #989898;
	border-left: 1px solid #989898;
}
#under {
	background: url(../images/backunder.gif) no-repeat;
	height: 20px;
}


/* ヘッダー */

#upper {
	background: #FF423F;
	height: 10px;
}


/* ナビゲーション */

#navibar {
	background: #CC3333;
	height: 50px;
}
.navi {
	float: left;
	height: 48px;
	width: 145px;
	background: url(../images/naviback.gif);
	text-align: center;
	line-height: 50px;
	font-weight: bold;
	border-top: 1px solid #FFAC59;
	border-right: 1px solid #CC3300;
	border-bottom: 1px solid #CC3300;
	border-left: 1px solid #FFAC59;
	font-size: 14px;
}
.navi a {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
}
.navi a:hover {
	background: #B7C81A;
	display: block;
	height: 48px;
}
#navibar ul {
	margin-left: 3px;
}

/* パンくずリスト */

#topic_path {
	clear: left;
	height: 23px;
	line-height: 23px;
	vertical-align: middle;
	text-indent: 10px;
}
#topic_path a{
	color: #666666;
	text-decoration: none;
}
#topic_path a:hover {
	text-decoration: underline;
}


/* フッターナビ */

#footernavi {
	clear: both;
	background: #FF733F;
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;
}
#footernavi ul {
	padding-top: 6px;
	padding-left: 210px;
}
#footernavi li {
	float: left;
}
#footernavi a {
	color: #FFFFFF;
	text-decoration: none;
}

/* フッター */

#footer{
	color: #666666;
	clear: both;
	padding: 10px;
	border-top: 1px solid #999999;
	text-align: center;
}

