/* 全体の構成 */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #FFFFFF;
	font-size: small;
}
#container {
	line-height: 130%;
	padding: 10px 0px 10px 0px;
	margin: 0 auto;
	width: 800px;
}
#content {
	width: 800px;
	border: solid #333333 2px;
	padding: 0px;
	margin: 0px;
}
#title_space {
	width: 260px;
	float: left;
	overflow: hidden;
}
#top_A {
	width: 170px;
	float: left;
	text-align: left;
	border-right: solid #333333 2px;
	border-left: solid #333333 2px;
	padding: 10px 8px 10px 8px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
}
#top_B {
	float: left;
	text-align: left;
	width: 330px;
	padding: 0px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
}
#content_body {
	float: left;
	text-align: left;
	width: 500px;
	padding: 10px 20px 10px 20px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
}
#staff_space {
	width: 790px;
	border: solid #333333 2px;
	padding: 10px 5px 5px 5px;
	margin-top: 10px;
}
#footer {
	margin-top: 10px;
	margin-bottom: 10px;
}
/* 共通 */

a {
	text-decoration: underline;
	}
a:link {
	color: #336666;
	}
a:visited {
	color: #663300;
	}
a:active {
	color: #666666;
	}
a:hover {
	color: #999999;
	}
ul {
	padding: 0;
	margin: 0;
}
p {
	margin-top: 5px;
	margin-bottom: 10px;
}
img {
	border: 0px;
}
blockquote {
	border-left: solid #999999 10px;
	padding-left: 10px;
	margin-left: 0px;
}

/* 共通（その他） */

#description {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.FloatClear {
	clear: both;
	height: 0px;
	line-height: 0px;
}
.more {
	
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
}
/* トップページ */

.top_list li {
	margin-left: 15px;
	list-style: outside;
}
.top_list {
	
	font-size: small;
	line-height: 110%;
}
.top_digest {
	border-bottom: dashed #999999 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.top_digest h2 {	
	font-size: small;
	margin-top: 0px;
	margin-bottom: 10px;
}
.staff_link {
	
	width: 110px;
	float: left;
	font-size: 10pt;
	text-align: center;
}

/* 記事ページ */
#entry_body h1 {
	font-size: 20px;
	background: url(http://awd.heteml.jp/ushi/images/label_header01.jpg) no-repeat;
	height: 20px;
	padding: 15px 10px 0px 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#entry_body h3 {
	border-bottom: solid #666666 1px;
	padding-bottom: 3px;
}
#entry_body h4 {
	font-style: italic;
	color: #CC3300;
}
#entry_body ul {
	padding-left: 10px;
	margin-left: 10px;
	list-style: disc outside;
}
.date {
	
	text-align: right;
	font-size: small;
	margin-top: 0px;
	margin-bottom: 0px;
}
.label {
	
	background: #CCCCCC;
	padding: 3px 3px 3px 3px;
	margin-bottom: 10px;
}
.kouza {
	background: #FFFF80;
	border: solid #804000 1px;
	padding: 5px 5px 5px 5px;
}
.photocaption {
	
	color: #666666;
}
.photoarea {
	text-align: center;
	margin-bottom: 10px;
}

/* カテゴリページ */
#archive_body h1 {	
	font-size: small;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 10px;
}
#archive_body h2 {
	font-size: 20px;
	background: url(http://awd.heteml.jp/ushi/images/label_header01.jpg) no-repeat;
	height: 20px;
	padding: 15px 10px 0px 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}
/* 実行委員・メンバーレポート一覧ページ */

#staff_space02 {
	padding: 5px 10px 5px 10px;
	margin-bottom: 20px;
	border-bottom: solid #999999 1px;
}

/* アーカイブページ＆記事リスト */
.MonthlyArchive {
	margin-bottom: 20px;
}
.CategoryArchive {
	margin-bottom: 20px;
}
.EntryArchive {
	margin-bottom: 5px;
}
.EntryArchive li {
	margin-bottom: 5px;
}
.archive_label {
	
	font-weight: bold;
	margin-bottom: 5px;
}
.entryexcerpt01 {
	
	font-size: xx-small;
}
.content-nav {	
	text-align: right;
}

/* サイドバー */
.SidebarContents {
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}

