	body {
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		background:#FFFFFF;
		color:#333333;

		font-size:12px;
		font-weight:normal;
		font-family:"MS PGOTHIC","Osaka","Verdana","Helvetica","sans-serif";

		background: url(/images/bground.gif) repeat-y;
	}
	
	a 			{ color: #006644; text-decoration: none; font-weight:bold; } 
	a:link		{ color: #006644; text-decoration: none; } 
	a:visited	{ color: #006644; text-decoration: none; } 
	a:active	{ color: #006644;  }
	a:hover		{ color: #006644;  }

	h1, h2, h3 {
		margin: 0px;
		padding: 0px;
	}
	
	img {
		border-style: none;
		margin: 0px;
		padding: 0px;
	}

	#container {
		position: relative center;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 100px;
		width: 810px;
	}

	#roof {
		padding-top:10px;
		padding-left:10px;
	}
	#header {
		padding-left:10px;
	}
	#navi {
		padding-left:10px;
		padding-bottom:15px;
	}
	#content {
	}

	/*toppage base*/
	#top_left { 
		float: left;
		width: 400px;
	}

	#top_right { 
		float: right;
		width: 400px;
	}

	/*general base*/
	#general_left { 
		float: left;
		width: 250px;
	}

	#general_right { 
		float: right;
		width: 550px;
	}

	/*member base*/
	#member_left { 
		float: left;
		width: 550px;
	}

	#member_right { 
		float: right;
		width: 250px;
	}

	#footer {
		border-top:1px solid #999999;
		padding:5px 5px 5px 5px;
		margin-top: 5px;
	}


	/*toppage area*/
	.top_content{
		margin-left:5px;
		margin-bottom:10px;
	}

	.top_title {
	/*total width :395px*/
		color: #006644;
		font-weight:bold;
		padding:13px 5px 0px 25px;
		margin-bottom:10px;
		width:365px;
		height:22px;
		background-image:url(/images/title_bak.gif);
		background-repeat:no-repeat;
	}

	.top_item {
	/*total width :395px*/
		color: #006644;
		width:380px;
		padding-left:15px;
	}

	/*chest area*/
	.chest{
		margin-left:5px;
		margin-bottom:10px;
	}

	.chest_title {
	/*total width :245px*/
		color: #006644;
		font-weight:bold;
		padding:13px 5px 0px 25px;
		width:215px;
		height:22px;
		background-image:url(/images/chest_bak.gif);
		background-repeat:no-repeat;
	}

	.chest_item {
	/*total width :245px*/
		color: #006644;
		font-weight:bold;
		padding:5px 5px 0px 25px;
		width:215px;
		background-image:url(/images/chest_bullet.gif);
		background-repeat:no-repeat;
		background-position:7px 3px;
	}

	/*backnumber area*/
	.backnumber_item {
	/*total width :245px*/
		color: #006644;
		padding:5px 5px 0px 25px;
		width:215px;
	}

	/*profile area*/
	.profile_item {
	/*total width :245px*/
		color: #006644;
		padding:5px 5px 0px 5px;
		width:235px;
	}

	.profile_item img	{
		padding:5px 5px 5px 5px;
		background-color:white;
		border-width: 1px;
		border-style: solid;
		border-top-color: #c0c0c0;
		border-right-color: #808080;
		border-bottom-color: #808080;
		border-left-color: #c0c0c0;
	}

	/*entry area*/
	.entry {
		margin-left:5px;
		margin-bottom:10px;
	}

	.entry_title {
	/*total width :545px*/
		color: #006644;
		font-weight:bold;
		padding:13px 5px 0px 25px;
		margin-bottom:10px;
		width:515px;
		height:22px;
		background-image:url(/images/entry_bak.gif);
		background-repeat:no-repeat;
	}

	.entry_body {
	/*total width :545px*/
		padding:5px 20px 5px 20px;
		margin-bottom:10px;
	}

	.entry_annotate {
	/*total width :545px*/
		text-align: right;
		padding-right:5px;
		margin-bottom:5px;
	}

	.posted {
		text-align: right;
		margin-top:3px;
		padding-right:15px;
		color:#999999;
	}

	/*footer area*/
	#footer .rights {
		text-align: right;
		margin-top:3px;
		color:#999999;
	}

	.float_left {
		float: left;
	}
	.float_right {
		padding:10px 0px 0px 40px;
	}

	/*entry area*/
	.entry_body p {
		margin-top: 10px;
	}

	.entry_body blockquote {
		border-color: #666666;
		border-style: dotted ;
		border-width: 0px 0px 0px 2px;
		padding-left: 5px;
	}

	.entry_body img	{
		padding:5px 5px 5px 5px;
		background-color:white;
		border-width: 1px;
		border-style: solid;
		border-top-color: #c0c0c0;
		border-right-color: #808080;
		border-bottom-color: #808080;
		border-left-color: #c0c0c0;
	}

	/*navi area*/
	.MENU {
		color:#333333;
		background-color: #ffffff;
		border-style: solid;
		border-width: 1px;
		border-color: #aaaaaa;
		padding: 0px;
		position: absolute;
		text-align: left;
		visibility: hidden;
		z-index: 999;
	}
	
	a.MENUITEM {
		color: #333333;
		cursor: auto;
		display: block;
		font-size: 11px;
		font-style: normal;
		font-weight: normal;
		margin: 0px;
		padding: 1px;
		padding-left: 12px;
		padding-right: 12px;
		text-decoration: none;
		white-space: nowrap;
	}
	
	a.MENUITEM:hover {
		background-color: #ff9999;
		color: #ffffff;
	}
	
	.MENUITEMSEP {
		border-top: 1px solid #cccccc;
		border-bottom: 1px solid #bbbbbb;
	}


	/*extra area*/
	.extended	{
		text-align:right;
	}

	.download {
		margin-top:5px;
		margin-bottom:5px;
		padding:3px 5px 5px 20px;
		background-image:url(/images/download_icon.gif);
		background-repeat:no-repeat;
	}








