﻿@charset "utf-8";
/* CSS Document */



body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	line-height: 1.3em;
	font-size: 75%;
	margin: 0;
	padding: 0;
}

* {
	margin: 0;
	padding: 0;
}

img {
	vertical-align: bottom;
	border: none;
}

ul,ol {list-style: none;}
em,address {font-style: normal;}
.clear {clear: both;}
.left {float: left;}
.right {float: right;}
.bold {font-weight: bold;}
.normal {font-weight: normal;}
.align_r {text-align: right;}
.center {text-align: center;}
.underline {text-decoration: underline;}

.text110 { font-size: 110%; }
.text115 { font-size: 115%; }
.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }

.Nomargin {
	margin:0px !important;
	padding:0px !important;
}

a {
	color: #333;
	text-decoration: none;
word-break:break-all;
}

a:hover {text-decoration: underline;}

.wrapper {zoom: 1;}
.wrapper:after {
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
}


/*==== 大枠設定 ====*/

#outline1 {
	padding: 0 30px;
	margin: 0;
}

#outline2 {
	width: 100%;
	max-width: 1100px;
	min-width: 800px;
	margin: 0 auto;
	border: 1px solid #cdcdcd;
}

.main {
	width: 100%;
	float: right;
	margin: 5px 0px 0px -250px;
	zoom: 1;
}

.main:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#contents {
	width: 100%;
	float: right;
	margin-left: -250px;
}

#container {
	position: relative;
	margin: 0 15px 0 250px;
}

#left_col {
	float: left;
	width: 220px;
	margin-left: 15px;
	_margin-left: 7px;
}


/*==== ヘッダー ====*/

#header {
	zoom: 1;
}
#header:after {
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
}

/*== ロゴ ==*/

#header #logo {
	margin: 12px 0 12px 10px;
	float: left;
}

/*== ヘッダーメニュー ==*/

#header .right {
	text-align: right;
	margin-bottom: 10px;
}

#header .right .navi {
	margin: 8px 10px 10px;
}

#header .right .navi li {
	display: inline;
}

/*== 検索 ==*/

#header .right .btn {
	color: #fff;
	background: #c9242b;
	border: none;
	margin-right: 10px;
	width: 40px;
}

#header .right form p {
/* position: absolute; */
position: relative;
left: -10000px;
}


/*==== フッター ====*/

#footer {
	clear: both;
	background: #c9242b;
	color: #fff;
	padding: 6px 5px;
}

#footer .wrapper {
}

#footer .left {
	width: 65%;
	padding: 0;
}
#footer .right {
	width: 35%;
}

#footer .right {
	text-align: right;
	padding: 0;
}


#footer a {
	color: #fff;
}

#footer li {
	display: inline;
}

#footer .left p {
}
#footer .right p {
	font-size:80%;
}

/*==== コンテンツエリア詳細 ====*/


/*== リスト ==*/


.list1,
.list2,
.list3,
.list4,
.list6,
.list7,
.list8,
.list9 {
	margin: 12px;
}

.list1 li,
.list2 li,
.list3 li,
.list4 li,
.list6 li,
.list7 li,
.list8 li,
.list9 li {
	margin-bottom: 3px;
}

.list1 li {
	background: url(/img/common/arrow1.gif) no-repeat 0 3px;
	padding-left: 16px;
}
.list2 li {
	background: url(/img/common/arrow2.gif) no-repeat 0 3px;
	padding-left: 10px;
}
.list3 li {
	background: url(/img/common/arrow5.gif) no-repeat 0 3px;
	padding-left: 10px;
}

.list4 li {
	display: inline;
	background: url(/img/common/arrow2.gif) no-repeat 0 3px;
	padding-left: 10px;
	margin-right: 10px;
}

.list5 li {
	background: url(/img/common/arrow2.gif) no-repeat 0 3px;
	padding-left: 10px;
	margin-bottom: 12px;
}

.list6 li {
	background: url(/img/common/arrow2.gif) no-repeat 0 3px;
	padding-left: 10px;
	font-weight: bold;
	margin-bottom: 5px;
}

.list6 li a {
	font-weight: normal;
}


.list8 li {
	text-indent: -14px;
	padding-left: 18px;
}

.list9 li {
	text-indent: -7px;
	padding-left: 10px;
}

.listD { list-style-type: disc !important; }
.listC { list-style-type: circle !important; }
.listS { list-style-type: square !important; }
.listDe {list-style-type: decimal !important; }
.mLeftS { margin-left: 10px; }
.mLeftM { margin-left: 20px; }
.mLeftL { margin-left: 30px; }
.mLeftLL { margin-left: 50px; }
.mLeft135 { margin-left: 135px; }
.mLeft260 { margin-left: 260px; }

.noListimg {
	background-image:none !important;
	padding-left:0 !important;
}

/*== テーブル ==*/

.table1,
.table2 {
	border-left: 1px solid #e8e0bc;
	border-top: 1px solid #e8e0bc;
	margin: 15px;
	font-size: 100%;
}

.no .table1,
.no .table2 {margin-top: 0px;}
.honbun .no p {margin: 12px 15px 0px;}

.table1 th,
.table2 th {
	background: #f7f3e7;
}

.table1 td,
.table1 th,
.table2 td,
.table2 th {
	border-right: 1px solid #e8e0bc;
	border-bottom: 1px solid #e8e0bc;
	padding: 5px 10px;
}

.table2 th {
	text-align: left;
}

.table3 {
	border-left: 1px solid #e0a389;
	border-top: 1px solid #e0a389;
	margin: 15px;
	font-size: 100%;
	}

.table3 th {
	background: #ffe9d9;
}
.table3 td,
.table3 th {
	border-right: 1px solid #e0a389;
	border-bottom: 1px solid #e0a389;
	padding: 5px 10px;
}

.w5 {width: 5%;}
.w10 {width: 10%;}
.w15 {width: 15%;}
.w20 {width: 20%;}
.w25 {width: 25%;}
.w30 {width: 30%;}
.w40 {width: 40%;}
.w50 {width: 50%;}
.w60 {width: 60%;}
.w70 {width: 70%;}
.w80 {width: 80%;}
.w90 {width: 90%;}
.w100 {width: 100%;}

.w100 .table1,
.w100 .table2,
.w100 .table3 {width: 100%;margin: 15px 0;}

 caption,
.table2 caption {
	text-align: left;
}

.w790 {margin-left:15px;}
.w790 table {width:100%; margin:0;}

.bbd {border-bottom:double #e8e0bc !important;}
.btn {border-top:none !important;}
.bbn {border-bottom:none !important;}
.brn {border-right:none !important;}
.bln {border-left:none !important;}
.bts {border-top:1px solid #e8e0bc !important;}
.bbs {border-bottom:double #e8e0bc !important;}
.bls {border-left:1px solid #e8e0bc !important;}

/*== 定義リスト ==*/

.dl1 dt {
	font-weight: bold;
	margin-bottom: 12px;
}


.dl1 dd {
	margin-bottom: 12px;
}

.dl2 dt {
	border-left: 3px solid #c9242b;
	padding: 3px 3px 3px 12px;
	font-size: 100%;
	margin-bottom: 15px;
}


.dl3 dt {
	font-weight: bold;
	margin-bottom: 12px;
}

.dl3 dt img {
	vertical-align: middle;
	margin-right: 7px;
}

.dl3 dd {
	margin-bottom: 12px;
}

.dl4 {margin: 12px;}
.dl4 dt {
	font-weight: bold;
}
.dl4 dd {
	margin: 12px;
}

.dl5 {
	margin: 15px 12px;
}

.dl5 dt {
	font-weight: bold;
	font-size: 115%;
	margin-bottom: 5px;
}
.dl5 dt span {
	margin-right: 10px;
	color: #c9242b;
}

.dl5 dd {
	margin-bottom: 20px;
}

.dl5 dd span {
	margin-right: 10px;
	color: #2c7027;
	font-weight: bold;
	font-size: 115%;
}

.dl6 {margin: 15px 12px;}
.dl6 dt {
	background: url(/img/common/arrow2.gif) no-repeat 0px 3px;
	padding-left: 12px;
	margin-bottom: 12px;
	font-weight: bold;
}
.dl6 dd {
	margin: 0 0 12px 22px;
}

/*== ボックス ==*/

.border {
	border: 1px solid #cdcdcd;
	padding: 5px;
}

.box2 {
	background: #f7f4e7;
	padding: 15px 15px 5px;
	margin: 20px 12px;
}

.box2 ul, .box2 ol {
	margin: 12px;
	line-height: 1.5em;
}

#last .box2 .title {
	border-bottom: 1px solid #c9242b;
	padding: 5px;
	font-size: 115%;
	font-weight: bold;
	margin: 0;
}

.box3 {
	background: #f7f4e7;
	padding: 15px;
	margin: 20px 12px;
}

.box4 {
	background: #f7f4e7;
	padding: 10px 15px;
	margin: 20px 12px;
}

.box5 {
	margin: 30px 0;
	text-align: center;
}

/*== adobe reader ==*/

#contents .reader {
	margin: 30px 15px 15px;
}

#contents .reader p {
	margin:0 0 5px 0;
}

#contents .reader img {
	margin: 0 10px 0 0;
	vertical-align: middle;
}

/*== 音声ブラウザ ==*/

img.jump_menu {
	position:absolute;
	bottom:0px;
	right:0px;
	width: 0px;
}
