@charset "utf-8";

#contents h2 {
	margin-bottom:30px;
	}
.contents-header{
	margin-bottom:10px;
	}

h3{
	height:21px;
	padding-top:4px;
	padding-left:10px;
	margin:10px 0 28px;
	color:#fff;
	font-weight:bold;
	}

#contents #main{
	width:650px;
	margin-left:20px;
	display:inline;
	}
#main h3{
	width:640px;
	background:transparent url(../img/main-ttl-bg.gif) top left no-repeat;
	}

#main .section ul{
	border-top:1px solid #ccc;
	}
#main .section li{
	padding:10px 0;
	border-bottom:1px solid #ccc;
	}
	
	
/*--------------*/
.contents-txt{
	width:650px;
	margin:0 0 20px 20px;
	}
.contents-txt2{
	width:650px;
	margin:0 0 10px 20px;
	font-size:11px;
	}


	
/*--------------------
		outline 
--------------------*/
.inquiry .section{
	border-top:#ccc 1px solid;
	border-bottom:#ccc 1px solid;
	padding:2px 0 1px;
	}
.inquiry .section table{
	width:100%;
	}
.inquiry .section table th{
	padding:8px 10px;
	width:120px;
	background-color:#eee;
	border-bottom:2px solid #fff;
	vertical-align:top;
	}
.inquiry .section table td{
	padding:8px 10px 8px 14px;
	border-bottom:2px solid #fff;
	vertical-align:top;
	}
.inquiry .section table td span{
	font-size:11px;
	color:#555;
	}
	
.inquiry .section table table,.inquiry .section table table th,.inquiry .section table table td{
	border-top:none;
	background-image:none;
	}
.inquiry .section table table th,.inquiry .section table table td{
	padding:2px 0;
	}
.inquiry .section .submit{
	border-top:#ccc 1px solid;
	text-align:center;
	padding:24px 0;
	}
