﻿/* **************************************************************** */
/* *** -------------------------------------------------------- *** */
/* ***  * 事業概要      jigyo_gaiyo.html                           *** */
/* ***  *                                                       *** */
/* *** -------------------------------------------------------- *** */
/* **************************************************************** */

/* **************************************************************** */
/* *** Import CSS                                               *** */
/* **************************************************************** */

@import url("../../css/reset-fonts-grids.css");
@import url("../../css/global-style.css");   /* 初期設定と共通定義          */
@import url("../../css/global-sidebar.css"); /* サイドバーブロック定義      */

/* **************************************************************** */
/* *** コンテンツ                                               *** */
/* **************************************************************** */
.jigyou_list {
	width: auto;
	padding-top: 1em;
}

#contents .jigyou_list ul {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: 120%;
	margin: 0px;
} 

#contents .jigyou_list ul li {
	background-image: url(../../images/btn_list1.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-bottom: 20px;
	list-style-type: none;
}

#contents .jigyou_list ul ul {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin: 0px;
	font-size: 100%;
} 

#contents .jigyou_list ul ul li {
	background-repeat: no-repeat;
	padding-left: 0px;
	padding-bottom: 0px;
	list-style-type: none;
	margin-top: 10px;
	margin-left: 0em;
	background-image: none;
} 



/* 年度事業報告用　タイプ3の共通設定
----------------------------------------------------------- */
.table3	{
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-bottom: 30px;
	font-size: 93%;
}
.table3 th, .table3 td	{
	padding: 5px 5px;	/*color: #1D5C79;*/
}


/* 年度事業報告用　タイプ3
----------------------------------------------------------- */
.table3 th	{
	border-bottom: 2px solid #1D5C79;
	white-space: nowrap;
}

.table3 td .none {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}

.table3 td	{
	border-bottom: 1px solid #DDD;
	vertical-align: top;
	border-right: 1px solid #DDD;
}

.table3 .odd	{
	background: #E5F2F8;
}

.table3 p {
	margin: 0px;
	padding-left: 0px;
}

.table3 ul li {
	line-height: 1.5em;
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 15px;
}

.table3 ol {
	padding-left: 0px;
} 

.table3 ol li {
	list-style: none inside;
	line-height: 1.5em;
}

.table3 dl {
	margin: 0px;
	font-size: 100%;
	line-height: 1.5em;
}

.table3 dl dt {
	clear: both;
	float: left;
	color: #000;
}

.table3 dl dd {
	clear: none;
	float: none;
	padding-left: 4em;
}

.table3 dl ol {
	padding-left: 20px;
} 

.table3 dl ol li {
	list-style-type: decimal;
}

.dt_clear {
	float:left;  
	padding:5px 0 5px 10px;  
	clear:both;  
}

/*カッコ数字*/
.table3 li span, .table3 dt span, .table3 p span {
	/*position: absolute;*/
	top: 0;
	left: 0em;
	margin-right: 0.3em;
}

/** { zoom: 1; }
ul, ol, li { zoom: normal; }
*/
/*--------------- hyou2  ---------------*/
.hyou2 {
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.hyou2 table {
	border-collapse: collapse;
	border: 1px solid #666;
	border-spacing: 0;
	empty-cells: show;
	text-align: left;
	font-size: 97%;
	background-color: #FFFFFF;
	width: 95%;
	margin: 10px;
	line-height: 150%;
}
.hyou2 caption {
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 120%;
	text-align: left;
}
.hyou2 ol {
	width: auto;
	margin-left: 25px;
} 

.hyou2 ol li {
	list-style-type: decimal;
} 

.hyou2 th,.hyou2 tr,.hyou2 td {
	border: 1px solid #666;
	padding: 5px;
}

.hyou2-s1 {
	background-color: #CCFFCC;
	white-space: nowrap;
	text-align: left;
	font-weight: bold;
}
.hyou2-s2 {
	background-color: #F1FFE3;
	vertical-align: top;
}
.hyou2-s3 {
	white-space: nowrap;
	font-weight: bold;
	vertical-align: top;
}
.hyou2-s4 {
	white-space: nowrap;
}
#address {
	padding: 15px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin: 0px 160px 20px;
}

.clearer {
	clear: both;
	padding-top: 10px;
}
.next_back {
	text-align: center;
}
