
@import "/library/default.css";

body {
	text-align:center;
	background-color:#000000;
	color:#cccccc;
}

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

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

th , td {
	color:#cccccc;
}

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

div#pics {
	float:left;
	width:550px;
}

div#info {
	float:right;
	width:390px;
}

div#info div#gaiyo {
	margin:0 0 10px 0;
	border:1px dotted #999999;
	padding:10px;
}

div#info div#gaiyo th {
	width:30%;
	font-size:15px;
	border-bottom:1px dotted #999999;
	padding:5px 0 5px 0;
}

div#info div#gaiyo td {
	width:70%;
	font-size:15px;
	border-bottom:1px dotted #999999;
	padding:5px 0 5px 0;
}

div#info h2 {
	margin:0 0 10px 0;
	padding:8px 0 6px 8px;
	font-size:16px;
	background-color:#752100;
	color:#ffffff;
}

div#info h3 {
	margin:0 0 10px 0;
	padding:5px 0 5px 5px;
	font-size:13px;
	border-top:1px dotted #f39800;
	border-bottom:1px dotted #f39800;
	color:#f39800;
}

div#info ul {
	margin:0 0 20px 5px;
	padding:0;
	list-style:none;
}

div#info ul li {
	margin:0 0 8px 0;
	padding:0 0 0 15px;
	background-image:url(../image/list_info1.gif);
	background-repeat:no-repeat;
	background-position:left top;
}

div#info ul li ul {
	margin:4px 0 0 0;
	padding:0;
	list-style:none;
}

div#info ul li ul li {
	margin:0 0 4px 0;
	padding:0 0 0 13px;
	background-image:url(../image/list_info2.gif);
	background-repeat:no-repeat;
	background-position:left top;
}
