/* table style
----------------------------------*/

table.tbl01 {
    font-size: 75%;
	line-height: 150%;
	width: 553px;
	margin-bottom: 20px;
}

table.tbl01 td {
    border: 1px solid #CCCCCC;
	padding: 10px;
}

table.tbl01 td.td01 {
    background-color: #F5F3F3;	
	width: 150px;
	text-align: center;
}

table.tbl01 td.td02 {
	padding: 8px;
}

/* rightcont */

#rightcont #sidemenu {
    background-image: url(../../case/img/sidemenu01.gif);
	background-repeat: no-repeat;
	width: 165px;
	height: 142px;
	margin-bottom: 15px;
}

#rightcont #sidemenu ul li {
    font-size: 75%;
	line-height: 150%;	
}

#rightcont #sidemenu .sidemenu01 a {
	display: block;
	width: 165px;
	height: 50px;
}

#rightcont #sidemenu ul li.sidemenu02 a {
	display: block;
	width: 165px;
	height: 30px;
	margin-top: 1px;
}

/* leftcont */

.box01left {
	float: left;
	width: 339px;
	margin-bottom: 20px;
}

.box01right {
	float: right;
	width: 214px;
	margin-bottom: 20px;
}

.box02 ul {
    width: 553px;
}

.box02 ul li {
    float:left;    
    width: 100px;
	margin-right: 10px;
}

.area01 {
    width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}