div.menu01_box a:link,div.menu01_box a:visited{/*リンク色*/
		color: #999999;
		text-decoration: none;
		}

div.menu01_box a:hover,div.menu01_box a:active{/*アクティブリンク色*/
		color: #ffcc00;
		text-decoration: none;
		}
		
.menu01_box	{/*全体*/
		width:120px;/*横幅*/
		font-size:12px;/*文字サイズ*/
		line-height:18px;/*文字の高さ*/
		margin-top:20px;/*上マージン*/
		padding:1px;/*余白*/
		border:1px #999999 solid;/*枠線：太さ 色 線種*/
		}

.menu01_piece	{/*１コンテンツ部分*/
		text-align:center;
		padding:1px;/*余白*/
		margin:3px;/*マージン*/
		border:1px #999999 dashed;/*枠線：太さ 色 線種*/
		font-weight:bold;/*文字の太さ*/
		}


.top_right	{/*１インフォメーション*/
		text-align:left;
		padding:1px;/*余白*/
		margin:3px;/*マージン*/
		border:1px #999999 dashed;/*枠線：太さ 色 線種*/
		}