@charset "Shift_JIS";

/*===========================================================
公衆衛生ねっと（トップページ、各ページ基本部分のCSS）

目次

1.基本設定
2.文字
3.ヘッダー
4.イメージ
5.サイドメニュー
6.トピックス
7.フッター
=============================================================*/




/*===========================================================
1.基本設定（トップページ、各ページ）
=============================================================*/
body {
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	background: url(../images/base_img/background.gif) repeat-x;
	font-family:"ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka;
}

.base {
	width: 770px;
	margin: 0px auto;
	background: url(../images/base_img/base_back.gif) repeat-y;
}

.box {
	width: 770px;
	margin: 0px;
	padding: 110px 0px 0px 0px;
}

#sub_area {
	width:570px;
	margin:0px;
	padding:0 0 0 8px;
	float:left;
}


/*
form {
	margin: 0px;
	padding: 0px;
}
*/

/*フロートのクリア*/
.clear {
	clear: both;
}

/*全てのイメージ下の隙間を無くす*/
/*
img {
	vertical-align: text-bottom
}
*/


/*===========================================================
2.文字（トップページ、各ページ）
=============================================================*/
h1 {
	font-size: 0.8em;
	line-height: 1.1em;
	color: #447700;
	text-indent: 5px;
	position: absolute;
	z-index: 1;
	top: 10px;
	margin: 0px;
	padding-left: 10px;
	width: 650px;
}

h1 span {
	display: none;
}

p {
	margin: 0px;
	padding: 0px;
}


a {
	color: #447700;
	text-decoration: none;
}

a:hover {
	color: #669900;
	text-decoration: underline;
}


/*サイズ、行間*/
.fs01{
	font-size: 0.7em;
	line-height: 1.3em;
}

.fs02{
	font-size: 0.8em;
	line-height: 1.3em;
}

.fs03{
	font-size: 0.8em;
	line-height: 1.8em;
}

.fs04{
	font-size: 1.0em;
	line-height: 1.8em;
}

/*カラー*/
.fc01{
	color: #FFFFFF;
}

.fc02{
	color: #444444;
}

.fc03{
	color: #447700;
}

.fc04{
	color: #CC0000;
}

.fc05{
	color: #EE7700;
}

.fc06{
	color: #4477AA;
}

.fc07{
	color: #E66600;
}


/*===========================================================
3.ヘッダー（トップページ、各ページ）
=============================================================*/
.head {
	width: 770px;
	height: 110px;
	background: url(../images/base_img/head_back.gif) no-repeat center;
	position: absolute;
	top: 0px;
}

.head_sub {
	width: 770px;
	height: 110px;
	background: url(../images/base_img/head_sub_back.jpg) no-repeat center;
	position: absolute;
	top: 0px;
}

.head_rogo a {
	height: 60px;
	width: 222px;
	position: absolute;
	top: 35px;
	border-style: none;
	background: url(../images/base_img/spacer.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0px 0px 0px 15px;
}

.head_link a {
	height: 30px;
	width: 170px;
	position: absolute;
	top: 8px;
	border-style: none;
	background: url(../images/base_img/spacer.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0px 0px 0px 590px;
}

.head_link_h a {
	height: 30px;
	width: 180px;
	position: absolute;
	top: 8px;
	border-style: none;
	background: url(../images/base_img/spacer.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0px 0px 0px 400px;
}




/*===========================================================
4.イメージ（トップページ）
=============================================================*/
.topimage {
	width: 508px;
	height: 140px;
	float:right;
	background: url(../images/base_img/topimage01.jpg) no-repeat;
	padding-right:3px;
}



.topimage span {
	display: none;
}


/*  
INDEX 一覧のスクリプト
*/
.index_listcate{
	background: #4477AA;
	padding: 2px 5px;
	margin: 0px 5px 0px 0px;

}

.index_listyoto {
	background: #996633;
	padding: 2px 5px;
	margin: 0px 5px 0px 0px;
}

/*===========================================================
5.サイドメニュー（トップページ、各ページ）
=============================================================*/
/*トップページのサイドメニュー*/
.bnmenu {
	width: 240px;
	margin: 5px 0px 0px 5px;
	display:inline;
	float: left;
}

#jimukyoku {
	background: url(../images/base_img/jimu_bk.gif) repeat-y;
	margin-left:10px;
	padding-left:7px;
}

.bnmenu .jimu {
	background: url(../images/base_img/jimukyoku.gif) no-repeat;
	width: 208px;
	height: 29px;
	text-indent: -9999px;
}

.bnmenu .jimukyoku a {
	background: url(../images/base_img/bn_jimukyoku.gif) no-repeat;
	width: 110px;
	height: 25px;
	text-indent: -9999px;
	display: block;
}
.bnmenu .jimukyoku {
	background: url(../images/base_img/bn_jimukyoku_o.gif) no-repeat;
	margin: 5px 0 0 100px;
}
.bnmenu .jimukyoku a:hover {
	background: none;
}




.bnmenu ul {
	margin: 0px;
	padding:20px 0 0 0;
	clear:both;
}

.bnmenu li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.bnmenu .toha a {
	background: url(../images/base_img/bn_toha.gif) no-repeat;
	width: 225px;
	height: 47px;
	text-indent: -9999px;
	display: block;
}
.bnmenu .toha {
	background: url(../images/base_img/bn_toha_o.gif) no-repeat;
	margin: 0 0 0 10px;
}
.bnmenu .toha a:hover {
	background: none;
}


.bnmenu .area a {
	background: url(../images/base_img/bn_area.gif) no-repeat;
	width: 225px;
	height: 47px;
	text-indent: -9999px;
	display: block;
}
.bnmenu .area {
	background: url(../images/base_img/bn_area_o.gif) no-repeat;
	margin: 10px 0 0 10px;
}
.bnmenu .area a:hover {
	background: none;
}


.bnmenu .tema a {
	background: url(../images/base_img/bn_tema.gif) no-repeat;
	width: 225px;
	height: 47px;
	text-indent: -9999px;
	display: block;
}
.bnmenu .tema {
	background: url(../images/base_img/bn_tema_o.gif) no-repeat;
	margin: 5px 0 0 10px;
}
.bnmenu .tema a:hover {
	background: none;
}


.bnmenu .ichi a {
	background: url(../images/base_img/bn_ichiran.gif) no-repeat;
	width: 225px;
	height: 47px;
	text-indent: -9999px;
	display: block;
}
.bnmenu .ichi {
	background: url(../images/base_img/bn_ichiran_o.gif) no-repeat;
	margin: 10px 0 0 10px;
}
.bnmenu .ichi a:hover {
	background: none;
}


.bnmenu .sho a {
	background: url(../images/base_img/bn_shosai.gif) no-repeat;
	width: 225px;
	height: 47px;
	text-indent: -9999px;
	display: block;
}
.bnmenu .sho {
	background: url(../images/base_img/bn_shosai_o.gif) no-repeat;
	margin: 5px 0 0 10px;
}
.bnmenu .sho a:hover {
	background: none;
}


.bnmenu .kudasai a {
	background: url(../images/base_img/bn_kudasai.gif) no-repeat;
	width: 225px;
	height: 47px;
	text-indent: -9999px;
	display: block;
}
.bnmenu .kudasai {
	background: url(../images/base_img/bn_kudasai_o.gif) no-repeat;
	margin: 10px 0 0 10px;
}
.bnmenu .kudasai a:hover {
	background: none;
}


.bnmenu .link a {
	background: url(../images/base_img/bn_link.gif) no-repeat;
	width: 225px;
	height: 47px;
	text-indent: -9999px;
	display: block;
}
.bnmenu .link {
	background: url(../images/base_img/bn_link_o.gif) no-repeat;
	margin: 10px 0 0 10px;
}
.bnmenu .link a:hover {
	background: none;
}


.bnmenu .sanka a {
	background: url(../images/base_img/bn_sanka.gif) no-repeat;
	width: 225px;
	height: 47px;
	text-indent: -9999px;
	display: block;
}
.bnmenu .sanka  {
	background: url(../images/base_img/bn_sanka_o.gif) no-repeat;
	margin: 10px 0 0 10px;
}
.bnmenu .sanka a:hover {
	background: none;
}


.bnmenu .koushin a {
	background: url(../images/base_img/bn_koushin.gif) no-repeat;
	width: 225px;
	height: 47px;
	text-indent: -9999px;
	display: block;
}
.bnmenu .koushin {
	background: url(../images/base_img/bn_koushin_o.gif) no-repeat;
	margin: 10px 0 0 10px;
}
.bnmenu .koushin a:hover {
	background: none;
}


.bnmenu .otoi a {
	background: url(../images/base_img/bn_otoi.gif) no-repeat;
	width: 225px;
	height: 47px;
	text-indent: -9999px;
	display: block;
}
.bnmenu .otoi {
	background: url(../images/base_img/bn_otoi_o.gif) no-repeat;
	margin: 10px 0 0 10px;
}
.bnmenu .otoi a:hover {
	background: none;
}


.bnmenu .herupuro a {
	background: url(../images/base_img/bn_herupuro_01.gif) no-repeat;
	width: 225px;
	height: 47px;
	text-indent: -9999px;
	display: block;
}

.bnmenu .herupuro {
	background: url(../images/base_img/bn_herupuro_01.gif) no-repeat;
	margin: 10px 0 0 10px;
}








/*各ページのサイドメニュー*/
.sidemenu {
	width: 160px;
	float: right;
	padding-right:13px;
}

/*メニューを固定する*/
.sidemenu_no_kotei {
	position: fixed;
/*IE6以外*/
	padding-left/**/:595px;
/*IE6のみ*/
_position: absolute;
_top: expression(eval(document.documentElement.scrollTop+5));
_padding-left:15px;


}

.sidemenu ul, .sidemenu li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}


.sidemenu .about a {
	background: url(../image/btn_sub_what.gif) no-repeat;
	width: 160px;
	height: 60px;
	text-indent: -9999px;
	display: block;
	margin-bottom:10px;
}

.sidemenu .about {
	background: url(../image/btn_sub_what.gif) no-repeat;
}


.sidemenu .area a {
	background: url(../image/btn_sub_Karea.gif) no-repeat;
	width: 121px;
	height: 33px;
	text-indent: -9999px;
	display: block;
}

.sidemenu .area  {
	background: url(../image//btn_sub_Karea.gif) no-repeat;
	margin-left:39px;
}


.sidemenu .tema a {
	background: url(../image/btn_sub_Kthema.gif) no-repeat;
	width: 121px;
	height: 33px;
	text-indent: -9999px;
	display: block;
}

.sidemenu .name  {
	background: url(../image/btn_sub_Kname.gif) no-repeat;
	margin-left:39px;
}

.sidemenu .name a {
	background: url(../image/btn_sub_Kname.gif) no-repeat;
	width: 121px;
	height: 34px;
	text-indent: -9999px;
	display: block;
}

.sidemenu .tema  {
	background: url(../image/btn_sub_Kthema.gif) no-repeat;
	margin-left:39px;
}



.sidemenu .ichi a {
	background: url(../image/btn_sub_Jlist.gif) no-repeat;
	width: 121px;
	height: 57px;
	text-indent: -9999px;
	display: block;
}

.sidemenu .ichi {
	background: url(../image/btn_sub_Jlist.gif) no-repeat;
	margin-left:39px;
}

.sidemenu .sho a {
	background: url(../image/btn_sub_Jsyosai.gif) no-repeat;
	width: 121px;
	height: 50px;
	text-indent: -9999px;
	display: block;
}

.sidemenu .sho {
	background: url(../image/btn_sub_Jsyosai.gif) no-repeat;
	margin-left:39px;
}


.sidemenu .info a {
	background: url(../image/btn_sub_Jbosyu.gif) no-repeat;
	width: 160px;
	height: 58px;/*2つの時は55px*/
	text-indent: -9999px;
	display: block;
	margin-bottom:10px;
}

.sidemenu .info  {
	background: url(../image/btn_sub_Jbosyu.gif) no-repeat;
}


.sidemenu .sanka a {
	background: url(../image/btn_sub_Kbosyu.gif) no-repeat;
	width: 160px;
	height: 58px;
	text-indent: -9999px;
	display: block;
	_margin-bottom:-18px;
}

.sidemenu .sanka  {
	background: url(../image/btn_sub_Kbosyu.gif) no-repeat;
}


.sidemenu .link2 a {
	background: url(../image/btn_sub_link.gif) no-repeat;
	width: 160px;
	height: 42px;
	text-indent: -9999px;
	display: block;
	margin-bottom:10px;
}


.sidemenu .link2  {
	background: url(../image/btn_sub_link.gif) no-repeat;
}


.sidemenu .otoi a {
	background: url(../image/btn_sub_contact.gif) no-repeat;
	width: 160px;
	height: 43px;
	text-indent: -9999px;
	display: block;
	margin-bottom:10px;
}

.sidemenu .otoi  {
	background: url(../image/btn_sub_contact.gif) no-repeat;
}



.sidemenu .koushin a {
	background: url(../image/btn_sub_Kprofile.gif) no-repeat;
	width: 160px;
	height: 58px;
	text-indent: -9999px;
	display: block;
	margin-bottom:10px;
}

.sidemenu .koushin  {
	background: url(../image/btn_sub_Kprofile.gif) no-repeat;
}


.sidemenu .herupuro a {
	background: url(../images/base_img/bn_herupuro_02.gif) no-repeat;
	width: 160px;
	height: 45px;
	text-indent: -9999px;
	display: block;
}

.sidemenu .herupuro  {
	background: url(../images/base_img/bn_herupuro_02.gif) no-repeat;
}

.sidemenu .about a:hover {
	background: url(../image/btn_sub_whatOn.gif) no-repeat;
}

.sidemenu .area a:hover {
	background: url(../image/btn_sub_KareaOn.gif) no-repeat;
}

.sidemenu .tema a:hover {
	background: url(../image/btn_sub_KthemaOn.gif) no-repeat;
}

.sidemenu .name a:hover {
	background: url(../image/btn_sub_KnameOn.gif) no-repeat;
}


.sidemenu .info a:hover {
	background: url(../image/btn_sub_JbosyuOn.gif) no-repeat;
}

.sidemenu .ichi a:hover {
	background: url(../image/btn_sub_JlistOn.gif) no-repeat;
}

.sidemenu .sho a:hover {
	background: url(../image/btn_sub_JsyosaiOn.gif) no-repeat;
}

.sidemenu .sanka a:hover {
	background: url(../image/btn_sub_KbosyuOn.gif) no-repeat;
}

.sidemenu .link2 a:hover {
	background: url(../image/btn_sub_linkOn.gif) no-repeat;
}

.sidemenu .otoi a:hover {
	background: url(../image/btn_sub_contact.gif) no-repeat;
}

.sidemenu .koushin a:hover {
	background: url(../image/btn_sub_KprofileOn.gif) no-repeat;
}



/*===========================================================
6.トピックス（トップページ）
=============================================================*/
.information {
	width: 505px;
	padding-right:5px;
	float: right;
}

.information .bk a {
	background: url(../images/base_img/a.gif) no-repeat left center;
	color: #447700;
	text-decoration: none;
	padding: 2px 0px 2px 16px;
	float: right;
	display: block;
}

.information .bk a:hover {
	background: url(../images/base_img/a_o.gif) no-repeat left center;
	text-decoration: underline;
	color: #669900;
}

.information .topics {
	width: 378px;
	height: 45px;
	background: url(../images/base_img/topics.gif) no-repeat;
float:left;
}



.information .kensaku a {
	background: url(../images/base_img/bn_topicskensaku.gif) no-repeat;
	width: 120px;
	height: 45px;
	float:right;
	text-indent: -9999px;
	padding-right:7px;
	display: block;
}
.information .kensaku {
	background: url(../images/base_img/bn_topicskensaku_o.gif) no-repeat;
	display: block;
	float:right;
}
.information .kensaku a:hover {
	background: none;
}




.information .topics span {
	display: none;
}

.information .kiji {
	width: 490px;
}

.information .kiji ul , .information .kiji li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.information .kiji li {
	margin: 0px 0px 5px;
	padding: 3px 0px 3px 10px;
	background:url(../images/base_img/dot.gif) repeat-x;
	background-position:bottom;
}

}

/*記事左のアイコン*/
.information .kiji .icon1 {
	background: url(../images/c_file_img/icon_topi1.gif) no-repeat left center;
}

.information .kiji .icon2 {
	background: url(../images/c_file_img/icon_topi2.gif) no-repeat left center;
}

.information .kiji .icon3 {
	background: url(../images/c_file_img/icon_topi3.gif) no-repeat left center;
}

.information .kiji .icon4 {
	background: url(../images/c_file_img/icon_topi4.gif) no-repeat left center;
}

.information .kiji .icon5 {
	background: url(../images/c_file_img/icon_topi5.gif) no-repeat left center;
}




/*===========================================================
7.フッター（トップページ、各ページ）
=============================================================*/
.foot {
	margin: 0px;
	height: 10px;
	width: 770px;
	padding: 30px 0 10px 0;
	background: url(../images/base_img/base_back.gif) repeat-y;

}

.foot ul, .foot li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.foot li {
	float: right;
}

.foot a {
	background: url(../images/base_img/a.gif) no-repeat left center;
	display: inline;
	padding: 5px 15px 5px 16px;
}

.foot a:hover {
	background: url(../images/base_img/a_o.gif) no-repeat left center;
}


/*著作権*/
.copyright {
	margin: 0px auto;
	background: url(../images/base_img/foot_back.gif) repeat-x center;
	text-align: center;
	height: 22px;
	padding: 8px 0px 0px;
}

/*運営者*/
address {
	font-style: normal;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding: 10px 0px 20px;
}

/*JavaScript無効*/
noscript p {
	color: #990000;
	font-size: 0.9em;
	text-align: center;
}

