
@import "/library/default.css";

body {
	background-color:#320000;
	color:#eeeeee;
	background-image: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; }

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

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

.contents th {
	width:20%;
	font-size:14px;
}

.contents td {
	width:80%;
	font-size:14px;
}

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

.block1 {
	position:absolute;
	z-index:2;
	top:200px;
	left:0px;
	width:250px;
}

.block2 {
	position:absolute;
	z-index:2;
	top:0px;
	right:0px;
	width:400px;
}

.block3 {
	position:absolute;
	z-index:2;
	bottom:0px;
	right:0px;
	width:260px;
}

.block4 {
	position:absolute;
	z-index:2;
	bottom:0px;
	left:0px;
	width:330px;
}

.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;
}