@charset "UTF-8";



* {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-size : 100%;
}



html {
	overflow-y: scroll;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #FFFFFF;
	/*background: #ececec url("../image/bg_main.jpg") repeat-y center;*/
	font-family: Arial, Verdana, sans-serif;
	font-size: 100%;
	line-height: 100%;
	color: #666666;
	text-align: left;
}



h1,h2,h3,h4,h5,h6,p,ul,ol,dl,li,address,table,td,th,form {
	margin: 0;
	padding: 0;
}


ul,ol,li {
	list-style-type: none;
}


table,th,tr,td {
	border: 1px solid #cccccc;
	border-collapse: collapse;
}

img {
	border: 0;
}

hr {
	display: none;
}


br.clear {
	clear: both;
}



/*-------------------------------------
	clearfix
-------------------------------------*/

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

.clearfix {	display: inline-block; }
.clearfix { display: block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */




a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #009966;
	text-decoration: none;
}
a:active {
	color: #999999;
	text-decoration: none;
}







/*---------------------------------------------------------------------------------------------------------

	wrapper
	
---------------------------------------------------------------------------------------------------------*/

div#wrapper {
	margin: 0 auto -90px;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


* html div#wrapper {
    height: 100%;
}

body > #wrapper {
        height: auto;
}



/*---------------------------------------------------------------------------------------------------------

	header

---------------------------------------------------------------------------------------------------------*/
div#header {
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #666666;
}

div.headerBox {
	margin: 0 auto;
	padding: 0;
	width: 760px;
	height: 70px;
	background-color: #ffffff;
	clear: both;
}

div.header-logo {
	width: 550px;
	height: 65px;
	background-color: #ffffff;
	float: left;
}

div.header-search {
	margin-top: 7px;
	padding: 0;
	width: 200px;
	background-color: #ffffff;
	font-size: 10px;
	float: right;
}

div.header-search .field-cnt{
	margin: 0;
	padding: 0;
	width: 200px;
	border: 0;
}

div.header-search .field{
	width: 140px;
	font-size: 1.2em;
}

div.header-search .field-img{
	vertical-align: top;
}

div.header-search ul {
	margin: 0;
	padding: 0;
	width: 200px;
	height: 11px;
}

div.header-search li {
	margin-right: 6px;
	padding-left: 6px;
	display: inline;
	border-left: 1px solid #999999;
}

div.header-search li.inq {
	border-left: 0;
	padding-left: 0;
}

div.header-search li a:link {
	color: #669999;
	text-decoration: underline;
}

div.header-search li a:visited {
	color: #669999;
	text-decoration: underline;
}

div.header-search li a:hover {
	color: #009966;
	text-decoration: none;
}

div.header-search li a:active {
	color: #009966;
	text-decoration: none;
}




/*---------------------------------------------------------------------------------------------------------

	footer

---------------------------------------------------------------------------------------------------------*/
div#footer {
    position: absolute;
	width: 100%;
	height: 90px;
    bottom: 0;
	background-color: #c0c0c0;
}

div.footer-cnt {
	margin: 0 auto;
	padding: 20px 35px 0 35px;
	width: 690px;
	height: 70px;
	font-size: 0.7em;
	background: url("../image/footer.gif") no-repeat left top;
}

div.footer-cnt div.print-type02 {
	display: none;
	font-size: 0.7em;
}

div.footer-cnt a:link {
	color: #ffffff;
	text-decoration: underline;
}

div.footer-cnt a:visited {
	color: #ffffff;
	text-decoration: underline;
}

div.footer-cnt a:hover {
	color: #669999;
	text-decoration: none;
}

div.footer-cnt a:active {
	color: #669999;
	text-decoration: none;
}





/*---------------------------------------------------------------------------------------------------------

	Header//Container

----------------------------------------------------------------------------------------------------------*/

div#headContainer {
	margin: 0;
	padding: 0;
	width: 100%;
	/*background: #c0c0c0 url("../image/bg_shadow.jpg") repeat-x left top;*/
}


/*-------------------------------------------------
	TopImage
--------------------------------------------------*/

div.topImage {
	margin: 0 auto;
	padding: 0;
	width: 760px;
	height: 150px;
}


/*-------------------------------------------------
	global navigation
--------------------------------------------------*/

div#navi {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 760px;
	height: 48px;
	top: 0;
	left: 0;
}

div#globalNavi {
	position: absolute;
	width: 760px;
}

div#globalNavi ul#dd {
	padding: 0 0 5px 0;
}

div#globalNavi ul#dd li{
	margin: 0;
	padding: 0;
	width: 108px;
	float: left;
}

div#globalNavi ul#dd li.lastnavi{
	width: 112px;
}



/*-----------------------------------

	global navigation

	submenu

-----------------------------------*/

div#globalNavi #dd li a.menu {
	display: block;
	width: 108px;
	text-align: center;
	text-decoration: none;
}

div#globalNavi #dd li a.menu:hover {
	background-color: #49A3FF;
}

div.submenu {
	position: absolute;
	background-color: #B7E8D3;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	visibility: hidden;
	z-index: 3;
}

div.submenu a {
	display: block;
	padding: 2px 10px;
	width: 120px;
	border-bottom: 1px solid #999999;
	color: #333333;
	font-size: 10px;
	text-align: left;
	text-decoration: none;
}

div.submenu a:hover {
	background-color: #CCCD33;
	color: #333333;
}

div.submenu a:visited {
	color: #333333;
	text-decoration: none;
}






/*---------------------------------------------------------------------------------------------------------

	Index Container

---------------------------------------------------------------------------------------------------------*/

div#idxContainer {
	margin: 0 auto;
	padding: 0;
	width: 760px;
	background-color: #FFFFFF;
	clear: both;
}



/*---------------------------------------------------------------------------------------------------------

	main
	
---------------------------------------------------------------------------------------------------------*/

div#main {
	margin: 0 auto;
	padding: 15px 25px 90px 25px;
	width: 710px;
	background-color: #FFFFFF;
	font-size: 0.8em;
	clear: both;
	height: auto !important;
	height: 100%;
}

div#main02 {
	margin: 0 auto;
	padding: 15px 25px 90px 25px;
	width: 710px;
	background-color: #FFFFFF;
	font-size: 0.8em;
	clear: both;
	height: auto !important;
	height: 100%;
}

* html div#main02 {
    height: 100%;
}

body > #main02 {
        height: auto;
}




/*-------------------------------------------------
	TopicPath
-------------------------------------------------*/

div#pankuzu {
	margin: 0 0 30px 0;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #F2DCA1;
	color: #999999;
	font-size: 0.8em;
}

div#pankuzu li {
	margin: 0 0 0 0px;
	padding: 0 7px 0 13px;
	display: inline;
	background: url("../image/separator_pan.gif") no-repeat left center;
}

div#pankuzu li.top-pnkz{
	margin: 0;
	padding: 0 5px 0 0;
	background-image: none;
}

div#pankuzu li a {
	color: #999999;
	text-decoration: underline;
}

div#pankuzu li a:link {
	color: #999999;
	text-decoration: underline;
}

div#pankuzu li a:visited {
	color: #999999;
	text-decoration: underline;
}

div#pankuzu li a:hover {
	color: #cccccc;
	text-decoration: none;
}







/*-------------------------------------------------

	idexLeft-contents

--------------------------------------------------*/

div.idxLeft-contents {
	margin-right: 20px;
	padding: 0;
	width: 150px;
	float: left;
}

div.idxLeft-contents .idxSideMenu {
	margin-bottom: 12px;
	padding-top: 12px;
	border-top: 1px dotted #999999;
}

div.idxLeft-contents .idxSideMenu-top {
	margin-bottom: 12px;
	border-top: 0;
}

div.idxLeft-contents dl.idxSideMenu dt,
div.idxLeft-contents dl.idxSideMenu-top dt {
	color: #333333;
	font-weight: bolder;
}

div.idxLeft-contents ul li{
	margin-left: 25px;
	list-style-type: disc;
	line-height: 1.3;
}



/*-------------------------------------------------

	link-contents

--------------------------------------------------*/

div.link-contents {
	margin-left: 15px;
	padding: 0;
	width: 120px;
	float: right;
}

div.link-banner {
	padding-bottom: 12px;
}





/*-------------------------------------------------

	whatsNew

--------------------------------------------------*/

div.whatsNew {
	margin: 0;
	padding: 0 0 50px 0;
	width: 400px;
	border: 0px solid #999999;
	float: left;
}

div.whatsNew .bdr{
	border: 1px solid #c0c0c0;
}





/*-------------------------------------------------

	left-contents

--------------------------------------------------*/

div.left-contents {
	margin-right: 15px;
	padding: 15px;
	width: 150px;
	float: left;
	background-color: #999999;
	border-top: 6px solid #646464;
}

div.left-contents dt{
	margin: 0 0 25px 0;
	padding: 0;
	color: #ffffff;
	font-size: 1.3em;
	font-weight: bolder;
}

div.left-contents dd{
	margin: 0 0 5px 0;
	padding: 0 0 0 20px;
	background: url("../image/listmark_side.gif") no-repeat left center;
	color: #000000;
}

div.left-contents dd.current{
	margin: 0 0 5px 0;
	padding: 0 0 0 20px;
	background: url("../image/listmark_side_black.gif") no-repeat left center;
	color: #000000;
}

div.left-contents dd a {
	color: #ffffff;
	text-decoration: underline;
}

div.left-contents dd a:link {
	color: #ffffff;
	text-decoration: underline;
}

div.left-contents dd a:visited {
	color: #ffffff;
	text-decoration: underline;
}

div.left-contents dd a:hover {
	color: #000000;
	text-decoration: none;
}



/*-------------------------------------------------

	rignt-contents
	
--------------------------------------------------*/

div.right-contents {
	margin-left: 15px;
	padding: 0 0 20px 0;
	width: 500px;
	float: right;
	background-color: #ffffff;
	line-height: 1.6;
}

div.right-contents h2 {
	margin: 0 0 10px 0;
	padding: 3px 0 0 7px;
	height: 27px;
	background: url("../image/bg_h2.jpg") no-repeat left top;
	color: #ffffff;
	font-size: 1.2em;
	font-weight: bolder;
}

div.right-contents h3 {
	margin: 0 0 10px 0;
	padding: 2px 0 0 15px;
	height: 23px;
	background: url("../image/bg_h3.gif") no-repeat left top;
	font-size: 1.1em;
	font-weight: bolder;
}

div.right-contents h4 {
	margin: 0 0 10px 0;
	padding: 3px 0 0 15px;
	height: 22px;
	background: url("../image/bg_h4.gif") no-repeat left top;
	font-weight: bolder;
}

div.right-contents h5 {
	margin: 0 0 10px 0;
	padding: 3px 0 0 5px;
	height: 22px;
	background: url("../image/bg_h5.gif") no-repeat left top;
	font-size: 0.9em;
	font-weight: bolder;
}

div.right-contents p {
	margin: 0;
	padding: 0 0 7px 0;
}

/*---------------------------
	DataTable
---------------------------*/
div.right-contents table {
	width: 100%;
}

div.right-contents th,
div.right-contents td {
	padding: 5px;
}

div.right-contents th {
	background-color: #CAE6DA;
	text-weight: normal;
	text-align: center;
}

/*---------------------------
	image_left
---------------------------*/
div.imgBox-left {
	margin: 0;
	padding: 20px 0;
	clear: both;
}

div.imgBox-left img {
	margin-right: 7px;
	float: left;
	vertical-align: text-top;
}

/*---------------------------
	image_right
---------------------------*/
div.imgBox-right {
	margin: 0;
	padding: 20px 0;
	clear: both;
}

div.imgBox-right img {
	margin-left: 7px;
	float: right;
	vertical-align: text-top;
}



/*---------------------------
	list
---------------------------*/

div.list {
	padding: 15px 0;
}

div.list ul {
	margin: 0;
	padding: 10px 0 10px 12px;
}

div.list li {
	margin: 0;
	padding-left: 18px;
	background: url("../image/listmark.gif") no-repeat 0 3px;
}




/*---------------------------------------------------------------------------------------------------------
	Backnumber
---------------------------------------------------------------------------------------------------------*/

div#newsBacknumber {
	margin: 0;
	padding: 10px;
}

div#newsBacknumber dl {
	margin: 15px 0 0 4px;
	padding: 0;
}

div#newsBacknumber dt {
	display: inline;
	width: 90px;
	line-height: 1.2;
	vertical-align: top;
	float: left;
}

div#newsBacknumber dd {
	margin: 0 0 15px 90px;
	line-height: 1.2;
}

/*-------------------------------------
	nothing
-------------------------------------*/

div#newsBacknumber dd.news00 {
	padding-left: 70px;
	background: url("../image/icon/news00.gif") no-repeat left top;
}

/*-------------------------------------
	seminar
-------------------------------------*/

div#newsBacknumber dd.news01 {
	padding-left: 70px;
	background: url("../image/icon/news01.gif") no-repeat left top;
}

/*-------------------------------------
	event
-------------------------------------*/

div#newsBacknumber dd.news02 {
	padding-left: 70px;
	background: url("../image/icon/news02.gif") no-repeat left top;
}

/*-------------------------------------
	info
-------------------------------------*/

div#newsBacknumber dd.news03 {
	padding-left: 70px;
	background: url("../image/icon/news03.gif") no-repeat left top;
}

/*-------------------------------------
	statistics
-------------------------------------*/

div#newsBacknumber dd.news04 {
	padding-left: 70px;
	background: url("../image/icon/news04.gif") no-repeat left top;
}

/*-------------------------------------
	publication
-------------------------------------*/

div#newsBacknumber dd.news05 {
	padding-left: 70px;
	background: url("../image/icon/news05.gif") no-repeat left top;
}

/*-------------------------------------
	jemima
-------------------------------------*/

div#newsBacknumber dd.news06 {
	padding-left: 70px;
	background: url("../image/icon/news06.gif") no-repeat left top;
}





