@charset "UTF-8";

.an-text-center {
	text-align: center;
	font-size:14px;
	line-height:1.8em;
	margin:20px;
}
.an-text-center h1 {
	margin:10px 0;
}

.an-contents {
	font-size:12px;
	line-height:1.8em;
	margin:20px;
}

.an-list {
	margin:10px 0;
}
.an-list .an-title {
	font-size:16px;
	font-weight:bold;
	line-height:1.8em;
}
.an-list li {
	margin:3px 12px;
	list-style:none;
}
.an-image {
	width:350px;
	margin:0 0 0 20px;
	float:right;
	text-align:center;
}
.an-image img {
	margin-bottom:20px;
}

.an-contents hr {
	margin:20px 0;
}

.an-menu {
	text-align:center;
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
	color:#960606;
}
.clearfloat {
	clear:both;
}
.an-header {
	height:28px;
	padding:0;
}
.an-header h1 {
	line-height:28px;
}
.an-header #blog {
	text-align:center;
	font-size:14px;
	font-weight:bold;
	line-height:18px;
	display:block;
	padding:0;
	float:right;
}
.an-header #blog a {
	height:28px;
	color:#ffffff;
	background-color:#870400;
	border: 3px outset #870400;
	padding:5px 20px;
}
.an-header #blog a:hover {
	color:#ffffff;
	background-color:#ff0000;
	border: 3px inset #ff3333;
}