body {
	font-family: Verdana, Arial, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background: #DCDCDC;
}


table.navi{
	width: 85%;
	font-size: 80%;
}
table.navi td{
	border: 1px solid #CCCCCC;
	text-align: center;
	height: 25;
}

table.info{
	width: 100%;
	height: 100%;
	border: none;
}
table td{
	border: none;
}
table.info p{
	font-size: 80%;
	margin-bottom: 1em;
	margin-top: 0.5em;
	text-align: justify;
}

table.index{
	width: 100%;
	font-size: 80%;
}
table.index td{
	border: 1px solid #CCCCCC;
}

table.story{
	width: 100%;
	font-size: 80%;
}
table.story td{
	border: 1px solid #CCCCCC;
	background-color: #F1F1F1;
}
table.story textarea{
	width: 100%;
	height: 400;
	margin-top: 0.4em;
}

table.covers{
	width: 100%;
	font-size: 80%;
	margin-top: 1em;
	margin-bottom: 1em;
}

table.gbook {
	font-size: 80%;
}
table.gbook textarea{
	width: 450;
	height: 100;
	margin-top: 0.3em;
}

table.admin {
	font-size: 80%;
	width: 500;
	background: #999999;
}
table.admin textarea{
	width: 490;
	height: 100;
	margin-top: 0.4em;
}

a{
	color: #1111FF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #800080;
}

h1{
	font-size: 120%;
	text-align: center;
	margin-bottom: .5em;
	margin-top: 1em;
	font-weight: normal;
}
h2{
	font-size: 100%;
	text-align: center;
	font-weight: bold;
}


ul {
	list-style-type : disc;
	font-size: 80%;	
}


div{
	font-size: 80%;
}
div.add_text {
	text-align: center;
	font-size: 70%;
}
div.address {
	font-size: 85%;
}
div.sort {
	text-align: left;
	font-size: 70%;
}
div.text {
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-top: .3em;
}

form.menu_login {
	margin: 0;
}
input.menu_login {
	width: 80;
	margin-top: 5;
}