/*--------------------------------------
  ¥ê¥ó¥¯
---------------------------------------*/

#contents h4{
	margin: 0 0 4px;
}
#contents table{
	width: 552px;
	margin: 0 0 40px;
}

#contents table th{
	width: 256px;
	padding: 11px 0 0 20px;
	font-weight: normal;

	color: #000;
	vertical-align: middle;
	text-align:left;
}
#contents table td{
	padding: 11px 16px;
	color: #000;

	background: url(../img/line.gif) repeat-y left top;
}
#contents table th.bgColor,
#contents table td.bgColor{
	background-color: #E8F0E9;
}
#contents table td a{
	color:#000CFF;
	text-decoration: none;
}
#contents table td a:link,
#contents table td a;visited{
	color:#000CFF;
	text-decoration: none;
}
#main #contents table td a:hover{
	text-decoration: underline;
}

h6{
	
	font-weight: bold;
	border-bottom: 1px solid #999;
	color: #444;
}

.require{
color:#FF9900;}

table#form_area{
width:500px;
}
table#form_area tr td{
padding:5px;
}
table#form_area tr th{
text-align:right;
padding:5px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
}

div#form_area label{
width:100px;
float: left;
display:block;
}


div.baloon {
   font-size: 11px;
   color: #900;
   position: absolute;
   padding-left: 5px;
   background: url("../img/baloon.gif") no-repeat top left;
   z-index: 1;
}

div.baloon a {
   color: blue;
   text-decoration: none;
   padding: 2px;
   margin-right: 2px;
}

div.baloon a:hover {
   background-color: #eef;
}

div.baloon div {
   background: url("../img/baloon_right.gif") no-repeat top right;
   padding: 7px 7px 14px 0;
   white-space: nowrap;
}

#contents p{
	margin-top: 0.75em;
	margin-bottom:0.75em;
}
/*--------------------------------------
  clear
---------------------------------------*/

#contents ul{
	min-height:1%;
}
#contents ul:after{
/* for modern browser */
	content:"";
	clear:both;
	height:0px;
	display:block;
	visibility:hidden;
}
* html #contents ul{/* for IE */
	/*\*/height:1%;/* for WinIE */
	display:inline-table;/* for MacIE */
}
body*#contents ul:after{
	content:".";
}

