﻿@charset "utf-8";


#side h1{
	background: url(images/h1.jpg) 0px 0px no-repeat;
}

.colorBlack{ color:#000000; font-weight: bold; }

#contents ul.ulNormal li{
	margin-left: 20px;
}


#table02 table {
	width: 620px;
	border-collapse: collapse;
	border: solid 1px #CCCCCC;
	margin: 0px;
	padding: 3px;
}
#table02 th {
	color: #FFFFFF;
	font-size: 90%;
	font-weight: bold;
	text-align: center;
	background-color: #0073FF;
	border: solid 1px #CCCCCC;
	padding: 3px;
	line-height: 1.4em;
}
#table02 td {
	color: #333333;
	font-size: 85%;
	font-weight: normal;
	text-align: left;
	vertical-align:top;
	background-color: #FFFFFF;
	border: solid 1px #CCCCCC;
	padding: 3px;
	line-height: 1.4em;
}
#table02 td.width {
	width:210px;
}
#contents p.indent1 {
	padding-left:2em;
	text-indent:-1em;
}




table.table04 {
	border-collapse: collapse;
	margin: 0px 0px 1em 0px;
}
table.table04 th {
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px dotted #666666;
	padding: 4px 16px 4px 6px;
	line-height: 1.5em;
}
table.table04 td {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px dotted #666666;
	padding: 4px 16px 4px 6px;
	line-height: 1.5em;
}
