@charset "UTF-8";

/* ==============================
1-1 Universal selector
=============================== */
* {
	margin:0;
	padding:0;
	border:none;
	font-size:100%;
	text-decoration:none;
	line-height:1.6;
	color: #282828;
	font-weight: normal;
	font-style: normal;
}

html{
	overflow:scroll;
	overflow:-moz-scrollbars-vertical;/* firefoxでサイドバー常時表示 */
	overflow-x:scroll;
}

/* ==============================
1-2 Structure Module
=============================== */
body{
	background:url(img/body_bg.gif) repeat-x left top;
	font:13px/1.231 arial,helvetica,clean,sans-serif;/* 通常ブラウザは13px */
	*font-size: small; /* IE7に適用 */
	*font: x-small; /*IE6 後方互換モードに適用 */
	*text-align:center; 
}
body.sub_page{
	background:url(img/body_sub_bg.gif) repeat-x left top;
	font:13px/1.231 arial,helvetica,clean,sans-serif;/* 通常ブラウザは13px */
	*font-size: small; /* IE7に適用 */
	*font: x-small; /*IE6 後方互換モードに適用 */
	*text-align:center; 
}

/* IE6以前でtableへフォントサイズの継承が上手くいかない問題を回避 */
table {
	font-size:inherit;
	font:100%;
}
/* IE全般でpreやcodeの等幅フォントのサイズが小さくなるのを回避 */
pre, code, kbd, samp, tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}
/* ==============================
1-3 Text Module
=============================== */
p,address {
	margin:0;
	padding:0;
}
address, em{
	font-style:normal;
}

h1,h2,h3 {
	margin:0px;
	line-height:1.2;
}

h1 {
	font-size:150%;
	font-family: Georgia, "Times New Roman", Times, serif
}

h2 {
	font-size: 120%;
}

h3 {
	font-size:110%;
}
img{
	border:0;
	margin:0;
	padding:0;

}

/* ==============================
1-4 Hypertext Module
=============================== */
a:link {
	color: #0055e5;
}
a:visited {
	color: #0055e5;
}
a:hover {
	color: #FF6600;
}
/* ==============================
1-5 List Module
=============================== */
ul,ol,dl {
	margin:0;
	padding: 0;
	list-style-type: none;
}
dt {
	margin: 0;
	padding:0;
	color: #004171;
}
dd {
	margin: 0;
	padding:0;
}
/* ==============================
1-6 Form Module
=============================== */
form {
	margin: 0.5em 10px;
}
fieldset {
	padding: 0 10px 0.3em 10px;
	border: 1px solid #eee;
}
legend {
	margin-left: 1em;
	padding: 0 10px;
	font-size:90%;
}
input {
	font-size: 90%;
}

/* ==============================
1-7 Object Module
=============================== */
img{
	border:0;
}
object,   
embed {   
    vertical-align: top;   /* flash配置時の余白をとる */
}

/* ==============================
1-8 Clear
=============================== */
.ClearBox
{
clear:both;
height:0;
visibility:hidden;
zoom:1;

}

.ClearBox hr
{
position:absolute;
height:0;
visibility:hidden;
border:0;
}

html body>#wrap .ClearBox hr
{
position:static;
}

/* fixed for mac ie 5 and not value change */
.ClearBox hr{/*\*//*/position:fixed;/**/}

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix{
	zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


.pdf {
	background:url(img/pdf.gif) left bottom no-repeat;
	padding-left:17px;
}
.shousai {
	background:url(img/shousai.gif) left center no-repeat;
	padding-left:17px;
}
.home {
	background:url(img/home.gif) left center no-repeat;
	padding-left:32px;
}

strong {
	font-weight:bold;
}
span.red{
	font-weight:bold;
	color:red;
}
span.blue{
	font-weight:bold;
	color:blue;
}
span.red_s{
	color:red;
}
div.tbl_cnt table td{
	border-right:1px solid #fff;
	text-align:center;
}


table { background:#D3E4E5;
 border:1px solid #fff;
 border-collapse:collapse;
 color:#fff;
 font:normal 12px verdana, arial, helvetica, sans-serif;
}


td, th { color:#363636;
	padding:.4em;
	*text-align:left;
}

tr { border:1px solid white;
}
tbody th, tbody td { text-align:left;
 vertical-align:top;
}
tfoot td { background:#5C443A;
 color:#FFFFFF;
 padding-top:3px;
}
.odd { background:#f0f7ff;
	border:1px solid #D3E4E5;
	border-right:1px solid #fff;
	text-align:left;
}
div.tbl_cnt{
	width:300px;
	margin:0 20px;
}
#bread_crumb {
padding-left:10px; font-size:11px;
}
#bread_crumb a{
	text-decoration: underline;
}
#head {
	width:968px;
	height:406px;
	background:url(img/top_ban.jpg) no-repeat center top;
	margin:0 auto;
	padding:0;
	
}
#head_sub {
	width:968px;
	height:92px;
	margin:0 auto;
	padding:0;
	
}

#wrap {
	background:url(img/wrap_foot_bg.gif) repeat-x left bottom;
	margin:0;
	padding:0;
	width:100%;
}
#wrapper {
	width:954px;
	margin:0 auto;
	padding-top:10px;
	background:url(img/wrapper_bg.gif) repeat-y left top;
}

#main_content {
	width:940px;
	padding:0;
	margin:0 auto;
	background:url(img/main_cnt_bg.gif) no-repeat right bottom;
}

#main_content h1 {
	padding:10px 0;
	
}
.title_box {
	width:610px;
	margin:10px 10px 10px 20px;
	text-align:left;
}
*:first-child+html .title_box{
	margin:10px 10px 10px 0;
}

#foot {
	width:950px;
	height:66px;
	margin:0 auto 0 auto;
}
#foot p{
	padding:10px 10px 0 0;
	float:right;
	color:#fff;
}
.logo1 {
	width:190px;
	float:left;
	margin:26px 0 0 20px;
}
.logo2 {
	width:163px;
	float:right;
	margin:26px 15px 0 0;
}
#naiyou {
	-webkit-border-radius: 5px;	/* Safari、Google Chrome */
	-moz-border-radius: 5px;	/* Firefox */
	width:600px;
	background-color: #BFDFFF;
	margin:10px 10px 10px 20px;
	padding:5px;
	float:left;
}
.side_cnt {
	float:right;
	margin:0 10px 0 0;
}

/*subpage*/
table.table021 {
  margin-top: 0.2em;
  margin-bottom: 1em;
  margin-left:5px;
  width: 930px;
  border-collapse: separate;
  border-spacing: 2px;
  font-size: 100%;
}
caption { border:1px solid #5C443A;
 color:#5C443A;
 font-weight:bold;
 letter-spacing:20px;
 padding:6px 4px 8px 0px;
 text-align:center;
 text-transform:uppercase;
}

table.table021 caption {
  margin-top: 1em;
  padding-left:1em;
  text-align: left;
}

table.table021 th,
table.table021 td {
  padding: 4px 2px;
}

table.table021 th {
  border-bottom: solid 1px #B2B2B2;
  border-right: solid 1px #B2B2B2;
  background: #b2aba7;
  text-align: center;
  white-space: nowrap;
  font-size: 92%;
  font-weight:bold;
}

table.table021 td {
  border-bottom: solid 1px #B2B2B2;
  border-right: solid 1px #B2B2B2;
  background: #F3F3F3;
  text-align: right;
  white-space: nowrap;
}
table.table021 td.scope {
	text-align:left;
}
table.table021 td.Img {
	text-align:center;
	margin:0;
	padding:0;
}
table.table021 td.f-small {
	text-align:left;
	font-size:12px;
}
/*resultpage*/
table.table022 {
  margin-top: 0.2em;
  margin-bottom: 1em;
  margin-left:5px;
  width: 850px;
  border-collapse: separate;
  border-spacing: 2px;
  font-size: 100%;
}

table.table022 th,
table.table022 td {
  padding: 4px 2px;
}

table.table022 th {
  border-bottom: solid 1px #B2B2B2;
  border-right: solid 1px #B2B2B2;
  background: #b2aba7;
  text-align: center;
  white-space: nowrap;
  font-size: 92%;
  font-weight:bold;
}

table.table022 td {
  border-bottom: solid 1px #B2B2B2;
  border-right: solid 1px #B2B2B2;
  background: #F3F3F3;
  text-align: center;
  white-space: nowrap;
}
table.table022 td.scope {
	text-align:left;
}
table.table022 td.Img {
	text-align:center;
	margin:0;
	padding:0;
}
table.table022 td.f-small {
	text-align:left;
	font-size:12px;
}
.result_box{
width:800px;
margin:0 auto 20px auto;
}

table.table023 {
  margin-top: 0.2em;
  margin-bottom: 1em;
  margin-left:5px;
  width: 800px;
  border-collapse: separate;
  border-spacing: 2px;
  font-size: 100%;
}

table.table023 th,
table.table023 td {
  padding: 4px 2px;
}

table.table023 th {
  border-bottom: solid 1px #B2B2B2;
  border-right: solid 1px #B2B2B2;
  background: #0066FF;
  text-align: center;
  white-space: nowrap;
  font-size: 92%;
  font-weight:bold;
  color:#fff;
}

table.table023 td {
  border-bottom: solid 1px #B2B2B2;
  border-right: solid 1px #B2B2B2;
  background: #F3F3F3;
  text-align: center;
  white-space: nowrap;
}
table.table023 td.scope {
	background-color:#999999;
}
table.table023 td.win {
	background-color:#FFE1E1;
}
table.table023 td.Img {
	text-align:center;
	margin:0;
	padding:0;
}
table.table023 td.f-small {
	text-align:left;
	font-size:12px;
}
img.gallery {
	margin:0 5px 5px 0;
}
