@charset "utf-8";
/* CSS Document */


/*==== トップページ ====*/

/*== メインビジュアル ==*/

#index #main_visual {
	border: 1px solid #9cbbea;
	margin-bottom: 10px;
	background: #d9e8fd url(../img/common/main_bg.jpg) repeat-x top;
	zoom: 1;
}

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

#index #main_visual .wrapper {
	background: url(../img/common/main_visual.jpg) no-repeat top right;
}

#index #main_visual p {
	float: left;
	width: 75%;
	padding: 15px 20px;
	line-height: 1.2em;
}

#index #main_visual .map {
	float: right;
	width: 1px;
	height: 118px;
}
#index #main_visual .map img {
	display: none;
}

/*== コンテンツエリア ==*/

#index #contents .box1 {
	border: 1px solid #cdcdcd;
	margin: 20px 0;
	padding: 8px 12px;
}

#index #contents .box1 p {
	margin-bottom: 0;
}

#index #contents .box1 .title {
	font-weight: bold;
	font-size: 85%;
}

#index .honbun .table2 th {
	font-weight: normal;
}


/*==== コンテンツエリア詳細 ====*/

/*== h1 ==*/

#contents h1 {
	border: 1px solid #cdcdcd;
	padding: 3px 10px 3px 4px;
	font-size: 90%;
	line-height: 1.3em;
	margin-bottom: 20px;
}

#contents h1 span {
	display: block;
	background: url(../img/common/h1.jpg) no-repeat left center;
	padding: 5px 0px 4px 12px;
}

#contents h2,
#contents h3 {
	font-size: 75%;
}


.list1 {
	font-size: 75%;
	margin: 12px 15px;
}

.list1 li {
	padding-left: 1em;
	text-indent: -1.1em;
	margin-bottom: 0.5em;
}

.list2 {
	font-size: 75%;
	margin: 12px 0px;
}

.list2 li {
	background: url(../img/common/arrow3.gif) no-repeat left center;
	padding-left: 12px;
	margin-bottom: 0.2em;
}

.list2 li.top {
	background: url(../img/common/arrow3.gif) no-repeat 0 3px;
}

.list2 li img {
	vertical-align: middle;
	margin: 0 5px;
}

.list3 {
	font-size: 75%;
	margin: 12px 0px;
}

.list3 li {
	background: url(../img/common/arrow3.gif) no-repeat 0 5px;
	padding-left: 12px;
	margin-bottom: 0.2em;
}

.honbun {
	margin: 12px;
}

.honbun p {
	font-size: 75%;
	margin: 15px 0;
	line-height: 1.5em;
}

.honbun .table2 {
	font-size: 75%;
	margin: 10px 0;
}

.honbun .table2 th,
.honbun .table2 td {
	line-height: 1.4em;
	vertical-align: top;
	padding: 0 5px 5px 0;
	text-align: left
}



.table3 {
	border-left: 1px solid #bbb;
	border-top: 1px solid #bbb;
	font-size: 75%;
	margin: 15px 0 15px 15px;
	line-height: 1.3em;
}

.table {
	width: 100%;
}
.table .table3 {
	width: 100%;
	margin: 15px 0;
}

.table3 caption {
	text-indent: -10000px;
}


.table3 th {
	background: #eee;
}

.table3 td,
.table3 th {
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	padding: 5px 10px 3px;
	text-align: center;
}

.table3 td {text-align: left;}

.table3.ca caption {
	text-indent: 0px;
	text-align: left;
}


.w20 {width: 20%;}

dl.dl1 {
	margin: 15px;
	font-size: 75%;
}
.dl1 dt {
	font-weight: bold;
	background: url(../img/common/arrow3.gif) no-repeat 0 50%;
	padding-left: 0.8em;
}
.dl1 dd {
	margin: 0.2em 0 1em 1.5em;
}

p.border {
	border: 1px solid #cdcdcd;
	margin: 20px 0;
	padding: 8px 12px;
}

/*==== History of the Board ====*/


#history #contents .img_box {
	font-size: 75%;
	margin: 15px;
}

#history #contents .img_box img {
	margin-bottom: 3px;
}

/*==== Organization of the Board ====*/

#organization .img100 {
	width: 100%;
	max-width: 1000px;
	height: auto;
	margin: 30px 0;
}


/*==== Audit Commission ====*/

#commission .box {
	font-size: 75%;
	margin: 15px 15px 30px;
}

#commission .box div {
	margin-bottom: 15px;
}

/*==== Coverage of Audit ====*/

#coverage img.chart {
	width: 500px;
	height: auto;
	margin: 20px 0;
}


/*==== Procedures of Audit ====*/

#procedure .wrapper img {
	float: left;
	margin: 0 1em 20px 0;
}

#procedure .wrapper .list2 {
	float: left;
}

/*==== Implementation of Audit ====*/


#implement .wrapper .left {
	font-size: 75%;
	margin: 15px 10px 15px 0;
	width: 230px;
}

#implement .wrapper .left img {
	margin: 0 15px 3px 0;
}

/*==== Analysis and Review of the Audit Findings ====*/

#procedure3 .box {
	margin: 15px;
}

/*==== Reflecting Audit Findings in Budget ====*/

#reflect .wrapper img.right {
	margin: 0 0 10px 10px;
}

#reflect .box {
	margin: 15px;
}

#reflect .box .list1 {
	margin: 0;
}


/*==== Chapter ====*/


#chapter .table2 td {
	padding-left: 1em;
}

/*==== privacy ====*/

#privacy .list1 {
	margin: 12px 0px;
}

#privacy .list1 li {
	padding-left: 1.5em;
	text-indent: -1.6em;
}


/*==== exchange ====*/

#gareview h2 {
	background: url(../img/common/h2.jpg) no-repeat left center;
	padding: 5px 10px 3px 15px;
	font-size: 85%;
	margin-bottom: 9px;
}

/*==== Government Auditing Review ====*/

#govern .list3 li {
	margin-bottom: 1em;
}

/*==== search ====*/

#result #cse-search-results iframe {
	width: 100%;
}