@charset "UTF-8";

#header_image {
	position: relative;
}

#header_image img {
	vertical-align: top;
}

#header_image img.guardman {
	width: 230px;
	position: absolute;
	right: 30px;
	bottom: -20px;
}

#container {
	background: none;
}

#breadcrumbs {
	display: none;
}

#main .well {
	margin: 10px 0;
	padding: 10px 2em;
	border: 1px solid #ccc;
	border-radius: 2px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

#main .news ul {
	margin: 0;
	padding: 0 0 20px;
	list-style: none;
}

#main .news ul li {
	background: none;
	padding: 12px 0;
	font-size: 1.4rem;
	border-bottom: 1px dashed #0B0C79;
}

#main .news ul li a {
	font-size: 1.4rem;
}

#main .news .archive_link {
	text-align: right;
}

#main .news .archive_link a {
	padding: 10px;
	font-size: 1.3rem;
	background: #0B0C79;
	border-radius: 10px;
	display: inline-block;
	color: #fff;
	text-decoration: none;
}

#main .news .archive_link a:hover {
	color: #d69903;
	text-decoration: none;
}

#bottom_area .address {
	margin-left: 35px;
	margin-bottom: 5px;
	float: left;
}

#bottom_area .address p {
	font-size: 1.3rem;
	line-height: 1.7;
}

#bottom_area .address p.address_name {
	font-size: 1.4rem;
	color: #0B0C79;
	font-weight: bold;
}

.dummy {
	margin: 25px;
}

