@charset "UTF-8";
@import url("default.css");
@import url("screen_base.css");

div#header {
	height: 300px;
	background-image: url(../img/ind_deadimg.jpg);
}

div#main {
	margin-bottom: 50px;
}

dl {
	margin: 10px 5px 5px 5px;
}

dt {
	margin-top: 10px;
	color: #663300;
}

dd {
	padding: 3px 0px 5px 0px;
	background-image: url(../img/border_dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

p.more {
	text-align: right;
}

div#main p a,
dd a {
	text-decoration: underline;
	color: #000;
}

div#main p a:link,
dd a:link {
	text-decoration: underline;
	color: #000;
}

div#main p a:visited,
dd a:visited {
	text-decoration: underline;
	color: #000;
}

div#main p a:active,
dd a:active {
	text-decoration: underline;
	color: #000;
}

div#main p a:hover,
dd a:hover {
	text-decoration: underline;
	color: #663300;
}

div#main p.compe {
	margin-top: 15px;
	padding: 5px;
	text-align: center;
	background-color: #fff;
	border: #D3CEBF solid 1px;
	color: #990000;
}