@charset"shift_jis";
/*全ページ共通CSS*/
body{
	margin: 0px 0px 0px 10px;
	padding: 0px;
	width: 760px;
	background-color: #FFFFFF;
  font-family:
  /*"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",*/"Osaka","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic", Helvetica,Arial,sans-serif;
}
/*
---------20090519*/
/*body{ background: transparent url(img/body_bg.jpg) left top no-repeat;}*/
/*end*/
img{ border:none; margin:0; padding:0;}

#container{
	width: 760px;
	padding: 0px;
	margin: 0px;
	height: auto;
	
		border-top:3px solid #0A4B9B;	

}

#header{
	width: 760px;
	height: 80px;
	padding: 0px;
	margin: 0px;
}

#mainmenu {
	width: 760px;
	height: 24px;
	padding: 0px;
	margin: 0px;

}

/*各メインメニュー */
ul#mainmenu li{
/*	display: inline;
*/	float: left;
	margin:0/* 1px 0 0*/;
	padding:0;
/*	overflow:visible;
*/
}

	/*NNとオペラ用に用にoverflow:auto;入り
	#menu li a {
	display:inherit;
	overflow:auto;
	text-decoration:none;
	}*/

/*コンテンツ外枠*/
#line{
	float:left;
	width:758px;
	height:auto;
	margin: 0px;
	padding-top:10px;
	border:1px solid #999999;	
}

#contents{
	float:left;
	width:758px;
	height:auto;
	margin:0px 0px 0px 0px;
	padding:0px;
	background:url(img/bg.jpg) top left repeat-y;
}

/*コンテンツ内枠*/
#cont_left{
	float:left;
	width:550px;
	margin:0px 0px 10px 9px;
	height:auto;	
}

.main_cont{
	margin:0px 0px 0px 10px;
	padding:0px;
}


/*フッター*/
#footer{
	float:left;
	width:758px;
	height:73px;
	margin:10px 0px 0px 0px;
	padding:0px;
}

.footer_copy{
	float:left;
	width:595px;
	height:73px;
	margin:0px;
	padding:0px;
}
.footer_logo{
	float:right;
	width:163px;
	height:73px;
	margin:0px;
	padding:0px;
}
/*旧フッター（20070424まで）
#footer{
	float:left;
	text-indent:-9999px;
	background:url(img/footer.gif) no-repeat;
	width:758px;
	height:73px;
	margin:10px 0px 0px 0px;
	padding:0px;
}*/

/* home へ戻る　*/
#home{
	margin-top:-30px;
	margin-right:10px;
	padding:0px;
	text-indent:-9999px;
	width: 107px;
	height: 12px;
	background: url(img/home.gif) no-repeat;
	float:right;
	display:block;
	background-color: #FFFFFF;

	}
	/*NNとオペラ用にoverflow:hidden;入り*/	
	#home a{
	display:block;
	width: 107px;
	height: 12px;
	overflow:hidden;

	}

/* サイトマップ　*/
#sitemap{
	margin-top:-30px;
	margin-right:130px;
	padding:0px;
	text-indent:-9999px;
	width: 82px;
	height: 12px;
	background: url(img/sitemap.gif) no-repeat;
	float:right;
	display:block;
	/*20090519*/
	/*background-color: #FFFFFF;*/
	}
	/*NNとオペラ用にoverflow:hidden;入り*/	
	#sitemap a{
	display:block;
	width: 82px;
	height: 12px;
	overflow:hidden;

	}
/*文字関係*/
body,tr,td{
	color:#333333;
	font-size: 13px;
	line-height: 1.4;
}

h1{
	text-indent:-9999px;
	width:358px;
	/*height:102px;*/
	height:99px;
	font-size:14px;
	line-height:1;
	margin:0px;
	padding:0px;
/*	background-image:url(img/title.jpg);*/
	background-image:url(img/title.png);
	
	background-repeat:no-repeat;
}

h1 a{
	display:block;	
	width:358px;
	/*height:102px;*/

	height:99px;
	
	margin:0px;
	padding:0px;
	/*NNとオペラ用にoverflow:hidden;入り*/	
	overflow:hidden;
}


h2{
	width:550px;
	height:auto;
	margin:0px 0px 10px 0px;
	padding:0px;
	font-size:14px;
	line-height:1;
}

h3{
	color:#ffffff;
	background:#666666;
	font-size:14px;
	line-height:1.5;
	width:525px;
	height:auto;
	padding-left:1em;
}

h4{
	font-size:13px;
	line-height:1;
}

.largetext {  font-size: 18px; line-height: 1.4}
.smalltext {  font-size: 12px; line-height: 1.4}
.caption {  font-size: 10px; line-height: 1.4}
.fs16 {  font-size: 16px; line-height: 1.4}
.fs14 {  font-size: 14px; line-height: 1.4}
.fs12 {  font-size: 12px; line-height: 1.4}
.fs10 {  font-size: 10px; line-height: 1.4}
.fs13_bold {  font-size: 13px; font-weight: bold}

a:link { color:#003399;} 	/* 未訪問: link */
a:visited { color:#003399; }	/* 訪問済み: visited */
a:active {color:#0099FF;}	/* アクティブ状態 :active */
a:focus {color:#0099FF;}	/* 選択でフォーカスされている状態 :focus */
a:hover { color:#0099FF;}   	/* カーソルが上に乗っている状態: hover */

/*回り込み解除*/
.clear{clear:both;}

/*上に戻る*/
.back{
	font-size:12px;
	text-align: right;
	/*20110624*/
	padding-right:1em;
}
/*写真　回り込　右*/
.imgright{
	margin:0px 0px 5px 5px;
	padding:0px;
	float:right;}
	
/*写真　回り込　左*/
.imgleft{
	margin:0px 5px 5px 0px;
	padding:0px;
	float:left;}

/*数字付リスト*/
ol.number li{
list-style-type:decimal;}

/*下に余白*/
.space{margin-bottom:20px;}

/*ここまで全ページ共通CSS*/


/*ここから各コンテンツページ用CSS*/

/*道新からのお知らせ用*/
.day{
	font-size:14px;
	background-color:#666666;
	line-height:1.5;
	color:#FFFFFF;
	padding-left:1em;
	width:525px;
	height:auto;
}

.kiji_cont{
	margin:0px 0px 0px 10px;
	padding:0px;
	font-size:15px;

}
h4.midashi{
	font-size:medium;
	line-height:1;
	background:url(img/ya_g.gif) left top no-repeat;
	margin:0px;
	padding-left:20px;
}
.honbun{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}

#container #line #contents #cont_left .blognavi {
	padding: 0px;
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

/*表（支社支局など）*/
  /*テーブル装飾*/
table.hyo{
	text-align:center;
	background:#ffffff;
	clear:both;
}
table.hyo td,table.hyo2 td{
 	border-bottom:#cccccc solid 1px;
}
.komoku{
	color:#ffffff;
	font-weight:bold;
	background-color:#59A3CE;}
.hutoji{
	font-weight:bold;
	background:#C5E2EF;
}
.busyo{
	background-color: #D9F2F4;
}

/*表の装飾（会社概要、グループ会社・団体、社会貢献（賞））*/
.td_leftbold{
	border-bottom:#999999 solid 1px;
	font-weight:bold;
	vertical-align:text-top;
}
.td_left{
	border-bottom:#999999 solid 1px;
	vertical-align:text-top;
}
.td_right{
	border-bottom:#999999 solid 1px;
	border-left:#999999 solid 1px;
}

/*主な組織の表*/
.td_left2{
	border-top:#999999 solid 1px;
	border-bottom:#999999 solid 1px;
	vertical-align:text-top;
}
.td_right2{
	border-bottom:#999999 solid 1px;
	border-top:#999999 solid 1px;
	border-left:#999999 solid 1px;
}

/*支社　概観写真*/
.shisya_ph{
	float:right;
	margin:0px 10px 10px 0px; 
}

/*ここまで各コンテンツページ用CSS*/
/*2019 googlemap*/
.gm-style .gm-style-iw-d{
    overflow: hidden ! important;
}
