@charset "UTF-8";
/* CSS Document */

div#main p.mainimage {
	background:none;
padding-bottom: 0px;
}
div#contents h1 {
background: url(../service/img/bg_stitle.gif) repeat-x left bottom;
margin-bottom: 10px;
color: #039;
}
div#contents p.submit{
	text-align:center;
	}
div#contents input.max, textarea.max{
	width:100%;}
div#contents table {
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	width: 100%;
}
div#contents table th {
background-color: #f8f8f8;
width: 8em;
font-weight: bold;
width: 9em;
padding: 5px;
border-bottom: 1px solid #ccc;
border-left: 1px solid #ccc; }
div#contents table td {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding: 2px 8px 2px 8px;
	line-height:160%;
}

