    .main_td {
        line-height:1.7em;
    }
    .main_td .hr{
        height:10px;
        background:url(/shared/img/kenshin/hr.jpg) repeat-x top left;
        margin-top:2em;
        margin-bottom:1em;
    }
    .main_td .title{
        margin-top:1.5em;
        padding-left:1em;
        border-bottom:2px solid #896144;
        font-size:100%;
        font-weight:bold;
        color:white;
background:none;
    }
    .main_td h2{
        font-size:100%;
        color:white;
        font-weight:bold;
        background:#896144;
        padding-left:1em;
        padding-top:5px;
        margin-top:1em;
        margin-bottom:0;
        height:20px;
    }
    .main_td .rounded{
        padding:10px;
    }
    .main_td .rounded a{
        display:block;
        height:24px;
        width:110px;
        background:url(/shared/img/kenshin/shosai_button.gif) no-repeat top left;
    }
    .main_td .rounded a:hover{
        background-position:0 -24px;
    }
	.main_td .topics{
		background-color: #FFE6A6;
		padding: 5px 1em;
		width:400px;
		margin-right:auto;
		margin-left:auto;
	}
	.main_td .topics p {
		font-weight: bold;
		width:6em;
		border:1px solid #999;
		background-color: white;
		text-align:center;
	}
	.main_td .topics ul li{
		list-style:none;
		list-style-image:none;
	}
	.main_td .topics a{
		color:black;
		}
	.main_td .topics a:hover{
		color:red;
	}

