
@import "/library/default.css";

body {
	text-align:center;
	background-color:#333333;
	color:#eeeeee;
}

a:link { text-decoration:none; color:#7AB7C6; }
a:visited { text-decoration:none; color:#7AB7C6; }
a:active { text-decoration:none; color:#7AB7C6; }
a:hover { text-decoration:underline; color:#FAD9DA; }

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

div#container {
	margin:15px;
}

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

div#contents {
	position:relative;
	width:950px;
	height:1300px;
	background-color:#000000;
}

div#contents div#bg {
	position:absolute;
	z-index:1;
}

div#contents div#bento {
	position:absolute;
	top:650px;
	left:30px;
	z-index:2;
	width:480px;
	background-image:url(../image/bg_container.png);
	background-repeat:repeat;
	background-position:left top;
	font-size:14px;
}

div#contents div#coment {
	position:absolute;
	top:20px;
	left:450px;
	z-index:2;
	width:480px;
	background-color:#1c305c;
	font-size:14px;
}

div#contents div#attention {
	position:absolute;
	top:145px;
	left:490px;
	z-index:2;
	width:440px;
	background-color:#4B0000;
}

div#contents div#attention ul {
	margin:0;
	padding:0;
	list-style:none;
}

div#contents div#attention ul li {
	margin:0 0 5px 0;
	padding:0 0 0 16px;
	background-image:url(../image/list_attention.gif);
	background-repeat:no-repeat;
	background-position:left top;
}

div#contents div#topics {
	position:absolute;
	top:333px;
	left:520px;
	z-index:2;
	width:410px;
}

div#contents div#topics h2 {
	margin:0 0 10px 0;
	padding:10px 0 8px 10px;
	background-color:#175300;
	font-size:14px;
	color:#ffffff;
}

div#contents div#topics ul {
	margin:0 0 0 10px;
	padding:0;
	list-style:none;
}

div#contents div#topics ul li {
	margin:0 0 5px 0;
	padding:0 0 0 18px;
	background-image:url(../image/list_topics.gif);
	background-repeat:no-repeat;
	background-position:left top;
}

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

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

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