/*inquiry : main CSS*/

/*---------------------------------------------- all ----------------------------------------------*/
body {
	padding:0px;
	margin:0px;
	color:#333333;
}

td,th {
	color:#333333;
}

h1,h2,h3,h4,h5,h6 {
	padding:0px;
	margin:0px;
}

h2 {
	margin-bottom:10px;
}

p {
	padding:0px;
	margin:0px 0px 5px 0px;;
}

a:link{color:#3366FF;text-decoration: underline;} 
a:active{color:#FF6600;text-decoration: underline;} 
a:visited{color:#3366FF;text-decoration: underline;} 
a:hover{color:#FF6600;text-decoration: underline;}

/*---------------------------------------------- layout ----------------------------------------------*/

.header {
	height:20px;
	background:#004284;
}

.contents {
	width:400px;
}

.footer-area {
	background:#eeeeee;
	padding:7px 0px;
}

.footer {
	width:400px;
}

.footer p {
	padding-right:12px;
}

/*---------------------------------------------- top page ----------------------------------------------*/
.text {
	margin-top:10px;
	margin-bottom:20px;
}

/*---------------------------------------------- fonts ----------------------------------------------*/
.small {
	color:#666666;
}

.small-k{
	color:#333333;
}

/*---------------------------------------------- form objects ----------------------------------------------*/
.item {
	font-weight:bold;
	border-left:3px solid #9c9c9c;
	padding-left:6px;
}

.item2 {
	font-weight:bold;
	border-left:3px solid #9c9c9c;
	padding-left:6px;
}

.item-input {
	margin-top:5px;
	margin-left:10px;
}

.input-txt {
	width:264px;
}

.input-txt2 {
	width:160px;
}

.input-txt3 {
	width:250px;
}

.input-txtarea {
	width:366px;
	height:40px;
}

.input-txtarea2 {
	width:264px;
	height:70px;
}

.input-txtarea3 {
	width:366px;
	height:60px;
}

.button {
	border-top:1px solid #999999;
	padding-top:15px;
}

.must {
	color:#cc0000;
}

