
@import "/library/default.css";

body {
	background-color:#6D6D6D;
	color:#eeeeee;
	background:url(../image/bg_body.gif);
	background-repeat:repeat-y;
	background-position:center top;
}

th , td {
	color:#eeeeee;
}

a:link { text-decoration:none; color:#D4F2EF; }
a:visited { text-decoration:none; color:#D4F2EF; }
a:active { text-decoration:none; color:#D4F2EF; }
a:hover { text-decoration:underline; color:#E60000; }

/*----------------*/

div#wrap {
	margin:auto;
	width:950px;
	text-align:left;
}

#comment {
	position:absolute;
	z-index:2;
	top:30px;
	left:562px;
	width:338px;
	font-size:13px;
	padding: 8px;
	background: url(../image/comment_bg.png);
}	
#comment table{
	border-spacing: 2;
	border-collapse: collapse;
	width: 100%;

	
}
#comment table td, th {
	font-size:13px;
	font-weight:normal;
	color: #fff;
	padding: 8px;
	border-bottom:solid 1px #fff;
}

#comment2 p {
	position:absolute;
	z-index:2;
	top:112px;
	left:562px;
	width:338px;
	font-size:13px;
	padding: 8px;
	line-height: 1.2em;
	color: #fff;
	background: url(../image/comment_bg.png);
}


.contents {
	position:relative;
	width:950px;
	height:1100px;
	margin:0 0 20px 0;
}


.contents .bg {
	position:absolute;
	z-index:1;
	top:30px;
	left:75px;
}



.block4 {
	position:absolute;
	z-index:2;
	top:660px;
	left:34px;
	width:520px;
}


.coment {
	background-image:url(../image/bg_coment.png);
	background-repeat:repeat;
	background-position:left top;
}

.container {
	padding:15px 10px 10px 15px;
}

.path {
	position:absolute;
	z-index:3;
	top:0px;
	left:0px;
}

.path ul {
	margin:0;
	padding:0;
	list-style:none;
}

.path ul li {
	float:left;
	margin:0 10px 0 5px;
	padding:0 0 0 13px;
	background-image:url(../image/list_path.gif);
	background-repeat:no-repeat;
	background-position:left top;
}


/*---------------------------*/

h1.contents_head {
	padding:5px 2px 3px 3px;
	font-size:17px;
	border-bottom:1px dashed #ECBDC9;
	margin:0 0 10px 0;
	color:#eeeeee;
}

#inquiry #box h4 {
	border-top:1px dotted #eeeeee;
	border-bottom:1px dotted #eeeeee;
	padding:7px 0 5px 10px;
	color:#ffffff;
	font-size:15px;
	margin:0 0 7px 0;
}