﻿@charset "UTF-8";

/* 基本スタイル
---------------------------------------------*/
div, p, span, a, input, select, textarea, form, ul, ol, li, dl, dt, dd, tr, td, table, h1, h2, h3, h4, h5, h6, body, tbody, br, hr, img, label, object, script {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

body {
	background: #eee;
	color: #666;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: small;
	*font-size: 13px; /*for IE6,IE7*/
	line-height: 1.4;
	text-align: center;
}
body#popup {
	background: #fff;
	text-align: left;
}
#wrapper {
	background: #fff url(../images/bg_btm.gif) bottom left no-repeat;
	margin: 0 auto 30px;
	padding: 0 0 17px;
	position: relative;
	text-align: left;
	width: 770px;
}
#contents {
	background: #fff url(../images/bg.gif) top left repeat-y;
	padding: 15px 23px 5px;
}
div, p, span, a, input, select, textarea, form, ul, ol, li, dl, dt, dd, tr, td, table {
	font-size: 100%;
	line-height: 1.4;
}
a {
	color: #006;
}
a:visited {
	color: #669;
}
a:hover {
	color: #33f;
}
img {
	border: none;
	vertical-align: bottom;
}
hr {
	display: none;
}
.clear {
	clear: both;
}
.hide {
	display: none;
}
.small {
	font-size: x-small;
	_font-size: xx-small;/*IE6*/
}
.slarge {
	font-size: medium;
	_font-size: small;/*IE6*/
}
.large {
	font-size: large;
	_font-size: medium;/*IE6*/
}
.right {
	text-align: right;
}
.fright {
	float: right;
}
.center {
	text-align: center;
}
.vmdl {
	vertical-align: middle !important;
}
p {
	padding: 0 0 20px;
}
.noborder {
	border: none !important;
}
.nowrap {
	white-space: nowrap;
}
.topics {
	font-size: medium;
	_font-size: medium;
        color:#000099;/*IE6*/
}
.subtopics {
	font-size: small;
	_font-size: medium;
        color:#000099;
        margin:15px;/*IE6*/
}



/* ヘッダ
---------------------------------------------*/
#head{
	margin-bottom: 12px;
}
#head p {
	font-size: 1px;
	padding: 0;
	position: absolute;
	top: 26px;
	left: 207px;
}

/* ナビゲーション
---------------------------------------------*/
#nav {
	background: #fff url(../images/nav_bg.gif) top left no-repeat;
	margin-bottom: 15px;
	position: relative;
	width: 724px;
}
#nav li {
	display: inline;
	list-style-type: none;
}
#nav .subnav {
	background: #e8e8f3;
	border: 2px solid #a5a5d3;
	position: absolute;
	top: 35px;
	left: 126px;
	width: 184px;
	_width: 188px;
	z-index: 100;
}
#nav .subnav li {
	border-bottom: 1px solid #a5a5d3;
	border-top: 1px solid #fff;
	display: block;
}
#nav .subnav li.subnavLast {
	border-bottom: none;
}
#nav .subnav a {
	display: block;
	padding: 6px;
	text-decoration: none;
	width: 172px;
	_width: 184px;
}
#nav .subnav a:hover {
	color: #33f !important;
	text-decoration: underline;
}
#nav .subnav a:visited {
	color: #006;
}
#nav .parent ul {
	left: -9999px;
}
#nav .parentOn ul {
	left: 126px;
}

/* フッタ
---------------------------------------------*/
#foot{
	background: #888 url(../images/foot_rbtm.gif) bottom left no-repeat;
	clear: both;
	margin: 20px 0 12px;
	width: 724px;
}
#foot ul{
	background: url(../images/foot_rtop.gif) top left no-repeat;
	padding-top: 13px;
	width: 724px;
}
#foot li{
	display: inline;
	font-size: 1px;
	line-height: 1;
	list-style-type: none;
	margin-left: 10px;
}
#foot li img{
	margin: 0 0 14px;
}
#copyRight {
	color: #888;
}

/* お知らせ機能用 */
.bs-black {
	color:#333333;
}

.bs-blue {
	 color:#2175BC;
}

.bs-cyan {
	 color:#4596E2;
}

.bs-orange {
	color:#FF9900;
}

.bs-pink {
	color:#FF6699;
}

.bs-red {
	color:#FF0000;
}

.bs-yellow {
	color:#FFCC00;
}

.bs-green {
	color:#66C000;
}

.bs-gray {
	color:#999999;
}

