@charset "utf-8";

/*--------------------------------------
  wrapper > sidebar
---------------------------------------*/

#content .sidebar {
	float: left;
	width: 220px;
}


/*--------------------------------------
  wrapper  > main
---------------------------------------*/

#main {
	float: right;
	width: 640px;
}


/*--------------------------------------
  wrapper > content
---------------------------------------*/

#content {
	margin: 0 10px;
}


/*--------------------------------------
  wrapper > content > sidebar
---------------------------------------*/

.sidebar h3 {
	background: url(../image/common/bg-h3.gif) repeat-x 0 bottom;
	padding: 0.3em 10px 0.5em;
	font-size: 132.5%;
	font-weight: bold;
}

.sidebar h3.bind {
	border-top: 1px solid #B9B9B9;
}

.sidebar div {
	border-top: 1px solid #B9B9B9;
	border-right: 1px solid #B9B9B9;
	border-bottom: 1px solid #B9B9B9;
	border-left: 1px solid #B9B9B9;
	margin-bottom: 10px;
}

.sidebar div ul {
	margin: 0 0.5em;
}

.sidebar div ul li {
	background: url(../image/common/line-dot.gif) repeat-x bottom;
	line-height: 1.8em;
	padding-right: 5px; 
	padding-left: 5px; 
}

.sidebar div ul li.last {
	background: none;
	padding-bottom: 5px;
}

/*--------------------------------------
  紙媒体向けスタイル定義 
---------------------------------------*/

@media print {
/*html body { zoom: 80%; }*/
/* * html body{ zoom:75%; }*/

body {
/*	font-size: 100%;*/
	line-height: 1.5;
	background-color: #FFF;
	margin: 0px;
}


a:link,
a:visited {
	color: #000;
	text-decoration: underline;
}


img {
	border: 0;
}



/*
#footer address{
	clear: both;
}
*/

/* 印刷時の非表示設定 */

hr {
	display: none;
}

#header #search-module,
#header #switch-module
{
	display: none;
}


/*
#header {
	display: none;
}


.topicpath {
	display: none;
}

#main hr {
	display: block;
}


p.gotop {
	visibility: hidden;
}


.sidebar,
#header #search-module,
#header #lang,
#header .courtesynav,
#switch-module
 {
	display: none;
}

*/
/* ページの基本構造　上書き */
/*
#wrapper {
	width: 98%;
	background: #FFF;
	margin: 0 auto;
	border: none;
	text-align: left;
}

#content {
	margin: 0px;
}

#header {
	background: url(../image/common/print/bg-header.gif)  no-repeat;
	height: 70px;
	position: relative;
}


#header h1 {
	display:none;
}

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

#main table {
	width: 92%;
}

#main p {
	width: 92%;
}
*/
#footer {
	color: #FFF;
	clear:both;
	width:100%;
	padding: 10px 0;
	/*
/*	background:#16264a url(../image/common/footer-bg_a.gif) repeat-x top;*/

	background: url(../image/common/footer-bg_a.gif) repeat-x top;
	text-align: center;
	line-height: 1.8em;
}

#footer address{
	clear: both;
}


/* 親切ナビゲーション */

#footer .courtesynav li {
	display: inline;
	padding-left: 2em;
}

#footer .courtesynav li.first {
	padding-left: 0;
}

#footer{
	color:black
}

#footer a{
	color:black
}


#copyright {
}



/* ようこそ知事室へ */

#chiji #main table {
	width: 100%;
}

#chiji #main p {
	width: 100%;
}

}