@charset "utf-8"; 
/* ===================================================================
CSS information

 File Name        : common.css
 Style Info       : 基本スタイル
 基本カラー（）  : #
 基本カラー（）  : #

=================================================================== */
/* =========== 初期化 =========== */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	padding: 0px;
	margin: 0px;
}
fieldset {
	border: none;
}
ul,ol,li {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}

a {
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
a img {
	border: none;
}
img {
	vertical-align : top;	/* forIE6 */ */
}
/* 写真 */
img.flt_r {
	margin-left: 20px;
	margin-bottom: 10px;
	float: right;
}
img.flt_l {
	margin-right : 20px;
	margin-bottom: 10px;
	float: left;
}

/* =========== フロートバグ補助 =========== */
.clearfix:after { /*--新しいブラウザ用--*/
	content: url("../images/common/spacer.gif");
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}	
.clearfix { /*--IE 5.5-7--*/
	zoom:1;
}
.blocks, .blocks2 {
	position: relative;
	overflow: hidden;
}
.blocks, .blocks2 { /*--IE6--*/
	_position: static;
	_overflow: static;
}

/* =========== 全体 =========== */
body {
	color: #202020;		/* 全体テキスト色 */
	font-size: 14px;		/* 全体テキストサイズ */
	line-height: 175%;		/* 全体テキスト行間 */
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","Osaka", Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
	text-align : center;
	margin: 0px;
	padding: 0px;
	background: #FFF url("../images/common/bg_header.jpg") center top repeat-x;
}

/* =========== インライン要素全体 =========== */
a {
	color: #1983dd;
}
a:hover, a:active {
	color: #1983dd;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 30px;
}
h2 {
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.1em;
	height: 37px;
	padding-top: 8px;
	padding-left: 40px;
	margin-bottom: 20px;
	background: url("../images/common/bg_ttl_a.png") 0 0 no-repeat;
}
h3 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 20px;
}
h4 {
	margin-bottom: 15px;
}
h5 {
	margin-bottom: 10px;
}
p {
	margin-bottom: 10px;
}
p.shutten {
	color: #666;
	font-size: 11px;
	text-align: right;
}

/* カラー設定 */
.fc_red { color: #F30;}

/* =========== ブロック要素全体 =========== */
/* パンくずリスト */
#topicpath {
	color: #666;
	padding-left: 10px;
	padding-bottom: 5px;
 	clear: both;
}
#topicpath .blk {
	width: 690px;
 	overflow: hidden; /* エリアからはみ出したオブジェクトを非表示 */
}
	#topicpath ol {
		width: 690px;
		margin: 0 0 0 -20px;
	}
	#topicpath li {
		font-size: 11px;
		float: left;
		padding: 0 10px 0 20px;
		background: url(../images/common/mk_arrow_topicpath.png) no-repeat 3px 5px;
	}
		#topicpath li a {
			display: block;
		}
/*コンテンツ全体コンテナ*/
#wrapper {
	width: 980px;
	position: relative;
	height: auto;
	text-align: left; /* IE対策の副作用対策 */
	margin: 0 auto 0 auto;
	padding: 0px;
}
/* ヘッダー */
#header {
	width: 960px;
	margin: 0 auto;
	margin-bottom: 5px;
	clear: both;
	
}
#header .blk_header {
	width: 960px;
	padding-top: 10px;
	padding-bottom: 5px;
	clear: both;
}
	#header .blk_header h1 {
		margin-top: 10px;
		margin-bottom: 0;
		float: left;
	}
	#header .blk_header .blk_right {
		width: 480px;
		float: right;
	}
	#header .blk_header .blk_right ul {
		width: 480px;
		height: 20px;
		line-height: 20px;
		clear: both;
		/* background: #FCC; */
	}
	#header .blk_header .blk_right ul li {
		margin-left: 20px;
		float: right;
	}
	#header .blk_header .blk_right div {
		clear: both;
	}
	#header .blk_header .blk_right div.time {
		height: 30px;
		text-align: right;
		margin-top: 5px;
		margin-bottom: 10px;
	}

/* トップイメージ */
#topimg {
	margin: 0 auto;
	margin-bottom: 15px;
	clear: both;
}

/*メイン*/
#main {
	width: 960px;
	padding: 0 10px;
	margin-bottom: 10px;
	background: #FFF url("../images/common/bg_main.jpg") center top no-repeat;
	clear: both;
}
/* フッター */
#footer {
	font-size: 12px;
	text-align: left; /* IE対策の副作用対策 */
	/* height: 180px; */
	background: #FFF url("../images/common/bg_footer.jpg") center top repeat-x;
	clear: both;
}
#footer .blocks {
	line-height: 140%;
	width: 920px;
	padding: 0 30px 10px 30px;
	margin: 0 auto;
}
#footer .blk_address {
	width: 240px;
	float: left;
}
#footer .blk_btn {
	width: 150px;
	float: left;
}
#footer .blk_btn ul li {
}
#footer .blk_btn ul li a {
	color: #606060;
	width: 140px;
	height: 24px;
	padding-left: 12px;
	background: url("../images/common/mk_sqr_green.gif") 0 4px no-repeat;
	display: block;
}
#footer #copyright {
	color: #999999;
	margin-top: 20px;
	display: block;
}
#footer h3 {
	color: #079f3e;
	font-size: 15px;
}
#footer h4 {
	color: #078020;
	font-size: 13px;
	line-height: 150%;
}

/* =========== ボタン =========== */
.btn_blue a {
	color: #FFF;
	font-size: 13px;
	text-align: center;
	width: 450px;
	height: 30px;
	padding-top: 10px;
	background: url("../images/common/btn_bg_blue.jpg") 0 0 no-repeat;
	display: block;
}
.btn_small_blue a {
	color: #182d8e;
	font-size: 13px;
	text-align: center;
	width: 180px;
	padding: 5px 0;
	margin-right: 20px;
	border: #d4eaf7 1px solid;
	background: url("../images/common/bg_grad_blue.jpg") 0 0 repeat-x;
	float: left;
	display: block;
}			
	.btn_small_blue a.center {
		margin: 0 auto;
		float: none;
	}
/* =========== ブロック別 =========== */
/* ヘッダー */
#header .blk_header {
	width: 960px;
	clear: both;
}
#header .blk_btn {
	width: 960px;
	clear: both;
}
#header .blk_btn ul li {
	height: 45px;
	float: left;
}
#header .blk_btn ul li a {
	width: 120px;
	height: 45px;
	text-indent:-9999px;
	display: block;
}
#header .blk_btn ul li#c1 a { background: url("../images/common/hbt1.jpg") 0 0 no-repeat; }
#header .blk_btn ul li#c2 a { background: url("../images/common/hbt2.jpg") 0 0 no-repeat; }
#header .blk_btn ul li#c3 a { background: url("../images/common/hbt3.jpg") 0 0 no-repeat; }
#header .blk_btn ul li#c4 a { background: url("../images/common/hbt4.jpg") 0 0 no-repeat; }
#header .blk_btn ul li#c5 a { background: url("../images/common/hbt5.jpg") 0 0 no-repeat; }
#header .blk_btn ul li#c6 a { background: url("../images/common/hbt6.jpg") 0 0 no-repeat; }
#header .blk_btn ul li#c7 a { background: url("../images/common/hbt7.jpg") 0 0 no-repeat; }
#header .blk_btn ul li#c8 a { background: url("../images/common/hbt8.jpg") 0 0 no-repeat; }

#header .blk_btn ul li#c1 a:hover, #header .blk_btn ul li#c1 a.on { background: url("../images/common/over/hbt1.jpg") 0 0 no-repeat; }
#header .blk_btn ul li#c2 a:hover, #header .blk_btn ul li#c2 a.on { background: url("../images/common/over/hbt2.jpg") 0 0 no-repeat; }
#header .blk_btn ul li#c3 a:hover, #header .blk_btn ul li#c3 a.on { background: url("../images/common/over/hbt3.jpg") 0 0 no-repeat; }
#header .blk_btn ul li#c4 a:hover, #header .blk_btn ul li#c4 a.on { background: url("../images/common/over/hbt4.jpg") 0 0 no-repeat; }
#header .blk_btn ul li#c5 a:hover, #header .blk_btn ul li#c5 a.on { background: url("../images/common/over/hbt5.jpg") 0 0 no-repeat; }
#header .blk_btn ul li#c6 a:hover, #header .blk_btn ul li#c6 a.on { background: url("../images/common/over/hbt6.jpg") 0 0 no-repeat; }
#header .blk_btn ul li#c7 a:hover, #header .blk_btn ul li#c7 a.on { background: url("../images/common/over/hbt7.jpg") 0 0 no-repeat; }
#header .blk_btn ul li#c8 a:hover, #header .blk_btn ul li#c8  a.on { background: url("../images/common/over/hbt8.jpg") 0 0 no-repeat; }

/*メイン*/
#main .blocks {
	width: 940px;
	padding: 20px 10px;
	clear: both;
	/* background: #FFC; */
}
#main #contents {
	width: 700px;
	float: left;
}

/* サイドバー */
#main #sidebar {
	font-size: 11px;
	width: 230px;
	float: right;
}
#main #sidebar .banners {
	font-size: 10px;
	width: 200px;
	margin: 0 auto;
}
#main #sidebar .banners img.img_banners {
	clear: both;
	margin-bottom: 10px;
}
	#main #sidebar .banners ul li {
		margin-bottom: 10px;
		line-height: 140%;	
	}
	#main #sidebar .banners ul li img {
		margin-bottom: 5px;
	}
	/* 最新情報 */
	#main #sidebar .blk_topics {
		width: 230px;
		margin-bottom: 20px;
		clear: both;
	}
		#main #sidebar .blk_topics .bloc_top {
			width: 230px;
			height: 25px;
			background: url("../images/common/bg_topics_sidebar.jpg") 0 0 no-repeat;
			clear: both;
		}
		#main #sidebar .blk_topics .bloc_top h3 {
			color: #FFF;
			font-size: 12px;
			padding-top: 2px;
			padding-left: 15px;
			margin: 0;
		}
	#main #sidebar .blk_topics .blk_body {
		padding: 8px 15px 0 15px;
		border: #D0E0F0 solid 1px;
		background: #F9FDFF;
		clear: both;
	}
	#main #sidebar .blk_topics .blk_body .blk_inner {
		/* padding: 10px 20px; */
		clear: both;
	}
	#main #sidebar .blk_topics .blk_list ul li {
		line-height: 150%;
		padding-bottom: 5px;
		margin-bottom: 15px;
		clear: both;
		
	}
	#main #sidebar .blk_topics .blk_list ul li h4 {
		font-size: 12px;
		font-weight: bold;
		margin-bottom: 8px;
		border-bottom: #DDD dotted 1px;
	}
	#main #sidebar .blk_topics .blk_list ul li p {
		margin-bottom: 0;
	}
	#main #sidebar .blk_topics .blk_list ul li img.flt_l {
		margin-right: 5px;
	}

/*一覧はこちら*/
.list {
	margin:0 0 0 110px;
	font-size: 14px;
}	
	
/*最新情報（info内）*/

.info {
	margin: 0 0 10px 0;
	clear: both;
	float: left;
	border: 1px solid #D0E0F0;
	width: 630px;
	padding: 10px;
}

.info img {
	float: left;
	margin: 0 10px 0 0;
}

.info dt {
	font-weight: bold;
	margin: 0 0 10px 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ddd;
}

.info dd {}
	
/* =========== 共通パディング =========== */
.pdn_t_5 { padding-top: 5px;}
.pdn_t_10 { padding-top: 10px;}
.pdn_t_20 { padding-top: 20px;}

.pdn_b_5 { padding-bottom: 5px;}
.pdn_b_10 { padding-bottom: 10px;}
.pdn_b_20 { padding-bottom: 20px;}
.pdn_b_30 { padding-bottom: 30px;}

.pdn_l_10 { padding-left: 10px;}
.pdn_l_20 { padding-left: 20px;}
.pdn_l_30 { padding-left: 30px;}

/* =========== 共通マージン =========== */
.mrg_t_5 { margin-top: 5px;}
.mrg_t_10 { margin-top: 10px;}
.mrg_t_20 { margin-top: 20px;}

.mrg_r_20 { margin-right: 20px;}
.mrg_r_30 { margin-right: 30px;}
.mrg_r_40 { margin-right: 40px;}

.mrg_b_5 { margin-bottom: 5px;}
.mrg_b_10 { margin-bottom: 10px;}
.mrg_b_20 { margin-bottom: 20px;}

.mrg_l_20 { margin-left: 20px;}
.mrg_l_30 { margin-left: 30px;}
.mrg_l_40 { margin-left: 40px;}

/* =========== チャートページ ANIMATE =========== */
#coompany {
	position: relative;
	top: 100px;
	left: 50px;
}
