<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "shift_jis";



li#top a img {
	visibility: hidden;
}

li#top a {
	display: block;
	background: url(../img/navi/top2.gif) no-repeat 0 0;
}





/*/////
topic path
*/

#index_topic_path {
	padding: 4px 4px 16px 4px;
	width: 750px;
	text-align: right;
	font-family: "ＭＳ Ｐゴシック", "MS UI Gothic", "Osaka", "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3;
	color: #333;
	letter-spacing: 1px;
	background: url(../img/bg/contents_top.gif) no-repeat bottom left;
	clear: both;
}

#index_topic_path strong {
	color: #408B0A;
	font-weight: normal;
}

#index_topic_path a {
	color: #666;
}

#index_topic_path a:hover,
#index_topic_path a:focus {
	color: #555;
}



/*/////
contents
*/

div#index_contents {
	padding: 0 14px;
	width: 730px;
	background: url(../img/bg/contents_index.gif) repeat-y 0 0;
}

/* for modern browser */
div#index_contents {
	display: inline-block;
}

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

/* Hides from IE-mac \*/
* html div#index_contents {
	height: 1%;
}

div#index_contents {
	display: block;
}

/* End hide from IE-mac */


#index_contents #ttl {
	margin: 0 10px 2em 10px;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}

#index_contents .ttl_s {
	margin: 45px 10px 30px 20px;
}



#index_contents #blk1 {
	width: 470px;
	float: left;
}

#index_contents #blk1 #cmt {
	margin: 0 0 25px 5px;
}

#index_contents #blk2 {
	padding-bottom: 40px;
	width: 232px;
	float: right;
}
#index_contents #blk2 li.right {
	margin-top: 5px;
}
#index_contents #blk2 li.right2 {
	margin-top: 10px;
}






#index_contents #blk1 p {
	margin: 0 0 1.5em 10px;
}

#blk1 a {
	font-weight: bold;
	color: #ff5500;
	text-decoration: underline;
}

#blk1 a:hover {
	text-decoration: none;
}

#blk1 .org {
	font-weight: bold;
}
#blk1 .red {
	font-weight: bold;
}
#blk1 .blue {
	font-weight: bold;
}
#blk1 .green {
	font-weight: bold;
}

/*/////
news
*/

.news01 {
	clear: both;
}
.news01 a {
	width: 180px;
	height:50px;
	display: block;
	text-indent: -9999px;
	background-image: url(../img/banner/top_news01.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.news01 a:hover,
.news01 a:focus {
	background-image: url(../img/banner/top_news01_on.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.news02 {
	clear: both;
}
.news02 a {
	width: 180px;
	height:50px;
	display: block;
	text-indent: -9999px;
	background-image: url(../img/banner/top_news02.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.news02 a:hover,
.news02 a:focus {
	background-image: url(../img/banner/top_news02_on.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
</pre></body></html>