@charset "UTF-8";
/* CSS Document */

#header h1 {
	font-size: 20px;
	font-weight: bold;
	background: url(../images/header_haikei2.jpg) no-repeat;
	padding-left: 38px;
	padding-top: 109px;
	padding-bottom: 35px;
	color: #585657;
}
#contents {
font-size: 13px;
line-height: 160%;
background: #FFF;
text-align: left;
margin-bottom: 20px;
border-left: 1px solid #999;
}
#contents #column h2 {
font-size: 14px;
font-weight: bold;
color: #036;
padding: 7px 8px 7px 10px;
margin-top: 0px;
margin-left: 10px;
border-top: 1px solid #009;
border-bottom: 1px solid #009;
border-left: 8px solid #009;
}
#contents #column h3 {
font-size: 14px;
font-weight: bold;
color: #C06;
margin-left: 10px;
padding-bottom: 3px;
border-bottom: 2px dotted #009;
width: 400px;
}

#contents #column table {
margin-left: 10px;
}


#contents p {
padding-left: 10px;
padding-right: 10px;
}
#contents #column p a {
text-decoration: none;
}
#contents #column p a:hover {
color: #C00;
text-decoration: underline;
}

.goti {
font-weight: bold;
}
.ita {
font-style: italic;
}
.aka {
color: #C00;
}


#pagetop {
text-align: right;
margin-top: 20px;
}
#contents #column table tr td a {
text-decoration: none;
color: #009;
}
#contents #column table tr td a:hover {
color: #C00;
text-decoration: underline;
}
