@charset "UTF-8";

#aside_nav{
    margin-top: 10px;
}

div.left{
	float:left
}
div.right{
	float: right;
}

.block{
	border: solid 1px #3b3b3b;
	padding: 10px;
}

.img_rad img{
	border-radius: 3px;
	box-shadow: 2px 2px 3px 1px #ccc;
}

/*--------------------------table--------------------------*/
table{
	width: 100%;
	border-spacing: 1px;
	text-align: left;
	line-height: 1.5;
}
table th {
	width: 150px;
	padding: 10px;
	background-color: #f5f5f4;
	font-weight: bold;
	vertical-align: top;
	border-bottom: 1px dotted #ccc;
}
table td {
	width: 350px;
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px dotted #ccc;
}

table.tbl_flow th {
	width: 100px;
	background-color: #fd8332;
	color: #fff;
	font-weight: bold;
	border-bottom: 1px dotted #fd8332;
}
table.tbl_flow td {
	border-bottom: 1px dotted #fd8332;
}


ul.num{
	list-style-type: decimal;
	padding-left: 1.5em;
}

/*--------------------------common--------------------------*/
.w250{
	width: 250px;
}
.w410{
	width: 410px;
}
.w50p{
	width: 50%;
}

.mb10{
	margin-bottom:10px;
}
.mb20{
	margin-bottom:20px;
}
.mt30{
	margin-top:30px;
}