@charset "Shift_JIS";


/* フォントサイズボタンアクティブ */
#fontNav {
	background: url(../images/btn_fontsize.gif) no-repeat;	
}


#container {
	width: 100%;
	text-align: center; /* IE5.5用 */
}


/* 画像のリンクボーダーの削除 */

img {
    border:0;
}


.mailt{
font-size:1.0em;
color:#092d51;
font-weight:bold;
}

/* ------------------------------------------

リンク設定

------------------------------------------ */

a:link {
	text-decoration:none;
	color:#000;
}
a:visited {
    text-decoration:none;
	color:#000;
}
a:hover {
	text-decoration:underline;
	color: #333;
}
a:active {
	text-decoration:none;
	color: #000;
}

/* ------------------------------------------

フォント一括指定

------------------------------------------ */

/* IE6.0以下用 */

p, h1, h2, h3, h4, h5, h6, dt, dd, li, caption {
	line-height: 165%;
	color: #333;
	voice-family: "\"}\"";
	voice-family:inherit;
	font-size:small;
}

/* その他ブラウザ用 */

html>body p, 
html>body h1, 
html>body h2, 

html>body h4, 
html>body h5, 
html>body h6, 
html>body dt, 
html>body dd, 
html>body li,
html>body caption {
	font-size: 0.83em;
	line-height:166%;
	color:#000;
}


html>body h3 {
	font-size: 0.9em;
	line-height:200%;
	color:#000;
}

.fs{
	font-size: 0.85em;
	line-height:170%;
	color:#000;
}


.big {
	font-size: 1.8em;
	font-weight: bold;
	line-height:150%;
}



/* ------------------------------------------

フォント個別指定

------------------------------------------ */

/* IE6.0以下用 */

.small {
	font-size: xx-small;
	line-height:140%;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: x-small;
	line-height:140%;
}

.middle {
	font-size: x-small;
	line-height:140%;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
	line-height:140%;
}

.large { 
	font-size: small;
	line-height:140%;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: medium;
	line-height:140%;
}

/* その他ブラウザ用 */

html>body .small {
	font-size: x-small;
	line-height:140%;
}

html>body .middle {
	font-size: small;
	line-height:140%;
}

html>body .large {
	font-size: medium;
	line-height:140%;
}

.red{
color:#990000;
}
.blue{
	color:#006;
font-weight: bold;
}
.orange{
	color:#EB6437;
	font-weight: bold;
}

.font16b{
font-size:1.5em;
}


.font12{
	font-size: small;
	line-height:165%;
		color:#666;
		}

#udln{text-decoration:underline}
		

/* ------------------------------------------

強調

------------------------------------------ */


.bold {
	font-weight:bold;
	line-height:150%
        color:#7f7f7f;
}


/* ------------------------------------------

共通レイアウト

------------------------------------------ */

/* フロート用 */

.ftRight {
	float:right;
}

.ftRightPd10 {
	float:right;
	padding:0 0 0 10px;
}

.ftRightPd15 {
	float:right;
	padding:15px 0 0 15px;
}



.ftLeft {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}

.ftLeftPd5 {
	float:left;
	padding:5px;
}


/* テキスト位置用 */

.alignCenter {
	text-align:center;
}

.alignRight {
	text-align:right;
}

.alignLeft {
	text-align:left;
}

/*-----------------------------------------------------

margin

-------------------------------------------------------*/

/*********************************

margin-bottom

*********************************/

.mb5 {
	margin-bottom:5px;
	}

.mb10 {
	margin-bottom:10px;
	}
	
.mb15 {
	margin-bottom:15px;
	}
	
.mb20 {
	margin-bottom:20px;
	}
	
.mb25 {
	margin-bottom:25px;
	}
	
.mb30 {
	margin-bottom:30px;
	}
	
.mb40 {
	margin-bottom:40px;
	}
		
/*********************************

margin-left

*********************************/

.ml10 {
	margin-left:10px;
	}

	
/*-----------------------------------------------------

padding

-------------------------------------------------------*/

.p_m1 {
	padding-top:20px;
	}
/*********************************

padding-left

*********************************/

.pl5 {
	padding-left:5px;
	}
	
.pl10 {
	padding-left:10px;
	}

.pl15 {
	padding-left:15px;
	}
	
.pl25 {
	padding-left:25px;
	}
	
.pl20 {
	padding-left:20px;
	}

.pl30 {
	padding-left:30px;
	}
	
.pl60 {
	padding-left:60px;
	}

.pl50 {
	padding-left:50px;
	}
	
.pl320 {
	padding-left:320px;
	}
	
/*********************************

padding-right

*********************************/

.pr5 {
	padding-right:5px;
	}
	
.pr10 {
	padding-right:10px;
	}
	
.pr20 {
	padding-right:20px;
	}
	
/*********************************

padding-top

*********************************/

.pt5 {
	padding-top:5px;
	}
	
.pt10 {
	padding-top:10px;
	}

.pt15 {
	padding-top:15px;
	}
	
.pt20 {
	padding-top:20px;
	}

.pt30 {
	padding-top:30px;
	}
	
.pt40 {
	padding-top:40px;
	margin-left: 10px;
	}
.pt100 {
	padding-top:100px;
	}

.pt110 {
	padding-top:110px;
	}

.pt120 {
	padding-top:120px;
	}

/*********************************

padding-bottom

*********************************/

.pb5 {
	padding-bottom:5px;
	}
	
.pb10 {
	padding-bottom:10px;
	}
	
.pb20 {
	padding-bottom:20px;
	}




/* クリアフロート用 */

.clear {
	clear:both;
}

.clearfix {
	display: inline-table;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* インライン・ボックス */

.displayInline {
	display:inline;
}

.displayBlock {
	display:block:
}



/* ------------------------------------------

width指定関連

------------------------------------------ */

.width100 {
	width:100px;
}

.width165 {
	width:165px;
}

.width200 {
	width:200px;
}

.width250 {
	width:250px;
}

/* ------------------------------------------

ボーダー関連

------------------------------------------ */


.bdDotGray {
	background-image: url(../images/bd_dot_gray.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}



/* ------------------------------------------

リスト関連

------------------------------------------ */

ul.pdLeft1em {
	list-style:disc;
	margin:0;
	padding: 0 0 0 1em;
}

ol.NumList li{
	list-style-type: decimal;
}

ul.listNone {
	list-style:none;
}



/* ------------------------------------------

枠線

------------------------------------------ */

.boxType01 {
	width: auto;
	border: 1px solid #CCCCCC;
	background-color: #FFF0FF;
}
.fs_redbold {
	font-weight: bold;
	color: #FF0000;
}


/* ------------------------------------------

行間

------------------------------------------ */

.g10{
margin-top:15px;
}

.g20{
margin-top:25px;
}

.g30{
margin-top:100px;
}



.b5{
margin-bottom:5px;
}


.b10{
margin-bottom:10px;
}


.b15{
margin-bottom:15px;
}


.b25{
margin-bottom:25px;
}


.ha2{
margin-right:5px;
}

.le20{
margin-left:20px;
}

.let20{
margin-top:15px;
margin-left:20px;
}

.right100{
margin-right:100px;
}


.olg{
line-height:200%;
}

.olg1{
line-height:300%;
}

.stname{
	border-left: 3px solid #c1272d;
	margin-top:3px;
		margin-bottom:3px;
	padding-top:2px;
		padding-bottom:2px;
	padding-left:5px;
	font-size: 0.9em;
	}

.sideline{
color:#898989;
}



.sitemap ul{
margin:0;
padding:0;
}

.sitemap li{
list-style-image:url(../../images/arrow.gif);
margin:5px 5px 5px 17px;
}


.sitemap li a {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

.sitemapleft{
width:240px;
float:left;
}

.sitemapright{
width:240px;
float:right;
margin-right:40px;
}





/* ------------------------------------------

先頭アイコン　100129追加

------------------------------------------ */

.ic_pdf {
	margin: 0;
	padding-left: 22px;
	background-image: url(../../images/icon_pdf.gif);
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 8px;
}

.ic_pdf03 {
	background-image: url(../../images/icon_pdf03.gif);
	background-repeat: no-repeat;
	padding: 10px 0px 10px 45px;
	
}

.ic_word03 {
	background-image: url(../../images/icon_word03.gif);
	background-repeat: no-repeat;
	padding: 10px 0px 10px 45px;
	height:32px;
}

.ic_excel03 {
	background-image: url(../../images/icon_excel03.gif);
	background-repeat: no-repeat;
	padding: 10px 0px 10px 45px;
	height:32px;
}

.ic_word {
	margin: 0;
	padding-left: 22px;
	background-image: url(../../images/icon_word.gif);
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 8px;
}

.ic_web {
	margin: 0;
	padding-left: 22px;
	background-image: url(../../images/icon_web.gif);
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 8px;
}

.ic_mail {
	margin: 0;
	padding-left: 22px;
	background-image: url(../../images/icon_mail.gif);
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 8px;
}

.ic_tel {
	margin: 0;
	padding: 0px 2px 16px 22px;
	background-image: url(../../images/icon_tel.gif);
	background-repeat: no-repeat;
	
}

.ic_fax {
	padding-left: 22px;
	background-image: url(../../images/icon_fax.gif);
	background-repeat: no-repeat;
	padding-bottom: 8px;
}

.ic_post {
	margin: 0;
	padding: 2px 2px 14px 22px;
	background-image: url(../../images/icon_post.gif);
	background-repeat: no-repeat;
}

.ic_arrowb {
	margin: 0;
	padding: 2px 0px 14px 16px;
	background-image: url(../../images/arrow_blue.gif);
	background-repeat: no-repeat;
}

.ic_cercle {
	margin: 0;
	padding: 2px 0px 16px 22px;
	background-image: url(../../images/icon_cercle.gif);
	background-repeat: no-repeat;
	font-weight: bold;	
}


}

.ic_triangleb {
	margin: 0;
	padding-left: 16px;
	background-image: url(../../images/arrow01.gif);
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 3px;
}


.ic_report {
	margin: 0;
	padding-left: 30px;
	background-image: url(../../about/images/ic_reports.gif);
	background-repeat: no-repeat;
	padding-top: 10;
	padding-right: 0;
	padding-bottom: 10px;
	vertical-align: middle;
}

.ic_matikado {
	margin: 0;
	padding-left: 30px;
	background-image: url(../../about/images/ic_matikado.gif);
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 8px;
	vertical-align: middle;
}

.ic_jica {
	margin: 0;
	padding-left: 30px;
	background-image: url(../../about/images/ic_jica.gif);
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 8px;
	vertical-align: middle;
}

.ic_info {
	margin: 0;
	padding-left: 30px;
	background-image: url(../../about/images/ic_info.gif);
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 8px;
	vertical-align: middle;
}

.ic_counsel {
	margin: 0;
	padding-left: 30px;
	background-image: url(../../about/images/ic_counsel.gif);
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 8px;
	vertical-align: middle;
}

.ic_dantai {
	margin: 0;
	padding-left: 30px;
	background-image: url(../../about/images/ic_dantai.gif);
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 8px;
	vertical-align: middle;
}