@charset "UTF-8";

/*子育て・長生きナビ プリント用CSS*/

/****************************************************************

basic.css

****************************************************************/

body {
	text-align: left;
	margin: 0;
	padding: 0;
	background-color: #fff;
	background-position:center top;
	background-repeat:no-repeat;
	}
	 
* { font-family: 'ＭＳ Ｐゴシック',Osaka,sans-serif; }

p,ul,li,dt,dd,th,td,h1,h2,h3 {
	margin: 0;
	padding: 0; 
	line-height:140%;
	}
	
img {
	border: none;
	vertical-align: bottom; }
	
.clr {
	line-height: 1%;
	vertical-align: bottom;
	clear: both;
	margin-top: 10px; }
	
.clearFix:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
	
.clearFix{
	display: inline-table;
	}
	
/* Hides from IE-mac \*/
* html .clearFix {height: 1%;}
/* End hide from IE-mac */	
	
.right {	text-align:right;}
.clear {	clear: both;}
/*リンク設定---------------------------------------------*/
a:link {	color: #1537a5;	text-decoration: underline; }	
a:visited {	color: #1537a5;	text-decoration: underline; }	
a:hover {	color: #1537a5;	text-decoration: none; }

/*アンカーリンク---------------------------------------------*/
.skip { position: absolute; top: -9999px;}	
.anchor,.anchorlink { position: absolute; top: 0; left: 0;}
.skip a:link,.skip a:visited,.skip a:hover, { color: #535353;}
.hidden { display: none;}


/*大枠-----------------------------------------------------*/
#container {
	width:750px;
	margin-left:auto;
	margin-right:auto;
	}
	
/*ヘッダーCSS---------------------------------------------*/

#header h1#logo{
	text-indent: -9999px;
	float:left; display:inline;
	background-repeat:no-repeat;
	}

noscript{font-size:95%;}

/*文字サイズ変更CSS-------------------*/
.miniBox{
	display: none;
	}
	
/*サイト説明CSS-------------------*/
#siteSummary{
	clear:both;
	height:20px;
	color:#000;
	font-size:80%;
	padding:8px 0px 5px 0px;
	}
#siteSummary p{ float:left; display:inline;	}
#siteSummary ul{display:none;	}
	
/*グローバルナビCSS-------------------*/
#menu { display:none;	}
	
/*ナビ以下コンテンツCSS-------------------------*/	
#content{
	width:750px;
	background-color:#FFFFFF;
	font-size:80%;
	color:#535353;
	}
		
/*フッター設定=====================================================*/

/*ページの先頭へ戻る*/
#pagetop{display:none;}
	
/*フッタリンク*/
ul#footerlink{display:none;}
/*フッタ*/
#footer{display:none;}
/*アドレス*/
#footer address{display:none;}
/*コピーライト*/
#footer #copy{display:none;}


/*テキスト設定=====================================================*/

.btm10{margin-bottom:10px;}
.btm15{margin-bottom:15px;}
.btm20{margin-bottom:20px;}
.btm30{margin-bottom:30px;}


/****************************************************************

page.css

****************************************************************/

#header p#logo{
	float:left; display:inline;
	}

/*左カラム================================================*/
/*ヘッダ設定*/
#leftBox{ display:none;	}


/*メインカラム=============================================*/

/*大枠---------------------------------------*/
#pageCenter{
	width:570px;
	}
	
/*パンくず---------------------------------------*/
#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%;
			}
	
/*タイトルデザイン---------------------------------------*/

#pageCenter h1{
	background-repeat:repeat-x;
	background-position:bottom left;
	background-color:#FFFFFF;
	font-size:160%;
	border:solid 1px #e6e6e6;
	padding:8px 6px 5px 10px;
	}
#pageCenter h2{ clear:both;}
#pageCenter h2.type1{
	background-repeat:repeat-x;
	background-position:bottom left;
	background-color:#efefef;
	font-size:130%;
	border:solid 1px #ccc;
	padding:6px 5px 5px 10px;
	margin-top:20px;
	}
#pageCenter h3{
	background-repeat:no-repeat;
	background-position:bottom left;
	font-size:130%;
	border-bottom:solid 2px #ccc;
	padding:0px 5px 3px 10px;
	margin:0px 0px 10px 0px;
	}


/*リストページ---------------------------------------*/

/*概要*/
.gaiyou{
	background-color:#fff;
	margin:10px 0;
	font-size:120%;
	clear:both;
	line-height:130%;
	}

/*リスト設定*/
ul.pageList{
	margin-top:20px;
	margin-bottom:30px;
	list-style:none;
	}
.pageList li{
	font-size:120%;
	margin-bottom:20px;
	line-height:140%;
	border-bottom:#cac8c8 1px dotted;
	padding-bottom:20px;
	}
.pageList li a{
	font-size:110%;
	font-weight:bold;
	color:#1537A5;
	background-repeat:no-repeat;
	background-position:0px 50%;
	background-image:url(../img_special/arrow1.gif);
	padding: 5px 0px 5px 26px;
	}
.pageList li a:visited{	color:#1537A5;	}
.pageList li p.arrow2{
	background-image:url(../img_special/arrow2.gif);}
.pageList li p.arrow3{
	background-image:url(../img_special/arrow3.gif);}

/*ディレクトリリスト*/
#pageCenter h2.type2{
	background-repeat:no-repeat;
	background-position:0px 48%;
	background-image:url(../img_special/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 a{background-image:url(../img_special/arrow4.gif);}

/*詳細ページ設定---------------------------------------------*/

/*繰り返し項目*/
.unit{margin-bottom:20px;}
/*繰り返し項目ここまで*/

.pageLink{
	margin-top:10px;
	margin-bottom:0px;
	list-style:none;
	}
.pageLink p{
	background-repeat:no-repeat;
	background-position:0px 50%;
	background-image:url(../img_special/arrow1.gif);
	padding: 1px 10px 0px 26px;
	font-size:115%;
	}
.pageLink a{
	background-repeat:no-repeat;
	background-position:0px 50%;
	font-size:110%;
	}
.pageLink p.arrow3{	background-image:url(../img_special/arrow3.gif);}
.pageLink a.pdf{	background-image:url(../img_special/pdf.gif); padding: 12px 10px 8px 40px;	}
.pageLink a.word{	background-image:url(../img_special/word.gif); padding: 12px 10px 8px 40px;	}
.pageLink a.excel{	background-image:url(../img_special/excel.gif); padding: 12px 10px 8px 40px;	}
.pageLink a.power{	background-image:url(../img_special/power.gif); padding: 12px 10px 8px 40px;	}
.pageLink a.audio{	background-image:url(../img_special/audio.gif); padding: 12px 10px 8px 40px;	}
.pageLink a.txt{	background-image:url(../img_special/txt.gif); padding: 12px 10px 8px 40px;	}
.pageLink a.zip{	background-image:url(../img_special/zip.gif); padding: 12px 10px 8px 40px;	}
.pageLink a.csv{	background-image:url(../img_special/csv.gif); padding: 12px 10px 8px 40px;	}
.pageLink a.edit{	background-image:url(../img_special/edit.gif); padding: 12px 10px 8px 40px;	}
.pageLink p.mail{	background-image:url(../img_special/mail.gif); padding: 12px 10px 8px 40px;	}


	
/*繰り返し項目-ページトップへ*/	
.pagetop{
	clear:both;
	text-align:right;
	padding:0px 10px;
	}
	
/*お問い合わせ先*/
#toiawase{
	border: solid 1px #999;
	padding:10px;
	margin:20px 0 5px 0;
	line-height:140%;
}
#toiawase h2{
	font-size:110%;
	background-color:#d7d7d7;
	padding: 10px 10px 5px 10px;
	margin-bottom:10px;
}
#toiawase p.toiawasemail {
	background:url(../img_special/mail.gif) no-repeat;
	background-position:0px 50%;
	padding:12px 0 8px 0;
}
#toiawase a{
 padding: 0 10px 0 40px;}

/*更新日*/
#pageCenter p#koushin{ text-align:right;	font-size:90%;	}



/*カレンダー*/
.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;}


/*共通---------------------------------------------*/

/*Adobe Readerダウンロード（PDF）*/
#pdfDownload{
	margin-top:30px;
	background-color:#EFEFEF;
	padding:8px;
	}
#pdfDownload img{
	float:left; display:inline;
	margin-right:10px;
	}
/*テキスト関連*/

#content .red{		color: #FF0000;}
#content .btm-15{	margin-bottom: 15px;}
#content .btm-20{	margin-bottom: 20px;}
#content .btm-30{	margin-bottom: 30px;}
#content .top-10{	margin-top: 10px;}
#content .top-15{	margin-top: 15px;}
#content .top-20{	margin-top: 20px;}
#content .top-30{	margin-top: 30px;}


/*画像関連*/
#pageCenter div.img{	margin:0 0 10px 0;	}
#pageCenter div.img p{	margin-top:5px;	}
#pageCenter div.left{
	float:left;
	margin-right: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-bottom:10px;
}
#pageCenter img.right{
	float:right;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
	}
/*繰り返し項目-ページトップへ*/	
.pagetop{
	display:none;	
	}


/*ページの先頭へ戻る*/
#pagetop{ display:none;	}


	
	
	
	


