/*-------------------------------------------------
GLOBAL PAGE LAYOUT
-------------------------------------------------*/
html{
	margin:0;
	padding:0;
}

input ,form ,ul ,li ,dl ,dt ,dd ,p ,h1 ,h2 ,h3 ,h4 ,h5 ,h6 ,div, a{
	margin: 0;
	padding: 0;
}

img{
	border: none;
}

#body{
	color: #000000;
	background: url("images/bg.gif") ;
	background-attachment: scroll;
	font-size: 12px;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0; 
	margin-bottom: 0;
	padding: 0px;
}

.menu{
	color: #000000;
	background-color:#C1BEB5;
	font-size: 12px;
	text-align:center;
}

.clear{
	clear:both;
	font-size:1px;
	height:1px;
}

#frame{
	font-size: 12px;
	width: 865px;
	margin: 30px auto 20px;
	padding: 0px;
	text-align: center;
}

.mokuji{
	margin: 0px auto 20px;
}

.menu{
	margin: 10px auto 0px;
}

.comment{
	font-size:10px;
	line-height:20px;
	margin: 0px 0px 0px;
	color:#330000;
}

#top-memo{
	width:299px;
	height:207px;
	margin:0px 0px 20px 0px;
	background: url("images/memo-bg.gif")
}

.comment a:link		{ color:#cc0000; text-decoration:none; }
.comment a:visited	{ color:#cc0000; text-decoration:none; }
.comment a:active	{ color:#cc0000; text-decoration:none; }
.comment a:hover	{ color:#666600; text-decoration:none; }

.deai-comment{
	font-size:10px;
	line-height:15px;
	margin: 5px 0px 15px;
	color:#330000;
}

.deai-comment a:link		{ color:#666600; text-decoration:none; }
.deai-comment a:visited	{ color:#666600; text-decoration:none; }
.deai-comment a:active	{ color:#666600; text-decoration:none; }
.deai-comment a:hover	{ color:#cc0000; text-decoration:none; }

#nextback{
	text-align:center;
	font-size:10px;
	margin: 5px auto 0px;
	color:#330000;
}

#nextback a:link		{ color:#666600; text-decoration:underline; }
#nextback a:visited		{ color:#666600; text-decoration:underline; }
#nextback a:active		{ color:#666600; text-decoration:underline; }
#nextback a:hover		{ color:#cc0000; text-decoration:underline; }

<!--BODY{
scrollbar-face-color:#999999; /*スクロールバー本体の色*/
scrollbar-highlight-color: #CCCCCC; /*スクロールバー左側（上）の影*/
scrollbar-shadow-color: #CCCCCC; /*スクロールバー右側（上）の影*/
scrollbar-3dlight-color: #999999; /*スクロールバーの左側（下）の影*/
scrollbar-arrow-color: #CCCCCC; /*矢印の色*/
scrollbar-track-color: #999999; /*背面の色*/
scrollbar-darkshadow-color: #999999;/*スクロールバー右側（下）の影*/
}-->








