@charset "utf-8";

*	{
	margin:	0;
	padding:	0;
}


body {
	font-family: "メイリオ","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ ゴシック", "Osaka-等幅", monospace;
	text-align: center;
	background-color: #fce0fc;
}


#banner {
}

h1 {
	text-align:	center;
	margin: 0 auto;
}

h1 a {
text-decoration: none;
color: black;
}

h2 {
text-align: left;
margin: 10px;
}

#zentai {
width: 1024px;
margin: 0 auto;
text-align: center;
padding: 30px 20px;
}

#sayuu {
margin: 40px 0;
}

.waku {
background-color: white;
border: black 1px solid;
margin: 15px 0;
padding: 15px;
}

#main {
	line-height: 2em;
	text-align:	left;
font-size: smaller;
}

#main p {
display: block;
margin: 10px 0;
}

#main br {
display: inline;
}

#list {
font-size: smaller;
text-align: left;
}

#main blockquote {
	margin: 120px 20px;
	background-color:	#ffffee;
	padding:	10px;
	border:	dotted 1px #d4d0c8;
}

#entries {
	margin:	40px auto;
	text-align:	center;
}

#footer {
clear: both;
font-size: small;
}

em {
	font-style: normal;
}

strong {
	font-weight: normal;
}

.underline {
	text-decoration: underline;
}

.through {
	text-decoration:	line-through;
}

img {
	border: none;
	margin: 0;
	padding: 0;
}

table {
	margin: 40px 20px;
	padding:	0;
	text-align: left;
	border-spacing: 10px 5px;
	caption-side:	top;
	table-layout:	fixed;
line-height: normal;
}

table tbody,tr,td {
	margin:	5px;
	padding:	5px;
	text-align:	left;
	vertical-align:	top;
}

#main table br {
display: inline;
}

table caption {
	margin:	0;
	padding:	0;
	text-align:	left;
	vertical-align:	bottom;
}

#list li {
margin: 10px 0;
}

.red {
	color:	red;
}

.bold {
	font-style:	bold;
}


.sai {
background-color: #e6e9ec;
}

.onaji {
background-color: #f2f1ee;
}

th {
background-color: #e6e9ec;
}

.modified, .created {
font-size: smaller;
}


