/*
	Default Style Sheet for ahoge.com
	Copyright(C)2005 nao All Right Reserved.
*/

body {
	text-align: center;
	min-width: 800px;
	background: #f8ffff url(/img/blue.gif);
	color: black;
}

div.bodyarea {
	border-style: solid;
	border-color: gray;
	border-width: 1px;
	margin: 0 auto;
	width: 790px;
	text-align: center;
	background: #fff url(/img/back.GIF);
	color: black;
}

div.bodytext {
	width: 780px;
	margin: 0px auto;
	text-align: left;
	background-color: #ffffff;
	color: black;
	border-style: solid;
	border-width: 1px;
	border-color: #87ceeb;
}	

div.headerarea {
	text-align: center;
	height: 100px;
	background-image:url(/top.gif);
	background-repeat: no-repeat;
}

div.header_r {
	margin: 3px;
	float: right;
	width: 200px;
	text-align: right;
	font-size: 70%;
}

div.header_l {
	margin: 3px;
	float: left;
	text-align: left;
	width: 200px;
	font-size: 70%;
}

div.titlearea {
	margin-top: 10px;
	margin-bottom: 20px;
	clear:both;
	text-align: center;

}

div.linklist {
	float: right;
	background-color: #ffffff;
	color: black;
	width: 200px;
	margin-right: 3px;
	margin-top: 5px;
	text-align: center;
	border-style: solid;
	border-width: 1px;
	border-color: #87ceeb;
}

div.linklist_in_box {
	width: 192px;
	margin-left: 3px;
	margin-bottom: 3px;
	text-align: left;
	font-size: 85%;
	line-height: 1.3em;
}

div.linktitle {
	color: black;
	background-color: #ddffff;
	font-weight: bold;
	border-bottom-style: solid;
	border-width: 1px;
	border-color: #87ceeb;
	padding-top: 2px;
}

div.main {
	float: left; 
	width: 575px;
	background-color: #ffffff;
	color: black;
	border-style: solid;
	border-width: 1px;
	border-color: #87ceeb;
	margin-left: 3px;
	margin-right: 2px; 
	text-align: left;
}

div.rightarea {
	float: right;
	width: 200px;
	margin-right: 3px;
	background-color: #ffffff;
	color: black;
	border-style: solid;
	border-width: 1px;
	border-color: #87ceeb;
}

div.navi {
	background-color: white;
	color: black;
	padding: 3px;
	font-size: 85%;
}

div.navi a{
	text-decoration: none; 
	border-right: 1px #87ceeb solid;
	padding: 3px 0.3em;
}

div.contents {
	background-color: white;
	color: black;
	border-style: solid;
	border-width: 1px;
	border-color: #87ceeb;
	padding: 3px 0.3em;
	margin: 3px 0px 0px 0px;
	font-size: 95%;
}

div.day {
	background-color: #ddffff;
	color: black;
	font-weight: 800;
	border-style: solid;
	border-width: 1px;
	border-color: #87ceeb;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	vertical-align: top;
}

div.section {
	background-color: #ddffff;
	color: black;
	font-weight: 800;
	border-style: solid;
	border-width: 1px;
	border-color: #87ceeb;
	padding: 3px 0.3em;
	vertical-align: top;
}

div.comment {
	padding: 4px 0px 0px 0px;
	line-height: 1.2em;
}

div.footer {
	clear: both;
	font-size: 70%;
	text-align: right;
	padding: 3px;
}

div.endhere {}

span.quote {
	 color: green;
}

img {
	border: 0px;
}

p {
	line-height: 1.2em;
}

blockquote {
	font-weight: 900;
}

.strong {
	font-weight: 900;
	margin-top: 3px;

}

.small {
	font-size: 3px;
}

li {
	line-height: 1.3em;
}
