﻿/* ----------------------------------------------------------- */
/* サイト構造 */
/* ----------------------------------------------------------- */
/* 全要素のmargin、paddingを0設定 */

* {
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
}


body {
	background: #E2E2E2 url(image/share/diagonals.gif);
	text-align: left;
	color: #333;
	list-style-type: none;
	text-indent: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}r

/* ----------------------------------------------------------- */
/* ページ外枠 */

#container {
	margin: 0 auto;
	background-color: #ffffff;
	width: 800px;
	text-align: left;
}

/* ----------------------------------------------------------- */
/* ヘッダ	1)URheader→URshare.css
		2)上部ナビ 	*/

#header {
	margin: 0;
	height: 130px;
	color: #274186;
}

#banner {
	margin: 0px 0px 0px 10px;
	width: 785px;
	height: 85px;
}

#topicpath {
	clear: both;
	margin: 0px;
	padding: 3px 0px;
}

/* ----------------------------------------------------------- */
/* 2)上部ナビ */

#navigation {
	border-right: 3px solid #FFFFFF;
	border-left: 3px solid #FFFFFF;
}

ul.navi {
	margin: 0;
	border-bottom: 5px solid #4B7ECF;
	height: 35px;
}

	ul.navi li {
		display: block;
		float: left;
		border-right: 2px solid #FFFFFF;
		color: #FFFFFF;
	}

	ul.navi li a {
		display: block;
		background-color: #082D68;
		padding: 10px 0px 5px;
		width: 150px;
		height: 20px;
		text-align: center;
		text-decoration: none;
		color: #FFFFFF;
		font-size: 85%;
		font-weight: bold;
	}

	ul.navi li a:visited {
		color: #FFFFFF;
	}

	ul.navi li .youarehere {
		background-color: #4B7ECF;
	}

	ul.navi li a:hover {
		background-color: #A6C6E6;
		text-decoration: none;
		color: #6F8499;
	}

/* ----------------------------------------------------------- */ 
/* メイン	1)メインコンテンツ
		2)サイドメニュー */

#gContent {
	margin: 5px;
	padding: 2px 2px 20px;
}

/* ----------------------------------------------------------- */
/* 1)メインコンテンツ */

#main {
	float: left;
	margin: 0px 0px 10px;
	width: 540px;
}


/* ----------------------------------------------------------- */
/* 丸角box */

.rndbox {
	background: url(./image/share/rnd_tl.gif) no-repeat top left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 5px;
	
}

.rndtop {
	background: url(./image/share/rnd_tr.gif) no-repeat top right;
}

.rndbottom {
	background: url(./image/share/rnd_bl.gif) no-repeat bottom left;
}

	.rndbottom div {
		background: url(./image/share/rnd_br.gif) no-repeat bottom right;
		margin-top: 0px;
	}

.rndcontent {
	background: url(./image/share/rnd_r.gif) top right repeat-y;
}


	.rndtop div,
	.rndtop,
	.rndbottom div,
	.rndbottom {
		width: 100%;
		height: 15px;
		font-size: 1px;
	}

.rndcontent {
	margin-top: 0px;
}

.rndbottom {
	margin-top: -15px;
}

.rndcontent {
	padding: 5px 10px;
	text-align: left;
}

/* ----------------------------------------------------------- */
/* 2)サイドメニュー */

#menu {
	float: left;
	background-color: #E2E2E2;
	width: 230px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

/* ----------------------------------------------------------- */
/* フッタ	1)下部ナビ
		2)URfooter→URshare.css */

.footer {
	margin: 0;
}

/* ----------------------------------------------------------- */
/* 1)下部ナビ */

.subnavi {
	clear: both;
	width: 800px;
	text-align: center;
}
	.subnavi li {
		display: inline;
		border-right: 1px dashed #9AA7B6;
		padding: 0px .5em 0px;
		font-size: 90%;
		list-style-type: none;
	}

	.subnavi .subnavi_right {
		border-right: none;
	}

/* IE用 */
* html .subnavi li {  
	display: inline;
	padding-left: 1em;
}

/* ----------------------------------------------------------- */
/* 個別設定 */


.to_pagetop {
	clear: both;
	margin: 0px 0px 1em;
	text-align: right;
	list-style-type: none;
}

.contentimg {
	clear: both;
	margin: 0px 10px 0px;
	border: 1px solid #666666;
	width: 500px;
	text-align: center;
	overflow: hidden;
}

.clearbox {
	clear: both;
}

/* ----------------------------------------------------------- */
/* 個別ページ */
/* ----------------------------------------------------------- */
/* Top Page対応 */

.mainimg {
	margin: 0px 0px 20px;
	width: 530px;
	overflow: hidden;
}


/* ----------------------------------------------------------- */
/* ご案内対応 */

.aboutmap {
	display: block;
	float: right;
	margin: 0px 7px 0px;
	border: 1px solid #666666;
	width: 250px;
	overflow: hidden;
	text-align: center;
}

/* ----------------------------------------------------------- */
/* 計画概要対応 */

#cityplannning .planmap {
	clear: both;
	margin: 5px 0px 0px 2em;
	border: 1px solid #666666;
	width: 480px;
	text-align: center;
}

#cityplanschedule ul {
	list-style-type: none;
} 

#institution h3 .small {
	font-size: 80%;
}

/* ----------------------------------------------------------- */
/* 関連資料対応 */

.cityplanlist li {
	margin: 0em 1em 1em 2em;
	text-indent: -1em;
	line-height: 140%;
	list-style-type: none;
}

/* ----------------------------------------------------------- */
/* ----------------------------------------------------------- */
/* 書式設定 */
/* ----------------------------------------------------------- */

#menu {
	font-size: 85%;
}



/* 文章の行間を指定 */
#contents li, dl,dt, dd {
	line-height: 160%;
}

p {
	margin: 0px 0px 1em 5px;
	line-height: 130%;
}

ul,dl {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	margin-top: 0em;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 0em;
}

dd {
	margin: 0em 2em 1em 2em;
}

/* タイトル書式設定 */
#pagetitle {
	margin: 10px 5px 0px;
	color: #666666;
	font-size: 140%;
	font-weight: bold;
	width: 800px;
}

	#pagetitle a:link,
	#pagetitle a:visited {
		text-decoration: none;
		color: #666666;
	}

	#pagetitle a:hover {
		text-decoration: underline;
		color: #CE325C;
	}

/* メインコンテンツ書式設定 */
#main p {
	text-indent: 0;
	color: #000;
}

#main h1 {
	margin: .5em 0em 0em;
	padding: 0;
	color: #492007;
	font-size: 120%;
}

#main h2 {
	clear: both;
	margin: 1em 0 1em;
	background-color: #E2E2E2;
	padding: 3px 0px 3px 5px;
	font-size: 115%;
	text-align: left;
}

#main h3 {
	margin: .5em 0px .5em .5em;
	color: #906;
	font-size: 100%;
}

	#main h3 + p,
	#main h3 + p + p {
	text-indent: 0;
	color: #333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0em;
		}

#main h4 {
	margin: 1em 0px .5em 1em;
	color: #666666;

}

}

	#main h4 .smlink {
		font-size: 80%;
		font-weight: normal;
	}

	#main h4 + p,
	#main h4 + p + p {
	text-indent: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1em;
	}

	#main h4 + ul li {
	text-indent: 0;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1em;
	}
	
#main h5 {
	margin: 1em 0px .5em 1em;
	color: #333;
	font-size: 16px;
	background-color: #FFC;

}


.smlink {
		font-size: 80%;
		font-weight: normal;
	}

.title {
	margin: 0px 0px 10px;
	border-left: 10px solid #492007;
	border-bottom: 1px solid #492007;
	padding: 0px 0px 0px 10px;
}

.subt {
	margin: 0px;
	border-top: 1px dashed #999999;
	padding: 5px 0px 0px 3px;
	font-size: 130%;
	font-weight: bold;
	color: #666666;
}


#whatsnew li {
	font-size: 95%;
	line-height: 130%;
}

#whatsnew li .small {
	text-align: right;
	font-size: 80%;
}

.kawasakilink {
	margin: 1px;
	background-color: #ffffff;
	padding: 1px 2px;
	border: 1px solid #4B7ECF;
	text-decoration: none;
/*	font-weight: bold;*/
	font-size: 85%;
	color: #082D68;

}

.rndcontent li a,
.subnavi li a
{
	text-decoration: none;
	color: #000066;
	list-style-type: none;
	}

.rndcontent li a:visited,
.subnavi li a:visited
{
	color: #336699;
	}

.rndcontent li a:hover,
.subnavi li a:hover
{
	text-decoration: underline;
	color: #ce325c;
	}


/* サイドメニュー書式設定 */
#menu li {
	clear:both;
	list-style-type : square;
	list-style-image: url(image/share/square.gif);
	list-style-position: inside;
}

#menu li a {
	text-decoration: none;
	color: #000066;
	}

#menu li a:visited {
	color: #336699;
	}

#menu li a:hover {
	text-decoration: underline;
	color: #ce325c;
	}

#menu ul.category {
	margin: 0;
	background-color: #3F7FBF;
	font-size: 110%;
	font-weight: bold;
	}

#menu ul.category li {
	list-style-type: none;
	list-style-image: none;

}

	#menu ul.category li a {
		display: inline;
		float: left;
		margin:0px 0px 10px 0px;
		border-left: 10px solid #082D68;
		background-color: #4B7ECF;
		padding: 5px 0px 0px 10px;
		width: 210px;
		height: 22px;
		text-decoration: none!important;
		color: #FFFFFF!important;
	}

	 #menu ul.category li a:hover {
		background-color: #A6C6E6;
		color: #6F8499;
	}
#container #gContent #main ul li {
	font-weight: normal;
	text-align: left;
}
#container #gContent #main #abouttonomachi table tr td {
	font-size: 14px;
	color: #000000;
}
#container #gContent #main #abouttonomachi table tr th {
	font-weight: bold;
	color: #000000;
}
#container #gContent #main #contact_to table tr td {
	text-align: left;
	color: #000000;
}
#container #gContent #main #contact_to table tr th {
	text-align: center;
	color: #000000;
}
#container #gContent #main #contact_to table {
	text-align: left;
}
#container #gContent #main #contact_to table {
	text-align: left;
}
#container #gContent #menu ul h3 {
	text-align: center;
}
#container #gContent #main table {
	text-align: left;
}
#container #gContent #main #abouttonomachi p {
	color: #333;
}
