@charset "UTF-8";
/* CSS Document */

/* リセットスタイル */
*{
	margin: 0;
	padding: 0;
	border: none;
	font-size: 100%;
	font-style: normal;
	text-decoration: none;
	line-height: 1;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}

/* ここまで */

/* clearfix */
.clearfix:after {
   content: " ";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}

/* ボディ */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-image: url(images/bk_body.jpg);
	background-repeat: repeat;
	-webkit-text-size-adjust: 100%;
}

/* コンテナ */
#container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}

/* 右のメインカラム */
#main {
	width: 740px;
	float: right;
	display: inline;
	margin-bottom: 30px;
}
#main h1 {
        background-image: url("images/header.jpg");
        width: 740px;
        height: 25px;
	margin-top: 0px;
}
#main h1 {
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 130%;
	font-weight: bold;
        color: #000000;
	text-align: left;
        padding-top: 10px;
}
#main #tabs h2 {
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 110%;
	font-weight: bold;
        color: #000000;
	text-align: left;
        padding-top: 7px;
        padding-bottom: 1px;
}
#main #tabs table {
	margin-top: 10px;
	margin-bottom: 20px;
}
#main #tabs table a {
	color: #0000ff;
}
#main #tabs table th {
	color: #666;
	vertical-align: middle;
	padding-bottom: 5px;
	width: 140px;
	text-align: center;
	padding-left: 10px;
}
#main #tabs table td {
	color: #666;
	vertical-align: top;
	text-align: left;
	padding-left: 15px;
}
#main #tabs table p{
        background-image: url("images/spacer1.gif");
	font-size: 80%;
	line-height: 150%;
}

#main #tabs a {
	color: #0000ff;
}

.u {
text-decoration: underline;
}
.b {
font-weight: bold;
}
.w {
font-weight: bold;
font-size: 14px;
font-family: "Times New Roman";
letter-spacing: 1px;
color: #b22222;
}

.u {
text-decoration: underline;
}

.e {
font-weight: bold;
color: #009900;
}

.i {
font-family: "Arial";
font-style: italic;
font-weight: bold;
}

.s {
font-weight: bold;
font-size: 14px;
font-family: "Times New Roman";
letter-spacing: 1px;
color: #000066;
}

/* ここまで */

/* 上の左サイドカラム */
#side {
	float: left;
	width: 220px;
	display: inline;
	margin-bottom: 30px;
}
#side #menu_main {
	width: 220px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin-bottom: 10px;
}
#side #menu_main ul {
	margin: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#side #menu_main ul li {
	background-image: url(images/brt_arrow_green.jpg);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
#side #menu_main ul li a {
	font-size: 100%;
	height: 23px;
	width: 180px;
	display: block;
	color: #FFF;
	padding-top: 7px;
	padding-left: 17px;
}
#side #menu_main ul li a:hover {
	color: #0000ff;
}
/* ここまで */


/* 下の左サイドカラム */
#side #box_le {
	padding: 0px;
	float: left;
	width: 220px;
	display: inline;
	background-color: #FFF;
}
#side #box_le h3 {
	margin-bottom: 10px;
}
#side #box_le h4 {
        background-image: url("images/title_right01.jpg");
        width: 220px;
        height: 20px;
	margin-top: 0px;
}
#side #box_le h4 {
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	color: #0000ff;
        color: #FFF;
	text-align: left;
        padding-top: 7px;
        padding-bottom: 1px;
}
#side #box_le ul {
	list-style-image: url(images/brt_arrow_glay.jpg);
	list-style-position: inside;
	margin-left: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#side #box_le ul li a{
	font-size: 80%;
	line-height: 150%;
	color: #0000ff;
}

#side #box_left {
	background-color: #FFF;
	padding: 10px;
}
#side #box_left h3 {
	margin-bottom: 10px;
}
#side #box_left h4 {
	margin-bottom: 10px;
	margin-top: 1px;
}
#side #box_left ul {
	font-size: 80%;
	margin-left: 20px;
	margin-top: 10px;
}
#side #box_left ul li a {
	line-height: 150%;
	color: #0000ff;
}
#side #box_left ul li a:hover {
	color: #0000ff;
}
/* ここまで */

/* フッター */
#footer {
	clear: both;
	background-color: #1E1E1E;
	padding-top: 15px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
}
#footer #menu_btm {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#footer #menu_btm p{
	font-size: 80%;
	margin-bottom: 15px;
	text-align: center;
}
#footer #menu_btm a {
	color: #FFF;
}
#footer #menu_btm a:hover {
	color: #FFF;
}
#footer #address {
	width: 400px;
	float: left;
	display: inline;
}
#footer #address address {
	color: #CCC;
	font-size: 80%;
	line-height: 130%;
	margin-top: 15px;
}
#footer #copyright {
	color: #FFF;
	font-size: 80%;
	float: right;
	width: 400px;
	display: inline;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
#footer #copyright p {
	color: #CCC;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
}
/* フッター */

/* スマートフォンサイトへ */
#gotosmart {
	height: 70px;
	width: 100%;
	margin-top: 10px;
	display: none;
	background-color: #EBE7DC;
}
#gotosmart p {
	text-align: center;
	font-size: 200%;
}
#gotosmart p a {
	color: #000000;
	height: 50px;
	width: 100%;
	display: block;
	padding-top: 20px;
}
