@charset "utf-8";

/* * html ではじまるものはIE5〜6用 */

/* *+html ではじまるものはIE7用 */

/* @group basic */

/* 基本設定 */

body,img,ul,ol,li,h1,h2,h3,h4,h5,h6,p,div,dl,dt,dd {
	margin: 0;
	padding: 0;
	border-style: none;
}

body {
	text-align: center;
	color: #505050;
	font: normal normal 0.85em/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kakugo Pro W3", "メイリオ", Meiryo, Osaka, "MS Pゴシック", Arial, Helvetica, Geneva, sans-serif;
}

ul,li {
	list-style-position: outside;
	list-style-type: none;
}

img {
	border: none;
}

#wrapper {
	margin: 0 auto;
	width: 806px;
	vertical-align: top;
	background-color: #fff;
}

.clearfix:after {
	content: ".";
	height: 0px;
	clear: both;
	display: block;
	visibility: hidden;
}

* html .clearfix {
	height: 1%;
}

*+html .clearfix {
	height: 1%;
}

/* 画像の回り込み */

img.left {
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	float: left;
}

img.leftList {
	padding-left: 1em;
	padding-bottom: 0.5em;
	float: right;
}

img.right {
	padding-bottom: 0.5em;
	float: right;
	padding-left: 0.5em;
}

/* @end */

/* @group link */

/* リンク関係 */

a:link,a:visited {
	color: blue;
}

a:hover,a:active {
	color: orange;
}

/* @end */

/* @group header */

/* ヘッダー */

#header {
	width: 800px;
	height: auto;
	margin: 15px 3px 0;
	padding: 0;
}

#header h1 {
	width: 201px;
	height: 50px;
	padding-left: 3px;
	float: left;
	display: block;
}

#header address {
	float: right;
	text-align: right;
	line-height: 1.6em;
	margin: -3px 0 0;
	padding: 0 10px 0 0;
	vertical-align: top;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
}

#header ul {
	width: 112px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	float: right;
	padding: 3px 1px 3px 3px;
}

#header ul li {
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	float: left;
	text-align: left;
}

#header ul li.left {
	width: 61px;
}

/* @end */

/* @group gnavi */

/* グローバルナビ */

#gnavi {
	width: 802px;
	height: 40px;
	margin: 12px 2px 16px;
	padding: 0 0 0 2px;
	background: url(img/gnavi_bg_public.jpg) no-repeat;
	display: block;
	text-align: left;
}

#top #gnavi {
	height: 35px;
	margin: 12px 2px -3px;
	background: url(img/gnavi_bg.jpg) no-repeat;
	text-align: left;
	padding: 0 0 0 2px;
	width: 802px;
	display: block;
}
/* @end */

/* @group visual */

/* トップイメージ */

#top #visualImage {
	width: 800px;
	margin: 0 3px 20px;
	padding: 0;
	height: 225px;
}

/* @end */

#contents ul.menulist {
	/*width: 100%;*/
	margin-top: 8px;
}

* html #contents ul.menulist {
	margin-top: 7px;
}

#contents ul.menulist li {
	width: 48%;
	padding-left: 2%;
	background: url(img/menu_mark_residentslist.gif) no-repeat 0 0.5em;
	float: left;
	display: block;
	font-size: 0.9em;
}

/* @group main */

/* メイン */

#main {
	width: 806px;
}

/* @group top */

/* トップページ用 */

/* @group menu */

/* メニュー */

#top #topMenu {
	width: 800px;
	text-align: left;
}

#top #topMenu h2 {
	background: url(../img/top_h2L_lifeevents.gif) no-repeat;
	width: 800px;
	height: 35px;
	text-align: left;
	display: block;
	font-size: 1em;
	padding-top: 8px;
	padding-left: 8px;
	margin-right: 3px;
	margin-left: 3px;
	margin-bottom: 10px;
}

* html #top #topMenu h2 {
	font-size: 1em;
}

#top #topMenu ul {
	width: 800px;
	margin-right: 3px;
	margin-left: 3px;
}

#top #topMenu ul li {
	width: 200px;
	height: 35px;
	display: block;
	float: left;
	margin-bottom: 12px;
}

#top #topMenu ul li a {
	width: auto;
	height: 28px;
	display: block;
	float: left;
	padding-left: 45px;
	text-align: left;
	padding-top: 7px;
}

#top #topMenu ul li a.emergency:link,
#top #topMenu ul li a.emergency:visited {
	background: url(../img/top_icon_emergency.gif) no-repeat 0 0;
}

#top #topMenu ul li a.emergency:hover,
#top #topMenu ul li a.emergency:active {
	background-position: 0 -35px;
}

#top #topMenu ul li a.baby:link,
#top #topMenu ul li a.baby:visited {
	background: url(../img/top_icon_baby.gif) no-repeat 0 0;
}

#top #topMenu ul li a.baby:hover,
#top #topMenu ul li a.baby:active {
	background-position: 0 -35px;
}

#top #topMenu ul li a.childcare:link,
#top #topMenu ul li a.childcare:visited {
	background: url(../img/top_icon_child.gif) no-repeat 0 0;
}

#top #topMenu ul li a.childcare:hover,
#top #topMenu ul li a.childcare:active {
	background-position: 0 -35px;
}

#top #topMenu ul li a.education:link,
#top #topMenu ul li a.education:visited {
	background: url(../img/top_icon_education.gif) no-repeat 0 0;
}

#top #topMenu ul li a.education:hover,
#top #topMenu ul li a.education:active {
	background-position: 0 -35px;
}

#top #topMenu ul li a.marriage:link,
#top #topMenu ul li a.marriage:visited {
	background: url(../img/top_icon_marriage.gif) no-repeat 0 0;
}

#top #topMenu ul li a.marriage:hover,
#top #topMenu ul li a.marriage:active {
	background-position: 0 -35px;
}

#top #topMenu ul li a.home:link,
#top #topMenu ul li a.home:visited {
	background: url(../img/top_icon_home.gif) no-repeat 0 0;
}

#top #topMenu ul li a.home:hover,
#top #topMenu ul li a.home:active {
	background-position: 0 -35px;
}

#top #topMenu ul li a.moving:link,
#top #topMenu ul li a.moving:visited {
	background: url(../img/top_icon_moving.gif) no-repeat 0 0;
}

#top #topMenu ul li a.moving:hover,
#top #topMenu ul li a.moving:active {
	background-position: 0 -35px;
}

#top #topMenu ul li a.endoflife:link,
#top #topMenu ul li a.endoflife:visited {
	background: url(../img/top_icon_endoflife.gif) no-repeat 0 0;
}

#top #topMenu ul li a.endoflife:hover,
#top #topMenu ul li a.endoflife:active {
	background-position: 0 -35px;
}

/* @end */

/* @group contents */

/* コンテンツ */

#top #topcontents {
	background: url(../img/top_cont_bg.gif) no-repeat;
	margin-top: 20px;
	width: 806px;
	text-align: left;
	margin-bottom: -5px;
	padding-bottom: 5px;
}

* html #top #topcontents {
	margin-top: 12px;
}

#top #topcontents dl {
	width: 260px;
	float: left;
	display: block;
	text-align: left;
}

#top #topcontents dl.residents {
	margin-right: 10px;
	margin-left: 11px;
}

* html #top #topcontents dl.residents {
	margin-right: 8px;
	margin-left: 9px;
}

#top #topcontents dl dt {
	width: 252px;
	height: 27px;
	margin: 4px 0 0 2px;
	padding: 8px 0 0 8px;
}

#top #topcontents dl.tourists dt {
	background: url(../img/top_h2S_tourists.gif) no-repeat;
}

#top #topcontents dl.residents dt {
	background: url(../img/top_h2S_residents.gif) no-repeat;
}

#top #topcontents dl.ikoma dt {
	background: url(../img/top_h2S_ikoma.gif) no-repeat;
}

#top #topcontents dl dd {
	margin: 8px 0 0 10px;
	font-size: 0.9em;
	text-align: left;
	background-position: 0 0.5em;
	padding-left: 12px;
	background-repeat: no-repeat;
}

#top #topcontents dl.tourists dd {
	background-image: url(img/menu_mark_tourists.gif);
}

#top #topcontents dl.residents dd {
	background-image: url(img/menu_mark_residents.gif);
}

#top #topcontents dl.ikoma dd {
	background-image: url(img/menu_mark_ikoma.gif);
}

/* @end */

/* @end */

/* @group other */

/* 中ページ用 */

/* @group menu */

/* メニュー */

#main #sidemenu {
	float: left;
	display: block;
	width: 206px;
	text-align: left;
}

#main #sidemenu dl {
	width: 206px;
	background: url(img/menu_bg.gif) no-repeat;
	float: left;
	display: block;
	text-align: left;
	margin-bottom: -5px;
	padding-bottom: 5px;
}

#main #sidemenu dl dt {
	width: 192px;
	height: 27px;
	margin: 4px 0 0 3px;
	padding: 8px 8px 0;
	font-size: 1.1em;
}

#tourists #main #sidemenu dl dt {
	background: url(img/menu_bg_tourists.gif) no-repeat;
}

#residents #main #sidemenu dl dt {
	background: url(img/menu_bg_residents.gif) no-repeat;
}

#ikoma #main #sidemenu dl dt {
	background: url(img/menu_bg_ikoma.gif) no-repeat;
}

#main #sidemenu dl dd {
	margin: 8px 0 0 10px;
	font-size: 0.9em;
	text-align: left;
	background-position: 0 0.5em;
	padding-left: 12px;
	background-repeat: no-repeat;
}

#ikoma #main #sidemenu dl dd {
	background-image: url(img/menu_mark_ikoma.gif);
}

#tourists #main #sidemenu dl dd {
	background-image: url(img/menu_mark_tourists.gif);
}

#residents #main #sidemenu dl dd {
	background-image: url(img/menu_mark_residents.gif);
}

#residents #main #sidemenu dl dd#childcareplus,
#residents #main #sidemenu dl dd#eductionplus,
#residents #main #sidemenu dl dd#emergencyplus,
#residents #main #sidemenu dl dd#healthplus,
#residents #main #sidemenu dl dd#housingplus,
#residents #main #sidemenu dl dd#informationplus,
#residents #main #sidemenu dl dd#insuranceplus,
#residents #main #sidemenu dl dd#livingplus,
#residents #main #sidemenu dl dd#taxesplus,
#residents #main #sidemenu dl dd#visasplus {
	background-image: url(img/menu_mark_plus.jpg);
	display: block;
}

#residents #main #sidemenu dl dd#childcareminus,
#residents #main #sidemenu dl dd#eductionminus,
#residents #main #sidemenu dl dd#emergencyminus,
#residents #main #sidemenu dl dd#healthminus,
#residents #main #sidemenu dl dd#housingminus,
#residents #main #sidemenu dl dd#informationminus,
#residents #main #sidemenu dl dd#insuranceminus,
#residents #main #sidemenu dl dd#livingminus,
#residents #main #sidemenu dl dd#taxesminus,
#residents #main #sidemenu dl dd#visasminus {
	background-image: url(img/menu_mark_minus.jpg);
	display: block;
}

#residents #main #sidemenu dl ul {
	margin-left: 21px;
}

* html #residents #main #sidemenu dl ul {
	margin-left: 0;
}

*+html #residents #main #sidemenu dl ul {
	margin-left: 0;
}

#residents #main #sidemenu dl ul li {
	background: url(img/menu_mark_grayallow.jpg) no-repeat 0 0.5em;
	padding-left: 14px;
	font-size: 0.9em;
}

* html #residents #main #sidemenu dl ul li {
	font-size: 1em;
}

*+html #residents #main #sidemenu dl ul li {
	font-size: 1em;
}

/* @end */

/* @group contents */

/* コンテンツ */

#contents {
	width: 578px;
	display: block;
	float: right;
	text-align: left;
	margin-right: 3px;
	margin-top: 4px;
}

* html #contents {
	margin-right: 1px;
}

#contents div.topic {
	border-bottom: 1px solid #ccc;
	padding-top: 8px;
	padding-bottom: 4px;
	margin-bottom: 16px;
}

*+html #contents div.topic {
	padding-bottom: 8px;
}

#contents div.topic h2 {
	float: left;
	font-size: 1.1em;
}

#contents div.topic a {
	float: right;
	height: 22px;
	padding-left: 30px;
	background: url(img/icon_print.gif) no-repeat;
	margin-left: 10px;
}

#tourists #contents div.topic {
	border-top: 3px solid #6DB4FB;
}

#ikoma #contents div.topic {
	border-top: 3px solid #4F9659;
}

#ikoma #contents ul {
	margin-left: 2em;
}

#ikoma #contents li {
	list-style-type: disc;
	list-style-position: outside;
}

#ikoma #contents h3,
#tourists #contents h3 {
	font-size: 1.1em;
	text-align: left;
	border-bottom: 1px dotted #666;
	margin-top: 14px;
	margin-bottom: 14px;
	padding-bottom: 4px;
}

#ikoma #contents dl {
	margin-left: 1em;
}

#ikoma #contents dl dt {
	font-size: 1.1em;
	border-bottom: 1px solid #4F9659;
	font-weight: bold;
	padding-top: 1em;
}

#ikoma #contents dl dd {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

#tourists #contents dl {
	margin-top: 1em;
}

#tourists #contents dl dt {
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 1em;
}

#tourists #contents dl dd {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin-left: 1em;
}

#tourists #contents dl dd dl {
	margin-top: 0.5em;
}

#tourists #contents dl dd dl dt {
	font-size: 1em;
}

#tourists #contents h4 {
	font-size: 1.1em;
	text-align: left;
	margin-bottom: 0.5em;
	margin-top: 2em;
}

#tourists #contents ol {
	margin-left: 2em;
}

#tourists #contents ol li {
	list-style-type: decimal;
	list-style-position: outside;
}

#tourists #contents ol li.industry {
	width:400px;
	display: block;
}
#residents #contents div.topic {
	border-top: 3px solid #FFCC33;
}

#residents #contents h3 {
	font-size: 1.1em;
	border-bottom: 1px solid #FFCC33;
	background: url(img/menu_mark_residentsh3.gif) no-repeat 0 0.4em;
	padding-left: 14px;
}

#residents #contents h4 {
	font-size: 1.1em;
	text-align: left;
	border-bottom: 1px dotted #666;
	margin-top: 14px;
	margin-bottom: 14px;
	padding-bottom: 4px;
}

#residents #contents div.info {
	margin-bottom: 2em;
}

#residents #contents div.info div.subtopic {
	margin-bottom: 0.3em;
	margin-top: 0.5em;
}

#residents #contents div.info div.subtopic h5 {
	font-size: 1em;
	float: left;
	text-align: left;
	width: 500px;
}

#residents #contents div.info div.subtopic a {
	float: right;
}


#ikoma #contents table,
#residents #contents div.info table {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	margin-top: 0.5em;
	margin-left: 1em;
	margin-bottom: 0.5em;
}

#ikoma #contents table td,
#residents #contents div.info table td,
#residents #contents div.info table th {
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	vertical-align: top;
}

#residents #contents div.info table th {
	text-align: center;
}

#residents #contents ul.default,
#residents #contents ol.default {
	margin: 0 0 0 1em;
	padding: 0;
}

#residents #contents ul.default ul,
#residents #contents ol.default ul {
	margin: 0 0 0.5em 1em;
	padding: 0;
}

#residents #contents ul.default ol,
#residents #contents ol.default ol {
	margin: 0 0 0.5em 1em;
	padding: 0;
}

#residents #contents ul.default li,
#residents #contents ul.default ul li,
#residents #contents ol.default ul li,
#residents #contents ul.default ul ul li,
#residents #contents ol.default ul ul li {
	list-style-type: disc;
	list-style-position: outside;
	margin: 0 0 0 1em;
	padding: 0;
}

#residents #contents ul.default ol li,
#residents #contents ol.default li,
#residents #contents ol.default ol li {
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0 0 0 1em;
	padding: 0;
}

#residents #contents ul.square {
	margin: 0 0 0 1em;
	padding: 0;
}

#residents #contents ul.square li {
	margin: 0 0 0 1em;
	list-style-type: square;
}

#residents #contents ul.square ul li {
	margin: 0 0 0 1em;
	list-style-type: circle;
}

#residents #contents ul.square ul ul li {
	margin: 0 0 0 1em;
	list-style-type: disc;
}

#residents #contents ul.disc {
	margin: 0 0 0 1em;
	padding: 0;
}

#residents #contents ul.disc li {
	margin: 0 0 0 1em;
	list-style-type: disc;
}

#residents #contents ul.circle {
	margin: 0 0 0 1em;
	padding: 0;
}

#residents #contents ul.circle li {
	margin: 0 0 0 1em;
	list-style-type: circle;
}

#residents #contents div.info table td.red,
#residents #contents div.info table th.red,
#residents #contents div.info li.red,
#residents #contents div.info span.red {
	color: red;
}

#residents #contents div.info table td.blue,
#residents #contents div.info table th.blue,
#residents #contents div.info span.blue {
	color: blue;
}

#contents ul.menulistliv {
	/*width: 100%;*/
	margin-top: 8px;
	margin-bottom: 40px;
}

* html #contents ul.menulistliv {
	margin-top: 7px;
}

#contents ul.menulistliv li {
	width: 48%;
	padding-left: 2%;
	background: url(img/menu_mark_residentslist.gif) no-repeat 0 0.5em;
	float: left;
	display: block;
	font-size: 0.9em;
}

#contents div.jplinks {
	border: 1px solid #FFCC33;
	padding: 8px 2%;
	margin-top: 20px;
	/*width: 92%;*/
	margin-bottom: 40px;
}

#contents div.jplinks ul.menulistjp {
	/*width: 92%;*/
}

#contents div.jplinks ul.menulistjp li {
	width: 48%;
	padding-left: 2%;
	background: url(img/menu_mark_residentslist.gif) no-repeat 0 0.5em;
	float: left;
	display: block;
	font-size: 0.9em;
}

#contents div.totop {
	margin-top: 2em;
	margin-bottom: 3em;
	text-align: right;
}

#contents div.totop a.totop {
	padding-left: 18px;
	text-align: left;
}

#contents div.totop a.pageback {
	padding-left: 18px;
	text-align: left;
	margin-right: 15px;
}

#tourists #contents div.totop a.totop {
	background: url(img/allow_tourists.gif) no-repeat 0 0.3em;
}

#residents #contents div.totop a.totop {
	background: url(img/allow_residents.gif) no-repeat 0 0.3em;
}

#ikoma #contents div.totop a.totop {
	background: url(img/allow_ikoma.gif) no-repeat 0 0.3em;
}

#tourists #contents div.totop a.pageback {
	background: url(img/back_tourists.gif) no-repeat 0 0.3em;
}

#residents #contents div.totop a.pageback {
	background: url(img/back_residents.gif) no-repeat 0 0.3em;
}

#ikoma #contents div.totop a.pageback {
	background: url(img/back_ikoma.gif) no-repeat 0 0.3em;
}

#tourists #main #contents p.accessmap {
	text-align: center;
}

/* @end */

/* @end */

/* @end */

/* @group footer */

/* フッター */

#footer {
	border: 1px solid #ccc;
	margin-top: 35px;
	margin-bottom: 20px;
	font-size: 0.75em;
	height: 1.5em;
	padding: 0.5em;
	clear: both;
}

/* @end */

/* @group Japanese Popup */

/* 日本語ポップアップ用 */

#jpwrapper {
	margin: 0 auto;
	width: 600px;
	vertical-align: top;
	background-color: #fff;
}

#jppopup #jpheader {
	width: 600px;
	height: auto;
	margin: 15px 3px 12px;
	padding: 0;
	text-align: left;
}

* html #jppopup #jpheader {
	margin: 15px 3px 2px;
}

#jppopup #jpheader h1 {
	width: 201px;
	height: 50px;
	padding-left: 3px;
	display: block;
}

#jppopup #jpmain {
	width: 600px;
	text-align: left;
}

#jppopup #jpmain div.topic {
	border-top: 3px solid #4F9659;
	border-bottom: 1px solid #ccc;
	padding-top: 8px;
	padding-bottom: 4px;
	margin-bottom: 16px;
}

#jppopup #jpmain div.topic h2 {
	font-size: 1.1em;
	float: left;
}

#jppopup #jpmain div.topic a {
	float: right;
	height: 22px;
	padding-left: 30px;
	background: url(img/icon_print.gif) no-repeat;
}

#jppopup #jpmain div.jptotop {
	margin-top: 20px;
	margin-bottom: 30px;
	text-align: right;
}

#jppopup #jpmain div.jptotop a.jptotop {
	padding-left: 18px;
	text-align: left;
}

#jppopup #jpmain div.jptotop a.jptotop {
	background: url(img/allow_ikoma.gif) no-repeat 0 0.3em;
}

#jppopup #jpmain table.accessmap {
	width: 600px;
}

#jppopup #jpmain table.accessmap tr th {
	font-size: 1.2em;
	padding-bottom: 10px;
	text-align: left;
	padding-left: 10px;
}

#jppopup #jpmain table.accessmap tr td {
	width: 300px;
	text-align: center;
	vertical-align: top;
	padding-bottom: 15px;
	padding-right: 10px;
	padding-left: 10px;
}

#jppopup #jpmain table.accessmap tr td p {
	margin-bottom: 20px;
	font-size: 0.85em;
	text-align: left;
	line-height: 1.4em;
	padding: 10px;
}

#jppopup #jpfooter {
	border: 1px solid #ccc;
	width: 590px;
	padding: 5px;
	margin-top: 35px;
	margin-bottom: 20px;
	font-size: 0.75em;
}

#jppopup #jpmain a.closeBtn {
	padding-left: 18px;
	text-align: left;
	background: url(img/close_ikoma.gif) no-repeat 0 0.3em;
}

/* @end */