@charset "utf-8";

/*=================================================================
	
	日本電設工業株式会社 共通 CSS
	
	・Since: 2009.8
	・Modified: 2009.
	・Editor: KIML
	・Customize:

-------------------------------------------------------------------
	
		[1]:基礎設計
		[2]:Flash
		[3]:topコンテンツ部分
		[4]:右カラム
		[5]:調整用
		[6]:検証・その他

=================================================================*/

/*-----------------------------------------------------------------
		[3]:サブメニュー部分
-----------------------------------------------------------------*/
#sub_contents_left {
	float: left;
	height: auto;
	width: 150px;
	margin-top: 10px;
	line-height: 1.2em;
}
.sub_menu_mark {
	height: 7px;
	width: 9px;
	padding-right: 2px;
}
.sub_menu {
	height: auto;
	width: 145px;
	border: 1px solid #a6cce3;
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 3px;
}
.sub_menu_on {
	height: auto;
	width: 145px;
	border: 1px solid #a6cce3;
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 3px;
	background-color: #bed2ff;
}
/*-----------------------------------------------------------------
		[3]:サブサブメニュー部分
-----------------------------------------------------------------*/
.sub_sub_menu {
	height: auto;
	width: 140px;
	border: 1px solid #a6cce3;
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 8px;
	font-size: 80%;
}
.sub_sub_menu_on {
	height: auto;
	width: 140px;
	border: 1px solid #a6cce3;
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 8px;
	font-size: 80%;
	background-color: #bed2ff;
}
.sub_sub_menu_mark {
	height: 7px;
	width: 10px;
	padding-right: 2px;
}
/*-----------------------------------------------------------------
		[3]:サブコンテンツ部分
-----------------------------------------------------------------*/
#sub_mainimg_back {
	background-image: url(../images/sub_back.gif);
	height: 165px;
	width: auto;
	background-repeat: repeat-x;
	padding-top: 8px;
}
#sub_mainimg {
	background-image: url(../images/sub_img_back.gif);
	background-repeat: no-repeat;
	height: auto;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#sub_contents_right {
	float: right;
	margin-left: 24px;
	width: 646px;
	margin-top: 10px;
	height: auto;
}
.sub_midashi {
	width: 646px;
	background-image: url(../images/sub_h2_under.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 30px;
	margin-bottom: 15px;
}
.sub_midashi h2 {
	background-image: url(../images/h2_bar.gif);
	background-repeat: no-repeat;
	height: 19px;
	padding-left: 10px;
	padding-top: 3px;
}

/*-----------------------------------------------------------------
		[3]:リンク時枠囲み部分
-----------------------------------------------------------------*/
.sub_mokuji_photo {
	height: 77px;
	width: 77px;
	border: 1px solid #a6a6a6;
}
.sub_mokuji_photo a{
	display:block;
	background:#cccccc;
	border: 1px solid #ffffff;
}
.sub_mokuji_photo a:hover {
	border: 1px solid #0a3c78;
}
.sub_mokuji_photo_none{
	display:block;
	background:#cccccc;
	border: 1px solid #ffffff;
}
/*-----------------------------------------------------------------
		[3]:サブページ目次(画像、テキスト)部分
-----------------------------------------------------------------*/
#sub_mokuji_table {
	height: auto;
	width: 646px;
	line-height: 1.2em;
}
.sub_mokuji_photo_td {
	width:87;
	height:87px;
}
.sub_mokuji_text {
	height: auto;
	width: 226px;
	padding-right: 5px;
	vertical-align: top;
	line-height: 1.1em;
	padding-top: 5px;
}
.sub_sub_mokuji_text {
	height: auto;
	width: 550px;
	padding-right: 5px;
	line-height: 1.2em;
	vertical-align: top;
	padding-top: 5px;
}
/*-----------------------------------------------------------------
		[3]:会社概要などの表組みスタイル
-----------------------------------------------------------------*/
.graph_td1 {
	height: auto;
	width: 20%;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0a3c94;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 8px;
	font-weight: bold;
}
.graph_td2 {
	height: auto;
	width: 80%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #a6a6a6;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 20px;
}
/*-----------------------------------------------------------------
		フォーム表組みスタイル
-----------------------------------------------------------------*/
.form_graph_td1 {
	height: auto;
	width: 25%;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	line-height: 1.2em;
}
.form_graph_td2 {
	height: auto;
	width: auto;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
/*-----------------------------------------------------------------
		[3]:パンくずリスト部分
-----------------------------------------------------------------*/
#sub_mainimg ul {
	width: 700px;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#sub_mainimg li {
	float: left;
	list-style-type: none;
	padding-right: 8px;
	width: auto;
	height: auto;
}
/*-----------------------------------------------------------------
		[3]:ページのトップへ戻る
-----------------------------------------------------------------*/
.pagetop {
	height: auto;
	width: 200px;
	margin-right: 15px;
	float: right;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
}
/*-----------------------------------------------------------------
		[3]:日付右よせ
-----------------------------------------------------------------*/
.date_right {
	height: auto;
	width: 200px;
	margin-right: 0px;
	float: right;
	text-align: right;
	margin-top: 3px;
	margin-bottom: 5px;
}
/*-----------------------------------------------------------------
		[3]:文字右よせ
-----------------------------------------------------------------*/
.shikaku_kazu {
	height: auto;
	width: 115px;
}
/*-----------------------------------------------------------------
		[3]:ネットワーク（営業所一覧,施工実績）地図
-----------------------------------------------------------------*/
#network {
	height: 477px;
	width: 646px;
	z-index: 1;
	position: relative;
	background-image: url(../../company/images/map_network.jpg);
	background-repeat: no-repeat;
	font-size: 75%;
}
#network2 {
	height: 477px;
	width: 646px;
	z-index: 1;
	position: relative;
	background-image: url(../../project/images/map_network.jpg);
	background-repeat: no-repeat;
	font-size: 75%;
}
#hokaido {
	width: 125px;
	position: absolute;
	top: 60px;
	z-index: 1;
	left: 180px;
	text-align: right;
}
#hokaido_jiseki {
	width: 125px;
	position: absolute;
	top: 40px;
	z-index: 1;
	left: 195px;
	text-align: right;
}
#tohoku {
	width: 125px;
	position: absolute;
	top: 225px;
	z-index: 1;
	left: 460px;
}
#tokyo1 {
	width: 125px;
	position: absolute;
	top: 340px;
	z-index: 1;
	left: 490px;
}
#tokyo2 {
	width: 125px;
	position: absolute;
	top: 355px;
	z-index: 1;
	left: 490px;
}
#tokyo3 {
	width: 125px;
	position: absolute;
	top: 370px;
	z-index: 1;
	left: 490px;
}
#tokyo3_jiseki {
	width: 125px;
	position: absolute;
	top: 345px;
	z-index: 1;
	left: 490px;
}
#tokyo3_tetsu {
	width: 125px;
	position: absolute;
	top: 325px;
	z-index: 1;
	left: 480px;
}
#tokyo4 {
	width: 125px;
	position: absolute;
	top: 385px;
	z-index: 1;
	left: 490px;
}
#tokyo5 {
	width: 125px;
	position: absolute;
	top: 400px;
	z-index: 1;
	left: 490px;
}
#osaka1 {
	width: 140px;
	position: absolute;
	top: 375px;
	z-index: 1;
	left: 355px;
}
#osaka2 {
	width: 125px;
	position: absolute;
	top: 390px;
	z-index: 1;
	left: 355px;
}
#shikoku {
	width: 125px;
	position: absolute;
	top: 410px;
	z-index: 1;
	left: 345px;
}
#shikoku_jiseki {
	width: 125px;
	position: absolute;
	top: 420px;
	z-index: 1;
	left: 325px;
}
#cyubu {
	width: 125px;
	position: absolute;
	top: 265px;
	z-index: 1;
	left: 65px;
	text-align: right;
}
#cyubu_jiseki {
	width: 125px;
	position: absolute;
	top: 250px;
	z-index: 1;
	left: 70px;
	text-align: right;
}
#cyugoku {
	width: 125px;
	position: absolute;
	top: 315px;
	z-index: 1;
	left: 10px;
	text-align: right;
}
#kyusyu {
	width: 110px;
	position: absolute;
	top: 340px;
	z-index: 1;
	left: 0px;
	text-align: right;
}
.network_td1 {
	height: auto;
	width: 20%;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 7px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	background-image: url(../images/h2_bar.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 95%;
}
.jiseki_td1 {
	height: auto;
	width: 45%;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	font-size: 95%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-image: url(../../project/images/td_back.jpg);
	background-repeat: repeat-x;
}
.jiseki_td {
	height: auto;
	width: 45%;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	font-size: 95%;
}
.network_td2 {
	height: auto;
	width: 55%;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
.jiseki_td2 {
	height: auto;
	width: 10%;
	padding: 5px;
}
.network_td3 {
	height: auto;
	width: 25%;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
.network_td_title {
	font-weight: bold;
	color: #333333;
	background-color: #cae3fc;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0033CC;
}
.jiseki_td_title {
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}
.under_mg20 {
	margin-bottom: 20px;
}
.csr_td1 {
	height: auto;
	font-size: 95%;
	font-weight: bold;
	background-color: #cae3fc;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	width: auto;
	background-image: url(../images/td_back.gif);
	background-repeat: no-repeat;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 15px;
}
.sikaku_td1 {
	height: auto;
	font-size: 95%;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-color: #cae3fc;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	width: auto;
	background-image: url(../images/td_back.gif);
	background-repeat: no-repeat;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 15px;
}
.sikaku_td1_1 {
	height: auto;
	font-size: 95%;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-color: #cae3fc;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	width: 35%;
	background-image: url(../images/td_back.gif);
	background-repeat: no-repeat;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 15px;
}
.sikaku_td1_info {
	height: auto;
	font-size: 95%;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-color: #cae3fc;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	width: 55%;
	background-image: url(../images/td_back.gif);
	background-repeat: no-repeat;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 15px;
}
.group_td1 {
	height: auto;
	font-size: 95%;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-color: #cae3fc;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	width: 30%;
	background-image: url(../images/td_back.gif);
	background-repeat: no-repeat;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 15px;
}
.sikaku_td2 {
	height: auto;
	font-size: 95%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	width: auto;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}
.group_td2 {
	height: auto;
	font-size: 95%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	width: auto;
	padding-top: 6px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 10px;
}
.sikaku_td3 {
	height: auto;
	font-size: 95%;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	width: auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	text-align: right;
}
.densetsu_right {
	height: auto;
	font-size: 95%;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-color: #cae3fc;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	width: auto;
	background-image: url(../images/td_back.gif);
	background-repeat: no-repeat;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 10px;
	text-align: right;
}
.densetsu {
	height: auto;
	font-size: 95%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	width: auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.densetsu2{
	height: auto;
	font-size: 95%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	width: auto;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}
.history_td3 {
	height: auto;
	font-size: 95%;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	width: auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
.group_td3 {
	height: auto;
	font-size: 95%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	width: 40%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
}
.sikaku_td3_right {
	height: auto;
	font-size: 95%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	width: 45px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
	padding-right: 10px;
}
.info_td3_right {
	height: auto;
	font-size: 95%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	width: 90px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
	padding-right: 10px;
}
.sikaku_td4 {
	height: auto;
	font-size: 95%;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	width: auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	text-align: right;
}
.sikaku_td6 {
	height: auto;
	font-size: 95%;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	width: auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	text-align: right;
}
.sikaku_table{
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
	width: 100%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
.sub_text {
	height: auto;
	width: 590px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	padding: 0px;
}
.csr_sub_text {
	height: auto;
	width: 92%;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	padding: 0px;
}
.yakuin_td1 {
	height: auto;
	font-size: 95%;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-color: #cae3fc;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	width: 30%;
	padding: 10px;
	background-image: url(../images/td_back.gif);
	background-repeat: no-repeat;
}
.kankyo_anzen_li {
	height: auto;
	margin-top: 10px;
	margin-left: 7px;
}
.sub_title {
	height: auto;
	width: auto;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin-top: 10px;
	margin-bottom: 10px;
}
.gv_table {
	height: auto;
	width: 100%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
}
.ns_table {
	height: auto;
	width: 100%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	margin-bottom: 20px;
}
.gv_title {
	font-weight: bold;
	background-image: url(../images/td_back.gif);
	background-repeat: repeat-x;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
}
.ns_title {
	font-weight: bold;
	background-image: url(../images/td_back.gif);
	background-repeat: repeat-x;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.gv_td1 {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	text-align: center;
	background-color: #CCFFFF;
	width: 5%;
}
.gv_td2 {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 2px;
	padding-left: 7px;
}
.ns_td2 {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 2px;
	padding-left: 7px;
}
.ns_td2_date {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 2px;
	padding-left: 7px;
	width: 17%;
	vertical-align: top;
}
.gv_td21006 {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	width: 70px;
	height: auto;
}
.gv_td31006 {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 7px;
	width: 120px;
	height: auto;
}
.gv_td3 {
	background-image: url(../images/td_back.gif);
	background-repeat: repeat-y;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	writing-mode: tb-rl;
	width:20px;
	height:auto;
	background-color: #004ad1;
	font-weight: bold;
	color: #333;
	text-align: center;
	vertical-align: middle;
}
.gv_td_title {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #004ad1;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}
.gv_td_title2 {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #004ad1;
	padding-top: 3px;
	padding-bottom: 3px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	padding-right: 5px;
	text-align: center;
}
.ir_table {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}
.li_abcd {
	list-style-type: upper-alpha;
}
.li_style {
	list-style-type: upper-roman;
}
.bold {
	font-weight: bold;
}
.left_div {
	float: left;
	height: auto;
	width: 40%;
	margin-right: 10px;
	margin-bottom: 15px;
}
.right_div {
	float: right;
	height: auto;
	width: 40%;
	margin-right: 10px;
}.td_border {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	padding-bottom: 8px;
	padding-top: 8px;
	width: 640px;
	height: auto;
}
.faq_td {
	height: auto;
	width: 620px;
	padding-top: 12px;
	padding-bottom: 4px;
	background-image: url(../../investor/images/q.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 1.4em;
	padding-left: 25px;
}
.info_td {
	height: auto;
	width: 635px;
	padding-top: 12px;
	padding-bottom: 4px;
	background-image: url(../../investor/images/info.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 1.4em;
	padding-left: 10px;
}
.faq_td2 {
	height: auto;
	width: 30px;
	height:auto;
}
.faq_td3 {
	height: auto;
	width: 545px;
	height:auto;
}
.aligin_right {
	text-align: right;
}
.115_left {
	height: auto;
	width: 105px;
	float:left;
	margin-right: 5px;
	margin-top: 5px;
}
.115_right {
	height: auto;
	width: 105px;
	float:right;
	margin-top: 5px;
	margin-left: 5px;
}
.flash_right {
	float: right;
	height: auto;
	width: 300px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.flash_left {
	float: left;
	height: auto;
	width: 300px;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.txt_mini {
	font-size: 68%;
}
.txt_mini_center {
	font-size: 68%;
	text-align: center;
}
.yakuin_table {
	height: auto;
	width: 420px;
}
.sub{
	width: 590px;
	margin-left:auto;
	margin-right:auto;
	height: auto;
}
.sub_photo_left {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 290px;
}
.sub_photo_left1 {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 100%;
	line-height: 1.2em;
}
.sub_photo_right {
	margin: 0px;
	padding: 0px;
	float: right;
	height: auto;
	width: 280px;
}
.sub_photo_left1006 {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 185px;
}
.sub_photo_right1006 {
	margin: 0px;
	padding: 0px;
	float: right;
	height: auto;
	width: 385px;
}
.sub_photo_left2 {
	padding: 0px;
	float: left;
	height: auto;
	width: 190px;
	margin-right:10px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.sub_photo_right2 {
	padding: 0px;
	float: right;
	height: auto;
	width: 190px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.mawirikomi_photo {
	float: right;
	height: auto;
	width: 200px;
	margin-top: 5px;
	margin-left: 10px;
}
.mawarikomi_right {
	float: right;
	height: auto;
	width: 190px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 0px;
}
.mawarikomi_left {
	float: left;
	height: auto;
	width: 385px;
	padding: 0px;
	margin: 0px;
}
.mawarikomi_right2 {
	float: right;
	height: auto;
	width: 180px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 0px;
}
.mawarikomi_left2 {
	float: left;
	height: auto;
	width: 390px;
	padding: 0px;
	margin: 0px;
}
.bold_center{
	font-weight: bold;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
.right{
	text-align:right;
		height: auto;
	font-size: 95%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	width: auto;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}
.indent {
	height: auto;
	width: auto;
	margin-left: 20px;
}
.table95{
	width:95%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
.table90{
	width:90%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
.top{
	vertical-align:top;
	padding-right: 5px;
}
.width200 {
	height: auto;
	width: 160px;
}
.v_top {
	vertical-align: top;
}
.mini2 {
	font-size: 75%;
}
.jiseki_txt {
	float: left;
	height: auto;
	width: 155px;
	padding-right: 5px;
}
.jiseki_photo {
	float: right;
	height: auto;
	width: 120px;
}
.center_aligin {
	text-align: center;
	margin-top: 10px;
}
.center_btn1 {
	text-align: center;
	margin-top: 10px;
}
.center_btn2 {
	text-align: center;
	margin-top: 10px;
}
.red {
	color: #FF0000;
}
.sitemap_h3 {
	height: auto;
	width: 590px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	margin-bottom: 5px;
}
.sub_photo_left td {
	padding-bottom: 8px;
	line-height: 1.3em;
	padding-top: 3px;
}
.sub_photo_right td {
	padding-bottom: 8px;
	line-height: 1.3em;
	padding-top: 3px;
}
.saiyo_info {
	background-color: #cddeff;
}
.ns_title a {
	text-decoration: none;
}
.jyokyo_co {
	color: #0a3c78;
}
.st {
	font-weight: bolder;
}
#enduser {
	font-size: 95%;
}
.mr10 {
	height: auto;
	width: auto;
	margin-top: 10px;
}
.other100 {
	height: auto;
	width: 45px;
}
.other20110323 {
	height: auto;
	width: 55px;
}
.CSR_activity {
	color: #0a3c78;
	font-weight: bolder;
}

/* =========== IE6用印刷設定CSS =========== */ 
@media print{
#sub_contents_left {
_zoom: 80%; 
}

