@CHARSET "UTF-8";

/*  ------------- 共通 -------------  */
body {
	font-style: normal;
	font-weight: normal;
	text-align: left; color =#333333;
	background-color: #ffffff;
	padding: 0 7px;
	margin: 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, monospace;
}

label {
	font-family: "ＭＳ Ｐゴシック", Osaka, monospace;
	font-size: 12px;
}

input {
	font-family: "ＭＳ Ｐゴシック", Osaka, monospace;
}

select {
	font-family: "ＭＳ Ｐゴシック", Osaka, monospace;
	font-size: 13px;
}

img {
	border: none;
}

.info {
	color: blue;
}

.warn {
	color: fuchsia;
}

.error {
	color: red;
}

.fatal {
	color: red;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.under {
	text-decoration: underline;
}

.fs01 {
	font-size: 10px;
	line-height: 120%;
}

.fs02 {
	font-size: 12px;
	line-height: 120%;
}

.fs03 {
	font-size: 14px;
	line-height: 120%;
}

.fs04 {
	font-size: 16px;
	line-height: 120%;
}

.fcred {
	color: #FF0000;
}

.fcwhite {
	color: #ffffff;
}

.bcwhite {
	background-color: #ffffff;
}

.center {
	text-align: center;
}

/* ------------- コンテンツ内　周囲ＢＯＸ ------------- */
.main {
	width: 710px;
}

.lef {
	float: left;
	width: 120px;
	text-align: center;
	padding: 0 10px;
}

.rig {
	float: right;
	width: 550px;
	padding: 0px;
}

/*  ------------- クリア -------------  */
.cle {
	clear: both;
}

.cle10 {
	height: 10px;
	clear: both;
}

.cle20 {
	height: 20px;
	clear: both;
}

.cle30 {
	height: 30px;
	clear: both;
}

/*  ------------- 左メニュー -------------  */
.menu {
	width: 120px;
	margin: 0;
	font-size: 10px;
	text-align: center;
}

.menu h1 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	line-height: 120%;
	width: 114px; /* add iwachi 06/07/21 */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 108px; /* それ以外用指定 */
}

.menu p {
	padding: 5px 5px 7px 5px;
	margin: 0;
	width: 114px; /* Win5.x以下用指定 */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 108px; /* それ以外用指定 */
}

.menu p {
	padding: 5px 5px 7px 5px;
	margin: 0px;
	width: 114px; /* Win5.x以下用指定 */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 108px; /* それ以外用指定 */
}

.menuti {
	margin: 7px 0px 0px 0px;
	padding: 0;
	line-height: 20px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	background-color: #15a4c3;
	/*	height: 20px; */
	width: 124px; /* Win5.x以下用指定 */ /*voice-family: "\"}\""; */
	/*voice-family:inherit; */
	width: 120px; /* それ以外用指定 */
}

.menubox {
	margin: 0px;
	padding: 0px;
	width: 118px;
	height: auto;
	border-left: 2px dotted #dfdfdf;
	border-bottom: 2px dotted #dfdfdf;
}

/* 小さい文字を入れたら「w」なしの方にスタイルシートを書き換えてください */
h1.menu1l {
	padding: 7px 0px 0px 0px;
}

h1.menu2l {
	padding: 7px 0px 0px 0px;
}

h1.menu3l {
	padding: 7px 0px 0px 0px;
}

h1.menu1lw {
	padding: 25px 0px 25px 0px;
}

h1.menu2lw {
	padding: 20px 0px 20px 0px;
}

h1.menu3lw {
	padding: 15px 0px 15px 0px;
}

/*  ------------- 左メニュー　ロールオーバーリンク -------------  */
a.lmenu {
	display: block;
	width: 118px;
	height: auto;
	background: url(../images/common/menu_off.gif);
	background-repeat: repeat;
	text-align: center;
	color: #999999;
	cursor: pointer;
}

a.lmenu:hover {
	display: block;
	width: 118px;
	height: auto;
	background: url(../images/common/menu_on.gif);
	background-repeat: repeat;
	color: #ffffff;
	cursor: pointer;
}

a {
	color: #0000CC;
}

a:hover {
	color: #FF9900;
}

a {
	text-decoration: none;
}

/* link color */
a.count {
	color: #0000CC;
	text-decoration: underline;
}

a:hover .count {
	color: #FF9900;
}

/*　 ------------- メイン画面 ------------- 　*/
.arioka {
	margin: 5px 0 15px 0;
	padding: 0 15px;
	font-size: 30px;
	line-height: 100%;
}

/*  ------------- 小見出し -------------  */
h2 {
	width: 550px;
	height: 30px;
	margin: 20px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 36px;
	background-image: url(../images/common/blk_tit_03.gif);
	background-repeat: no-repeat;
	color: #ffffff;
	text-indent: 1em;
}

h3 {
	border: solid 1px #888888;
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0px 0px 0px;
	padding: 5px;
	color: #888888;
}

.rig p {
	margin: 5px 0 15px 0;
	padding: 0 15px;
	font-size: 12px;
	line-height: 140%;
}

/*  ------------- テーブル -------------  */
table.box01 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	border-left: solid 1px #696969;
	border-top: solid 1px #696969;
	border-collapse: collapse;
}

table.box01 th {
	padding: 5px;
	border-right: solid 1px #696969;
	border-bottom: solid 1px #696969;
	background-color: #DCF1F6;
}

table.box01 td {
	padding: 5px;
	border-right: solid 1px #696969;
	border-bottom: solid 1px #696969;
}

table.box01 td.rignot {
	padding: 5px;
	text-align: left;
	border-right: solid 0px #696969;
	border-bottom: solid 1px #696969;
}

table.box01 td.prl {
	padding: 5px;
	border-right: solid 1px #696969;
	border-bottom: solid 1px #696969;
	color: #999999;
}

table.box01 td.rig01 {
	text-align: right;
	padding: 5px;
}

table.box01 td.lef01 {
	text-align: left;
	padding: 5px;
}

table.box02 {
	font-size: 12px;
	margin: 5px 25px;
}

table.box02 th {
	text-align: left;
}

table.box03 {
	font-size: 12px;
	margin: 5px 25px;
}

table.box03 th {
	padding: 15px 3px 1px 3px;
	text-align: left;
}

table.box03 td {
	padding: 1px;
}

table.box04 {
	margin: 10px 0 0 0;
	font-size: 12px;
	border-left: solid 1px #696969;
	border-top: solid 1px #696969;
	text-align: center;
}

table.box04 th {
	padding: 5px;
	border-right: solid 1px #696969;
	border-bottom: solid 1px #696969;
	background-color: #DCF1F6;
}

table.box04 td {
	padding: 5px;
	border-right: solid 1px #696969;
	border-bottom: solid 1px #696969;
}

table.box05 {
	margin: 0;
	padding: 0;
	border-right: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	font-size: 12px;
}

table.box05 th {
	padding: 3px;
	border-right: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	background-color: #DCF1F6;
}

table.box05 td {
	padding: 3px;
}

table.box05 td.lef05 {
	text-align: left;
	padding: 2px;
}

table.box06 {
	font-size: 12px;
	border-left: solid 1px #696969;
	border-top: solid 1px #696969;
}

table.box06 th {
	padding: 5px;
	border-right: solid 1px #696969;
	border-bottom: solid 1px #696969;
	background-color: #DCF1F6;
}

table.box06 td {
	padding: 5px;
	border-right: solid 1px #696969;
	border-bottom: solid 1px #696969;
}

table.box99 {
	margin: 0;
	padding: 0;
}

table.intab {
	margin: 0 25px;
	color: #696969;
	font-size: 12px;
	font-weight: bold;
}

table.intab td {
	background-color: #DCF1F6;
}

table.intab td.none {
	background-color: #ffffff;
}

table.intab td.und {
	background-color: #DCF1F6;
	border-bottom: 1px dotted #8F9DA0;
	padding: 5px;
	font-size: 12px;
}

table.intab td.hei {
	height: 20px;
}

/*  ------------- ボタン -------------  */
a.btn01 {
	display: block;
	color: #000066;
	width: 93px;
	height: 25px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: 200%;
	background-image: url(../images/common/cmn_search.gif);
	background-repeat: no-repeat;
}

a.btn01:hover {
	color: #FF9900;
}

a.btn01w {
	display: block;
	color: #000066;
	width: 100px;
	height: 25px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: 200%;
	background-image: url(../images/common/cmn_search.gif);
	background-repeat: no-repeat;
}

a.btn01w:hover {
	color: #FF9900;
}

a.btn02 {
	display: block;
	color: #000066;
	width: 133px;
	height: 25px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: 200%;
	background-image: url(../images/common/crank_btn_02.gif);
	background-repeat: no-repeat;
}

a.btn02:hover {
	color: #FF9900;
}

a.btn03 {
	display: block;
	color: #000066;
	width: 177px;
	height: 25px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: 200%;
	background-image: url(../images/common/crank_btn_01.gif);
	background-repeat: no-repeat;
	float: right;
}

a.btn03:hover {
	color: #FF9900;
}

a.btn04 {
	display: block;
	color: #000066;
	width: 177px;
	height: 25px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: 200%;
	background-image: url(../images/common/cmn_menu.gif);
	background-repeat: no-repeat;
}

a.btn04:hover {
	color: #FF9900;
}

/*  ------------- 注意ＢＯＸ -------------  */
table.tyui {
	margin: 20px 25px 0 25px;
	background-color: #DCF1F6;
	font-size: 12px;
}

table.tyui th {
	background-color: #DCF1F6;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}

table.tyui td {
	background-color: #DCF1F6;
	font-size: 12px;
}

.tyuith {
	background-color: #DCF1F6;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}

/*  ------------- ヘッダー -------------  */
div.officeHeaderBg {
	background-image: url("../images/ou/header_bg.gif");
	background-repeat: no-repeat;
	background-color: #ffffff;
	height: 66px
}

div.officeHeaderLeft {
	float: left;
	width: 320px;
	margin: 0;
	padding: 9px 0 0 15px;
}

div.officeHeaderRight {
	float: right;
	text-align: right;
	width: 310px;
	margin: 0;
	padding: 5px 15px 0 0;
}

/*  ------------- フッター -------------  */
.foot {
	border: solid 1px #cccccc;
	margin: 0px;
	padding: 0px;
	width: 700px; /* Win5.x以下用指定 */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 698px; /* それ以外用指定 */
}

.foot p {
	font-size: 10px;
	line-height: 160%;
	text-align: center;
	padding: 10px 0px; /* Win5.x以下用指定 */
	voice-family: "\"}\"";
	voice-family: inherit;
	padding: 2px 0px; /* それ以外用指定 */
}

.footp {
	font-size: 10px;
	line-height: 160%;
	padding: 10px 0px; /* Win5.x以下用指定 */
	voice-family: "\"}\"";
	voice-family: inherit;
	padding: 2px 0px; /* それ以外用指定 */
}

.foot img.limg {
	margin: 0px 10px 0px 0px;
	vertical-align: middle;
}

/*  ------------- 右付き -------------  */
.txtrig10 {
	margin: 5px 0;
	font-size: 10px;
	text-align: right;
}

.txtrig12 {
	margin: 5px 0;
	font-size: 12px;
	text-align: right;
}

.imgrig {
	float: right;
}

/*  ------------- 左付き -------------  */
.txtlef10 {
	margin: 5px 0;
	font-size: 10px;
	text-align: left;
}

.txtlef12 {
	margin: 5px 0;
	font-size: 12px;
	text-align: left;
}

/*  ------------- 上下付き -------------  */
.valigntop {
	vertical-align: top;
}

.valignmiddle {
	vertical-align: middle;
}

.valignbuttom {
	vertical-align: buttom;
}

/*  ------------- 空き -------------  */
.mar50l {
	margin-left: 50px;
}

/*  ------------- 留守番でんわ -------------  */
.answerphoneMail1 {
	width: 145px;
	white-space: nowrap;
	font-weight: bold;
}

.answerphoneMail1_du {
	width: 155px;
	white-space: nowrap;
	font-weight: bold;
}

.answerphoneMail2 {
	width: 30px;
	font-weight: bold;
}

.answerphoneMail3 {
	
}

.answerphonePassword1 {
	width: 80px;
	font-weight: bold;
}

.answerphonePassword1Forwardphone {
	width: 150px;
	font-weight: bold;
}

.answerphonePassword2 {
	width: 30px;
	font-weight: bold;
}

.answerphonePassword3 {
	
}

/*  ------------- おしゃべりルーム -------------  */
.chatrootTitle {
	width: 200px;
	font-weight: bold;
}

/*  ------------- ヘッダー -------------  */
.upsideHeader {
	text-align: center;
}

/*  ------------- C向け -------------  */
.cheaderCenterImg {
	width: 368px;
	background: url(../images/common/blk_img_bk.gif) repeat-x;
}

/*  ------------- エラー/メッセージ画面 -------------  */
div.cmessagePageFrame {
	padding-top: 160px;
	text-align: center;
}

div.cmessagePageMain {
	margin: auto;
	width: 500px;
	min-height: 100px;
	background-color: #DCF1F6;
	padding: 10px;
	border-collapse: collapse;
	border-width: 0px;
}

table.cmessagePageTable {
	width: 100%;
	border-collapse: collapse;
	border-width: 0px;
}

table.cmessagePageTable td {
	border-collapse: collapse;
	border-width: 0px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.cmessagePageTitle {
	font-size: 24px;
	font-weight: bold;
	color: #990000;
	text-align: left;
}

.cmessagePageText {
	font-size: 12px;
	text-align: left;
}

.cmessagePageLink {
	text-align: center;
}

.cmessagePageLink div {
	margin: auto;
	width: 177px;
	height: 25px;
}

.ml50 {
	margin-left: 50px;
}

/*  ------------- あんしん発信機能　タブメニュー -------------  */
/*  タブのロールオーバ  */
.m-bar {
	margin: 0;
	padding: 0px 0px 0px 0px;
	height: 34px;
	background-image: url(../images/du/menutab_bg.gif);
}

.m-margin {
	float: left;
	text-align: left;
	font-size: 14px;
	line-height: 100%;
	font-weight: bold;
	margin-right: 2px;
	padding: 0px 0px 0px 0px;
}

.m-margin a {
	display: block;
	color: #0c8ad9;
	text-align: center;
	padding: 8px 0 0 0;
	background-image: url(../images/du/menu_over_lng.gif);
	width: 175px;
	height: 34px; /* Win5.x以下用指定 */
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 26px; /* それ以外用指定 */
}

.m-marginlef {
	float: left;
	text-align: left;
	/* font-size:14px; */
	line-height: 100%;
	font-weight: bold;
	margin-right: 2px;
	padding: 0;
}

.m-marginlef a {
	display: block;
	color: #0c8ad9;
	text-align: center;
	padding: 8px 0 0 0;
	background-image: url(../images/du/menu_over.gif);
	width: 175px;
	height: 34px; /* Win5.x以下用指定 */
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 26px; /* それ以外用指定 */
}

.m-margin-active {
	display: block;
	color: #ffffff;
	text-align: center;
	padding: 8px 0 0 0;
	background-image: url(../images/du/menu_current_lng.gif);
	/* width: 175px;　Office用のため一時削除*/
	width: 20px;
	height: 34px; /* Win5.x以下用指定 */
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 26px; /* それ以外用指定 */
}

.m-margin a:link,.barlist a:visited {
	color: #0c8ad9;
}

.m-margin a:hover {
	background-image: url(../images/du/menu_lng.gif);
	color: #ffffff;
	text-decoration: none;
}

.m-marginlef-active a {
	display: block;
	color: #ffffff;
	text-align: center;
	padding: 8px 0 0 0;
	background-image: url(../images/du/menu_current.gif);
	width: 175px;
	height: 34px; /* Win5.x以下用指定 */
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 26px; /* それ以外用指定 */
}

.m-marginlef a:link,.barlist a:visited {
	color: #0c8ad9;
}

.m-marginlef a:hover {
	background-image: url(../images/du/menu.gif);
	color: #ffffff;
	text-decoration: none;
}

.bar-active a:link,.bar-active a:visited,.bar-active a:hover {
	background-image: url(../images/du/menu_current.gif);
	color: #0c8ad9;
}

.m-link {
	float: right;
	text-align: left;
	font-size: 12px;
	line-height: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0 0 0 0;
}

.m-link a {
	color: #0000cc;
	text-decoration: none;
}

/*  ------------- あんしん発信機能　タイトル -------------  */
/*  ------------- タイトルのマージン -------------  */
div.TitMargin {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px 0px 10px;
	padding-top: 0px;
	text-align: left;
}

/*.TitMarginSub{
padding: 0;
margin: 0;
width: 137px;
height: 25px;
background-position: right;
text-align: right;
background-image: url(../../images/keyword_off.gif);
background-repeat: no-repeat;
}*/
/*  ------------- あんしん発信機能　タイトル -------------  */
/*  ------------- タイトル -------------  */
.fs01-N {
	font-size: 10px;
	line-height: 80%;
	color: #333333;
}

.fs02-N {
	font-size: 12px;
	line-height: 100%;
	color: #333333;
}

p.read {
	padding: 0;
	margin: 0 20px 5px 25px;
	/* width: 95%; */
	text-align: left;
}

h4 { /*font-size:14px;　Office用のため一時削除*/
	font-size: 14px;
	margin: 0px 0px 0px 0px;
	/*color:#15a4c3;*/
	color: #ffffff;
	/*background: #d9f1fb;*/
	background: #15A4C3;
	border-bottom: 2px dotted #025E79;
	padding: 5px 4px 5px 4px;
}

* html h4 { /* == Win Mac のIE以外の設定 == */
	padding: 6px 4px 4px 4px;
}

h5 {
	text-align: left;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	padding: 0 0 0 3px;
	margin: 7px 0 5px 15px;
	color: #333333;
	border-left: 6px solid #15a4c3;
}

/*  ------------- あんしん発信機能　発信元、発信先入力 -------------  */
	/*  ------------- 編集用 -------------  */
.Hashin {
	text-align: center;
	margin: 0 20px 15px 25px;
	padding: 0;
	/*width: 500px;*/
}

table.Hbox01 {
	margin: 0;
	padding: 0;
	width: 480px;
	border-top: 1px solid #025E79;
	border-bottom: 1px solid #025E79;
	border-left: 1px solid #025E79;
	border-right: 1px solid #025E79;
}

th.HashinTit {
	text-align: left;
	vertical-align: middle;
	margin: 0;
	padding: 10px 10px 10px 10px;
	background-color: #D9F1FB;
	/*background-color:#FFFFAC;*/ /*border-bottom: 1px solid #00baff;*/
}

td.HashinItem {
	text-align: left; /* leftにしたいときは、styleタグで対応する */
	margin: 0;
	padding: 4px 10px;
	background-color: #D9F1FB;
	/*background-color:#FFFFAC;*/ /*border-bottom: 1px solid #00baff;*/
}

/*  ------------- あんしん発信機能　タイトル -------------  */
	/*  -------------タブのロールオーバ(satou_080422)-------------  */
.m-margin-tub {
	float: left;
	text-align: left;
	font-size: 13.5px;
	line-height: 100%;
	font-weight: bold;
	margin-right: 2px;
	padding: 0px 0px 0px 0px;
}

.m-margin-tub a {
	display: block;
	color: #0c8ad9;
	text-align: center;
	padding: 8px 0 0 0;
	background-image: url(../images/du/menu_over_ctr.gif);
	width: 107px;
	height: 34px; /* Win5.x以下用指定 */
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 26px; /* それ以外用指定 */
}

.m-margin-tub a:hover {
	background-image: url(../images/du/menu_ctr.gif);
	color: #ffffff;
	text-decoration: none;
}

.m-margin-tub-active a {
	display: block;
	color: #ffffff;
	text-align: center;
	padding: 8px 0 0 0;
	background-image: url(../images/du/menu_current_ctr.gif);
	width: 107px;
	height: 34px; /* Win5.x以下用指定 */
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 26px; /* それ以外用指定 */
}

.m-marginlef-lef {
	float: left;
	text-align: left;
	font-size: 13.5px;
	line-height: 100%;
	font-weight: bold;
	margin-right: 2px;
	padding: 0;
}

.m-marginlef-lef a {
	display: block;
	color: #0c8ad9;
	text-align: center;
	padding: 8px 0 0 0;
	background-image: url(../images/du/menu_over_lef.gif);
	width: 107px;
	height: 34px; /* Win5.x以下用指定 */
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 26px; /* それ以外用指定 */
}

.m-marginlef-lef a:hover {
	background-image: url(../images/du/menu_lef.gif);
	color: #ffffff;
	text-decoration: none;
}

.m-marginlef-lef-active a {
	display: block;
	color: #ffffff;
	text-align: center;
	padding: 8px 0 0 0;
	background-image: url(../images/du/menu_current_lef.gif);
	width: 107px;
	height: 34px; /* Win5.x以下用指定 */
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 26px; /* それ以外用指定 */
}

.m-marginlef-lef-active a:hover {
	background-image: url(../images/du/menu_lef.gif);
	color: #ffffff;
	text-decoration: none;
}

/*  ------------- あんしん発信機能　 -------------  */
/*  -------------インラインフレーム用(satou_080422)-------------  */
.Iframe {
	text-align: center;
	border: 1px solid #00baff;
	margin: 0 0 15px 35px;
	padding: 0;
	width: 450px;
	/* voice-family: "\"}\""; */ /* voice-family:inherit; */
}

/*  ------------- あんしん発信機能　-------------  */
	/*  ------------- テーブル(satou_080422) -------------  */
table.box08 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	border-left: solid 1px #025E79;
	border-top: solid 1px #025E79;
}

table.box08 th {
	padding: 5px;
	border-right: solid 1px #025E79;
	border-bottom: solid 1px #025E79;
	background-color: #D9F1FB;
}

table.box08 td {
	padding: 5px;
	border-right: solid 1px #025E79;
	border-bottom: solid 1px #025E79;
}

table.box07 {
	font-size: 12px;
	margin: 5px 0px;
}

table.box07 th {
	text-align: left;
}

/*  ------------- あんしん発信機能　-------------  */
	/*  ------------- フォント(satou_080422) -------------  */
h6 {
	text-align: left;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	padding: 0 0 0 3px;
	margin: 7px 0 5px 35px;
	color: #333333;
}

/*  ------------- あんしん発信機能　-------------  */
/*  ------------- 機能ボタン01(satou_080423) -------------  */
/*
a.btn06{
display:block;
color: #000066;*/ /*080425 修正前 width:150px;*/ /*width:116px;
height:34px;
text-align:center;
font-size: 12px;
font-weight: bold;
line-height: 250%;
background-image:url(../../images/address.gif);
background-repeat:no-repeat;
}

a.btn06:hover {
display:block;
color: #000066;*/ /*080425 修正前 width:150px;*/ /*width:116px;
height:34px;
text-align:center;
font-size: 12px;
font-weight: bold;
line-height: 250%;
background-image:url(../../images/address_over.gif);
background-repeat:no-repeat;
}*/ /*a.btn07{
display:block;
color: #000066;
width:100px;
height:25px;
text-align:center;
font-size: 12px;
font-weight: bold;
line-height: 200%;
background-image:url(../../images/cmn_search_be.gif);
background-repeat:no-repeat;
}

a.btn07:hover {
color: #FF9900;
}
*/
a.btn08 {
	display: block;
	color: #000066;
	width: 109px;
	height: 25px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: 200%;
	background-image: url(../images/common/cmn_search_max.gif);
	background-repeat: no-repeat;
}

a.btn08:hover {
	color: #FF9900;
}

a.btn09 {
	display: block;
	color: #000066;
	width: 109px;
	height: 25px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: 200%;
	background-image: url(../images/common/cmn_search_max.gif);
	background-repeat: no-repeat;
}

a.btn09:hover {
	color: #FF9900;
}

a.btn10{
display:block;
color: #000066;
width:185px;
height:25px;
text-align:center;
font-size: 12px;
font-weight: bold;
line-height: 200%;
background-image:url(../images/common/cmn_search_max2a.gif);
background-repeat:no-repeat;
}

a.btn10:hover {
color: #FF9900;
}

a.btn13{
display:block;
color: #000066;
width:240px;
height:25px;
text-align:center;
font-size: 12px;
font-weight: bold;
line-height: 200%;
background-image:url(../images/common/cmn_search_max3.gif);
background-repeat:no-repeat;

}
/*  ------------- あんしん発信機能　-------------  */
/*  ------------- リスト(satou_080423) -------------  */
.List {
	clear: left !important;
	clear: none; /* Win IE のみに別の値を適応させる */
	text-align: left;
	border: 1px solid #1397B4;
	margin: 0 0 15px 0;
	padding: 0;
	background-color: #1397B4;
	width: 552px; /* Win5.x以下用指定 */ /* voice-family: "\"}\""; */
	/* voice-family:inherit; */
	width: 550px; /* それ以外用指定 */
}

.ListTop {
	text-align: left;
	margin: 0;
	height: 18px;
	padding-top: 3px;
	padding-left: 5px;
	backgorund-color: #1397B4;
	background-image: url(../images/list_bg.gif);
	background-repeat: no-repeat; /* Win5.x以下用指定 */
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 13px; /* それ以外用指定 */
}

.ListTop2 {
	text-align: left;
	margin: 0;
	height: 26px;
	padding-top: 8px;
	padding-left: 5px;
	backgorund-color: #1397B4;
	background-image: url(../images/du/list_bg2.gif);
	background-repeat: no-repeat; /* Win5.x以下用指定 */
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 18px; /* それ以外用指定 */
}

.ListTop3 {
	background-color: #1397B4;
	width: 450px;
}

.ListView {
	width: 550px;
	direction: ltr;
	border-top: 8px solid #4AD5EC;
	border-bottom: 8px solid #4AD5EC;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}

th.ListTit {
	text-align: center;
	/*vertical-align:middle;*/
	margin: 0;
	/*padding: 3px;*/
	background-color: #ffffff;
	border-bottom: 2px solid #1397B4;
}

th.ListTitB {
	text-align: center;
	vertical-align: middle;
	margin: 0;
	/*padding: 3px;*/
	background-color: #D9F1FB;
	border-bottom: 2px solid #1397B4;
}

td.ListItem {
	text-align: center; /* leftにしたいときは、styleタグで対応する */
	margin: 0;
	background-color: #ffffff;
	border-bottom: 1px dotted #1397B4;
}

td.ListItemB {
	text-align: center; /* leftにしたいときは、styleタグで対応する */
	margin: 0;
	background-color: #D9F1FB;
	border-bottom: 1px dotted #1397B4;
}

.ListBottom {
	background-color: #1397B4;
	margin: 0;
	padding: 0px;
}

/*  ------------- あんしん発信機能　-------------  */
/*  ------------- アドレス帳用リスト(satou_080423) -------------  */
.list-tab ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px; 
	font-weight: bold;
}

.list-tab li { 
	margin: 0;
	list-style-type: none;
	float: left;
}

.list-tab a {
	display: block;
	color: #ffffff;
	text-align: center;
	padding: 8px 0 0 0;
	/*background-color: #d9f1fb;*/
	background-image: url(../images/du/tab.gif);
	width: 40px;
	height: 28px; /* Win5.x以下用指定 */
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 20px; /* それ以外用指定 */
}

.list-tab a:link, .tablist a:visited {
	color: #ffffff;
	text-decoration: none;
}

.list-tab a:hover {
	background-image: url(../images/du/tab_over.gif);
	color: #ffffff;
}

.tab-active a:link {
	background-image: url(../images/du/tab_over.gif);
	color: #ffffff;
}

.tab-active a:visited{
	background-image: url(../images/du/tab_over.gif);
	color: #ffffff;
}

.tab-active a:hover {
	background-image: url(../images/du/tab_over.gif);
	color: #ffffff;
}

/*  tabの左角Rの設定  */
.list-tab a.wid-tabL {
	display: block;
	color: #ffffff;
	text-align: center;
	padding: 8px 0 0 0;
	background-image: url(../images/du/tab_rl.gif);
	/*width: 60px;*/
	width: 47px;
	height: 28px; /* Win5.x以下用指定 */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 20px; /* それ以外用指定 */
}

.list-tab a:link.wid-tabL, .tablist a:visited.wid-tabL {
	color: #ffffff;
	text-decoration: none;
}

.list-tab a:hover.wid-tabL {
	background-image: url(../images/du/tab_rl_over.gif);
	color: #ffffff;
}

.tab-active a:link.wid-tabL, .tab-active a:visited.wid-tabL, .tab-active a:hover.wid-tabL {
	background-image: url(../images/du/tab_rl_over.gif);
	color: #ffffff;
}

/*  tabの右角Rの設定  */
.list-tab a.wid-tabR {
	display: block;
	color: #ffffff;
	text-align: center;
	padding: 8px 0 0 0;
	background-image: url(../images/du/tab_rr.gif);
	/*width: 64px;*/
	width: 52px;
	height: 28px; /* Win5.x以下用指定 */
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 20px; /* それ以外用指定 */
}

.list-tab a:link.wid-tabR, .tablist a:visited.wid-tabR {
	color: #ffffff;
	text-decoration: none;
}

.list-tab a:hover.wid-tabR {
	background-image: url(../images/du/tab_rr_over.gif);
	color: #ffffff;
}

.tab-active a:link.wid-tabR, .tab-active a:visited.wid-tabR, .tab-active a:hover.wid-tabR {
	background-image: url(../images/du/tab_rr_over.gif);
	color: #ffffff;
}

.ListScroll{
	width: 550px;
	height: 150px;
	background-color: #ffffff;
	overflow: scroll; /*ココからの値をMac IEは認識しない\*/
	overflow-x: hidden;
	overflow-y: scroll;
	/*ココまでの値をMac IEは認識しない*/
	direction: ltr;
}

.ListBottom-add {
	background-color: #1397B4;
	margin: 0;
	padding: 3px;
}


/*  ------------- あんしん発信機能　-------------  */
/*  ------------- 機能ボタン02(satou_080424) -------------  */
.BtnCenter {
	margin: 10px 0 0 0;
	padding: 0 0 15px 0;
}

.BtnCenter img {
	padding: 0 3px 0 3px;
}

/*  ------------- あんしん発信機能　-------------  */
/*  ------------- フォント(satou_080424) -------------  */
.fcbrown {
	color: #663300;
	padding: 0 0 0 35px;
}

}
/*  ------------- あんしん発信機能　タイトル -------------  */
/*  ------------- 発信元事前登録 -------------  */
.Zizen1 {
	text-align: left;
	margin: 0;
	padding: 0;
	border-top: 1px solid #025E79;
	border-bottom: 1px solid #025E79;
	border-left: 1px solid #025E79;
	border-right: 1px solid #025E79;
}

.Zizen2 {
	text-align: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-top: 10px solid #D9F1FB;
	border-bottom: 10px solid #D9F1FB;
	border-left: 10px solid #D9F1FB;
	border-right: 10px solid #D9F1FB;
}

.Zizen3 {
	text-align: left;
	margin: 0 0 0 0;
	padding: 1em 1em 1em 1em;
	border-top: 1px solid #025E79;
	border-bottom: 1px solid #025E79;
	border-left: 1px solid #025E79;
	border-right: 1px solid #025E79;
}

.ZizenTel {
	text-align: left;
	padding: 1em;
	background: #d9f1fb;
}

/*  ------------- STEP表示 -------------  */
table.ZizenTbl {
	margin: 0px;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	float: left;
}

table.ZizenTbl td {
	white-space: nowrap;
}

table.ZizenTbl td img {
	margin: 0px;
	padding: 0px;
	nowrap;
}

p.Zizen-stpnow {
	display: block;
	color: #FFCC33;
	text-align: left;
	background-image: url(../images/du/stp_now_01.gif);
	margin: 0;
	height: 20px;
	padding-top: 5px;
}

p.Zizen-stpon {
	display: block;
	color: #666666;
	text-align: left;
	background-image: url(../images/du/stp_on_01.gif);
	margin: 0;
	height: 20px;
	padding-top: 5px;
}

p.Zizen-stpoff {
	display: block;
	color: #555555;
	text-align: left;
	display: block;
	background-image: url(../images/du/stp_off_01.gif);
	margin: 0 0 0 0;
	height: 20px;
	padding-top: 5px;
}
/*  ------------- 発信元事前登録 -------------  */