div#rule{
	text-align: left;
	width: 720px;
	border: 1px solid #a33;
	background-color: #fde;
	padding: 3px 7px;
	margin: auto;
	margin-bottom: 5px;
}

div#howto{
	text-align: left;
	font-size: 9pt;
	line-height: 13pt;
	width: 720px;
	border: 1px solid #bbb;
	background-color: #fff;
	padding: 5px;
	margin: auto;
	color: #666;
}
	div#howto img{
		width: 50px;
		height: 50px;
	}
	ol{
		margin-top: 0px;
	}

span.small{
	font-size: 9pt;
	line-height: 11pt;
	color: #777;
}
div.prev_next{
	margin: 10px;
}
	div.prev_next span{
		padding: 4px;
		font-size: 13pt;
		font-weight: bold;	
		border: 1px #aaa solid;
		background-color: #fff;
	}

/*
######################
##	ŒöŠJŠy‹È•\Ž¦	##
######################
*/
div.frame{
	margin: 10px auto;
	width: 720px;
	border: solid 1px #999;
	background-color: #fff;
	font-size: 11pt;
	line-height: 13pt;
}
	* html div.frame{
		width: 722px;
	}
	div.info_left{
		width: 240px;
		padding: 3px;
		padding-bottom: 2px;
		text-align: center;
		float: left;
	}

		div.title{
			font-size: 12pt;
			line-height: 11pt;
			border-bottom: 1px solid #777;
			padding-bottom: 2px;
		}
		div.creators{
			margin: 10px 0;
			background-color: #eee;
		}
	
	div.info_right{
		width: 459px;
		padding: 5px;
		padding-bottom: 2px;
		float: right;
		border-left: 1px solid #777;
	}

		div.intro{
			text-align: left;
			font-size: 9pt;
			line-height: 12pt;
		}
			div.update{
				margin: 0 auto;
				font-weight: bold;
				font-size: 9pt;
				color: #777;
				text-align: right;
			}
		div.image{
			padding-top: 5px;
			border-top: 1px solid #777;
			background-color: #ffeaea;
			text-align: center;
		}
			div.image img{
				margin: 0 5px;
			}
			img.full_items{
				width: 60px;
				height: 60px;
			}
			
		div.use{
			padding-top: 2px;
			border-top: 1px solid #aaa;
			text-align: left;
		}
		ul.use{
			margin: 0 0 0 50px;
			font-size: 10pt;
		}
			ul.use li{
				line-height: 11pt;
			}

div.clear{clear:both;}
div.clear hr {display:none;}

span.small-bold{
	font-size: 9pt;
	font-weight: bold;
}

table.inst{
	width: 730px;
	margin: 15px auto 0 auto;
	padding: 0;
	border-color: #888;
	border-style: solid;
	border-collapse: collapse;
	border-width: 1px 0 0 1px;
	font-size: 11pt;
	line-height: 14pt;
	text-align: left;
}
	table.inst td{
		border-style: solid;
		border-width: 0 1px 1px 0;
		border-color: #888;
		background-color: #fff;
		padding: 4px 4px;
	}
	table.inst td.left{
		width: 260px;
		text-align: center;
		font-size: 12pt;
		font-weight: bold;
		line-height: 11pt;
	
	}
	table.inst td.right{
		width: 470px;
	}

