@charset "Shift_JIS";
@import url("tabs.css");

/*　共通
------------------------------------------------*/

a:link {
	color: #336699;
	text-decoration: none;
}

a:visited {
	color: #663399;
	text-decoration: underline;
}

a:hover {
	color: #FF6600;
	text-decoration: underline;
}



body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	background-position: left top;
}

body.popwin {
	padding: 10px;
	background-color: #FFFFFF;
	background-image: none;
}



img {
	border: none;
}

form {padding: 0;margin: 0}

.boder {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #BCBCBC;
	border-left-color: #BCBCBC;
}


.rightarea{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align:right;
	width:150px;
	position: absolute;
	top: 0px;
	right: 7px;
}

.left{float:left}
.right{float:right}

.nolist ul {margin: 0;padding: 0;}

.nolist li {
list-style:none;
margin: 0;
padding: 0;
}

noscript.navi {
border: 1px solid #cccccc
}


.hidden {
  display: none; 
}


/*　共通レイアウト
------------------------------------------------*/

#pbody {
	width: 760px;
	background-color:#FFFFFF;
	margin: 0 auto;
}

#pbody:after{
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

#header {
	background-image:url(../images/haed_line.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0;
	padding: 7px 13px 0 10px;
}
#logo{
	float:left;
	margin:5px 0;
	padding: 0;
}
#sitemap{
	float:right;
	margin: 0px;
	padding: 0;
}



#pnavi {
	background-color: #E7E7E7;
	font-size: 87.5%;
	padding: 0;
	clear: both;
	float: both;
	background-image: url(../images/bg_pnavi.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#conts {
	width: 740px;
	padding: 0px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}

#pagetitle {
	margin: 0 0 0.5em 0;
}

#pagetitle h1{
	margin: 0 0 15px 0;
	color:#CC0000;
}


#pagetitle h1.text{
	font-size:130%;
	padding: 15px 0px 0px 40px;
	margin: 0 0 0 0;
	color:#CC0000;
}


#pagetitle h1.name, h1.name{
	font-size:130%;
	margin: 10px 0 0 40px;
	padding:0;
	color:#CC0000;
	}

.limitReasons {
	font-size:87.5%;
	line-height: 140%;
	color:#FF0000;
	padding: 0;
	margin: 0;
}


#serchFlow {
	padding: 0px;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 2em;
	margin-left: 0;
}


#serchFlow ul{
	display: block;
	padding: 0px;
	margin: 0;
	clear: both;
	float: left;
	border: 1px solid #CCCCCC;
}

#serchFlow li{
	display: inline;
	list-style: none;
	vertical-align: middle;
	margin-right: 0px;
	padding: 0 10px 0 5px;
	font-size: 87.5%;
	background-image: url(../images/topicpath.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#serchFlow li.last{
	background-image: none;
}


#serchFlow li.dt{
	font-weight: bold;
	border: 1px solid #CCCCCC;
	background-image: none;
	padding:3px;
	margin: 0 1px 0 0;
	color: #FFFFFF;
	background-color: #FF9900;
}




.furigana{/*ふりがな*/
	font-size:78%;
	line-height:140%;
	font-weight: normal;
	color: #999999;	
	margin: 0 0 0 40px;
	padding: 0;
}

.nameEn{
	font-size:78%;
	line-height: 140%;
	font-weight: normal;
	color: #999999;
	margin: 0 0 0 40px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}


table.stitle{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFD200;
	border-right-color: #FFD200;
	border-bottom-color: #FFD200;
	border-left-color: #FFD200;
	clear: both;
	float: none;
}


h2.stitle{
	font-size:120%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFD200;
	border-right-color: #FFD200;
	border-bottom-color: #FFD200;
	border-left-color: #FFD200;
	clear: both;
	float: none;
	padding: 7px;
}

table.stitle td{
	padding:7px;

}

.stitle h2 {font-size:120%;}


rt,rp {/*ルビ*/
	font-size:10pt;
	font-weight: normal;
	color: #999999;	
}



/*グローバルナビゲーション
---------------------------------------------*/
#gnavi {
	margin: 0px;
	background-image:url(../images/bg_gnavi.gif);
	background-repeat: repeat-x;
	background-position: left top;
	clear: both;
	background-color: #006666;
	float: none;
	padding: 4px 0;
	width: 760px;
}

#gnavi p{
	width:300px;
	margin: 0;
	padding: 0;
	float:left;
}


#gnavi:after{
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

#gnavi ul {
	display: block;
	padding: 0px;
	margin: 0px;
	clear: both;
	float: left;
}

#gnavi li {
	display: inline;
	list-style: none;
	vertical-align: middle;
	margin-right: 0px;
	padding-right:0px;
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;	
}

#gnavi li.lastli {
	border-right-style: none;
}

#gnavi a {
}

#gnavi a:hover {
}


/* footer
---------------------------------------------*/
#footer {
	margin-top: 20px;
	clear: both;
	float: both;
	background-image: url(../images/line_footer.gif);
	background-repeat: repeat-x;
	background-position: left 20px;
}

#footer:after{
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

#footer ul {
	display: block;
	padding: 35px 0 0 10px;
	margin: 0;
}

#footer li {
	display: inline;
	list-style: none;
	vertical-align: middle;
	margin-right: 3px;
	padding-right:3px;
	font-size: 87.5%;
	line-height:140%;
	font-weight: bold;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #999999;
}

#footer li.lastli {
	border-right-style: none;
}

#footer address {
	font-style: normal;
	font-size: 87.5%;
	line-height: 140%;
	padding: 0 0 0 10px;
}

#footer address.lang {
	font-style: normal;
	font-size: 87.5%;
	line-height: 140%;
	padding: 35px 0 0 10px;
}

#pagetop {
	padding: 0px;
	float: right;
	margin-right: 10px;
}


/* サイト共通　フォントサイズ
--------------------------------------------------*/

.line1 {
	font-size: 75%;
	line-height: 140%;

}

.line2 {
	font-size: 87.5%;
	line-height: 140%;

}

.line3 {  
	font-size: 100%; 
	line-height: 160%;
}

.line4 {  
	font-size: 112.5%; 
}

.line5 {  
	font-size: 131.25%; 
}

.caption2{  
	font-size: 87.5%; 
	line-height: 120%;
}

.caption3{  
	font-size: 100%; 
	line-height: 160%; 
}

.caption4{  
      font-size: 112.5%; 
      line-height: 140%; 
}

.red{
	color: #CC0000;
}

.hits {
	font-size: 110%;
	line-height: 150%;
}

.print {
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(../../images/bg_searchBtn.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D9D9D9;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #D9D9D9;
	line-height: 16px;
	padding-right: 1em;
	padding-left: 1em;
}


/*　フォームデザインCSS
------------------------------------------------*/
.btnS {	font-size: 12px;font-weight: bold;}
.inputSeach { width: 250px}
.inputMini { width: 100px}
.inputNormal { width: 200px}
.inputWide { width: 400px}


/*ページング　-------------------------*/

.resultnavi p{
	width: 25%;
	float: left;
	margin: 0px;
	padding: 0px;
	font-size: 87.5%;
}


#top {
	border-top: 1px solid #666666;
}



.resultnavi ul {
	display: block;
	padding: 0px;
	text-align: center;
	background-image: url(../images/bg_gnavi_user_under.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
}

.resultnavi li {
	font-size: 87.5%;
	line-height: 180%;
	display: inline;
	list-style: none;
	vertical-align: middle;
	margin-right: 5px;
	padding-right:5px;
	padding-left:5px;
	margin-left: 5px;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#FF0000;
}

.resultnavi li.lastli {
 border-right-style: none;
}

.resultnavi a {
 text-decoration: none;
}


.resultnavi a:hover {
 color: #CC0000;
 text-decoration: none;
 background-color: #FFFFCC;

}


/* ボタン・フォーム
--------------------------------*/
.submitArea {
	background-color: #FFFFCC;
	padding: 10px;
	border: 1px solid #FFCC33;
	text-align: center;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

.button {
	font-weight: bold;
	font-size: 87.5%;
	font-family: Verdana, "MS UI Gothic",  "ＭＳ ゴシック";
	padding: auto 0px;
}

.bnr {/*バナー*/
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#print {
	text-align: right;
	margin: 0 0 2ems 0;
}


/* 一覧用　テーブルデザイン
--------------------------------*/


.searchTerms {
	margin-bottom: 15px;
	border: 1px solid #CCCCCC;
}

.searchTerms th.thead {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #003366;
	border-bottom-color: #003366;
	background-color: #2482B6;
	padding: 5px;
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 140%;
	text-indent: 5px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #0099CC;
	border-left-color: #0099CC;
	text-align: left;
}

.searchTerms th, .searchTerms td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	vertical-align: top;
	padding:5px;
	font-size:87.5%;
	line-height: 140%;
	font-family: "MS UI Gothic","ＭＳ Ｐゴシック",  "ＭＳ ゴシック";

}

.searchTerms th {
	background-color: #E7E7E7;
	text-align:left;
	padding:5px;

}

.searchTerms li{
	font-size: 87.5%;
	line-height: 140%;
}


table.layout td, table.layout th{
	border: none;
	background-color:#FFFFFF;
	padding:2px;
	color:#333333;
	font-size:100%;
}


.icons {
	font-size: 78%;
	line-height: 140%;
	margin: 5px 0;
	text-align: right;
}
.icons img{
	margin: 0 3px;
}



/* 選択中の項目テーブル */
.selectTerms {
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	margin-right: auto;
	margin-left: auto;
	float: none;
}

.selectTerms th {background-color: #E7E7E7;	text-align: left}

.selectTerms th.thead {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #99CC00;
	border-bottom-color: #99CC00;
	background-color: #CCFF99;
	padding: 4px;
	font-size: 87.5%;
	font-weight: bold;
	line-height: 140%;
	text-indent: 5px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #99FF66;
	border-left-color: #99FF66;
	text-align: left;
}

.selectTerms th, .selectTerms td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding: 3px 5px 3px 5px;
	color: #5A5A5A;
	font-family: "ＭＳ Ｐゴシック", "MS UI Gothic", "ＭＳ ゴシック";
}




/* 詳細ページ用　テーブルデザイン
--------------------------------*/

table.detailTerms {
	margin-bottom: 15px;
	width: 100%;
}

.detailTerms th.thead {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #003366;
	border-bottom-color: #003366;
	background-color: #2482B6;
	padding: 5px;
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 140%;
	text-indent: 5px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #0099CC;
	border-left-color: #0099CC;
	text-align: left;
}

.detailTerms th.thead .line2 {
	font-weight: normal;
}


.detailTerms th, .detailTerms td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	vertical-align: top;
	padding:4px;
	font-size: 87.5%;
	line-height: 140%;
}
.detailTerms th {
	text-align:left;
	padding:5px;
	font-weight:bold;
	background-color: #F6F6F6;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

.detailTerms td {
	padding-left:5px ;
	background-color:#FFFFFF;
}

/* 詳細ページ用　テーブルデザイン2
（table.detailTermsの中にtableが入った場合に適用）
-----------------------------------------------------------*/

table.detailTerms2 {
	margin-bottom: 15px;
	width: 100%;
	font-family: "MS UI Gothic";
	border-top: 2px solid #999999;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
	border-left: 2px solid #999999;
}

.detailTerms2 th.thead {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #003366;
	border-bottom-color: #003366;
	background-color: #2482B6;
	padding: 5px;
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 140%;
	text-indent: 5px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #0099CC;
	border-left-color: #0099CC;
	text-align: left;
}

.detailTerms2 th {
	background-color: #B5CEE6;
}


.detailTerms2 th.thead .line2 {
	font-weight: normal;
}


.detailTerms2 th, .detailTerms2 td {
	vertical-align: top;
	padding:3px;
	font-size: 100%;
	line-height: 140%;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}



.detailTerms2 th.xyBorder{
	/*border-left: 1px solid #999999 !important;
	border-right: 1px solid #999999 !important;*/
	border-top: 2px solid #999999 !important;
	border-bottom: 2px solid #999999 !important;
	padding: 1px !important;
}

.rBorder{
	border-right: 2px solid #999999 !important;
}

.lBorder{
	/*border-left: 1px solid #999999 !important;*/
}

.gray{color: #BCBCBC;}


.detailTerms li{
	margin: 0 0 0 0;
}

table.deco06{
	border: #CCCCCC;
}

table.deco06. th noborderL,
table.deco06. td noborderL{border-left: none;}
table.deco06 th.noborderB,
table.deco06 td.noborderB{border-bottom: none;}

table.deco06 th,table.deco06 td {
	font-size:100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
}

table.deco06 th{text-align:center;}






/*曜日テーブル　　*/
table.deco06 th.color01,table.deco06 td.color01{
	background-color:#D9D9D9;
	vertical-align: middle;
}
table.deco06 th.color02,table.deco06 td.color02{
	background-color:#FBFABF;
	vertical-align: middle;
}
table.deco06 th.color03,table.deco06 td.color03{
	background-color:#CCFFCC;
	vertical-align: middle;
}
table.deco06 th.color04,table.deco06 td.color04{
	background-color:#99CCFF;
	vertical-align: middle;
}
table.deco06 th.color05,table.deco06 td.color05{
	background-color:#FF6666;
	color: #FFFFFF;
	vertical-align: middle;
}



.underline {
	border-bottom-width: 1px !important;
	border-bottom-style: dashed !important;
	border-bottom-color: #999999!important;
}


/*　javascriptオフの場合
------------------------------------------------------*/
div.comArea {
	margin: 10px 0;
	padding: 5px;
	float:none;
	clear:both;
	background-color: #FFFFCC;
}

.noscriptNavi ul {
	display: block;
	padding: 0px;
	text-align: center;
	margin: 0px;
}

.noscriptNavi li {
	font-size: 87.5%;
	display: inline;
	list-style: none;
	vertical-align: middle;
	margin-right: 5px;
	padding-right:5px;
	padding-left:5px;
	margin-left: 5px;
	font-weight: bold;
}


