﻿@charset "utf-8";

*{
	margin:0;
	padding:0;
	text-decoration: none;
	font-weight:normal;
	font-style:normal;

}

html{
	background-color:#1c6a9c;
}

body {
	font-family:"\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF", Osaka, Arial, Helvetica, sans-serif;
	background:url(../images/common/bg.gif) repeat-x #FFF;
	background-color:#FFFFFF;
	border-top:solid #0065a5 5px;
	font-size:100%;
	color:#333;
		line-height:1.0;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
}


a {
	color: #24609b;
	text-decoration:none;
	
}


a:hover {
	color: #004080;
	text-decoration: underline;
}

a img,img {
	border:0px;	
	
}

ol, ul {
	list-style:none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}




/* 上下間隔
---------------------------------------------*/
.mgn_top_5 {margin-top: 5px;}
.mgn_top_10 {margin-top: 10px;}
.mgn_top_15 {margin-top: 15px;}
.mgn_top_20 {margin-top: 20px;}
.mgn_top_30 {margin-top: 30px;}
.mgn_top_40 {margin-top: 40px;}
.mgn_btm_5 {margin-bottom: 5px;}
.mgn_btm_10 {margin-bottom: 10px;}
.mgn_btm_15 {margin-bottom: 15px;}
.mgn_btm_20 {margin-bottom: 20px;}
.mgn_btm_30 {margin-bottom: 30px;}
.mgn_btm_40 {margin-bottom: 40px;}




/* 文字サイズ
---------------------------------------------*/
.ltx {
	font-size:113%;
}
.mtx {
	font-size:86%;
	
}
.stx {
	font-size:77%;
}


.ltx, .mtx, .stx, .tx {
	line-height:1.7;
	letter-spacing: 0.03em;
}


/* 見出し
---------------------------------------------*/


#contentsRight h2{
	margin-bottom:20px;
	}
	
#contentsRight h3{
	margin-bottom:20px;
	}	

h2.h2_regular{
	width:640px;
	height:47px;
	background-image:url(../images/common/h2_bg.gif);
	background-repeat:no-repeat;
}

h2.h2_regular span{
	display:block;
	font-weight:bold;
	padding:16px 0 0 34px;
	color:#2690c0;
}



h2.h2_circle{
	width:640px;
	height:32px;
	background-image:url(../images/common/h3_bg.gif);
	background-repeat:no-repeat;
}




h2.h2_circle span{
	display:block;
	padding:6px 0 0 38px;
	font-size:86%;
	font-weight:bold;
	color:#2690c0;
}

p.crosshead {
	color:#003366;
	font-weight:bold;
	font-size:90%;
	padding-left:12px;
	background:transparent url(../images/common/h3_square.gif) 0 2px no-repeat;
	}
	
p.crosshead2 {
	color:#003366;
	font-weight:bold;
	font-size:90%;
	line-height:1.7;
	}	



/* 段落設定
---------------------------------------------*/
.section {
	margin:0 10px 0px 10px;
}
.section .section {
	margin:0 0 30px 0 !important;
}


.indent_block {
	padding-left:15px;
}


.indent_block2 {
	margin-left:15px;
}


.indent_text {
	padding-left: 1em; 
    text-indent: -1em; 

}


#contentsRight p{
	margin-bottom:0.7em;
}




/* div位置
---------------------------------------------*/

.d_center{
	margin:0 auto;
	padding:0 auto;
	
	}

.f_right{
	float:right;
	
	}

.f_left{
	float:left;
	
	}
.clear {
	clear:both;
}



/* 文字設定
---------------------------------------------*/
.btx {
	font-weight:bold;
}
.red_tx {
	color:#ff0000;
}

.blue_tx{
	color:#003366;
}


/* テキスト揃え
---------------------------------------------*/

.tx_left {
	text-align:left;
}
.tx_center {
	text-align:center;
}
.tx_right {
	text-align:right;
}




/* 注釈
---------------------------------------------*/
span.notice_txt {
	border-bottom:1px dotted #0068b7;
}
span.notice_txt a {
	background:transparent url(../images/common/icon_notice.gif) 0 50% no-repeat;
	text-decoration:none !important;
	padding-left:10px;
}

p.notice {
	padding-left:10px;
	background:transparent url(../images/common/icon_notice.gif) 0 0.6em no-repeat;
}
#contentsRight dl.notice {
	padding-left:10px;
	background:transparent url(../images/common/icon_notice.gif) 0 1 no-repeat;
	line-height:1.7;
}
#contentsRight ul.notice li {
	padding-left:10px;
	background:transparent url(../images/common/icon_notice.gif) 0 0.6em no-repeat;
	margin-bottom:0.6em;
	line-height:1.7;}
		



/* リスト
---------------------------------------------*/
ul.normal li {
	background:transparent url(../images/common/list_disc.gif) 0 0.7em no-repeat;
	padding-left:8px;
	margin-left:1em;
	margin-bottom:0.6em;
	line-height:1.7;
}
ul.square li {
	padding-left:12px;
	background:transparent url(../images/common/list_square.gif) 0 7px no-repeat;
	line-height:1.7;
}

ol.normal li {
	list-style-type:decimal;
	margin-left:22px;
	margin-bottom:0.6em;
	padding-left:0;
		line-height:1.7;
}
li ol.normal li {
	background-image:none !important;
	padding-left:0 !important;
	line-height:1.7;
}
ul.none li {
	margin-left:0;
	list-style-type:none;
	padding-left:8px;
	margin-bottom:0.6em;
	line-height:1.7;
}
li ul.none li {
	background-image:none;
	margin-left:8px !important;
	list-style-type:none !important;
	padding-left:8px !important;
	line-height:1.7;
}



/* テーブル
---------------------------------------------*/
table.normal {
	border-top:1px solid #888;
	border-left:1px solid #888;
}
table.normal th,
table.normal td {
	padding:5px 8px;
	border-bottom:1px solid #888;
	border-right:1px solid #888;
}
table.normal th {
	text-align: center;
	font-weight: bold;
	background-color:#bbddff;
}
table.normal th.a_left {
	text-align:left !important;
}

table.normal td.tb_dot{
	border-bottom:dotted 1px;	
}


table.full {
	width:100%;
}

table.th_left th {
	text-align:left;
}

table th.p_left,
table td.p_left {
	padding-left:22px;
}

tr.a_center th ,
tr.a_center td ,
th.a_center,
td.a_center {
	text-align:center;
}


table.noborder th,
table.noborder td {
	padding:3px 5px;
	border:none;
}


.tb_size{
	table-layout: fixed;
	}
	

/* テーブル(chuukotei.html)
---------------------------------------------*/
.tr_yellow{
background-color:#fffec1;
}

.tr_blue{
background-color:#cbf6f8;
}



/* ダウンロードモジュール
---------------------------------------------*/
.icon_pdf{
	padding-bottom:2px;
	padding-left:25px;
	background:transparent url(../images/common/icon_pdf.gif) 0 10% no-repeat;
	 display:block;
}

a.icon_pdf{
		padding-top:3px;
	padding-bottom:3px;
	 display:inline;
}





.icon_word{
	padding-bottom:2px;
	padding-left:25px;
	background:transparent url(../images/common/icon_word.gif) 0 10% no-repeat;
	 display:block;
}
.icon_xls{
	padding-bottom:2px;
	padding-left:25px;
	background:transparent url(../images/common/icon_xls.gif) 0 10% no-repeat;
	 display:block;
}



/* ボックス背景色
---------------------------------------------*/
.lightblueBox {
	padding:10px;
	background-color:#e7f8ff;
}
.lightgrayBox {
	padding:10px;
	background-color:#efefef;
}
.lightyellowBox {
	padding:10px;
	background-color:#fff7df;
}


/* 画像回り込み
---------------------------------------------*/
.f_left_img {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}


.f_right_img {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}



/* お問い合わせエリア
---------------------------------------------*/

.inquiry_box {
	border: 1px solid #000000;
	padding:10px;
}


/* リンクアイコン
---------------------------------------------*/

.icon_link a {
	padding-left:15px;
	background:transparent url(../images/common/icon_link.gif) 0px 0.2em no-repeat;
} 

.icon_link_blank{
	padding-left:15px;
	background:transparent url(../images/common/icon_link.gif) 0 50% no-repeat;
} 



.icon_popup{
		padding-left: 1.5em; 
    	text-indent: -1.5em; 
		}

.icon_popup a{
	padding-left:1.5em;
	background:url(../images/common/icon_popup.gif) 0 10% no-repeat;

	}

	

.icon_popup_doc a{
	padding-left:1.5em;
	background:url(../images/common/icon_popup.gif) 0 10% no-repeat;

	}
	

.icon_popup2{
		margin:0 5px 0 5px;
		vertical-align:middle;
		}




/* ページトップへ
---------------------------------------------*/
.pagetop {
	margin-bottom:20px;
	text-align:right;
	clear:both;
}
.pagetop a {
	text-decoration:underline;
}



/* コンテンツエリア
---------------------------------------------*/


#wrapper{
	width:950px;
	background-image:url(../images/common/wrap_bg.gif);
	background-repeat:repeat-y;
	margin:0 auto;
	padding:0 auto;
	height:100%;
}

#main{
	width:900px;
	margin:0 auto;
	padding:0 auto;
	background-color:#FFFFFF;
}	


	
#content{
	clear:both;
	overflow:hidden;
	padding-bottom:80px;
}



#contentsLeft{
	width:230px;
	float:left;
}



#contentsRight{
	width:640px;
	float:left;
	margin-left:30px;
}


	
.tx_full{
	margin:0 auto;
	padding:0 auto;
	width:620px;
	}	


/* ヘッダー
---------------------------------------------*/

#headerRight{
	width:300px;
	float:right;
}


#headerRight_en{
	width:300px;
	float:right;
	height:80px;
}

#logo_jci{
	margin-top:15px;
	float:left;
}	


#headerMenu{
	height:30px;
	background-image:url("../images/common/header_menu_left.gif");
	background-position:top left;
	background-repeat:no-repeat;
	overflow:auto;
	float:right;
	margin-bottom:1px;
	background-color:#0065a5;

}
	
#headerMenu ul{
	height:30px;
	background-image:url("../images/common/header_menu_right.gif");
	background-position:top right;
	background-repeat:no-repeat;
	font-size:82%;
	padding-left:10px;
	padding-right:20px;

}	
#headerMenu li{
	margin-top:8px;
	margin-left:10px;
	float:left;
	color:#FFFFFF;
	
	
		
	
}				
#headerMenu li a{
	color:#FFFFFF;
	
}		


#siteSearch{
	padding:15px 0 15px 0;
	float:right;
	}
	

#siteSearch_en{
	padding:15px 0 15px 0;
		float:right;

	}	

#cse-search-box{

}



#cse-search-box .image{
	vertical-align:middle;
	

	}


/* グローバルナビ
---------------------------------------------*/
#glovalNavi{
	clear:both;
	list-style-type: none;
	height:60px;
	width:900px;
	margin-bottom:10px;


}

#glovalNavi li{
	float:left;
}


#glovalNavi li img{
vertical-align:top;
}



pageTitle{
	clear:both;
	
	}





/* パンくず
---------------------------------------------*/
#locationLink {
	font-size:82%;
	padding:15px 0 15px 0;

}
#locationLink a,
#locationLink span {
	display:block;
	float:left;
}
#locationLink span.gt {
	width:15px;
	text-indent:-9999px;
	background:#ffffff url(../images/common/locationlink_gt.gif) 50% 50% no-repeat;
}
#locationLink a {
	
}




/* ローカルナビ
---------------------------------------------*/

#localNavi li{
	width:230px;
	height:29px;
	background:url(../images/common/ln_bg.gif) no-repeat;

	}


#localNavi li a{
	height:29px;
	padding-left: 50px;
	color:#24609b;
	font-size:90%;
	line-height:2em;
	display:block;
	}


#localNavi li a:hover{
	background:url(../images/common/ln_bg_on.gif) no-repeat;
	color: #004080;
	}






/* フッダー
---------------------------------------------*/

#contentsBottom{
	background:url(../images/common/bottom_bg.gif) repeat-x;
	width:100%;
	margin:0;
	height:210px;
}

#footer{
	width:950px;
	height:210px;
	background:url(../images/common/footer_bg.gif) no-repeat;
	margin:0 auto;
	padding:0 auto;
}
	
	
#footerMenu{

	font-size:82%;
	}		
	
#footerMenu_T{
	padding-top:95px;
	text-align:center;

	}	
		
	
#footerMenu_T li{
	color:#FFF;
	display: inline;		
	}

#footerMenu_T li a{
	color:#FFF;
	}		
		
#footerMenu_B{
	padding-top:10px;
	text-align:center;	

	}		
	
#footerMenu_B li{
	color:#FFF;
	display: inline;
	
	}	

#footerMenu_B li a{
	color:#FFF;
	}

#copyRight{
	padding-top:50px;
	color:#FFF;
	text-align:center;
	font-weight:bold;
	font-size:71%;
	}		
	
		






/* メニューボックス
---------------------------------------------*/	


.menuboxWrap{
	background: url("../images/common/menubox_bg_bottom.gif") no-repeat scroll left bottom transparent;
    clear: both;
    margin-bottom: 10px;
    width: 640px;
	overflow:auto;
	}	
	
	
.menuboxWrap_c2{
	background: url("../images/common/menubox_bg_bottom_c2.gif") no-repeat scroll left bottom transparent;
    clear: both;
    margin-bottom: 10px;
    width: 640px;
	overflow:auto;
	}
.menuboxWrap_c1{
	background: url("../images/common/menubox_bg_bottom_c1.gif") no-repeat scroll left bottom transparent;
    clear: both;
    margin-bottom: 10px;
    width: 640px;
	overflow:auto;
	}				

.categoryMenu1{
	width:205px;
	float:left;	
	}	



.categoryMenu2{
	width:205px;
	float:left;	
	margin-left:13px;
	}	



.categoryMenu3{
	width:205px;
	float:left;
	margin-left:12px;	
	}	

.menuBox dt{
	width:205px;
	height:37px;
	background:url(../images/common/menubox_bg_top.gif) no-repeat;

	
	}
.menuBox dt a{
	display:block;
	color:#2690c0;	
	font-weight:bold;
	padding:12px 0 0 10px;
	height:25px;
	}		

.menuBox dd{
	font-size:86%;
	line-height:1.5em;
	letter-spacing: 0.02em;
	padding:10px 0 10px 0px;
	}	


.menuBox_L{
	width:85px;
	float:left;
	margin-left:10px;
	}	


.menuBox_R{
	width:90px;
	float:left;
	margin-left:8px;
	}
	

/* 画像
---------------------------------------------*/			



.box25 {
	width:250px;
	margin:0 auto;
	text-align:center;
}
.box40 {
	width:400px;
	margin:0 auto;
	text-align:center;
}
.box55 {
	width:550px;
	margin:0 auto;
	text-align:center;
} 


/* 仮画像
---------------------------------------------*/			

.sample_p{
	background-color:#CCC;
	}
	
/* PDF
---------------------------------------------*/	
#module_pdf {
	background-color:#F9F9F9;
	border:1px solid #C8C8C8;
	overflow:hidden;
	margin-bottom:20px;
 	
}
.module_pdf_left {
	float:left;
	width:100px;
	margin-top:15px;
	margin-left:20px;
	
}

.module_pdf_right{
	float:left;
	width:480px;
	margin-top:15px;
	padding-bottom:15px;
	margin-left:30px;
		overflow:hidden;
}

/* 下線
---------------------------------------------*/	
.exp {
	text-decoration:underline;
}

/* サイトシール
---------------------------------------------*/	
.box_1 {
    border: 1px dotted #0068b7;
    padding: 12px 12px 23px 0px;
}