@charset "utf-8";
@import "control.css";
@import "cont_base.css";
/******************************
=1: メニューエリア

*******************************/

/*------------------------------
=1: メニューエリア
------------------------------*/
.menuarea {
	width:520px;
	margin:15px auto 30px;
	background:url(../img/line_Dgreen.jpg) no-repeat bottom center;
}

.menuarea ul {
	width: 520px;
	margin-bottom:20px;
	list-style:none;
}

.menuarea ul li {
	width:116px;
	position:relative;
	float: left;
	padding:0;
	margin:0 6px 13px 7px;
}

.menuarea a.b_medical,a.b_life,a.b_work,a.b_worker,a.b_money,a.b_book,a.b_mate,a.b_consul,a.b_family
{
	width:116px;
	height:43px;
	display:block;
	text-indent:-9999em;
}

.menuarea a.b_medical {
	background:url(../img/support/btn_medical.png) no-repeat top center;
}
.menuarea a.b_life {
	background:url(../img/support/btn_life.png) no-repeat top center;
}
.menuarea a.b_work {
	background:url(../img/support/btn_work.png) no-repeat top center;
}
.menuarea a.b_worker {
	background:url(../img/support/btn_worker.png) no-repeat top center;
}
.menuarea a.b_money {
	background:url(../img/support/btn_money.png) no-repeat top center;
}
.menuarea a.b_book {
	background:url(../img/support/btn_book.png) no-repeat top center;
}
.menuarea a.b_mate {
	background:url(../img/support/btn_mate.png) no-repeat top center;
}
.menuarea a.b_consul {
	background:url(../img/support/btn_consul.png) no-repeat top center;
}
.menuarea a.b_family {
	background:url(../img/support/btn_family.png) no-repeat top center;
}

/* hover */
.menuarea a.b_medical:hover,a.b_life:hover,a.b_work:hover,a.b_worker:hover,a.b_money:hover,a.b_book:hover,a.b_mate:hover,a.b_consul:hover,a.b_family:hover
{
	background-position:0 -43px;
}

/********For IE6*********/

*html .menuarea ul li {
	width:116px;
	position:relative;
	float: left;
	padding:0;
	margin:0 6px 8px 6px;
}


/*------------------------------
=2: コンテンツ目次エリア
------------------------------*/
.menuarea2 {
	clear: both;
	width:520px;
	margin:0 auto 5px;
	background:url(../img/line_Lgreen.jpg) no-repeat bottom center;
}

.mokujiarea {
	width: 520px;
	margin: 10px 0 0 0;
	padding-bottom:20px;
}

.mokujiarea ul.conmokuji,
.mokujiarea ul.conmokuji_l,
.mokujiarea ul.conmokuji_r {
	font-size:14px;
	float: left;
}

ul.conmokuji {
	width:460px;
	margin :0px 0 5px 45px;
}

.mokujiarea ul.conmokuji_l {
	margin :0px 0px 0px 45px;
	width: 220px;
}

.mokujiarea ul.conmokuji_r {
	margin :0px 0px 0px 20px;
	width: 220px;
}

.mokujiarea ul.conmokuji li,
.mokujiarea ul.conmokuji_l li,
.mokujiarea ul.conmokuji_r li {
	list-style:none;
	line-height:1.8em;
	padding-left:15px;
	background:url(../img/ico_DGarrow_r.png) no-repeat left 5px;
}
/* リンク無しディスクリストの場合 */
.mokujiarea ul.conmokuji li.li_disc,
.mokujiarea ul.conmokuji_l li.li_disc,
.mokujiarea ul.conmokuji_r li.li_disc {
	margin-left: 30px;
	padding-left: 0px;
	background: none;
	list-style: disc;
}

ul.conmokuji a,
ul.conmokuji_l a,
ul.conmokuji_r a{
	text-decoration:none;
	color:#666666;
}

ul.conmokuji a:hover,
ul.conmokuji_l a:hover,
ul.conmokuji_r a:hover {
	text-decoration:underline;
	color:#518502;
}

/*------------------------------
=3: 本文エリア
------------------------------*/
.menuarea3 {
	width:520px;
	margin:20px auto 30px;
	background:url(../img/line_Lgreen.jpg) no-repeat bottom center;
}

.menuarea3 p.lead {
	margin-top:10px;
	line-height:1.7em;
	font-size:14px;
	padding:0 10px 10px;
}

.detailindex {
	width:465px;
	margin:0 auto 5px;
	padding-bottom:10px;
	font-size:14px;
	background:url(../img/line_Lgreen.jpg) no-repeat bottom center;
}

table.cooling {
	width:460px;
	border:#ccc 1px solid;
	border-collapse:collapse;
	margin-bottom:10px;
}

table.cooling th {
	text-align:center;
	background-color:#efefef;
	border-bottom:#ccc 1px solid;
	border-right:#ccc 1px dashed;
}

table.cooling th.sell {
	width:220px;
}

table.cooling td {
	border-bottom:#ccc 1px solid;
	border-right:#ccc 1px dashed;
	padding:10px 0 10px 10px;
}

table.cooling td.date {
	text-align:center;
}

/*------------------------------
=3: 医療機関を探す　用
------------------------------*/
ul.search {
	width:430px;
	margin : 0 auto;
	padding:0 0 10px;
	font-size:14px;
}

ul.search li {
	list-style:none;
	line-height:1.9em;
	padding-left: 20px;
	background:url(../img/ico_Garrow_r.png) no-repeat left 5px;
}

ul.search a{
	text-decoration:none;
	color: #518502;
}

ul.search a:hover {
	text-decoration:underline;
	color: #ff9900;
}

/*------------------------------
=3: 精神保健福祉センター・救急医療用
------------------------------*/
#capbox {
	width:925px;
	margin:20px auto;
}

#capbox h2{
	font-size:22px;
	font-weight:bold;
	color:#518502;
}

#capbox .capright {
	float:right;
}

#capbox2 {
	width:925px;
	margin:20px auto;
	text-align:left;
	font-size:14px;
}

#capbox2 .indent {
	text-indent:1em;
}

#capbox2 a{
	text-decoration:underline;
	color: #518502;
}

#capbox2 a:hover {
	text-decoration:underline;
	color: #ff9900;
}


/*------------------------------
一覧表 アンカーリンク設定
------------------------------*/
#anchorbox {
	width: 925px;
	margin: 0px auto 5px;
	font-size: 12px;
}

#anchorbox a{
	text-decoration:underline;
	color: #518502;
}

#anchorbox a:hover {
	text-decoration:underline;
	color: #ff9900;
}

input.pageClose {
	margin-bottom: 10px;
	*padding-top: 2px;
}

table.mhcenter {
	width:925px;
	margin:0 auto;
	border:#ccc 1px solid;
	border-collapse:collapse;
	font-size: 14px;
}

table.mhcenter th {
	text-align:center;
	border-bottom:#ccc 1px solid;
	border-right:#ccc 1px dashed;
}

table.mhcenter th.city {
	text-align:left;
}

.cityname {
	width:80px;
}

.centername {
	width:235px;
}

.date {
	width:60px;
}

.zip {
	width:50px;
}

.addr {
	width:230px;
}


.tel {
	width:90px;
}

.work {
	width:180px;
}

table.mhcenter td {
	text-align:left;
	border-bottom:#ccc 1px solid;
	border-right:#ccc 1px dashed;
	padding:2px 5px;
}

table.mhcenter td.seirei {
	text-align:left;
	border-bottom:#ccc 1px solid;
	border-right:#ccc 1px dashed;
	padding:2px;
	text-indent:1em;
}

.linkbtn {
	width:122px;
	height:25px;
}

a.sitelink {
	width:122;
	height:25px;
	display:block;
	text-indent:-9999em;
	background:url(../img/btn_site.png) no-repeat top center;
}

/* hover */
a.sitelink:hover
{
	background-position:0 -25px;
}

/*------------------------------
=3: 医療費助成用
------------------------------*/
table.largesum {
	width:460px;
	border:#ccc 1px solid;
	border-collapse:collapse;
	margin-bottom:10px;
}

table.largesum th {
	text-align:center;
	background-color:#efefef;
	border-bottom:#ccc 1px solid;
	border-right:#ccc 1px dashed;
}

table.largesum th.kubun,
table.largesum th.later {
	width: 110px;
}

table.largesum th.limit {
	width:180px;
}

table.largesum td {
	border-bottom:#ccc 1px solid;
	border-right:#ccc 1px dashed;
	padding:10px;
}

table.largesum td.date {
	text-align:center;
}

/* 注釈の設定 */
dl.notes {
	line-height: 1.6em;
}

dl.notes dt {
	width:7%;
	display:inline;
	float:left;
}

dl.notes dd {
	width:93%;
	float:left;
}

/*------------------------------
=3:精神科に入院する患者用
------------------------------*/
/* 用語解説の設定 */
.explain {
	margin: 5px;
	padding: 10px;
	border: 2px dashed #b3ce59;
}

.explain p {
	padding-bottom: 0;
}

/*------------------------------
=3: 医療費助成用
------------------------------*/
table.service {
	width:530px;
	border:#ccc 1px solid;
	border-collapse:collapse;
	margin-bottom:10px;
	font-size:14px;
}

table.service th {
	width:130px;
	height:40px;
	text-align:center;
	font-weight:normal;
	border-bottom:#ccc 1px solid;
	border-right:#ccc 1px dashed;
	line-height:1.7em;
}

table.service td {
	border-bottom:#ccc 1px solid;
	border-right:#ccc 1px dashed;
	padding:10px 5px;
	vertical-align:top;
}

table.service_l {
	width:530px;
	border:#ccc 1px solid;
	border-collapse:collapse;
	margin-bottom:10px;
	font-size:14px;
}

table.service_l th {
	width:100px;
	height:40px;
	text-align:center;
	font-weight:normal;
	border-bottom:#ccc 1px solid;
	border-right:#ccc 1px dashed;
	line-height:1.7em;
}

table.service_l td {
	border-bottom:#ccc 1px solid;
	border-right:#ccc 1px dashed;
	padding:10px 5px;
	vertical-align:top;
}

/* ここから宮下追加分↓↓↓下全部です */
/*------------------------------
=5:精神障害保健福祉手帳について
------------------------------*/
table.tokyu {
	width: 460px;
	border:#ccc 1px solid;
	border-collapse:collapse;
	font-size: 14px;
}

table.tokyu th {
	width: 60px;
	text-align: center;
	background-color:#efefef;
	border-bottom:#ccc 1px solid;
	border-right:#ccc 1px solid;
}

table.tokyu td {
	border-bottom:#ccc 1px solid;
	border-right:#ccc 1px solid;
	padding:10px;
}

ul.service {
	width: 430px;
	margin:0 0 20px 20px;
	padding-left:15px;
}

ul.service li {
	font-size: 14px;
	line-height: 1.7em;
}

ul.service li.sv_name {
	font-weight: bold;
	list-style: none;
	margin-left: -15px;
}

/*------------------------------
=6:病気で仕事ができないときの保障制度
------------------------------*/
span.text_padding {
	padding-left: 12em;
}

/*------------------------------
=7:税金が安くなる制度
------------------------------*/
table.tax {
	width: 460px;
	border: #ccc 1px solid;
	border-collapse: collapse;
}

table.tax th {
	text-align: center;
	background-color: #efefef;
	border-bottom: #ccc 1px solid;
	border-right: #ccc 1px solid;
}

table.tax td {
	border-bottom: #ccc 1px solid;
	border-right: #ccc 1px solid;
	padding: 10px;
}

table.tax td ul {
	margin: 0 0 0 30px;;
	padding: 0;
	list-style: decimal;
}


table.tax td ul li {	
	line-height: 1.7em;
}


/*------------------------------
自立支援医療（精神通院医療）について
------------------------------*/
dl.katakana {
	line-height: 1.6em;
}

dl.katakana dt {
	width: 6%;
	display: inline;
	float: left;
}

dl.katakana dd {
	width: 94%;
	float: left;
}

table.selfpay {
	clear: both;
	width: 460px;
	margin-top: 20px;
	border: #ccc 1px solid;
	border-collapse: collapse;
	margin-bottom: 10px;
}

table.selfpay th {
	text-align:center;
	background-color: #efefef;
	border-bottom: #ccc 1px solid;
	border-right: #ccc 1px solid;
}

table.selfpay td {
	text-align: right;
}

table.selfpay td.rate {
	width: 40px;
	text-align: center;
}

table.selfpay td.limit {
	width: 150px;
	text-align: center;
}

table.selfpay td {
	border-bottom: #ccc 1px solid;
	border-right: #ccc 1px solid;
	padding: 10px;
}

table.selfpay td.text_left {
	text-align: left;
	padding-right: 5px;
}


table.selfpay02 {
	clear: both;
	width: 460px;
	border: #ccc 1px solid;
	border-collapse: collapse;
	margin-bottom: 10px;
}

table.selfpay02 th {
	text-align:center;
	background-color: #efefef;
	border-bottom: #ccc 1px solid;
	border-right: #ccc 1px solid;
}

table.selfpay02 td {
	text-align: right;
}

table.selfpay02 td.rate {
	width: 40px;
	text-align: center;
}

table.selfpay02 td.limit {
	width: 80px;
	text-align: center;
}

table.selfpay02 td {
	border-bottom: #ccc 1px solid;
	border-right: #ccc 1px solid;
	padding: 10px;
}

table.selfpay02 td.text_left {
	text-align: left;
	padding-right: 5px;
}

/*  */
ul.deci_indepe {
	margin:0 0 10px 55px;
	padding-left:20px;
	list-style:decimal;
}


ul.deci_indepe li {
	font-size:14px;	
	line-height:1.7em;
}

table.request {
	clear: both;
	width: 460px;
	border: #ccc 1px solid;
	border-collapse: collapse;
	margin-bottom: 10px;
}

table.request th {
	text-align:center;
	background-color: #efefef;
	border-bottom: #ccc 1px solid;
	border-right: #ccc 1px solid;
}

table.request th.attention {
	width: 200px;
}

table.request th.place {
	width: 130px;
}

table.request td {
	border-bottom: #ccc 1px solid;
	border-right: #ccc 1px solid;
	padding: 10px;
	vertical-align: top;
}


/* テーブル内リスト */
ul.disc_table {
	padding: 0 0 20px 15px;
	list-style: disc;
}


ul.disc_table li {
	font-size:14px;	
	line-height:1.7em;
}

/*------------------------------
イメージ設定(別ウインドウ用)
------------------------------*/
.img_center {
	width:400px;
	margin:0 auto;
}
.img_center img{
	margin:10px auto;
}

/*------------------------------
イメージ設定(サムネイル用)
------------------------------*/
.img_right {
	width:200px;
	float:right;
	margin-left:15px;
}


/*------------------------------
心の病気・精神疾患を治療している方へ
精神障害とともに生きる方へ
サブリストメニュー設定
------------------------------*/

.mokujiarea_sub {
	margin: 0;
}

.mokujiarea_sub ul {
	margin :0px 0 5px 0;
	font-size:14px;
}

.mokujiarea_sub ul li {
	list-style:none;
	line-height:1.8em;
	padding-left:15px;
	background:url(../img/ico_DGarrow_r.png) no-repeat left 5px;
}

.mokujiarea_sub ul li a {
	color: #518502;
	text-decoration: none;
}

.mokujiarea_sub ul li a:hover {
	color: #ff9900;
	text-decoration: underline;
}
/*------------------------------
kこころの健康サポートガイド設定
------------------------------*/
.mokujilist {
	width:520px;
	margin:15px auto 30px;
	background:url(../img/line_Dgreen.jpg) no-repeat bottom center;
}
.mokujilist ul {
	width: 520px;
	margin-bottom:20px;
	list-style:none;
}

.mokujilist ul li {
	width:116px;
	position:relative;
	float: left;
	padding:0;
	margin:0 6px 13px 7px;
}

.mokujilist a.m_pdf
{
	width:518px;
	height:97px;
	display:block;
	text-indent:-9999em;
}

.mokujilist a.m_pdf {
	background:url(../img/top2/top_menu_supportguide.png) no-repeat top center;
}

/* hover */
.mokujilist a.m_pdf:hover
{
	background-position:0 -97px;
}
