@charset "UTF-8";

/****************************************************************

basic.css

****************************************************************/

/*共通---------------------------------------------*/
body {
	text-align: left;
	margin: 0;
	padding: 0;
	 }

p,ul,li,dt,dd,th,td,h1,h2,h3 {
	margin: 0;
	padding: 0; }
	
img {
	border: none;
	vertical-align: bottom; }
	
		
.right {	text-align:right;}
.clear {	clear: both;}
.top-10{	margin-top: 10px;}
.btm-10{	margin-bottom: 10px;}

/*リンク設定---------------------------------------------*/
a:link {	color: #3b3b3b;	text-decoration: underline; }	
a:visited {	color: #3b3b3b;	text-decoration: underline; }	
a:hover {	color: #3b3b3b;	text-decoration: none; }

/*アンカーリンク-------------------------------------------*/
.skip { display: none;}	


/*大枠-----------------------------------------------------*/
#container {
	width:570px;
	margin-left:auto;
	margin-right:auto;
	}
	
/*ヘッダーCSS---------------------------------------------*/
#header p#logo{
	width:203px;
	height:68px;
	}
noscript{	display: none;}
#sub ul#subnavi {	display: none;}
#kensaku {	display: none;	}
/*グローバルナビCSS-------------------------------*/
#menu { display:none;	}
	
/*ナビ以下コンテンツCSS-------------------------*/	
#content{
	width:396px;
	background-color:#FFFFFF;
	font-size:80%;
	color:#3b3b3b;
	}
	
		
/*フッター設定=====================================================*/

/*ページの先頭へ戻る*/
#pagetop{ display:none;	}
	
/*フッタ*/
#footer{	display:none;	}
/*コピーライト*/
#copy{	display:none;	}

/****************************************************************

top.css

****************************************************************/

/*中央カラム設定=====================================================*/
#centerBox{
	width:394px;
	margin-left:80px;
	}

/****************************************************************

page.css

****************************************************************/

/*右カラム================================================*/
#leftBox{ display:none;	}

/*メインカラム=============================================*/

/*大枠---------------------------------------*/
#pageCenter{	width:570px;	}
#pageCenter .miniBox{ display:none;}
	
/*パンくず---------------------------------------*/
#pageCenter ul#pankuzu{
	background-image:url(../page_img/pankuzu.gif);
	background-position:left top;
	background-repeat:no-repeat;
	margin-bottom:13px;
	margin-top:10px;
	padding-left:90px;
	padding-top:5px;
	width:490px;
	}
ul#pankuzu li {	
	list-style:none;
	display:inline;
	line-height:140%;
			}
ul#pankuzu li a:link{color:#007083; text-decoration: underline;	}
ul#pankuzu li a:visited {color:#007083; text-decoration: underline;	}
ul#pankuzu li a:hover {color: #007083; text-decoration: none; }

	
/*タイトルデザイン---------------------------------------*/

#pageCenter h1{
	background-image:url(../page_img/page_title01.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
	background-color:#FFFFFF;
	font-size:160%;
	border:solid 1px #e6e6e6;
	padding:10px 10px 5px 10px;
	}
#pageCenter h2{ clear:both; font-size:100%;}
#pageCenter h2.type1{
	background-image:url(../page_img/page_title02.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
	background-color:#fdf2f2;
	font-size:130%;
	border:solid 1px #feb6b6;
	padding:9px 5px 5px 10px;
	margin-top:20px;
	}
#pageCenter h2.type3{
	border:solid 1px #FEB6B6;
	background-color:#fdf5f5;
	font-size:130%;
	padding: 6px 0px 5px 10px;
	font-size:130%;
	margin-top:10px;
	}
#pageCenter h2.type4{
	padding:10px 10px 8px 10px;
	font-size:130%;
	border-bottom:solid 3px #feb6b6;
	border-top: solid 1px #feb6b6;
	margin: 20px 0px 10px 0px;
	background-color:#FDF5F5;
	}
#pageCenter h3{
	background-image:url(../page_img/page_title03.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	font-size:100%;
	border-bottom:solid 2px #feb6b6;
	padding:0px 5px 3px 10px;
	margin:0px 0px 10px 0px;
	}
#pageCenter h3.type3{
	background-image:none;
	background-color:#EFEFEF;
	font-size:130%;
	padding: 6px 10px 5px 10px;
	border:solid 1px #ccc;
	margin-top:10px;
	}
#pageCenter h3.type5{
	background-image:url(../page_img/type5.gif);
	background-repeat:no-repeat;
	background-position:50% left;
	font-size:130%;
	padding: 9px 5px 3px 25px;
	border-bottom:solid 2px #feb6b6;
	margin-top:10px;
	}


/*リストページ---------------------------------------*/

/*概要*/
#pageCenter .gaiyou{
	margin:10px 0;
	font-size:120%;
	clear:both;
	line-height:130%;
	}
#pageCenter .text_float{
	margin:10px 0;
	font-size:115%;
	line-height:130%;
	text-align:left;
	}
#pageCenter .text_float2{
	margin:10px 0;
	font-size:115%;
	line-height:130%;
	text-align:left;
	}
#pageCenter .gaiyou a{
	font-size:100%;
	color:#007083;
	}

/*リスト設定*/
#pageCenter ul.pageList{
	margin-top:20px;
	margin-bottom:30px;
	list-style:none;
	padding-left:0px;
	}
.pageList li{
	line-height:140%;
	border-bottom:#cac8c8 1px dotted;
	font-size:110%;
	font-weight:bold;
	color:#007083;
	background-repeat:no-repeat;
	background-position:0px 5px;
	background-image:url(../page_img/arrow1.gif);
	margin:10px 0;
	padding:5px 5px 15px 26px;
	}
.pageList li a:visited{	color:#007083;	}
.pageList li.arrow2{
	background-image:url(../page_img/arrow2.gif);}
.pageList li.arrow3{
	background-image:url(../page_img/arrow3.gif);}

/*横並びリスト設定*/
ul.pageList2{
	margin:10px 0px 30px -10px;
	list-style:none;
	}
.pageList2 li{
	font-size:125%;
	display:inline;
	line-height:160%;
	}
#pageCenter .pageList2 li a{
	font-weight:bold;
	color:#007083;
	margin-right:5px;
	}
	
/*ディレクトリリスト*/
#pageCenter h2.type2{
	background-repeat:no-repeat;
	background-position:0px 48%;
	background-image:url(../page_img/arrow2.gif);
	padding: 15px 0px 12px 26px;
	font-size:130%;
	border-bottom:solid 3px #feb6b6;
	border-top: solid 1px #feb6b6;
	margin-top:10px;
	}
#pageCenter ul.directory{margin-left:20px;	}
#pageCenter ul.directory li{background-image:url(../page_img/arrow4.gif);}

/*各課トップページテンプレート*/
#pageCenter #kakuka{
	padding:0px 0 20px 0px;
	font-size:130%;
	}
#pageCenter #kakuka p{	padding:10px 0 0px 0px;
	font-size:100%;
	}
#pageCenter #kakuka p a{
	background-image:url(../page_img/arrow0_b.gif);
	background-repeat:no-repeat;
	background-position:0px 52%;
	padding-left:12px;
	font-size:90%;
	}
	
/*詳細ページ設定---------------------------------------------*/

/*繰り返し項目*/
.unit{margin-bottom:20px;}
/*繰り返し項目ここまで*/

.pageLink{
	margin-top:10px;
	margin-bottom:20px;
	list-style:none;
	}
.pageLink p{
	background-repeat:no-repeat;
	background-position:0px 50%;
	background-image:url(../page_img/arrow1.gif);
	padding: 2px 10px 2px 26px;
	}
.pageLink a{
	background-repeat:no-repeat;
	background-position:0px 50%;
	font-size:110%;
	
	}
.pageLink p.arrow3{	background-image:url(../page_img/arrow3.gif);}
.pageLink a.pdf{	background-image:url(../page_img/pdf.gif); padding: 12px 10px 8px 40px;	display:block;}
.pageLink a.word{	background-image:url(../page_img/word.gif); padding: 12px 10px 8px 40px; display:block;	}
.pageLink a.excel{	background-image:url(../page_img/excel.gif); padding: 12px 10px 8px 40px; display:block;	}
.pageLink a.power{	background-image:url(../page_img/power.gif); padding: 12px 10px 8px 40px; display:block;	}
.pageLink a.audio{	background-image:url(../page_img/audio.gif); padding: 12px 10px 8px 40px; display:block;	}
.pageLink a.txt{	background-image:url(../page_img/txt.gif); padding: 12px 10px 8px 40px; display:block;	}
.pageLink a.zip{	background-image:url(../page_img/zip.gif); padding: 12px 10px 8px 40px; display:block;	}
.pageLink a.csv{	background-image:url(../page_img/csv.gif); padding: 12px 10px 8px 40px; display:block;	}
.pageLink a.edit{	background-image:url(../page_img/edit.gif); padding: 12px 10px 8px 40px; display:block;	}
.pageLink p.mail{	background-image:url(../page_img/mail.gif); padding: 12px 10px 8px 40px; display:block;	}

	
/*繰り返し項目-ページトップへ*/	
.pagetop{
	clear:both;
	text-align:right;
	padding:0px 10px;
	}
	
/*お問い合わせ先*/
#toiawase{
	border: solid 1px #999;
	padding:10px;
	margin:20px 0 0px 0;
	line-height:140%;
}
#toiawase h2{
	font-size:110%;
	background-color:#c1ede6;
	padding: 10px 10px 5px 10px;
	margin-bottom:10px;
}
#toiawase p.toiawasemail {
	background:url(../page_img/mail.gif) no-repeat;
	background-position:0px 50%;
	padding:12px 0 8px 0;
}
#toiawase a{	color:#007083;
 padding: 0 10px 0 40px;}

/*更新日*/
#pageCenter p#koushin{ text-align:right;	font-size:90%; margin-top:10px;	}


/*広報かいづか*/
.pageList .borNone{border:0px; padding-bottom:0px;}
#pageCenter p#mokuji{
	background-color:#EFEFEF;
	border:solid 1px #c1c1c1;
	padding:10px 10px 7px 10px ;
	margin-bottom:30px;
	margin-top:15px;
	font-size:150%;
	font-weight:bold;
	}
	
/*よくある質問*/
#pageCenter h1.faq_q{
	background-image:none;
	padding-left:5px;
	padding-top:4px;
	padding-bottom:1px;
	border:0px;
	margin-left:30px;
	border-left:#ccc 3px solid; 
	}
#pageCenter div.faq_q{
	background-image:none;
	padding-left:5px;
	padding-top:0px;
	border:0px;
	margin-left:30px;
	line-height:150%;
	border-left:#77bcc9 3px solid;
	}
#pageCenter .faq{
	clear:both;
	margin:20px 0px 20px 0px;	
	}
#pageCenter .faq img{
	float:left; display:inline;
	}

/*申請書ダウンロード*/
#pageCenter #pdfDownload2{
	font-size:130%;
	font-weight:bold;
	margin: 15px 0px 30px 0px;
	}
#pdfDownload2 img{
	float:left; display:inline;
	margin-right:10px;
	margin-top:-5px;
	}
#pageCenter dl#shinseisyo{
	margin-top:20px;
}
#pageCenter dl#shinseisyo dt{
	float:left; display:inline;
	width:9em;
	font-weight:bold;
	clear:both;
	margin-bottom:20px;
	}
#pageCenter dl#shinseisyo dd{
	background-image:url(../page_img/shinsei_bg.gif);
	background-repeat:repeat-y;
	background-position:left;
	margin-left:9.5em;
	margin-bottom:20px;
	padding:0px 0px 0px 20px ;
	font-size:115%;
	line-height:140%;	
	}
#pageCenter dl#shinseisyo dd p.pageLink{ 
	 margin:0px;
	}
#pageCenter dl#shinseisyo dd p.pageLink a{ 
	 margin:0px;
	 font-size:120%;
	}
#pageCenter dl#shinseisyo dd div.pageLink{ 
	margin:0px;
	}
#pageCenter dl#shinseisyo dd div.pageLink a{ 
	font-size:120%;
	padding:5px 0px 0px 0px ;
	}

/*カレンダー*/
.cal {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #636363;
	border-right-color: #636363;
	margin-top:10px;
}
.cal th {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #636363;
	font-size: 120%;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #636363;
	width: 5%;
	text-align: center;
}
.cal td {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: double;
	border-bottom-color: #636363;
	border-left-color: #636363;
	font-size:115%;
	padding: 5px;
}
.cal td.day {
	width: 5%;
	text-align: center;
}
.cal td a {
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	line-height: 140%;
}
.cal tr.sun {	background-color: #fff8f8;	color: #e02729;}
.cal tr.sat {	background-color: #eff9ff;	color: #008cd2;}
.cal span {
	display: block;
	font-weight: bold;
	color: #e02729;
}
.cal_page img{ float:left; display:inline;
	margin-right:10px;}

/*カレンダー用追記081226*/
.calmonth {
	margin:10px auto 10px auto;
}
.calmonth tr {
	background-color:#616060;
	background-image:url(../page_img/cal_month.gif);
	background-position:left bottom;
	background-repeat:repeat-x;
}
.calmonth td {
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	height:25px;
	padding-bottom:10px;
	padding-top:10px;
	text-align:center;
	width:55px;
}
table.calmonth tr td a {
	margin:0px;
	padding:5px;
}
.calmonth td a {
	color:#FFFFFF;
	text-decoration:none;
}
table.calmonth tr td a.active,
table.calmonth tr td a:hover {
background-image:url(../page_img/cal_month_active.gif);
background-position:left top;
background-repeat:repeat-x;
color:#2D2E2D;
}
#pageCenter .cal td p a {
	font-size:110%;
}


/*市議会・教育委員会・防災トップ用テンプレート*/

#pageCenter h2.type6{
	padding: 15px 0px 12px 10px;
	font-size:130%;
	border-bottom:solid 3px #ccc;
	border-top: solid 1px #ccc;
	background-color:#EFEFEF;
	margin-top:10px;
	}
#pageCenter .portal_Box{
	clear:left;
}
#pageCenter .portal_left{
	float: left;
	width:273px;
	margin-right:20px;
}
#pageCenter .portal_right{
	float: left;
	width:274px;
}
#pageCenter .portal_Box ul.pageList{
	margin-bottom:20px;
}

/*公民館トップ用テンプレート*/

#pageCenter h2.type6.k_blue{
	border-bottom:solid 3px #0157b9;
	border-top: solid 1px #0157b9;
	background-color:#ecf4fd;
	}
#pageCenter h2.type6.k_red{
	border-bottom:solid 3px #d03737;
	border-top: solid 1px #d03737;
	background-color:#feeae3;
	}
#pageCenter h2.type6.k_green{
	border-bottom:solid 3px #009944;
	border-top: solid 1px #009944;
	background-color:#daf6e7;
	}
#pageCenter .kominkan_Box{
	clear:left;
}
#pageCenter .kominkan_left{
	float:left;
	width:183px;
	margin-right:10px;
}
#pageCenter .kominkan_right{
	float: left;
	width:183px;
}
#pageCenter .kominkan_Box ul.pageList{
	margin-bottom:0px;
}
#pageCenter .kominkan_Box ul.pageList li{
	background-image:url(../page_img/arrow4.gif);
}

/*動画用テンプレート*/
#pageCenter .douga_left{
	margin:10px 10px 0px 0px;
	line-height:130%;
	float:left;
	background-color:#EFEFEF;
	border:solid #ccc 1px;
	padding:5px 10px 5px 10px;
	}
#pageCenter .douga_left img{
	padding:5px 0px;
	}
#pageCenter .douga_left p{
	font-size:110%;
	font-weight:bold;
	}
#pageCenter .douga_right{
	margin:10px 0;
	font-size:120%;
	line-height:130%;
	}
	
/*施設案内マップ---------------------------------------*/

#pageCenter.map{
	width:757px;
	float: none; 	
	margin-left:10px;
	}
#pageCenter.map h2{
	font-size:130%;
	border-bottom:solid 3px #feb6b6;
	padding:0px 0px 5px 5px;
	margin-top:10px;
	}
#pageCenter.map ul#map_syubetsu{
	margin:0px 0px 10px 0px;
	padding:5px 0px 0px 0px;
	width:757px;
	}
#pageCenter.map ul#map_syubetsu li {	
	list-style:none;
	float:left;
	font-size:120%;
	padding: 12px 0px 6px 25px;
	background-repeat:no-repeat;
	background-position:0px 10px;
	white-space:nowrap;
	}
#pageCenter.map ul#map_syubetsu li#map_s_01 {background-image:url(../map/img/icon_s_01.gif);}
#pageCenter.map ul#map_syubetsu li#map_s_02 {background-image:url(../map/img/icon_s_02.gif);}
#pageCenter.map ul#map_syubetsu li#map_s_03 {background-image:url(../map/img/icon_s_03.gif);}
#pageCenter.map ul#map_syubetsu li#map_s_04 {background-image:url(../map/img/icon_s_04.gif);}
#pageCenter.map ul#map_syubetsu li#map_s_05 {background-image:url(../map/img/icon_s_05.gif);}
#pageCenter.map ul#map_syubetsu li#map_s_06 {background-image:url(../map/img/icon_s_06.gif);}
#pageCenter.map ul#map_syubetsu li#map_s_07 {background-image:url(../map/img/icon_s_07.gif);}
#pageCenter.map ul#map_syubetsu li#map_s_08 {background-image:url(../map/img/icon_s_08.gif);}
	
#pageCenter.map #map_google{
	float: left; display:inline;
	}

#pageCenter.map #map_ichiran{
	float:right; display:inline;
	width:163px;
	}
#pageCenter.map h3{
	background-image:none;
	font-size:120%;
	border:solid 1px #feb6b6;
	padding: 5px 5px 4px 5px;
	background-color:#ffebe8;
	margin: 0px 0px 5px 0px;
	}
#pageCenter.map h4{
	background-image:none;
	font-size:100%;
	border-bottom:solid 2px #CAC8C8;
	padding: 3px 0px 4px 7px;
	margin: 0px 0px 0px 0px;
	}
#pageCenter.map #map_ichiran ul{
	margin:0px 0px 10px 6px;
	padding:0px 0px 0px 0px;
	}
#pageCenter.map #map_ichiran ul li {	
	list-style:none;
	line-height:140%;
	font-size:120%;
	padding: 5px 0px 5px 23px;
	background-image:url(../map/img/icon_s_01.gif);
	background-repeat:no-repeat;
	background-position:0px 7px;
	}
#pageCenter.map #map_syubetsu a:link{color:#007083; text-decoration: underline;	}
#pageCenter.map #map_syubetsu a:visited {color:#007083; text-decoration: underline; }
#pageCenter.map #map_syubetsu a:hover {color:#007083; text-decoration: none; }
#pageCenter.map a:visited {text-decoration: underline; }
#pageCenter.map a:hover {text-decoration: none; }

/*共通---------------------------------------------*/

/*Adobe Readerダウンロード（PDF）*/
#pdfDownload{
	margin-top:30px;
	background-color:#EFEFEF;
	padding:8px;
	}
#pdfDownload img{
	float:left; display:inline;
	margin-right:10px;
	}
/*テキスト関連*/
#pageCenter p{ 
	font-size:95%;
	margin-bottom: 0.5em;
	}
#pageCenter p a{ 	font-size:140%;}

#pageCenter ul{ padding-left:20px;}

#pageCenter ol{padding-left:30px; }


#content .red{		color: #FF0000;}
#content .btm-0{	margin-bottom: 0px;}
#content .btm-15{	margin-bottom: 15px;}
#content .btm-20{	margin-bottom: 20px;}
#content .btm-30{	margin-bottom: 30px;}
#content .top-7{	margin-top: 7px;}/*トップ用*/
#content .top-10{	margin-top: 10px;}
#content .top-15{	margin-top: 15px;}
#content .top-20{	margin-top: 20px;}
#content .top-30{	margin-top: 30px;}

#content .w250 {width:250px;}


/*画像関連*/
#pageCenter div.img{	margin:10px 0;	}
#pageCenter div.img p{	margin-top:5px;	}
#pageCenter div.left{
	float: left;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
	}
#pageCenter div.right{
	float:right;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
	}
#pageCenter img.left {
	float:left;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
}
#pageCenter img.right{
	float:right;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
	}

.row2 {
	width: 570px;
	overflow: hidden;
}
.left2 {
	bottom:auto;
	position:relative;
	top:auto;
}
	
	

.table1 th, .table1 td {
    border: 1px solid #D4D0C8;
    border-collapse: collapse;
    padding: 5px;
}
.table1 th {
    background-color: #1E90BB;
    color: #FFFFFF;
    text-align: center;
}
.table1 .col1, .table1 .col2 {
    font-weight: bold;
    text-align: center;
}
.table1 .sat .col1, .table1 .sat .col2 {
    color: #0080D2;
}
.table1 .sun .col1, .table1 .sun .col2 {
    color: #E02729;
}
.table1 .hol .col1, .table1 .hol .col2 {
    color: #E02729;
}
.table1 .sat {
    background-color: #EFF9FF !important;
}
.table1 .sun {
    background-color: #FFF8F8 !important;
}
.table1 .hol {
    background-color: #FFF8F8 !important;
}
.table1 .col1 {
}
.table1 .col2 {
}
@media print {

/*文字が切れてしまう問題を解決*/		
	.imgTxtMod .wysiwygCom {	
		overflow:hidden;
	}	
}