body {
	padding: 0px;
	margin: 0px;
	font-size: 100%;
	color: #000;
	background: #fff;
/*	width: 800px;*/
	min-width: 800px;

}

/* リンク色 */

        :link { color: #0000CC; background-color: inherit; }
        :visited { color: #800080; background-color: inherit; }
        :link:hover, :visited:hover { color: #666; background-color: inherit; }
        :link:active { color: #000; background-color: inherit; }


#contents p, ul, dd {
	line-height: 1.2em;
}

#contents p {
/*	margin-top: 0px;*/
/*	margin-bottom: 10px;*/
}


#contents em, strong, dt {
	font-weight: bold;
	font-style: normal;
}


/*
基本レイアウト
*/

/* ヘッダー領域 */
div#header {
	float: left;
	width: 100%;
	border-top: 3px solid #004EA2;
}

/* ロゴ領域 */
div#logo {
	float: left;
	padding: 5px 3px 5px 3px;
}

div#logo h1 {
	padding: 0px;
	margin: 0px;
}

div#logo img {
	border: 0;
}

/* サイトリンク群 */
div#siteLinks {
	float: left;
	padding: 20px 5px 5px 0px;
	font-size: 80%;
	width: 200px;
}

div#siteLinks p {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	line-height: 1.5em;
}

div#siteLinks p a {
	white-space: nowrap;
}



/* 検索・文字拡縮ツールボックス */
div#toolbox {
	float: right;
	padding: 5px 5px 5px 0px;
	font-size: 80%;

}

/* 検索領域 */
div#search {



}

div#search form {
	display: inline;
	margin: 0px;
	padding: 0px;
}

div#search p {
	text-align: right;
	white-space: nowrap;
	margin: 0px;
	padding: 0px;

}


div#search img {
	vertical-align: middle;
	border: 0;
}

/* 文字サイズ変更 */
p#sizer {
	margin: 0px;
	padding: 0px;
	text-align: right;
	white-space: nowrap;

}

/* グローバルナビゲーション */
div#globalNav {
	float: left;
	width: 100%;
	color: #000;
	background: url(/content/000000002.png) #fff repeat-x;
}

div#globalNav span {
	position: absolute;
	top: 0px;
	left: -256px;
	width: 128px;
	font-size: 1px;
}

div#globalNav #na {
	float: left;
	background: url(/content/000000003.png) left top no-repeat;
	width: 5px;
	height: 24px;
}
div#globalNav #nb {
	float: left;
	background: url(/content/000000004.png) left top no-repeat;
	width: 5px;
	height: 24px;
}

div#globalNav ul {
	float: left;
	padding: 0;
	margin: 0;
	white-space: nowrap;
}

div#globalNav ul li {
	display: inline;
}

div#globalNav ul li a {
	float: left;
	text-decoration: none;
}

/* */
div#globalNav #n1 a {
	background: url(/content/000000005.png) left top no-repeat;
	width: 108px;
	height: 24px;
}

div#globalNav #n1 span {
	background: url(/content/000000006.png) left top no-repeat;
}

div#globalNav #n1 a:hover {
	background: url(/content/000000006.png) left top no-repeat;
}

div#globalNav #n1 a.now {
	background: url(/content/000000007.png) left top no-repeat;
}

div#globalNav #n1 a.now:hover {
	background: url(/content/000000006.png) left top no-repeat;
}

/* */
div#globalNav #n2 a {
	background: url(/content/000000008.png) left top no-repeat;
	width: 84px;
	height: 24px;
}

div#globalNav #n2 span {
	background: url(/content/000000009.png) left top no-repeat;
}

div#globalNav #n2 a:hover {
	background: url(/content/000000009.png) left top no-repeat;
}

div#globalNav #n2 a.now {
	background: url(/content/000000010.png) left top no-repeat;
}

div#globalNav #n2 a.now:hover {
	background: url(/content/000000009.png) left top no-repeat;
}

/* */
div#globalNav #n3 a {
	background: url(/content/000000011.png) left top no-repeat;
	width: 98px;
	height: 24px;
}

div#globalNav #n3 span {
	background: url(/content/000000012.png) left top no-repeat;
}

div#globalNav #n3 a:hover {
	background: url(/content/000000012.png) left top no-repeat;
}

div#globalNav #n3 a.now {
	background: url(/content/000000013.png) left top no-repeat;
}

div#globalNav #n3 a.now:hover {
	background: url(/content/000000012.png) left top no-repeat;
}

/* */
div#globalNav #n4 a {
	background: url(/content/000000014.png) left top no-repeat;
	width: 126px;
	height: 24px;
}

div#globalNav #n4 span {
	background: url(/content/000000015.png) left top no-repeat;
}

div#globalNav #n4 a:hover {
	background: url(/content/000000015.png) left top no-repeat;
}

div#globalNav #n4 a.now {
	background: url(/content/000000016.png) left top no-repeat;
}

div#globalNav #n4 a.now:hover {
	background: url(/content/000000015.png) left top no-repeat;
}

/* */
div#globalNav #n5 a {
	background: url(/content/000000017.png) left top no-repeat;
	width: 97px;
	height: 24px;
}

div#globalNav #n5 span {
	background: url(/content/000000018.png) left top no-repeat;
}

div#globalNav #n5 a:hover {
	background: url(/content/000000018.png) left top no-repeat;
}

div#globalNav #n5 a.now {
	background: url(/content/000000019.png) left top no-repeat;
}

div#globalNav #n5 a.now:hover {
	background: url(/content/000000018.png) left top no-repeat;
}

/* コンテンツ領域 */
div#contents {
	float: left;
	width: 100%;
	margin-top: 10px;
}

/* 左列 */
div#lefty, div#leftytop{
	float: left;
	width: 18%;
}

/* 中列 */
div#centy {
	float: left;
	width: 60%;
}

/* 右列 */
div#righty {
	float: left;
	width: 18%;
}

/* 空白列 */
.spacer {
	float: left;
	width: 1%;
	font-size: 1px;
}

/* その他リンク群 */
p#extraLinks {
	margin: 0px;
	padding: 10px;
	font-size: 80%;
	border-bottom: 1px solid #ccc;
}

/* 奥付 */
div#footer {
}

div#logo2 {
	float: left;
	padding: 5px;
}

p#address {
	margin: 0px;
	font-size: 80%;
	float: left;
	padding: 10px 5px 5px 0px;
	width: 30%;
}

p#legal {
	margin: 0px;
	padding: 10px 5px;
	text-align: right;
	float: right;
	font-size: 80%;
	width: 45%;
}

/*汎用ボックス*/
.nbox {
	color: #000;
	background-color: #f7f7f7;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	padding: 10px;
}

/* IE float 文字消えバグ回避 */
.nbox .wrap {
	width: 100%;
}

.nbox p {
	margin: 0px 0px 10px 0px;
	font-size: 85%;
	line-height: 1.2em;
}

.nbox p.more {
	padding: 0px;
	margin: 0px;
	width: 70%;
	padding-left: 30%;
}

/*広告*/
.bbox {
	text-align: center;
	margin-bottom: 10px;
	font-size: 85%;
	padding: 0px;
}

.bbox p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	width: 100%;
	overflow: hidden;
}

.bbox img {
	border: none;
	margin-bottom: 5px;
}


.bbox p.more {

}

/*ショートカット*/
ul#shortCuts {
	list-style-type: none;
	font-size: 90%;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	color: #373A3E;
	background-color: inherit;
	border-top: 2px solid #ccc;
	line-height: 1.2em;
}

ul#shortCuts li {
	margin: 0px;
	padding: 5px;
	background: url(/content/000000058.png) top repeat-x;
	border-bottom: 2px solid #ccc;
}

ul#shortCuts li a {
	margin: 0px;
	padding-left: 20px;
	background:url(/content/000000025.gif) left center no-repeat;
	display: inline-block;
	text-decoration: underline;
}

ul.quickLinks {
	list-style: url(/content/000000045.gif) disc outside;
	line-height: 1.2em;
}

ul.quickLinks li {
	margin-bottom: 5px;
}

div#lefty ul.quickLinks, div#leftytop ul.quickLinks, div#righty ul.quickLinks {
	font-size: 80%;
	margin: 0px;
	padding-left: 20px;
}

ul.extarnalLinks {
	list-style: url(/content/000000046.gif) disc outside;
	line-height: 1.2em;
}

ul.extarnalLinks li {
	margin-bottom: 10px;
}

div#lefty ul.extarnalLinks, div#leftytop ul.extarnalLinks, div#righty ul.extarnalLinks {
	font-size: 90%;
	margin: 0px;
	padding-left: 20px;
}

p.more {
	text-align: right;
}

p.more a {
	padding-left: 10px;
	background: url(/content/000000020.gif) left center no-repeat;
	display: inline-block;
	text-decoration:  underline;
}

p.back {
	text-align: right;
	font-size: 90%;
	border-top: 1px solid #ccc;
	padding: 5px;
	margin: 0px;
}

p.back a {
	padding-right: 15px;
	background: url(/content/000000021.gif) right center no-repeat;
}

p.back a.upper {
	padding-right: 0px;
	padding-left: 12px;
	background: url(/content/000000059.gif) left center no-repeat;
}

div#centy p.more a {
	padding-right: 10px;
	font-size: 90%;
}

div#centy h2 {
	font-size: 110%;
	margin: 0px 0px 10px 0px;
	padding: 2px;
	background: url(/content/000000029.png) #fff left bottom repeat-x;
	color: #373A3E;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

div#centy h2 span {
	margin: 0px 0px 0px 5px;
	padding-left: 20px;
	background: url(/content/000000022.gif) left center no-repeat;
	display: inline-block;
}

div#centy h3 {
	font-size: 105%;
	border-bottom: 1px solid #ccc;
	padding: 2px;
	color: #666;
	background-color: inherit;
}

div#centy h3 span {
	margin: 0px 0px 0px 7px;
	padding-left: 15px;
	background: url(/content/000000052.gif) left center no-repeat;
	display: inline-block;
}

div#lefty h2, div#leftytop h2 {
	font-size: 90%;
	background: url(/content/000000029.png) #fff left bottom repeat-x;
	color: #373A3E;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 0px;
	padding: 2px;
}

div#lefty h2 span, div#leftytop h2 span {
	margin: 0px 0px 0px 5px;
	padding-left: 18px;
	background: url(/content/000000024.gif) left center no-repeat; /*color: #373A3E;*/
	display: inline-block;
}

div#righty h2 {
	font-size: 90%;
	background: url(/content/000000029.png) #fff left bottom repeat-x;
	color: #373A3E;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 0px;
	padding: 2px;
}

div#righty h2 span {
	margin: 0px 0px 0px 5px;
	padding-left: 18px;
	background: url(/content/000000024.gif) left center no-repeat;
	display: inline-block;
}

div#centy ul.news {
	font-size: 90%;
	margin: 0px;
	padding-left: 30px;
}

div#centy p {
	line-height: 1.3em;
	margin-bottom: 10px;
}

/*
下層レイアウト
*/
/*ローカルナビゲーション*/
#localNav {
	background: url(/content/000000050.png) #DEE0E0 top right repeat-y;
	margin-bottom: 10px;
	padding: 0px;
	width: 100%;
	border-top: 1px solid #ccc;
	color: inherit;
	border-bottom: 1px solid #ccc;
}

#localNav ul {
	list-style-type: none;
	font-size: 90%;
	margin: 0px;
	padding: 0px;
	line-height: 1.2em;
}

#localNav ul li {
	margin: 0px;
	padding: 0px;
}

#localNav ul li a {
	text-decoration: underline;
	display:block;
	width: 100%;
}

#localNav ul li a span {
	display:block;
	padding: 5px 5px 5px 25px;
	background:url(/content/000000054.gif) left center no-repeat;
}

#localNav ul li a:hover {
	color: #000;
	background-color: #ddd;}

#localNav ul li a.now {
	color : inherit;
	background-color: #fff;
}

#localNav ul li a.now span {
	background:url(/content/000000055.gif) left center no-repeat;
}

#localNav ul li a.now:hover {
	color : inherit;
	background-color: #ddd;
}


#localNav ul li.home a span {
	background:none;
	padding: 5px;
	font-weight: bold;

}

#localNav ul li.sub {
	margin: 0px;
	padding-left: 5px;
	font-size: 80%;
}

#localNav ul.out {
	border-top: 1px solid #fff;
}

#localNav ul.out  li a span {
	background:url(/content/000000056.gif) left center no-repeat;

}

/* パンくずナビ  */
#crumb {
	margin-bottom: 5px;
	padding: 3px 5px 3px 24px;
	font-size: 80%;
	background: url(/content/000000053.png) left center no-repeat;
}

/* ページ見出し */
div#h1 {
	width: 100%;
	float: left;
	margin-bottom: 10px;
	padding: 0px;
	background: url(/content/000000048.png) left top repeat-x;
	border-top: 3px solid #004EA2;
}

div#h1 h1 {
	font-size: 130%;
	color: #373A3E;
	background-color: inherit;
	margin: 0px;
	padding: 10px;
	float: left;
	line-height: 1.2em;
}

div#h1 p {
	float: right;
	font-size: 80%;
	border: 1px solid #ccc;
	margin: 5px 5px 0px 5px;
	padding: 5px 5px 5px 30px;
	background: url(/content/000000057.gif) #E2EEF5 left center no-repeat;
	color : inherit;
}

div#rightyAlt {
	float: left;
	width: 79%;
}

div#rightyAlt h2 {
	font-size: 110%;
	padding: 2px;
	background: url(/content/000000029.png) #fff left bottom repeat-x;
	color: #373A3E;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 0px 0px 10px 0px;
}

div#rightyAlt h2 span {
	margin: 0px 0px 0px 5px;
	padding-left: 20px;
	background: url(/content/000000022.gif) left center no-repeat;
	display: inline-block;
}

div#rightyAlt h3 {
	font-size: 105%;
	border-bottom: 1px solid #ccc;
	padding: 2px;
	color: #666;
	background-color: inherit;
}

div#rightyAlt h3 span {
	margin: 0px 0px 0px 7px;
	padding-left: 15px;
	background: url(/content/000000052.gif) left center no-repeat;
	display: inline-block;
}

/*
リスト類
*/

ul.texts {
	font-size: 100%;
	line-height: 1.2em;
}

ul.texts li {
	margin-bottom: 10px;
}

ul.links {
	list-style: url(/content/000000020.gif) disc outside;
	line-height: 1.2em;
}

ul.links li {
	margin-bottom: 10px;
}

div#lefty ul.links, div#leftytop ul.links, div#righty ul.links {
	font-size: 90%;
	margin: 0px;
	padding-left: 20px;
}

/*ニュース*/
ul.news {
	list-style: url(/content/000000023.gif) disc outside;
	line-height: 1.2em;
}

ul.news li {
	margin-bottom: 10px;
}

/*カテゴリ*/
.catLeft {
	float: left;
	width: 49%;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}

.catA {
	border-left: 5px solid #ccc;
	padding: 10px;
}
.catA h3 {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size: 100%;
}

.catA img {
	float: right;
	border: none;
}

.catA p {
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	line-height: 1.2em;
}

.catRight {
	float: right;
	width: 49%;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}

/*カテゴリリスト 2層*/
dl.catList {
	border-left: 5px solid #ccc;
	margin: 0px 0px 10px 0px;
}

dl.catList dt {
	margin: 0px;
	padding: 5px 10px;
	background: url(/content/000000029.png) bottom repeat-x;
	font-weight: bold;
	font-size: 90%;
}

dl.catList dd {
	margin: 0px;
	padding: 10px;
	font-size: 90%;
	line-height: 1.5em;
	border-top: #ccc 1px solid;
}

dl.dirList {
	margin-left: 10px;
}

dl.dirList dt {
	padding: 5px 5px 5px 15px;
	background: url(/content/000000023.gif) left center no-repeat;
	font-weight: bold;
	font-size: 100%;
}

dl.dirList dd {
	font-size: 90%;
	line-height: 1.2em;
}
/*関連リスト*/
dl.relList {
	margin-left: 10px;
}

dl.relList dt {
	padding: 5px 5px 5px 15px;
	background: url(/content/000000046.gif) left center no-repeat;
	font-weight: bold;
	font-size: 100%;

}

dl.relList dd {
	font-size: 90%;
	line-height: 1.2em;
}

/*
トップページ
*/

/* メインイメージ */
/*
JavaScriptで切り替える
デフォルトの画像を読み込む
*/
div#mainImg {
	width: 100%;
	height: 150px;
	padding: 0px;
	margin-bottom: 10px;
	background: url(/content/000000026.png) left top no-repeat;
}

/* 地図 */
p.map {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	text-align: center;
	width: 100%;
	overflow: hidden;
}

p.map img {
	border: 1px solid #ccc;
}

/*
生活ページ
*/

/*生活メニュー*/
.menu {
	float: left;
	width: 19.9%;
	margin-bottom: 10px;
}

.menu p {
	border: 1px solid #ccc;
	margin: 0px 5px;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	font-size: 90%;
	overflow: hidden;
}


.menu p img {
	margin-bottom: 5px;
	border: none;
}

.menu a {
	text-decoration: none;

}

/*
事業ページ
*/
h3.catchy {
	font-size: 105%;
	margin: 0px 10px 10px 0px;
	padding: 5px;
	color: #E60013;
	border-bottom: 1px solid #ccc;
	background: url(/content/000000049.png) #fff left bottom repeat-x;

}

/*
観光ページ
*/
/*観光メニュー*/
.pickup {
	float: left;
	width: 33%;
	margin-bottom: 10px;
}

.pickup p {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 90%;
	overflow: hidden;
	width: 100%;
}


.pickup p img {
	margin-bottom: 5px;
	border: none;
}

.pickup a {
	text-decoration: none;
}



/*
組織別ページ
*/
/*インデックスリスト*/
ul.indexLeft {
	float: left;
	list-style-type: none;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	line-height: 1.2em;
	width: 49%;
}

ul.indexLeft li {
	margin: 0px 0px 10px 0px;
	padding: 5px 10px;
	border: 1px solid #ccc;
	border-left: 5px solid #ccc;
}

ul.indexRight {
	float: right;
	list-style-type: none;
	font-size: 100%;
	margin: 0px;
	margin-bottom: 0px;
	padding: 0px;
	line-height: 1.2em;
	width: 49%;
}

ul.indexRight li {
	margin: 0px 0px 10px 0px;
	padding: 5px 10px;
	border: 1px solid #ccc;
	border-left: 5px solid #ccc;
}

/*

市長・市議会ページ

*/

/* ページ見出し */
div#h1Alt {
	width: 100%;
	margin-bottom: 10px;
	padding: 0px;
	border-top: 3px solid #5CBC66;
	border-bottom: 3px solid #5CBC66;
}

div#h1Alt h1 {
	font-size: 180%;
	color: #373A3E;
	background-color: inherit;
	margin: 0px;
	padding: 10px 300px 0px 10px;
	line-height: 1.2em;
}

div#h1Alt p {
	font-size: 90%;
	margin: 0px;
	padding: 0px 300px 10px 10px;
}

div#h1Alt img {
	float: right
}

div#h1Alt2 {
	width: 100%;
	margin-bottom: 10px;
	padding: 0px;
	border-top: 3px solid #004EA2;
	border-bottom: 3px solid #004EA2;
}

div#h1Alt2 h1 {
	font-size: 180%;
	color: #373A3E;
background-color: inherit;
	margin: 0px;
	padding: 10px 300px 0px 10px;
	line-height: 1.2em;
}

div#h1Alt2 p {
	font-size: 90%;
	margin: 0px;
	padding: 0px 300px 10px 10px;
}

div#h1Alt2 img {
float: right
}

div#h1Summary {
	width: 100%;
	float: left;
	margin-bottom: 10px;
	padding: 0px;
	background: url(/content/000000048.png) left top repeat-x;
	border-top: 3px solid #004EA2;
}

div#h1Summary h1 {
	font-size: 130%;
	color: #373A3E;
	background-color: inherit;
	margin: 0px;
	padding: 10px 10px 0px 10px;
	line-height: 1.2em;
}

div#h1Summary p {
	font-size: 80%;
	margin: 0px;
	padding: 0px 5px 5px 10px;
}


div#rightyAlt h2.alt {
	font-size: 110%;
	padding: 2px;
	background: url(/content/000005874.png) #49B159 left top repeat-x;
	color: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 0px 0px 10px 0px;
}

div#rightyAlt h2.alt span {
	margin: 0px 0px 0px 5px;
	padding-left: 20px;
	background: url(/content/000007745.gif) left center no-repeat;
	display: inline-block;
}


div#rightyAlt h3.alt {
	font-size: 105%;
	border-bottom: 1px solid #ccc;
	padding: 2px;
	color: #666;
background-color: inherit;
}

div#rightyAlt h3.alt span {
	margin: 0px 0px 0px 7px;
	padding-left: 15px;
	background: url(/content/000005868.gif) left center no-repeat;
	display: inline-block;
}


.mbox {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	padding: 0px;
}

div#rightyAlt .mbox h3 {
	font-size: 105%;
	border: none;
	padding: 2px;
	color: #666;
background-color: inherit;
	margin: 5px 0px 0px 0px;
}

div#rightyAlt .mbox h3 span {
	margin: 0px 0px 0px 7px;
	padding-left: 15px;
	background: url(/content/000005868.gif) left center no-repeat;
	display: inline-block;
}

div#rightyAlt .mbox h3.alt {
	font-size: 105%;
	border: none;
	padding: 2px;
	color: #666;
background-color: inherit;
	margin: 5px 0px 0px 0px;
}

div#rightyAlt .mbox h3.alt span {
	margin: 0px 0px 0px 7px;
	padding-left: 15px;
	background: url(/content/000000052.gif) left center no-repeat;
	display: inline-block;
}

/*告知*/
.notice {
	text-align: center;
	font-size: 90%;
	margin-bottom: 10px;
	padding: 0px;
}

.notice p {
	border: 1px solid #ccc;
	color : inherit;
	background: #E2EEF5;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding: 10px;
}

/* MacIE対策 \*/

p.oneShot {
	width: 100%;
	text-align: center;
	overflow: hidden;
}

/* */

/*

外国語ページ

*/

/* サイトリンク群 */
div#siteLinks2 {
	float: left;
	padding: 20px 5px 5px 0px;
	font-size: 80%;
}

div#siteLinks2 p {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	line-height: 1.5em;
}

div#siteLinks2 p a {
	white-space: nowrap;
}

div#siteLinks2 img {
	vertical-align: text-bottom;
	border: none;
}

dl.photos {
}

dl.photos dt {
	padding-top: 10px;
	margin: 0;
	color: #E60013;
	background-color: inherit;
	font-size: 110%;
	clear: both;
	border-top: #ccc 1px solid;
}

dl.photos dt img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}


/* トップページ幅 */
div#centyAlt {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
}

div#centyAlt h2 {
	font-size: 110%;
	padding: 2px;
	background: url(/content/000000029.png) #fff left bottom repeat-x;
	color: #373A3E;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 0px 0px 10px 0px;
}

div#centyAlt h2 span {
	margin: 0px 0px 0px 5px;
	padding-left: 20px;
	background: url(/content/000000022.gif) left center no-repeat;
	display: inline-block;
}

#contents p.intro {
	line-height: 1.4em;
	margin: 10px 0px;
	padding: 0px;
}

p.foreignImg {
	margin: 0px;
	padding: 0px;
}
.xbox {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	padding: 0px;
	color: #000;
	background-color: #f7f7f7;
}


/* pseudo hr */
div.hr {
	clear: both;
	height: 1px;
	margin: 0px;
	border-top: #ccc 1px solid;
	font-size: 1px;
	line-height: 1px;
}


/*

テーブルサンプル

*/

table.data1 {
	width: 80%;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	empty-cells: show;
	border-collapse: collapse;
	border-spacing: 0px 0px;
	border: #ccc 1px solid;
	font-size: 90%;
	line-height: 1.5em;
}

table.data1 caption {
	margin: 0px;
	padding: 10px 0px 5px 0px;
	text-align: center;
	font-size: 90%;
}

table.data1 tr th {
	padding: 2px;
	text-align: center;
	vertical-align: middle;
	color: #000;
	background-color: #f7f7f7;
	border: #ccc 1px solid;
}

table.data1 tr td {
	padding: 2px;
	text-align: center;
	vertical-align: middle;
	border: #ccc 1px solid;
}

table.data1 .hilight {
	color: #000;
	background-color: #FFFDED;
}



table.data2 {
	width: 80%;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	empty-cells: show;
	border-collapse: collapse;
	border-spacing: 0px 0px;
	border: #ccc 1px solid;
	font-size: 90%;
	line-height: 1.5em;
}

table.data2 caption {
	margin: 0px;
	padding: 10px 0px 5px 0px;
	text-align: center;
	font-size: 90%;
}

table.data2 tr th {
	padding: 2px;
	text-align: center;
	vertical-align: middle;
	color: #000;
	background-color: #EEF5EE;
	border: #ccc 1px solid;
}

table.data2 tr td {
	padding: 2px;
	text-align: center;
	vertical-align: middle;
	border: #ccc 1px solid;
}

table.data2 .hilight {
	color: #000;
	background-color: #FFFDED;
}


table.data3 {
	width: 80%;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	empty-cells: show;
	border-collapse: collapse;
	border-spacing: 0px 0px;
	border: #ccc 1px solid;
	font-size: 90%;
	line-height: 1.5em;
}

table.data3 caption {
	margin: 0px;
	padding: 10px 0px 5px 0px;
	text-align: center;
	font-size: 90%;
}

table.data3 tr th {
	padding: 2px;
	text-align: center;
	vertical-align: middle;
	color: #000;
	background-color: #FFE6E6;
	border: #ccc 1px solid;
}

table.data3 tr td {
	padding: 2px;
	text-align: center;
	vertical-align: middle;
	border: #ccc 1px solid;
}

table.data3 .hilight {
	color: #000;
	background-color: #FFFDED;
}

/*
イベントカレンダー用
*/

table.event_calendar {
	width: 80%;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	empty-cells: show;
	border-collapse: collapse;
	border-spacing: 0px 0px;
	border: #ccc 1px solid;
	font-size: 90%;
	line-height: 1.5em;
}

table.event_calendar caption {
	margin: 0px;
	padding: 10px 0px 5px 0px;
	text-align: center;
	font-size: 90%;
}

table.event_calendar tr th {
	padding: 2px;
	text-align: center;
	vertical-align: middle;
	color: #000;
	background-color: #f7f7f7;
	border: #ccc 1px solid;
}

table.event_calendar tr td {
	padding: 2px;
	text-align: left;
	vertical-align: middle;
	border: #ccc 1px solid;
}

table.event_calendar tr td.day {
	padding: 2px;
	text-align: center;
	vertical-align: middle;
	border: #ccc 1px solid;
}

table.event_calendar tr td.sun {
	padding: 2px;
	text-align: center;
	vertical-align: middle;
	border: #ccc 1px solid;
	background-color: #FFDDDD;
}

table.event_calendar tr td.sat {
	padding: 2px;
	text-align: center;
	vertical-align: middle;
	border: #ccc 1px solid;
	background-color: #DDDDFF;
}

table.event_calendar .hilight {
	color: #000;
	background-color: #FFFDED;
}


/*
サイト共用
*/


div.floatLeft {
	float: left;
	width: 49%;
}

div.floatRight {
	float: right;
	width: 49%;
}

/*おまけ*/
.appendix {
	text-align: center;
	font-size: 90%;
	margin: 10px 0;
	padding: 0px;
}

.appendix p {
	border: 1px solid #ccc;
	color : inherit;
	background: #FFFDED;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding: 10px;
}


.appendix em {
	font-weight: bold;
	font-style: normal;
}

/* 目次リスト */
ul.tocList {
	float: left;
	width: 80%;
	font-size: 90%;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-left: 0px;
	line-height: 1.2em;
	white-space: nowrap;
	list-style-type: none;
}

ul.tocList li {
	margin: 0px 10px 10px 0px;
	float: left;
	padding-left: 10px;
	background: url(/content/000000051.gif) left center no-repeat;
}

/* 画像フロート */
img.left {
	float: left;
	margin: 0px 10px 10px 0px;
	background-color: #fff;
	color : inherit;
}

img.right {
	float: right;
	padding: 0px 0px 10px 10px;
	background-color: #fff;
	color : inherit;

}
/* br */
br.alt {
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	border: none;
	margin: 0px;
	padding: 0px;
	display: block;
}


/* 擬似br */
div.br {
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
}

/*
Tweak
*/

/* 隠し */
.hide {
/*
	position: absolute;
	visibility: hidden;
	top: 0px;
	left: -256px;
	width: 128px;
*/
	display: none;
}

/* 隠しhr */
hr.hide {
	display: none;
}

/* CSS Document */

/* Start 新規コンテンツ用スタイル定義 */

/* Start 1-1.拡張定義リストスタイル */
.paralleldefinitionlist,.designeddefinitionlist {
	margin-top: 24px;
}

.paralleldefinitionlist dt,.designeddefinitionlist dt {
	float: left;
	clear: both;
	display: block;
	padding: 4px;
	font-weight: bold;
}

.paralleldefinitionlist dd,.designeddefinitionlist dd {
	display: block;
	padding: 4px;
}

.paralleldefinitionlist h2,.paralleldefinitionlist h3,.paralleldefinitionlist p,.paralleldefinitionlist dl,.designeddefinitionlist h2,.designeddefinitionlist h3,.designeddefinitionlist p,.designeddefinitionlist dl {
	clear:both;
}
/* End 1-1.拡張定義リストスタイル */

/* Start 1-2.個別部分スタイル */
.paralleldefinitionlist dt {
	width: 140px;
}

.paralleldefinitionlist dd {
	margin-left: 152px;
}

.designeddefinitionlist dt {
	width: 240px;
}

.designeddefinitionlist dd {
	margin-left: 252px;
}

.imgspacer img {
	margin-right: 24px;
	margin-bottom: 8px;
}
.ddbranchaddress {
	font-weight: bold;
	color: #006600;
}
.designeddtalignright {
	text-align: right;
}
/* End 1-2.個別部分スタイル */

/* End 新規コンテンツ用スタイル定義 */

