/*top right bottom left*/

body {
	font-size:1.0em;
	color: #000000;
	background-color: #f3f3f3;
	font-family:  Arial, sans-serif;
}

h1 {
	font-size:2.0em;
	text-align: center;
	margin: 0.5em auto 1em auto;
	padding: 2px 0 2px 0;
	border-width:  0.15em 0 0.15em 0;
}

h2 {
	font-size: 1.5em;
	margin: 0.5em 8% 1em 1em;
	border-style: solid;
	border-color: #787878;
	border-width: 0px 0px 1px 5px;
	padding: 0px 0px 0px 5px;
}

h3 {
	font-size: 1.2em;
	text-align: left;
	margin: 2em 0 0.5em 4em;
	text-decoration: underline;
}

dl {
	margin: 2em 3em 2em 20%;
}

dd {
	margin: 0.2em 0 0.8em 2em;
}


/* 年間予定 */
table.schedule {
	border-collapse: collapse;
	margin: 1.5em auto 1.5em 10%;
}
table.schedule th, table.schedule td {
	border: solid #787878 1px;
	padding: 2px;
}

/* トピック変更フォーム */
table.edit_topics td {
	border-style: none;
	text-align: right;
	padding: 2px;
}
table.edit_topics textarea {
	font-size: 1em;
	width: 35em;
	height: 8em;
	border: 2px solid #787878;
	background-color: #e8e8e8;
	padding: 2px;
}
table.edit_topics input.passwd {
	font-size: 0.9em;
	width: 8em;
	height: 1.3em;
	border: 1px solid #787878;
	background-color: #e8e8e8;
}
table.edit_topics input.edit,input.clear {
	font-size: 0.9em;
	width: 4em;
	height: 1.4em;
	border: 1px solid #787878;
	background-color: #c3c3c3;
}
body.edit_topics ul {
	margin: 2em 0em 1em 15%;
}
body.edit_topics div.about {
	margin: 1em 8% 1em 10%;
	padding: 0;
	text-align: right;
}

/* インフォページ */
div.info h3 {
	font-size: 1.2em;
	text-align: left;
	margin: 0.5em 0 0.5em 0;
	padding: 0.1em 5px 0 5px;
	border-bottom: solid #787878 2px;
	text-decoration: none;
}
div.info {
	text-align: left;
	margin: 1.5em 20% 1.5em 10%;
	border-left: solid #787878 2px;
}
div.info p {
	margin: 0.5em;
	text-indent: 0.5em;
}
div.info pre {
	font-size: 1em;
	margin: 0.6em 0.5em 0.6em 0.5em;
}

/* トピック */
div.topics {
	border: solid #787878 1px;
	margin: 0.5em 18% 0.5em 18%;
	padding: 0.5em;
}
div.topics p {
	text-indent: 0.5em;
	margin: 0.2em 0 0.5em 0;
	padding: 0em;
}
div.topics p.edit {
	text-align: right;
	font-size: 0.5em;
	margin: 0;
	padding: 0;
}

/* その他 */
p.last_write {
	margin: 0.5em 15% 0.5em 15%;
	text-align: right;
}
div.back {
	text-align: right;
	margin: 0.2em 8% 0.5em 0px;
}
div.foot {
	border: solid #787878;
	border-width:  2px 0 0 0;
	margin: 0.5em 10% 0.5em 1em;
	padding: 0.2em 0.2em 0 0.5em;
}

div.foot p {
	font-size: 0.8em;
	text-indent: 0.5em;
	margin: 0.2em 0 0.5em 0;
	padding: 0em;
}

div.section {
	margin: 0.5em 10% 1.5em 2em;
	padding: 3px;
}

div.section p {
	text-indent: 0.5em;
	margin: 0.2em 0 0.5em 0;
	padding: 0 0 0 0.4em;
}

div.section ul {
	margin: 0.2em 0 0.5em 2.5em;
}

/* リンク */
a {
	text-decoration: none;
}
a:link {
	color: #0000d0;
}

a:visited {
	color: #000085;
}

a:active {
	color: #ff3030;
}
 
a:hover {
	color: #ff3300;
	text-decoration: underline;
} 
