/*
 [default.css]
 copyright c fu-su-ya diary All Right Reserved. 
 http://www.fu-su-ya.info/diary/
*/

body	{
	margin: 0px;
	background:#ffffff;
	color: #666666;
	font-family:"tahoma","‚l‚r ƒSƒVƒbƒN",serif;
	}
div.centerzone	{
	border-left:#cccccc 1px solid;
	border-right:#cccccc 1px solid;
	padding-left: 20px;
	padding-right: 20px;
	width:80%;
	height:100%;
	margin-left:10%;
	margin-right:10%;
	}
div.headzone {
	border-bottom:#cccccc 1px solid;
	padding-top: 10px;
	padding-bottom: 10px;
	}
div.navigation	{
	text-align: left;
	float:left;
	width:150px;
	margin-top:80px;
	}
div.heading	{
	border-bottom:#cccccc 1px solid;
	text-align: left;
	margin-left: 0px;
	}
div.body {
	text-align: left;
	margin: 0px;
	float:left;
	}
div.footer {
	border-top:#cccccc 1px solid;
	clear:both;
	padding: 5px 0px 5px 0px;
	margin-top: 20px;
	text-align: right;
	font-size:0.7em;
	}

h1,h2,h3,h4	{
	margin: 0px;
	}
h1	{
	font-size: 2em;
	}
h2	{
	font-size: 1.5em;
	}

.navi2	{
	margin: 10px 0px 0px 0px;
	text-align: right;
	}
a:link , a:visited {
	text-decoration : underline; 
	color : #666666;
	background-color: #ffffff;
	}

a:hover {
	text-decoration : none; 
	color : #666666;
	background-color: #ffffff;
	} 
hr	{
	visibility: hidden;
	margin: 0px 0px 15px 0px;
	}
ol,ul	{
	font-size: 0.95em;
	text-indent: 0px;
	list-style-position: outside;
	list-style-type: square;
	line-height: 150%;
	}
p	{
	margin: 0px;
	}
