@charset "UTF-8";

* {
	margin:0;
	padding:0;
}
body {
	background:#eee;
	color:#333;
	font-size:100%;
	min-width:850px;
	
	behavior:url(iefixed.htc);
	padding:0 30px;
}
div#wrapper {
	background:#fff;
}
	* html body {
		border-right:850px solid #eee;
	}
	* html div#wrapper {
		float:left;
		position:relative;
		margin-right:-850px;
	}

a:link {
/* // ### 2010/10/20 rikkyo upd start */
	color: #63C;
/* // ### 2010/10/20 rikkyo upd end */
}
a:visited {
/* // ### 2010/10/20 rikkyo upd start */
	color: #96C;
/* // ### 2010/10/20 rikkyo upd end */
}
a:hover {
/* // ### 2010/10/20 rikkyo upd start */
	color: #99F;
/* // ### 2010/10/20 rikkyo upd end */
}
img {
	border:0;
}
	div.home:after, div#contents:after, div.search h3:after, ul.result h4:after {
		clear:both;
		content:"";
		display:block;
		height:0;
		overflow:hidden;
	}
	/*\*/
	* html div.home, *html div#contents, *html div.search h3, *html ul.result h4 {
		height:0em;
		overflow:visible;
	}

/* common
======================================== */

/* header
-------------------- */
div#header {
	width:100%;
}
/* header */
div.logo {
	background:url(../image/bg_header.gif) repeat-x top;
	height:68px;
	width:100%;
}
div.logo h1 {
	float:left;
	margin:11px 0 0 20px;
	width:292px;
}

div.logo2 h1 {
	float:left;
	margin:11px 0 0 20px;
	width:292px;
}

div.logo div.logo_right {
	float:right;
	margin:17px 20px 0 0;
	width:120px;
}
div.logo div.logo_right2 {
	float:right;
	margin:17px 20px 0 0;
	width:179px;
}
/* h2 + navi */
div.title {
	background:url(../image/bg_title.gif) repeat-x top;
	clear:both;
	color:#fff;
	height:37px;
	width:100%;
}
div.title h2 {
	float:left;
	font-size:120%;
	margin:6px 0 0 20px;
}
div.title ul {
	float:right;
	list-style:none;
	padding-top:10px;
}
		div.title ul li {
			display:inline;
			float:left;
			font-size:76%;
			margin:0 20px 0 0;
		}
		div.title ul li a:link, div.title ul li a:visited {
			color:#fff;
			text-decoration:none;
		}
		div.title ul li a:hover {
			color:#fff;
			text-decoration:underline;
		}

/* contents
-------------------- */
div#contents {
	clear:both;
	margin:30px 30px 10px 30px;
}

/* // ### 20120626 RIKKYO UPDATE START */
div.inquiry {
        clear:both;
        font-size:76%;
        padding:0 30px 10px 0;
        text-align:right;
}

div.inquiry-detail {
        clear:both;
        width:200px;
        font-size:76%;
        padding:0 30px 10px 0;
        text-align:left;
        margin-left:auto;
}
/* // ### 20120626 RIKKYO UPDATE END */

/* // ### 20130128 RIKKYO UPDATE START */
font.item-name {
	color:#408040;
}
/* // ### 20130128 RIKKYO UPDATE END */


/* pagetop */
div.pagereset {
	clear:both;
	font-size:76%;
	padding:20px 30px 10px 0;
	text-align:right;
}
/* paging */
div.search div.pagenavi {
	background:#eee;
	border:1px solid #ccc;
	font-size:76%;
}
div.search div.pagenavi p {
	background:#fff;
	padding:5px;
	text-align:center;
}
	div.search div.pagenavi p img {
		border:1px solid #ccc;
		vertical-align:middle;
	}
	div.search div.pagenavi p a:link img, div.search div.pagenavi p a:visited img {
		border:1px solid #004892;
	}
	div.search div.pagenavi p a:hover img {
		border:1px solid #297acc;
	}
div.search div.pagenavi ul.navi {
	list-style:none;
	padding:5px;
	text-align:center;
	width:0px auto;
}
	div.search div.pagenavi ul.navi li {
		display:inline;
		padding:5px;
	}
		div.search div.pagenavi ul.navi li span.pagenow {
			font-weight:bold;
		}

/* footer
-------------------- */
div#footer {
	/*clear:both;*/
	width:100%;
}
/* copyright */
div#footer p.copyright {
	color:#999;
	font-size:66.5%;
	padding:0 20px 20px 20px;
	text-align:right;
}


/* for home
======================================== */
div#column {
	/*clear:both;*/
	margin-top:30px;
}
div#column div#homeside {
	display:inline;
	float:left;
	padding-right:30px;
	width:300px;
}
	div#column div#homeside form {
		margin-bottom:20px;
	}
div#column div#homemain {
	margin-left:330px;
}

/* // 2015/07/08 akasaka add start (RSS Feed) */
div.news {
	border:1px solid #639;
	padding-bottom:10px;
	margin-bottom:25px;
	height:1%;
}

div.news_title {
	border-bottom:1px solid #639;
	background-color:#ccc3e5;
	margin:0;
	padding:0;
	height:47px;
}

div.news h3 {
	background: url(../image/bg_news_right.gif) no-repeat left top;
	color: #FFF;
	height:35px;
	padding:12px 0 0 70px;
	width:200px;
	overflow:hidden;
	float:left;
}

div.news div.h3_right{
	margin:0;
	padding:0;
	width:90px;
	float: right;
}

div.news div.h3_right div.view {
	padding:15px 0 0 0;
	width:35px;
	float:left;
	font-size:14px;
}

div.news div.h3_right div.rss {
	padding:10px 0 0 0;
	width:45px;
	float: right;
}

div.news div.box {
	margin:0;
	padding:10px;
	clear:both;
}

div.news div.box div.text {
	padding:10px 10px 0 10px;
}

div.news_inner {
	min-height:110px;
	overflow:hidden;
}

div.news div.box div.text dl {
}

div.news div.box div.text dt {
  float:left;
  color:#333;
  font-weight:bold;
  font-size:70%;
  padding:3px 0;
}

div.news div.box div.text dd {
  font-size:72.25%;
  padding:3px 2px;
  margin-left:80px;
}

/* // 2015/07/08 akasaka add end (RSS Feed) */

div.home {
	background:url(../image/bg_home.gif) repeat-y left top;
/* // ### 2010/10/20 rikkyo upd start */
	border:1px solid  #639;
/* // ### 2010/10/20 rikkyo upd end */
	padding-bottom:10px;
	height:1%;
}
div.home h3 {
	background:url(../image/bg_subtitle_right.gif) no-repeat left top;
/* // ### 2010/10/20 rikkyo upd start */
	color: #639;
/* // ### 2010/10/20 rikkyo upd end */
	height:40px;
	padding:20px 0 0 70px;
}
div.home div.box {
	margin-left:60px;
	padding:0 10px;
}
div.home div.box div.text {
	background:url(../image/sep_side.gif) repeat-x top left;
	padding:20px 10px 0 10px;
}
	div.home div.box div.text div.left {
		display:block;
		float:left;
	}
	div.home div.box div.text div.right {
		display:block;
		margin-left:250px;
	}
div.home div.box div.text p {
	font-size:82.25%;
	margin-bottom:5px;
}
	div.home div.box div.text div.list {
		display:block;
		float:left;
		height:1%;
		width:49%;
	}

ul.tree {
	font-size:82.25%;
	list-style:none;
	margin:0 10px;
}
	ul.tree li {
		display:block;
		margin-bottom:5px;
	}
		ul.tree li img {
			border:none;
			margin:3px 5px 0 0;
		}
	ul.tree li.li_squ {
		background:url(../image/li_src_square.gif) no-repeat 0 3px;
		display:block;
		padding-left:17px;
	}
		ul.tree ul {
			list-style:none;
		}
			ul.tree ul li {
				background:url(../image/li_src_disc.gif) no-repeat 0 3px;
				display:block;
				margin:5px 0 0 20px;
				padding-left:17px;
			}


/* for search
======================================== */
h3.title {
	background:url(../image/bg_subtitle_right.gif) no-repeat left;
/* // ### 2010/10/20 rikkyo upd start */
	border:1px solid #639;
	color:#639;
/* // ### 2010/10/20 rikkyo upd end */
	height:40px;
	margin-bottom:20px;
	padding:20px 0 0 70px;
}
/* search-name */
div.search_name {
	font-size:82.25%;
	padding:0 20px; 
}
div.search_name p.mes {
	background:url(../image/icon_c.gif) no-repeat left top;
	padding-left:15px;
}
div.inputaria {
	background:#eee;
	height:1%;
	margin-top:20px;
	padding:20px 30px;
}
div.search_button {
	background:#eee;
	height:275px;
	margin-top:20px;
	padding:15px 25px;
}
	div.search_button div {
		width:700px;
	}
		div.search_button div div.panel {
			background:url(../image/sep_table.gif) repeat-y left;
			float:left;
			height:265px;
			margin:5px;
			width:4px;
		}
table.japanese, table.english {
	float:left;
}
	table.japanese td {
/* // ### 2010/10/20 rikkyo upd start */
		background:#674baf;
/* // ### 2010/10/20 rikkyo upd end */
	}


/* for result
======================================== */
div.search {
	
}
/* h3 */
div.search h3 {
	height:1%;
	padding-left:30px;
}
div.search h3.red {
	background:url(../image/bg_search_right.gif) no-repeat left top;
/* // ### 2010/10/20 rikkyo upd start */
	border:1px solid  #639;
/* // ### 2010/10/20 rikkyo upd end */
}
div.search h3.blue {
	background:url(../image/bg_search_down.gif) no-repeat left top;
/* // ### 2010/10/20 rikkyo upd start */
	border:1px solid  #639;
/* // ### 2010/10/20 rikkyo upd end */
}
div.search h3 span {
	display:block;
	float:left;
	font-size:90%;
	/*height:25px;*/
	text-align:center;
}
div.search h3 span.search_red {
	background:#eee;
/* // ### 2010/10/20 rikkyo upd start */
	color:  #609;
/* // ### 2010/10/20 rikkyo upd end */
	height:25px;
	padding:5px 15px 0 15px;
}
div.search h3 span.search_blue {
	background:#eee;
/* // ### 2010/10/20 rikkyo upd start */
	color: #609;
/* // ### 2010/10/20 rikkyo upd end */
	height:25px;
	padding:5px 15px 0 15px;
}
div.search h3 span.search_text {
	font-size:82.25%;
	margin-left:10px;
	padding:6px 0 3px 0;
	text-align:left;
	width:80%;
}
/* form */
div.search div.search_form {
	clear:both;
	font-size:82.25%;
	padding:0 30px; 
}
div.search div.search_form div.message {
	padding:10px 0 5px 0;
}
div.search div.search_form div.message p {
	margin-bottom:5px;
}
div.search div.search_form div.inputaria {
	background:#eee;
	margin:0 0 30px 0;
	padding:20px 60px;
}
div.search div.search_form div.inputaria p {
	margin-bottom:10px;
}
/* result */
div.search ul.result {
	list-style:none;
	margin:20px 0;
}
div.search ul.result li {
	margin:0 30px 15px 30px;
}
div.search ul.result li h4 {
/* // ### 2010/10/20 rikkyo upd start */
	background: #E7DDFF;
/* // ### 2010/10/20 rikkyo upd end */
	border:none;
	font-size:82.25%;
	height:1%;
	padding:8px 30px;
}
div.search ul.result li h4 span.left {
	float:left;
	width:69%;
}
div.search ul.result li h4 span.right {
	float:right;
	text-align:right;
	width:29%;
}
div.search ul.result li p {
/* // ### 2010/10/20 rikkyo upd start */
	border-right:1px solid #e7ddff;
	border-bottom:1px solid #e7ddff;
	border-left:1px solid #e7ddff;
/* // ### 2010/10/20 rikkyo upd end */
	clear:both;
	font-size:82.25%;
	margin:0 0 0 30px;
	padding:8px 20px;
}

div.search ul.result li p span.highlight {
	font-weight: bold;
	background-color: #FFFF66;
}

/* for detail
======================================== */
/* tab */
div.menu {
	background:#eee url(../image/bg_menu01.gif) repeat-x top;
	height:35px;
	width:100%;
}
div.menu div {
	background:#eee url(../image/bg_menu01start.gif) no-repeat top;
	display:block;
	float:left;
	height:35px;
	width:22px;
}
div.menu ul {
	display:inline;
	float:left;
	list-style:none;
	height:35px;
}
	div.menu ul li {
		background:url(../image/sep_menu.gif) no-repeat right;
		display:inline;
		float:left;
		font-size:90%;
		height:35px;
	}
	div.menu ul li.active {
		background:url(../image/bg_menu02.gif) repeat-x right;
	}
	div.menu ul li a {
		display:block;
		font-weight:bold;
		padding:9px 20px 9px 18px;
		text-align:center;
	}
	div.menu ul li a:link, div.menu ul li a:visited, div.menu ul li a:hover {
/* // ### 2010/10/20 rikkyo upd start */
		color: #639;
/* // ### 2010/10/20 rikkyo upd end */
		text-decoration:none;
	}
	div.menu ul li a:hover {
		/* color: #FFF; */
/* // ### 2010/10/20 rikkyo upd start */
		color: #99F;
/* // ### 2010/10/20 rikkyo upd end */
		/* background-color: #FFF;*/  /* 背景色 */
		background:url(../image/bg_menu02.gif) repeat-x right;
		text-decoration:none;
	}
	div.menu ul li.active a:hover {
/* // ### 2010/10/20 rikkyo upd start */
		color: #99F;
/* // ### 2010/10/20 rikkyo upd end */
		background:url(../image/bg_menu02.gif) repeat-x right;
		text-decoration:none;
	}

/* sidemenu */
div#sidebar {
	display:inline;
	float:left;
	width:200px;
}
	div#sidebar div.names {
/* // ### 2010/10/20 rikkyo upd start */
		background:#ccc3e5 url(../image/bg_side_head.gif) no-repeat right;
/* // ### 2010/10/20 rikkyo upd end */
		margin-bottom:20px;
		padding:20px;
	}
	div#sidebar div.names p.rubi {
		font-size:66.5%;
	}

	div#sidebar div.names h3 {
		font-size:130%;
	}
	div#sidebar div.names p.aff {
		font-size:76%;
		margin-top:10px;
	}
	
	div#sidebar div.data {
/* // ### 2010/10/20 rikkyo upd start */
		border:1px solid  #639;
/* // ### 2010/10/20 rikkyo upd end */
	}
	div#sidebar div.data h3 {
		background:#eee url(../image/bg_subtitle_down.gif) no-repeat left;
		color:#444;
		font-size:100%;
		height:40px;
		padding:20px 0px 0px 70px;
		width:128px;
	}
	div#sidebar div.data ul {
		list-style:none;
		padding:10px 5px 0 5px;
	}
	div#sidebar div.data ul li {
		background:url(../image/sep_side.gif) repeat-x left top;
		font-size:82.25%;
		padding:14px 0 10px 0;
	}
	div#sidebar div.data ul li p {
		background:url(../image/icon_arrow01.gif) no-repeat left 2px;
		padding-left:15px;
	}
	div#sidebar p.date {
		color:#777;
		font-size:66.5%;
		margin-top:5px;
		text-align:right;
	}
/* data */
div#main {
	margin-left:220px;
}
	
div#main div.photo {
	background:#fff;
	float:right;
	position: relative;
	z-index: 1;
}
	div#main div.photo p {
		border:1px solid #ccc;
		margin:0 0 10px 10px;
		padding:5px;
		text-align:right;
/* // ### 2010/10/19 saita upd start */
		width:120px;
/* // ### 2010/10/19 saita upd end */
		height:100%;
	}
div#main div.text {
	padding-bottom:20px;
}

div#main div.text h3 {
/* // ### 2010/10/20 rikkyo upd start */
	background: #967AB8;
/* // ### 2010/10/20 rikkyo upd end */
	color:#fff;
	font-size:100%;
	/* height:1.3em; */
	margin-bottom:10px;
	padding:4px 25% 4px 8px;
	position: relative;
}
div#main div.text h3 span.left {
	/* float:left; */
	/* width:60%; */
}
div#main div.text h3 span.right {
	/* float:right; */
	font-size:76%;
	font-weight:normal;
	padding-top:3px;
	text-align:right;
	/* width:38%; */
	position: absolute;
	top: 4px;
	right: 8px;
}
	div#main div.text h3 span a:link,
	div#main div.text h3 span a:visited,
	div#main div.text h3 span a:hover {
		color:#fff;
		text-decoration:underline;
	}
	
div#main div.text p {
	font-size:90%;
	line-height:140%;
	margin-left:1.5em;
}
div#main div.text ul {
	margin-left:1.5em;
}
div#main div.text ul li {
	margin-bottom:10px;
}

div#main div.text ul li p {
	margin-left:0;
}
div#main div.text ul li p span.year {
	color:#80262b;
}
div#main div.text ul li p span.texthead {
	color:#408040;
}

div#main div.text ul li p span.highlight {
	font-weight: bold;
	background-color: #FFFF66;
}

div#main div.text ul li p span.repository a {
	color:#fff;
	background:#AC3F45;
	text-align:center;
	padding:1px 10px;
	border-top-style:solid;
	border-top-color:#92373B;
	border-top-width:3px;
	border-bottom-style:solid;
	border-bottom-color :#92373B;
	border-bottom-width:3px;
	font-size:90%;
	/* font-weight:bold; */
}

/* popup */
p.popup  {
	font-size:76%;
	margin:20px;
}
/* pagetop */
div.pagetop  {
	font-size:76%;
	padding-top:10px;
	text-align:right;
}

div#javaoff {
/* // ### 2010/10/20 rikkyo upd start */
	border: 5px double #F09;
/* // ### 2010/10/20 rikkyo upd end */
	margin:10px 0px
}

div#javaoff p {
	text-align:center;
	padding:30px 30px;
/* // ### 2010/10/20 rikkyo upd start */
	color:#F09;
/* // ### 2010/10/20 rikkyo upd end */
	font-size:120%;
	font-weight:bold;
}

span.highlight {
	font-weight: bold;
	background-color: #FFFF66;
}

/* ### 2014/3/24 saita add start */
p.title {
	margin-right: 9em;
}
p.contents {
	margin-right: 9em;
}
p.links {
}
/* ### 2014/3/24 saita add end */

/* ### 2015/09/16 akasaka upd start */
div.listContents {
	margin-bottom: 12px;
}

div.listContents p {
	margin-left: 0 !important;
}
dl.partContents {
	margin-left: 1.5em;
	margin-right: 9em;
}
dt.datePeriod {
	display: list-item;
	list-style-type: disc;
	width: 205px;
	float: left;
}
dt.date {
	display: list-item;
	list-style-type: disc;
	width: 105px;
	float: left;
}
dd.datePeriodNeighbor {
	display: block;
	font-size: 90%;
	margin-bottom: 3px;
	margin-left: 205px;
}
dd.dateNeighbor {
	display: block;
	font-size: 90%;
	margin-bottom: 3px;
	margin-left: 105px;
}
dd.notAddContents {
	margin-bottom: 12px ! important;
}
span.date {
	font-size: 90%;
}
dd.addContents {
	margin-bottom: 12px;
}

dd.addContents p {
	margin-left: 0 !important;
}
/* ### 2015/09/16 akasaka upd end */
