@charset "UTF-8";
/* ---------------------------------------------------------------- *
	右iframe用CSS
 * ---------------------------------------------------------------- */
body.right  {
	font-size: 12px;
	line-height: 1.4em;
	margin: 0px;
	padding: 0px;
}
/* iframe */
iframe {
	background-color: #f9f9ef;
	border: 1px solid #999999;
	margin-bottom: 10px;
	margin-top: 5px;
	width: 188px;
}
.box-iframe {
	margin-left: 5px;
}

/* ●●分類ごとに作成 */
#ichiran-kensyu {
	height: 600px;
}
#ichiran-research {
	height: 600px;
}
#ichiran-saiyou {
	height: 600px;
}
#ichiran-eizou {
	height: 300px;
}
#ichiran-web {
	height: 300px;
}
#ichiran-event {
	height: 300px;
}
#ichiran-whatis {
	height: 600px;
}
#bunrui {
	height: 200px;
}

/* リンク */
a:link {
	color:#1e32af;
	text-decoration:underline;
}
.right a:visited {
	color:#1e32af;
	text-decoration:underline;
}
.right a:active {
	color:#999999;
	text-decoration:none;
}
.right a:hover {
	color:#990000;
	text-decoration:none;
}

/* リスト */
.right ul {
	margin: 0px;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
}
.right li {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin: 0px;
	padding: 5px;
}

/* サイト紹介文 */
#merit {
}
#merit  h2 {
	font-size: 16px;
	line-height: 40px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../img/bg_title1.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	visibility: visible;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#merit   h4 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
#merit div {
	margin-bottom: 20px;
}
#merit   p {
	margin-bottom: 10px;
}