@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	color: #ffffff;
	background-color: #17184b;
	text-align: center;
}

/* リンクスタイル */
a {
	text-decoration: underline;
}

a:link {
	color: #378ed2;
}

a:visited {
	color: #3e62ad;
}

a:active {
	color: #8fabbe;
}

a:hover {
	color: #ffcccc;
}

a img {
	border: none;
	text-decoration: none;
}

/* 見出し */
h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

/* 全体のレイアウト */
#container {
	width: 750px;
	line-height: 140%;
	border-left: solid 1px #333333;
	border-right: solid 1px #333333;
	border-bottom: solid 1px #333333;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	text-align: left;
}

/* ヘッダのレイアウト */
#header {
	font-family: Verdana, Arial, sans-serif;
	color: #ffffff;
	text-align: left;
	padding-top: 15px;
	padding-bottom: 15px;
	height: 400px;
}

a#header-title {
	display: none;
}

#header a {
	color: #ffffff;
	text-decoration: none;
}

#header h1 {
	font-family: ArialBlack, sans-serif;
	font-size: large;
	font-weight: bold;
	padding-bottom: 3px;
	margin-bottom: 7px;
}

#header ul {
	background-color: #8c6450;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-top: solid 1px #333333;
	border-bottom: solid 1px #333333;
	height: 20px;
	font-size: small;
}

#header li {
	text-align: center;
	border-right: solid 1px #333333;
	float: left;
	line-height: 20px;
}

#header li a {
	display: block;
	width: 140px;
	text-decoration: none;
	color: #ffffff;
}

#header li a:hover {
	background-color: #bbff7a;
}

.description {
	font-size: small;
}

/* センターのレイアウト */
#center {
	float: center;
	width: 750px;
	
	overflow: hidden;
}

/* エントリー全体 */
.content {
	padding: 0px 0px 0px 0px;
	
	color: #ffffff;
	font-family: Verdana, ArialBlack, sans-serif;
	font-size: small;
}

.content h2 {
	color: #ffffff;

	font-family: Verdana, ArialBlack, sans-serif;
	font-size: small;

	text-align: left;
	font-weight: bold;

	padding-left: 10px;
	margin-bottom: 10px;

	background-color: #8c6450;
	border-top: #333333 1px solid;
	border-bottom: #333333 1px solid;
}

/* エントリー本文 */
.entry {
	margin: 0px 15px 5px 15px;
}

.entry p {
	color: #ffffff;

	font-family: Verdana, ArialBlack, sans-serif;
	font-weight: small;

	line-height: 150%;

	text-align: left;

	margin-top: 5px;
	margin-bottom: 25px;
}

.entry blockquote {
	line-height: 150%;
	padding: 5px 5px 5px 5px;
	border: #8c6450 1px dotted;
}

.entry li {
	line-height: 150%;
}

.entry h3 {
	color: #ffffff;
	font-family: Verdana, ArialBlack, sans-serif;
	font-size: small;
	
	text-align: left;
	font-weight: bold;
	
	margin-bottom: 2px;

	border-bottom: #333333 2px solid;
}

.entry img {
	float: left;
	padding: 3px;
}

/* フッターのレイアウト */
#footer {
	clear: both;
	mergin: 0 15px;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	line-height: 150%;
	text-align: center;
	background-color: #8c6450;
	color: #ffffff;
	border-top: #333333 1px solid;
	padding: 3px 0 6px;
}

