/* スタイルシート */
/* --------- menu ---------- */
.menu #menu_material a{
	color:#000000;
	background-color: #ccffff;
}

/* --------- contents ---------- */
.contents{
	text-align: left;
	width: 100%;
}
.contents ul {
	margin:0em 0em 0em 1em;
	list-style-type:none;
	padding-left: 0em ;
}
.contents li {
	background: url("/pr/image/list.gif") no-repeat left 3px;
	padding:0em 0em 0em 1em;

}

.contents h1 {
	clear: both;
    width:610px;
    font-size : 140%;
    color: #00000;
    text-align: center;
    padding: 5px 3px 3px 0.5em;
    margin-top: 0px;
    margin-bottom: 0px;
}
.contents h2 {
	clear: both;
    width:740px;
    font-size : 120%;
    color: #666666;
    border: 1px;
    border-color:#a0a0a0;
    background: url("/pr/image/menuback_cyan.png") repeat-x left top;
    border-style: none none none none;
    padding: 5px 3px 3px 0.5em;
    margin-top: 5px;
    margin-bottom: 0px;
}
.contents h3 {
	clear: both;
    width:740px;
    font-size : 100%;
    color: #000000;
    padding: 5px 3px 3px 0.5em;
    margin-top: 10px;
    margin-bottom: 10px;
    background: url("/pr/image/menu_back.png") repeat-y left top;
}
.contents h2 .midashi{
	color:#003399;
    font-size : 130%;
    margin: 0px 0px 10px 0px;

}
.contents table {
    font-size : 100%;
	margin: 10px 10px 10px 20px;
    font-weight: normal;
	border-collapse: collapse;
}
.contents td {
    color:#000000;
	padding: 8px 10px 8px 10px;
	border-style: none none none none;
}
.contents th {
    color:#800000;
	padding: 8px 10px 8px 10px;
	border-style: none none none none;
	text-align: left;
}
.contents .index_table a {
    font-size : 130%;
}

