@charset "UTF-8";

/* ページ共通指定（開始） */
#contentbox {
	background-image: url(../images/contentlinegreen.gif);
	}
#contentbox h1 {
	color: #9BBE41;
	}
#contentbox p a:hover {
	border-bottom: dashed 1px #9BBE41;
	}
#contentbox .uptop a {
	background-image: url(../images/arrowupgreen.gif);
	}
.outlink {
	background-image: url(../images/arrow2red.gif);
	} 
.goback {
	background-image: url(../images/arrowbackgreen.gif);
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 15px;
	}
.goback a {
	text-decoration: none;
	}
/* ページ共通指定（終了） */

/* 小項目一覧ページ共通の指定（開始） */
.subindexcon dt {
	background-image: url(../images/arrowgreen.gif);
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 15px;
	}
.subindexcon dt a {
	text-decoration: none;
	}
.subindexcon dt a:hover {
	border-bottom: 1px dashed #9BBE41C;
	}
.subindexcon dd {
	color: #333333;
	font-size: 0.9em;
	margin-left: 30px;
	margin-bottom: 1.5em;
	}
.subindexcon ul {
	margin-left: 30px;
	}
.subindexcon ul li {
	background-image: url(../images/arrowgreen.gif);
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 15px;
	line-height: 2;
	}
.subindexcon ul li a {
	text-decoration: none;
	}
.subindexcon ul li a:hover {
	border-bottom: 1px dashed #9BBE41;
	}
/* 小項目一覧ページ共通の指定（終了） */

/* 定期刊行物ページの指定（開始） */
.kankobutsu ul {
	margin-left: 30px;
	margin-bottom: 20px;
	}
.kankobutsu ul li {
	background-image: url(../images/arrowgreen.gif);
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 15px;
	line-height: 2;
	}
.kankobutsu ul li a {
	text-decoration: none;
	}
.kankobutsu ul li a:hover {
	border-bottom: 1px dashed #9BBE41;
	}
.kankobutsu td a {
	text-decoration: none;
	border-bottom: 1px dashed #9BBE41;
	padding-bottom: 2px;
	}
.kankobutsu table {
	border-collapse: collapse;
	font-size: 0.75em;
	margin-left: 30px;
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: left;
	width: 450px;
	}
.kankobutsu table td {
	border: 1px solid #999;
	padding: 5px;
	}
.kankobutsu table th {
	border: 1px solid #999;
	padding: 5px;
	background-color: #DDDDDD;
	}
/* 定期刊行物ページの指定（終了） */

/* トピックスの指定（開始） */
.topics1 dl, .topics2 dl, .topics3 dl, .topics4 dl, .topics5 dl {
	line-height: 1.5;
	}
.topics1 dl img, .topics2 dl img, .topics3 dl img, .topics4 dl img, .topics5 dl img {
	padding: 1px;
	border: #CCCCCC solid 1px;
	}
.topics1 dl a, .topics2 dl a, .topics3 dl a, .topics4 dl a, .topics5 dl a {
	text-decoration: none;
	border-bottom: 1px dashed #9BBE41;
	color: #333333;
	}

.topics1 dl {
	background-color: #FFFFFF;
	margin-bottom: 1em;
	padding: 3px;
	}
.topics1 dl dt {
	clear: right;
	background-color: #C7DD8E;
	margin: 5px;
	padding: 5px;
	}
.topics1 dl dd {
	margin-left: 1em;
	color: #333333;
	margin-top: 0.5em;
	padding: 0px 5px 10px 0px;
	}
.topics1 dl img {
	float: right;
	margin-left: 10px;
	margin-right: 10px;
	}

.topics2 dl {
	background-color: #FFFFFF;
	margin-bottom: 1em;
	padding: 3px;
	}
.topics2 dl dt {
	background-color: #C7DD8E;
	margin: 5px;
	padding: 5px;
	}
.topics2 dl dd {
	color: #333333;
	padding: 0px 5px 0.5em 10px;
	}
.topics2 .title {
	font-weight: bold;
	color: #000000;
	}

.topics3 div {
	background-color: #FFFFFF;
	padding: 10px;
	margin-bottom: 20px;
	}
.topics3 .title {
	font-weight: bold;
	margin-bottom: 1em;
	background-color: #C7DD8E;
	padding: 5px;
	}
.topics3 dl dd {
	margin-left: 10em;
	color: #000000;
	margin-top: -1.5em;
	margin-bottom: 0.5em;
	}

.topics4 dl {
	background-color: #FFFFFF;
	padding: 10px;
	margin-bottom: 20px;
	}
.topics4 dt {
	font-weight: bold;
	margin-bottom: 1em;
	background-color:#C7DD8E;
	padding: 5px;
	}
.topics4 dd {
	margin-left: -25px;
	font-size: 1.1em;
	}
.topics4 dd ul {
	margin-left: 30px;
	margin-bottom: 1em;
	}
.topics4 dd ul li {
	list-style-type: disc;
	margin-left: 2em;
	}

.topics5 dl {
	background-color: #FFFFFF;
	padding: 10px;
	margin-bottom: 20px;
	clear: right;
	}
.topics5 dl dt {
	margin-top: 0;
	background-color: #C7DD8E;
	padding: 5px;
	}
.topics5 dl dd {
	margin-top: 0.5em;
	}
.topics5 dl img {
	float: right;
	margin-left: 10px;
	}


/* トピックスの指定（終了） */


