/*top right bottom left*/

body {
	margin: 0;	/* 付け足し(2006/03/06) */
	font-size:1.0em;
	color: #000000;
	background-image: url(bg_aqua.png);
	background-color: #f3f3f3;
	font-family:  Arial, sans-serif;
}

h1 {
	font-size:2.0em;
	text-align: center;
/*	margin: 0.5em 10% 1em 10%;*/
	margin: 0.5em auto 1em auto;
	padding: 2px 0 2px 0;
/*	border: dashed #2565cc;*/
	border-width:  0.15em 0 0.15em 0;
}

h1.title {
	background-image: url(./title2.png);
	width: 498px;
	height: 59px;
	background-repeat: no-repeat;
	background-position: center;
}
h1.title span {
	display: none;
}

h2 {
	font-size: 1.5em;
	text-align: right;
	margin: 0.5em 8% 1em 10%;
	border: solid #787878 1px;
	border-width: 0 5px 1px 0;
	padding: 0 2px 0 5px;
}

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

div.info h3 {
	font-size: 1.2em;
	text-align: left;
	border: solid #787878 1px;
	margin: 0.5em 0 0.5em 0;
	border-width: 0 0 1px 0;
	padding: 0.1em 5px 0 5px;
	text-decoration: none;
}

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

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

/* 年間予定 */
table.schedule {
	border-collapse: separate;
	margin: 1.5em 0px 1.5em auto;
}
table.schedule th, table.schedule td {
	border: solid #787878 1px;
	border-width: 0 2px 1px 0;
	padding: 2px 2px 2px 5px;
}
table.schedule th {
	text-align: center;
}
table.schedule td {
	text-align: left;
}
div.schedule {
	margin: 1.5em 8% 1.5em 0px;
	text-align: right;
}

/* トピック変更フォーム */
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 {
	text-align: left;
	margin: 1.5em 8% 1.5em 30%;
	border-left: solid #787878 4px;
}

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: dashed #787878 2px;
	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 {
	margin: 0.2em 0 0.5em 1em;
}
div.foot {
	border: dotted #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 {
	border: dotted #787878;
	border-width:  0 0 0 2px;
	margin: 0.5em 8% 1.5em 17%;
	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;
} 


/* 付け足し(2006/03/06) */
div#menu {
	float: left;
	width: 12em;
	background-color: #FFA;
	margin-right: 1em;
}

div#menu ul {
	margin-top: 0em;
	padding-top: 1em;
}

/* 付け足し(2006/04/08) */
img {
	float: left;
	margin: 0em 1.0em 0.5em 0.5em;
}

.img2 {
	float: right;
}

div.section2 {
	border: dotted #787878;
	border-width:  0 0 0 10px;	/* 0 0 0 2px */
	margin: 0.5em 6.5em 1.5em 9.0em;	/* 0.5em 8% 1.5em 17% */
	padding: 0 0 0 0.5em;	/* padding: 3px; */
}
