@charset "utf-8";
/* CSS Document */
h2,h3 {text-indent:-9999px;}

div#contents h2{
	background:url(../images/h2_organ.jpg);
	width:780px;
	height:39px;

}

div#contents h3 {
	width:780px;
	height:30px;
	margin:20px 0 0 0;
}

div#contents h3#intro{ background:url(../images/h3_organ1.jpg);}
div#contents h3#back{ background:url(../images/h3_organ2.jpg);}

div#contents p {
	margin:10px;
}

div#contents ul {
	margin:10px 10px 10px 20px;
}

div#contents li {
	padding:0.5em 0 0.2em 0;
}

div#contents a {
	color:#3333ff;
	/* background:url(../images/li.gif) no-repeat; */
	/* padding-left:20px; */
	outline:none;
	overflow:hidden;
}

div#contents a:hover {color:#f33;}

div#contents table {
	width:760px;
	background:#999;
	margin:0 0 20px 10px;
}

div#contents th {
	background:#D6EAFC;
	font-weight:bold;
	padding:5px 10px;
	border:#fff solid 1px;
}

div#contents td{
	background:#fff;
	padding:10px;
}

div#contents td.col1,th {
	text-align:center;
}

div#contents td.col1 {
	text-align:left;
	width:170px;
}

