@charset "UTF-8";
/* CSS Document */
/* -------------------------------------
     COMMON CSS
 (c) Copyright 2008 HYS
------------------------------------- */
/* Universal Reset
--------------------------------------*/
*{
	margin:0;
	padding:0;
	font-size:small;
	line-height: 1.8em;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
	text-indent:0;
}

html {
     overflow-y: scroll;
}



/* General Rules
--------------------------------------*/
body{
	text-align:center;
	background: url(/kankyo/images/headcolbar.png) no-repeat left top;
	background-size: 100% 15px;
	min-width: 780px;
}
@media (max-width: 780px) {
    /*html{
        min-width: 780px;
    }
    body {
        background-size:780px 15px;
        background-position: left top;
    }*/
}

/* div */
div{
	text-align:left;
	line-height:1.8em;
	color:#333333;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* paragraph */
p{
 /* margin: 0 0 0.5em 0;*/
}

/* list */
ul{
	clear:both;
}

li{
	/*display:block;*/
	list-style-image: none;
	list-style-type: none;
}

ol{
	margin: 0 0 0.5em 0;
	list-style: decimal;
	padding-left: 2.5em;
}

dl{
	margin: 0 0 0.5em 0;
}
dt{
	font-weight: bold;
}
dd{
	padding-left:1em;
}

/* table */
table{
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	line-height: 1.25;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2em;
	margin-left: 0;
	clear: both;
	width: 100%;
}
caption{
	text-align: left;
	font-size: 90%;
	padding-top: 5px;
}
th, td{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	font-size: x-small;
	color: #666666;
	padding-top: 0.4em;
	padding-right: 0.6em;
	padding-bottom: 0.4em;
	padding-left: 0.6em;
}

th.col-a, td.col-a{
	background-color:#FFEEEE;
	
}
th.col-b, td.col-b{
	background-color:#EEFFEE;
	
}
th.col-c, td.col-c{
	background-color:#EEFFFF;
	
}
th.col-d, td.col-d{
	background-color:#FFFFEE;
}
th.col-e, td.col-e{
	background-color:#FFEEFF;
}
th.col-f, td.col-f{
	background-color:#F6F6F6;
}

table a{
	font-size: x-small !important;
	color:#333333;
}

th {
	font-weight:bold;
	text-align:center;
}
th.w1em{
	width:10px;
}
table ul, table ol, table dl{
	margin: 0;
}
table ul{
	padding: 0;
	list-style: none;
}
table ul li{
	font-size:x-small;
}

a{
	text-decoration:none;
	color:#330000;
}

a:hover {
	color:#FF3399;
}

/* Accessibility
--------------------------------------*/
.skip{
	position:absolute;
	left:-10000px;
	width:0;
	/* \*/
	overflow: hidden !important;
	/* */
}
.accesibilty{
	display:none;
}

/* Common Parts
--------------------------------------*/
#header{
	position: relative;
	width:100%;
	height:150px;
	border-bottom: solid 1px #DDD;
}
#header #toplink{
	position: absolute;
	display: block;
	width: 360px;
	height: 44px;
	background: url(/kankyo/images/headlogo.png) no-repeat center center;
	bottom: 71px;
	left: calc(50% - 388px);
}
#header #univlink{
	position: absolute;
	display: block;
	width: 136px;
	height: 38px;
	bottom: 64px;
	left: calc(50% + 250px);
	background: url(/kankyo/images/headunivlogo.png) no-repeat center center;
}
#header #subnavi{
	position: absolute;
	display: block;
	width: 800px;
	height: 20px;
	top: 15px;
	margin: 0 calc((100% - 804px)/2);
	text-align: right;
	/*background: #F00;*/
}
/*#header #subnavi a:first-child:before {
	content: "";
	display: block;
	width: calc((100% - 770px)/2);
	height: 50px;
	background: #F00;
}
#header #subnavi a:last-child:after {
	position: absolute;
	content: "";
	display: block;
	width: calc((100% - 770px)/2);
	height: 50px;
	background: #F00;
	right: 0;
	top: 0;
}*/
#header #subnavi a{
	display: inline-block;
	/*width: 116px;*/
	height: 15px;
	/*background: #0F0;*/
	text-align: center;
	/*right: calc((500% - 380px));*/
	border-right: solid 4px #DDD;
	padding: 5px 10px 0px;
	font-size: 90%;
}
#header #subnavi a:last-child{
	border-right: none;
}
#header #mainnavi{
	position: absolute;
	bottom: 0;
	left:0;
	display: block;
	text-align: center;
	width: 100%;
	height: 50px;
	margin: 0px auto 0px auto;
	border-top: solid 4px #DFDFDF;
}
#header #mainnavi li{
	display: inline-block;
	width: 150px;
	height: 26px;
	border-left: solid 1px #CCC;
	line-height: 26px;
	margin-top: 12px;
}
#header #mainnavi li:last-child{
	border-right: solid 1px #CCC;
}
#header #mainnavi li a{
	display: block;
	width: 100%;
	height: 100%;
	line-height: 26px;
}



#container{
	width:756px;
}

#wrapper{

}

/* Univarsal Class
--------------------------------------*/
.mt30{
	margin-top:30px !important;
}

.mb30{
	margin-bottom:30px !important;
}

.mr20{
	margin-right:20px !important;
}
	
.ml20{
	margin-left:20px !important;
}

.mt20{
	margin-top:20px !important;
}

.mb20{
	margin-bottom:20px !important;
}

.mr10{
	margin-right:10px !important;
}

.ml10{
	margin-left:10px !important;
}

.mb10{
	margin-bottom:10px !important;
}

.mt10{
	margin-top:10px !important;
}

.mb0{
	margin-bottom:0px !important;
}

.pb10{
	padding-bottom:10px !important;
}

.flt-r{
	float:right !important;
	clear:none !important;
}

.flt-l{
	float:left !important;
	clear:none !important;
}

.clr{
	clear:both !important;
}

.cl-r{
	clear:right !important;
}

.clr-l{
	clear:left !important;
}

.fsize-xs{
	font-size:x-small !important;
}

.cntr{
	text-align:center;
}

/* ---------------------------
NAVIGATION
--------------------------- */
#menu{
	float:left;
	width:190px;
	margin-right: 56px;
	margin-top: 14px;
}

#menu .category{
	margin-bottom:14px;
	border-right-width: 3px;
	border-bottom-width: 2px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #E6E6E6;
}

#menu h3{
	display:block;
	height:3.6em;
	line-height: 3.6em;
	font-size: 100%;
}

#menu h3.multival{
	padding-left: 30px;
	color:#666666;
	background-image: url(/kankyo/images/allowCCC.gif);
	background-repeat: no-repeat;
	background-position: 6px center;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #E6E6E6;
}

#menu h3.singleval{
	border-bottom-width: 0px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #E6E6E6;
}

#menu h3.singleval a{
	display:block;
	padding-left: 30px;
	height:3.6em;
	line-height: 3.6em;
	color:#666666;
	background-image: url(/kankyo/images/allowCCC-ancor.gif);
	background-repeat: no-repeat;
	background-position: 6px center;
}

#menu h3.singleval a:hover{
	color:#F5F5F5;
	background-image: url(/kankyo/images/allow666-ancor.gif);
	background-color:#FFF5FF;
}

#menu li{
	display:block;
	height:2.8em;
	line-height:2.8em;
	font-size: x-small;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
	background-color:#F5F5F5;
}

#menu li a{
	display:block;
	padding-left: 30px;
	height:2.8em;
	line-height:2.8em;
	font-size: 100%;
	background-image:url(/kankyo/images/markCCC.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 12px center;
	background-color:#FFFFFF;
}

#menu li a:hover{
	background-image:url(/kankyo/images/markF39.gif);
	background-color:#F5F5F5;
}

#menu li a{
	text-decoration:none;
	color:#666666;
}

#menu li a:hover {
	color:#FF3399;
}

#menu li a.stay{
	background-color:#F5F5F5;
}

#menu li a.ml1{
	margin-left:1em;
	border-left-width: 1px;
	border-left-color: #E8E8E8;
}

#menu li a.ml2{
	margin-left:2em;
}

#menu li a.notactive{
	text-decoration:none;
	color:#999999;
}
#menu li a:hover.notactive{
	background-image:url(/kankyo/images/markCCC.gif);
}

/* ---------------------------
SUB NAVIGATION
--------------------------- */
#submenu {
	padding-bottom: 20px;
}

#submenu a{
	display:block;
	width: 210px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	float: left;
	margin-bottom: -1px;
	margin-right: -1px;
	margin-left: 0px;
}


/* ---------------------------
MAIN CONTENTS
--------------------------- */
#contents #pagetitle{
}

#contents{
	margin-top: 10px;
	width:500px;
	float:left;
}

#contents h1{
	font-size:140%;
	height: 36px;
	display: block;
	text-align: left;
	margin-bottom: 30px;
	line-height: 2em;
	letter-spacing: 1px;
    font-feature-settings: "palt";
	color: #333333;
	background-attachment: scroll;
	background-image: url(/kankyo/images/subhead_img.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 35px;
}

#contents h2{
	font-size:110%;
	height: 30px;
	line-height: 2.2em;
	margin-top: 30px;
	margin-bottom: 30px;
	display: block;
	clear: both;
	background-image: url(/kankyo/images/dot_h30.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	text-indent: 10px;
}

#contents .tantou{
	float:right;
	clear:right;
	line-height: 1em;
	/*position: relative;
	top: -21px;
	clear: left;*/
	margin-top: -52px;
	display: block;
	padding-right: 0px;
	padding-bottom: 39px;
}

#contents h3{
	background-image:url(/kankyo/images/subhead_bg_w500.gif);
	background-repeat: no-repeat;
	height: 30px;
	font-size:100%;
	line-height: 30px;
	padding-left: 10px;
	margin-bottom: 30px;
	clear: both;
	display: block;
	color: #660000;
	font-weight: lighter;
	margin-top: 30px;
}

#contents h4{
	font-size:96%;
	background-attachment: scroll;
	background-image: url(/kankyo/images/allowCCC.gif);
	background-repeat: no-repeat;
	background-position: left center;
	/*text-indent: 24px;*/
	margin-bottom: 5px;
	padding-left:24px;
}

#contents h5{
	font-size:small;
}

#contents p{
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 30px;
	text-indent: 0em;
}

#contents img{
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
	vertical-align: middle;
}

#contents div.ph{
	text-align:center;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-repeat: no-repeat;
}

#contents div.ph img{
    margin-bottom: 0px;
    float: left;
}
#contents div.ph img:last-child{
    margin-bottom: 30px;
}

#contents ul{
	margin-left:10px;
	margin-right:0px;
	margin-bottom: 30px;
}

#contents ul.marked li a, #contents a.marked{
	font-size:97%;
	background-image:url(/kankyo/images/markCCC.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 6px center;
	padding-left: 23px;
	text-indent: 23px;
}

#contents ul.noeffect li,#contents dl.noeffect dd{
	list-style-image: none;
	/*list-style-type: none;*/
	list-style-type:disc !important;
	padding-left: 0px;
	list-style-position: outside;
	margin-left: 2em;
}

#contents ul.noeffect h4{
	background-image:none;
	margin-left:-2em;
}

#contents h4.noeffect{
	background-image:none;
	margin-left:-1em;
}

#contents li a.notactive{
	text-decoration:none;
	color:#999999;
}

#contents table ul{
	padding: 0;
	margin-left:0px;
	list-style: none;
}
#contents table ul li{
	font-size:x-small;
	line-height: 1.3em;
	margin-bottom: 0.4em;
}

#contents div.license-discription{
	display:block;
	overflow:show;
	margin-bottom:20px;
	height:100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#contents div.license-discriptionnoline{
	display:block;
	overflow:show;
	height:100%;
}

#contents .totop{
	display:block;
	text-align: right;
	font-size: 88%;
}

#contents .hight1{
	height:1px;
}

#contents .phset-r{
	margin-bottom:20px;

}

#contents .phset-r img{
	margin-top: 4px;
	margin-right: 10px;
	float: right;
	margin-bottom: 0px;
	margin-left: 10px;
}

#contents .phset-r p{

}

#contents .phset-l{
	margin-bottom:30px;
}

#contents .phset-l img{
	margin-top: 4px;
	margin-right: 14px;
	margin-left: 0px;
	float:left;
	margin-bottom: 0px !important;
}

#contents .phset-l p{
	clear: none;
}

#contents div.v-table{
	display:inline-table;
	margin-left:20px;
	margin-right:20px;
	background-color: #FFFFCC;
}
#contents div.v-table ul{
	display:table-row-group;
	margin-left:0px;
}

#contents div.v-table li{
	display:table-row;
}

#contents div.v-table span{
	display:table-cell;
	text-align: left;
	vertical-align: middle;
	background-color: #FFCCFF;
}

#contents .talgn-r{
	text-align:right;
}

#contents #info{
	
}

#contents #info li{
	clear:both;
	margin-bottom:5px;
	padding-bottom:5px;
}

#contents #info li .yymmdd{
	display:block;
	float:left;
	width:90px;
	line-height:1.4em;
}

#contents #info li .sentence{
	display:block;
	width:390px;
	line-height:1.4em;
	float: left;
}

#contents li a.ml1{
	margin-left:1em;
}

#contents li a.ml2{
	margin-left:2em;
}

/* ---------------------------
FOOTER
--------------------------- */
#footer {
	padding-top: 30px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	clear: both;
	background-color: #FFFFFF;
}
#footer #copyright {
	background-color:#666666;
	color:#FFFFFF;
	font-size:10px;
	text-align: center;
	display: block;
	padding-right: 0px;
	padding-left: 0px;
	line-height: 1.5em;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Arial;
	width: 756px;
}
#footer #gototop{
	width: 756px;
	text-align: right;
	padding-bottom: 3px;
}

#footer #gototop a{
	font-size:x-small;
}

#footer #gototop a.notactive{
	color:#999999;
}


/* ---------------------------
PASS NAVIGATION
--------------------------- */
#container #contents #pathnavi {
	margin-bottom: 40px;
	font-size:x-small;
}

#container #contents #pathnavi a{
	font-size:100%;
	color:#FF3399;
}

#container #contents #pathnavi a:hover{
	color:#FF99CC;
}

.remark1{
	color:#E40472;
}
.style4 {
	color: #008CD6
}
.style5 {
	color: #70B437
}
#pdfinfo {
	border: 1px solid #CCCCCC;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 6px;
	font-size: x-small;
	margin-top: 20px;
	margin-bottom: 30px;
}
#pdfinfo p, #pdfinfo img{
	margin:0px;
	font-size:x-small;
	text-indent:0px;
	line-height: 1.6em;
	border:0;
}

.pageup{
	display:block;
	float:right;
	background-image:url(/kankyo/images/pageup.gif);
	height: 30px;
	width: 30px;
	margin-top: -60px;
	background-position: center center;
	background-repeat: no-repeat;
	margin-right: -32px;
}
.pageup img{
	margin:0;
}
