@charset "utf-8";

/* 
-------------------------------*/
#main   h1   {
	padding-top: 0px;
	margin: 0px;
	padding-bottom: 5px;
	clear: both;
	background-image: url(../../img/bg_ttl01.png);
	background-repeat: no-repeat;
	font-size: 1.2em;
	text-indent: 20px;
	line-height: 28px;
}
#main h2 {
	font-size: 1.8em;
	color: #FF0000;
}
#main h3 {
	margin-bottom: 5px;
	font-size: 1.4em;
	color: #FF0000;
}
#main h4 {
	color: #FF0000;
}

#main p {
	margin-bottom: 15px;
}
#main #p1 {
	float: right;
	margin-left: 5px;
	border: 1px solid #999999;
}
#main  li {
	list-style: none;
	margin-bottom: 3px;
	list-style: none;
	line-height: 18px;
	padding-top: 2px;
	background-image: url(../../img/bullet02.png);
	background-repeat: no-repeat;
	background-position:left center;
	margin-left: 10px;
	padding-left: 11px;
	clear: left;
}
#main  #tokuten p {
	font-size: 1.4em;
	font-weight: bold;
	line-height: 25px;
	padding-top: 5px;
	padding-left: 7px;
}

#main table {
	border-collapse:collapse;
	border: 1px solid #666666;
	margin: 8px 5px 10px 8px;
}	
#main table th {
	font-weight: bold;
	background-color: #CEFFCE;
	border: 1px solid #666666;
	text-align: center;
	font-size: 1.2em;
	line-height: 40px;
}
#main  #detail  th {
	width: 100px;
}
#main  #detail  td {
	width: 300px;
	border: 1px solid #666666;
	width: 330px;
	padding: 3px 5px 3px 8px;
	font-size: 1.2em;
	font-weight: bold;
}
#main #detail p {
	margin-bottom: 3px;
}
#main #apply {
	text-align: center;
	font-size: 1.2em;
}
