body {
	background-color: #333333;
	margin: 0px auto;
	background-image: url(../img/bg.gif);
	font-size: 14px;
	color: #333333;
}
A:link    {color:#333399;}
A:visited {color:#660066;
	   text-decoration: none;}
A:hover   {color:#ee9999; 
	   text-decoration: none;}
A:active  {color:#990000;}

#container {
	margin: 0px auto;
	padding: 0px;
	width: 800px;
	height: 720px;
	background-color: #FFFFFF;
}
#container2 {
	margin: 0px auto;
	padding: 0px;
	width: 640px;
	background-color: #FFFFFF;
}
#header {
	margin: 0px;
	background-image: url(../img/index.gif);
	background-repeat: no-repeat;
	height: 250px;
	width: 800px;
}
#header_diary {
	margin: 0px;
	background-image: url(../img/diary.gif);
	background-repeat: no-repeat;
	height: 86px;
}
#header_link {
	margin: 0px;
	background-image: url(../img/link.gif);
	background-repeat: no-repeat;
	height: 86px;
}

#menu {
	float: left;
	color: #3f3f33;
	background-color: #eeeeee;
	line-height:1.4em;
	margin: 0px;
	padding: 0px;
	width: 200px;
	height:500px;
}
#main {
	float: right;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	width: 600px;
	height: 500px;
}
#menu2 {
	float: left;
	color: #3f3f33;
	background-color: #eeeeee;
	line-height:1.4em;
	margin: 0px;
	padding: 0px;
	width: 140px;
	height:500px;
}
#main2 {
	float: right;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	width: 500px;
	height: 500px;
}

#footer {
	clear: both;
	height: 20px;
	font-size: 12px;
	padding: 1px;
	color: #cccccc;
	background-color: #333333;
	margin: 0px;
	text-align: center;
}
H1 {
	color:#111111;
	font-size:15px;
}
p.setumei {
	padding-top: 10px;
	color:#ffa333;
	font-weight:bold;
}
img {	border: none;
}

.menu {
	color: #f0f0ff;
	background-color: #333333;
	border-bottom: 2px solid #dddddd;
	font-weight: bold;
	text-align: center;
}
.nikki_menu {
	font-size:13px;
	padding-top:12px;
	padding-left:5px;
	line-height:1em;
}
ul {	margin:5px;}
ul li{
	line-height:1.8em;
	padding-left: 15px;
	list-style:none;
	border-bottom: 1px dashed #aa9696;
}
ul a{
	text-decoration:none;
	padding-left: 20px;
}
ul a:hover{
	background:url(../img/rice.gif) no-repeat 0px center;
}
td {
	font-size:13px;
	height:1.5em;
}
td.linkgroup {
	color:#ffa333;
	font-size:14px;
	letter-spacing:1px;
	font-weight:bold;
}