@charset "utf-8";
/* CSS Document */
* {
 font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ W3",Osaka;
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: small;
	color: #666;
	line-height: 1.4em;
}
body {
	text-align: justify;
	text-justify: inter-ideograph;
	background: url(../images/bg_body.gif) repeat-x 0px 0px;
}
a {
	/*\*/
	overflow: hidden;
	color: #295078;
	/**/
}
img {
	border: none;
}
.clear {
	clear: both;
}
table {
	border-collapse: collapse;
}
.txt-right {
	text-align: right;
}
.txt-center {
	text-align: center;
}
.txt-left {
	text-align: left;
}
.fright {
	float: right;
}
.fleft {
	float: left;
}
.mb-15 {
	margin-bottom: 15px;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
#container {
	width: 800px;
	margin: 0 auto;
	background: #FFF;
}

hr {
	height: 1px; /* 高さ */
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #89B8AF;
}
/*--------------------------------------------------ヘッダー*/
#container #header {
	height: 70px;
	background: url(../images/bg_header.gif) repeat-x 0px top;
	padding-top: 20px;
}
#container #header h1 {
	margin: 0 0 15px 8px;
	float: left;
}
#container #header #head_right {
	float: right;
	width: 400px;
	text-align: right;
	margin: 0 5px 0px 0;

}
#container #header #head_right p {
	margin-bottom: 10px;

}
#container #header #head_right input {
	margin-bottom: -5px;

}
/*--------------------------------------------------IEハック*/
*html #container #header #head_right input {
	margin-bottom: 0;
}
*html #container #header #head_right #searchbox {
	margin-top: -25px;
}
/*--------------------------------------------------IEハック*/
/*--------------------------------------------------Gナビ*/
#container #gnavi {
	clear: both;
	margin-bottom:10px;
}

/*--------------------------------------------------パンくず */
#pankuzu{
	clear:both;
	width:800px;
}

#pankuzu ul{
	margin:0px 0px 2px 0px;
	font-size:70%;
}

#pankuzu li{
	float:left;
}

#pankuzu li.blue{
	float:left;
	color:#71A9E1;
}

#pankuzu li a{
	text-decoration:none;
	color:#666;
}

#pankuzu li a:hover{
	text-decoration:underline;
}

/*--------------------------------------------------中ページ見出し*/

h2 {
	margin-top: 10px;
	margin-bottom: 18px;
}

#LeftBlock h3 {
	font-size: small;
	line-height: 20px;
	height: auto;
	width: 600px;
	color: #666;
	border-bottom-width: 1px;
	border-left-width: 6px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #666;
	border-left-color: #003366;
	padding-left: 7px;
	margin-bottom: 15px;
}

#LeftBlock h3 a{
	color: #FFFFFF;
	text-decoration: none;
}

#LeftBlock h4 {
	font-size: 0.9em;
	color: #666;
	margin-left: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
}
/*--------------------------------------------------中ページ文字*/
#LeftBlock .left_text {
	line-height: 1.5em;
	height: auto;
	width: 585px;
	margin-left: 15px;
}

#LeftBlock .left_kotira {
	margin-left: 30px;
	
}

#LeftBlock .left_kinkyu {
	margin-left: 10px;
	
}

#LeftBlock table{
	margin-left: 7px;
}

#LeftBlock .left_ryuui a {
	margin-left: 15px;
	font-weight: bold;
	color: #FF0000;
	width: 400px;
	line-height: 40px;
}
/*--------------------------------------------------中ページテーブル文字*/

#LeftBlock td{
	padding-left: 5px;
	padding-right: 4px;
}

/*--------------------------------------------------右バナー上隠し文字*/

#RightBlock li{
	color: #FFFFFF;
}
/*--------------------------------------------------フッター*/
#container #footer {
	clear: both;
	background: url(../images/bg_footer.gif) no-repeat 0px 0px;
	height: 124px;
	width: 800px;
}
#container #footer h3 {
	text-indent: -9999px;
	margin-bottom: 30px;
}
#container #footer li {
	float: left;
	margin-left: 20px;
}
#container #footer li, #container #footer strong, #container #footer a {
	color: #fff;
	font-size: x-small;
}

/*--------------------------------------------------追加修正分*/

#LeftBlock td.l{
	width:140px;
	padding:5px 7px 5px 10px;
	background:url(../../question/images/table_bar.gif) no-repeat left center;
	background-color:#f6fef6;
	border-bottom:1px solid #fff;
}

#LeftBlock td.r{
	padding:5px 7px 5px 10px;
	border-bottom:1px solid #fff;
}

#LeftBlock td{
	padding:5px 7px 5px 10px;
}

.sred{
	color:#c00;
	font-size:x-small;
}

#LeftBlock2{
	width:800px;
	font-size: small;
	color: #666;
}

#LeftBlock2 h3{
	line-height: 20px;
	width: 100%;
	border-bottom-width: 1px;
	border-left-width: 6px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #666;
	border-left-color: #003366;
	padding-left: 7px;
	margin-bottom: 15px;
}

#LeftBlock2 p{
	margin:5px 15px 15px 10px;
}

#LeftBlock2 table.tbl{
	width:780px;
	margin-bottom:30px;
	border-collapse:collapse;
	border:1px solid #333;
}

#LeftBlock2 table.tbl2{
	width:400px;
	margin-bottom:30px;
	border-collapse:collapse;
	border:1px solid #333;
}

#LeftBlock2 th,
#LeftBlock2 td.c{
	text-align:center;
	padding:5px;
	border:1px solid #333;
}

#LeftBlock2 td.l{
	padding:5px;
	border:1px solid #333;
}

.rinji{font-size:70%;}