/* 「ぞーき・ばやし」及び「グループトップページ」用 */

/* 汎用 */
body {
	color: #000000;
	background-image: url(/coppice/files/background.png);
	background-repeat: repeat-x;
	background-attachment: scroll;
}

a:link {
	color: #ff4000;
}

a:visited {
	color: #208020;
}

p {
	text-indent: 1em;
}

/* グループトップページ */
#group_top_page .site {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #000000;
	padding: 10px;
	background-color: #ffffff;
}

#group_top_page .site .name {
	font-weight: bold;
	font-size: larger;
}

#group_top_page .site .banner {
	margin-top: 1em;
}

#group_top_page .site .description {
	margin-top: 1em;
	text-align: left;
}

/* 公告ページ用 */
#announce .date {
	font-weight: bold;
}

#announce li {
	margin-bottom: 1em;
}

/* 「ぞーき・ばやし」トップページ用 */
#top_page {
	width: 700px;
	margin: 0px auto;
	border: 3px double #000000;
	background-color: #ffffff;
	padding: 3px;
}

#top_page #sign {
	border: 1px solid #808080;
	padding: 5px;
}

#top_page #sign #logo {
	width: 500px;
	float: left;
}

#top_page #sign #info {
	font-size: smaller;
	text-align: right;
}

#top_page #sign #counter {
	margin-top: 1em;
	text-align: right;
}

#top_page #contents {
	margin-top: 5px;
	margin-bottom: 5px;
	width: 450px;
	border: 1px solid #808080;
	padding: 5px;
	float: left;
}

#top_page #contents .name {
	padding: 5px;
	text-align: center;
	font-size: larger;
	font-weight: bold;
	background-color: #404020;
}

#top_page #contents .name a:link {
	color: #80ffff;
}

#top_page #contents .name a:visited {
	color: #ffffe0;
}

#top_page #contents .description {
	margin-top: 0.5em;
	margin-bottom: 1em;
	padding: 5px;
}

#top_page #contents .description p {
	margin: 0em 0em 0.5em 0em;
	text-indent: 1em;
}

#top_page #sidebar {
	width: 221px;
	float: left;
	margin-left: 5px;
	margin-top: 5px;
}

#top_page #sidebar .box {
	width: 221px;
	margin-bottom: 5px;
	border: 1px solid #808080;
	padding: 5px;
	font-size: smaller;
}

#top_page #sidebar .header {
	font-weight: bold;
	margin-bottom: 1em;
}

#top_page #search {
	clear: both;
	border: 1px solid #808080;
	padding: 5px;
}

#top_page #copyrights {
	margin-top: 5px;
	border: 1px solid #808080;
	padding: 3px;
	font-size: smaller;
	text-align: center;
}

/* 規則用スタイル */
.rule {
	line-height: 150%;
}

.rule h1 {
	line-height: 100%;
}

.rule .volume {
	font-size: 150%;
	margin-left: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
} /* 編 */

.rule .chapter {
	font-size: 130%;
	margin-left: 2em;
	margin-top: 1em;
	margin-bottom: 1em;
} /* 章 */

.rule .section {
	font-size: 110%;
	margin-left: 3em;
	margin-top: 1em;
	margin-bottom: 1em;
} /* 節 */

.rule .subsection {
	font-size: 100%;
	margin-left: 4em;
	margin-top: 1em;
	margin-bottom: 1em;
} /* 款 */

.rule .part {
	font-size: 100%;
	margin-left: 5em;
	margin-top: 1em;
	margin-bottom: 1em;
} /* 目 */

.rule .preface {
	text-indent: 1em;
	margin-bottom: 1em;
} /* 前文 */

.rule .heading {
	text-indent: 1em;
} /* 条見出し */

.rule .article {
	margin-bottom: 1em;
} /* 条 */

.rule .paragraph {
	text-indent: -1em;
	margin-left: 1em;
} /* 項 */

.rule .subparagraph {
	text-indent: -1em;
	margin-left: 1em;
} /* 号など([一、二、三、……][イ、ロ、ハ、……][(1)、(2)、(3)、……][(i)、(ii)、(iii)、……]) */

.rule .number {
	font-weight: bold;
} /* 番号 */

.rule .information {
	text-align: right;
	margin-top: 1em;
	margin-bottom: 1em;
} /* 規則情報 */

.rule .provision { 
	margin-bottom: 1em;
	margin-left: 2em;
	margin-top: 2em;
} /* 附則 */

.rule .provision-title {
	font-weight: bold;
	letter-spacing: 1em;
} /* 附則題名 */

.rule .paragraph-nonumber {
	text-indent: 1em;
} /* 番号のない項 */

.rule .subparagraph-nonumber {
	text-indent: 1em;
	margin-left: 1em;
} /* 番号のない号など */

.rule .sentence-nonumber {
	text-indent: 1em;
} /* 番号のない文 */

.rule .list-nonumber {
	text-indent: 1em;
	margin-left: 1em;
	margin-top: 1em;
} /* 汎用項目 */

.rule .amend-title {
	font-weight: bold;
} /* 改正規則見出し */

.rule .amend-sentence {
	margin-left: 2em;
	margin-top: 1em;
	margin-bottom: 1em;
} /* 改正文 */

.rule .chart {
	margin-bottom: 1em;
	text-indent: 0em;
} /* 表 */

.rule .index {
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 1em;
	text-indent: 0em;
} /* 目次 */

.rule .index-section {
	margin-left: 1em;
} /* 目次区分け */

/* 基本則トップページ */
.rule_list table{
	background-color: #ffffff;
}

.rule_list td{
	padding: 5px;
}

/* 掲示板用 */
.bbs_tree table{
	background-color: #ffffff;
}

.bbs_tree h1 {
	text-align: center;
}

.bbs_tree .account {
	background-color: #ffffa0;
	text-align: right;
	font-size: smaller;
	padding: 2px;
}

.bbs_tree .board_info {
	width: 80%;
	border: 1px solid #000000;
	padding: 0.5em;
	margin: 1em auto;
	background-color: #ffffff;
}

.bbs_tree .menu {
	padding: 3px;
	background-color: #e0e0e0;
}

.bbs_tree .header {
	margin-top: 1em;
	font-weight: bold;
	padding: 3px;
	background-color: #404000;
	color: #ffffff;
}

.bbs_tree .recent_trees {
	margin-top: 1em;
	margin-left: 2em;
}

.bbs_tree .tree {
	margin-top: 0.5em;
	border: 1px solid #000000;
	padding: 1em;
	background-color: #ffffff;
}

.bbs_tree .post_frame {
	margin-top: 1em;
	border: 1px solid #000000;
	padding: 0.5em;
	background-color: #ffffff;
}

.bbs_tree .form {
	padding: 1em;
	background-color: #e0e0e0;
}

.bbs_tree .tree_manage_form {
	margin-top: 1em;
	border: 1px solid #000000;
	padding: 1em;
	background-color: #ffffff;
}

.bbs_tree .post {
	border: 1px solid #000000;
	padding: 0.5em;
	margin-bottom: 0.5em;
}
.bbs_tree .post .info {
	background-color: #ffffc0;
	padding: 0.5em;
}
.bbs_tree .post .info .subject {
	font-size: larger;
	font-weight: bold;
}
.bbs_tree .post .info .author {
	margin-left: 1em;
}
.bbs_tree .post .info .name {
	font-weight: bold;
}
.bbs_tree .post .info .mail {
	font-size: smaller;
}
.bbs_tree .post .info .url {
	font-size: smaller;
}
.bbs_tree .post .info .id {
	text-align: right;
	font-size: smaller;
	font-style: italic;
}
.bbs_tree .post .message {
	margin: 1em;
}
.bbs_tree .post .post_menu {
	text-align: right;
}
.bbs_tree .children {
	margin-left: 1em
}
