@import url(common.css);



div#contents_block_one {
	width: 100%;
	line-height: 1.6;
}

div#contents_block_one h2{
	color:#555;
	margin:0 auto 20px auto;
	background:url(../images/common/back_h2_xrepeat.gif) repeat-x left bottom;
	font-size:155%;
	font-weight:normal;
}

div#contents_block_one h2 span {
	display:block;
	padding:0px 15px 18px 10px;
	margin:0;
	line-height:1.2;
}

div#contents_block_one h3.title {
	margin-top: 20px;
	margin-bottom: 10px;
	padding-left: 16px;
	background:url("../images/gap/bg_heading.gif") no-repeat 0 0;
	font-size: 110%;
	line-height: 1.2;
}



ul.secondly li a:hover {
	background-color: #ffffff;
}

/* タブメニュー2のみの記述 */
ul.secondly {
	float: left;
	padding-top: 4px;
	padding-bottom: 1px;
	padding-left: 10px;
	width: 890px;
	background: #88a23a url("../images/gap/bg_tabmenu3.gif") repeat-x 0 0;
	line-height: 1;
	zoom:1;
}
* html ul.secondly {
	float: none;
}
ul.secondly li {
	position: relative;
	float: left;
	margin-right: 4px;
}

ul.secondly li a, 
ul.secondly li a span {
	color: #fff;
	font-size: 98%;
	font-weight: bold;
	display: block;
	background: url("../images/gap/gap_tab_secondly_bg.png") no-repeat;
}
ul.secondly li.disabled em, 
ul.secondly li.disabled em span {
	color: #ddd;
	font-size: 98%;
	font-weight: normal;
	font-style: normal;
	display: block;
}
ul.secondly li a ,
ul.secondly li.disabled em {
	position: relative;
	top: 1px;
	z-index: 2;
	padding-right: 10px;
	line-height: 1.2;
	text-decoration: none;
	white-space: nowrap;
}
ul.secondly li.active a, ul.secondly li.ui-tabs-selected a, ul.secondly li a:hover, ul.secondly li a:focus, ul.secondly li a:active {
	color: #fff;
	background-position: 100% -150px;
}
ul.secondly li a, ul.secondly li.disabled a:hover, .ul.secondly li.disabled a:focus, ul.secondly li.disabled a:active {
    background-position: 100% -100px;
}
ul.secondly li a span ,
ul.secondly li.disabled em span {
	width: 64px; /* IE 6 treats width as min-width */
	min-width: 64px;
	height: 18px; /* IE 6 treats height as min-height */
	min-height: 18px;
	padding: 7px 0 5px 10px;
	text-align: center;
}
*>ul.secondly li a span{ /* hide from IE 6 */
	width: auto;
	height: auto;
}
ul.secondly li.active a span {
	color: #000;
	font-weight: bold;
	padding-top: 8px;
}
ul.secondly li.active a span, ul.secondly li.ui-tabs-selected a span, ul.secondly li a:hover span, ul.secondly li a:focus span, ul.secondly li a:active span {
	color: #000;
	background-position: 0 -50px;
}


.data_list dt {
	margin: 18px 0 30px 21px;
	padding-left: 15px;
	padding-bottom:0;
	border-left: 6px solid #a7c83b;
	border-bottom: none;
	line-height: 1;
}

.data_list dd {
	margin: 10px 0 0 40px;
}

.data_list dd.date {
	text-align: right;
	margin-right: 120px;
	margin-bottom: 15px;
}

.data_list dd.nodata {
	margin: 20px 0 20px 25px;
}

.data_list dd p {
	width: 250px;
	float: left;
}

.data_list dd .gap_handout {
	width: 750px;
	margin: 0px 0 10px 0;
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
}
.data_list dd .gap_handout th,
.data_list dd .gap_handout td {
	width: 33%;
	padding: 8px 0;
	text-align: center;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

.data_list dd .gap_handout_2 {
	width: 600px;
	margin: 0px 0 10px 0;
}
.data_list dd .gap_handout_2 th,
.data_list dd .gap_handout_2 td {
	width: 50%;
	padding: 8px 0;
	text-align: center;
}

ul.thirdly {
	clear: both;
	padding-left: 10px;
	margin-bottom: 15px;
	width: 890px;
	background: #dce3cd url("../images/gap/gap_tab_thirdly_bg.png") repeat-x 0 0;
	line-height: 1;
	border-bottom: 1px solid #bbb;
	overflow: hidden;
	zoom: 1;
}

ul.thirdly li {
	position: relative;
	float: left;
	padding-top: 5px;
	margin: 1px 5px 0 0;
}

ul.thirdly li a ,
ul.thirdly li.disabled em {
	display: block;
	margin-bottom:5px;
	padding: 4px 6px;
	text-decoration: none;
	color: #333333;
	white-space: nowrap;
}

ul.thirdly li.active a,
ul.thirdly li a:hover {
	background-color: #8caC26;
	color: #ffffff;
}
ul.thirdly li.disabled em {
	font-style:normal;
	color: #999;
}

p.up {
	clear: both;
	float: right;
	*float: none;
	*text-align: right; 
}

p.up a {
	padding-left: 21px;
	background: url("../images/common/icon_up.png") no-repeat left center;
	text-decoration: none;
	color: #333333;
}
p.up a:hover {
	text-decoration: underline;
}

