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

body {
	background-image: url(../img/ind_back.jpg);
	background-repeat: repeat-x;
	background-position: center 120px;
}

div.flash {
	margin-top: 10px;
	padding: 10px;
	background-color: #fff;
}

div#content {
	width: 500px;
	margin-bottom: 20px;
	float: left;
	background-color: #f6f5f4;
}

div#content h2 {
	margin: 10px;
	padding: 10px 0px 10px 10px;
	border-bottom: 1px solid #ded9d5;
}

dl {
	margin: 10px 20px;
}

dt {
	margin: 0px;
	padding: 0px 0px 0px 13px;
	color: #1c4f89;
	background-image: url(../img/arrow_01.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

dd {
	margin: 0px 0px 7px 0px;
	padding: 1px 0px 5px 13px;
	background-image: url(../img/border_x_gray.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
dd a {
	color: #000;
	text-decoration: underline;
}
dd a:link {
	text-decoration: underline;
}
dd a:visited {
	color: #000;
	text-decoration: underline;
}
dd a:active {
	text-decoration: underline;
}
dd a:hover {
	color: #3366CC;
	text-decoration: underline;
}

div#content p {
	margin: 5px 20px 10px 5px;
	text-align: right;
	font-size: 80%;
}

div#content p a {
	margin: 0px;
	padding: 0px 0px 0px 13px;
	color: #000;
	text-decoration: none;
	background-image: url(../img/arrow_02.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
div#content p a:link {
	text-decoration: none;
	background-image: url(../img/arrow_02.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
div#content p a:visited {
	color: #000;
	text-decoration: none;
	background-image: url(../img/arrow_02.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
div#content p a:active {
	text-decoration: none;
	background-image: url(../img/arrow_02.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
div#content p a:hover {
	color: #3366CC;
	text-decoration: underline;
	background-image: url(../img/arrow_02.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

div#side {
	float: right;
	width: 260px;
}

div#side h3 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
