@charset "UTF-8";


/*-----------------------------
	company.css
-----------------------------*/


#box01{
	width:780px;
	padding:20px 18px 15px 20px;
	margin:0 0 20px 0;
	border-left:solid 1px #aecacd;
	border-right:solid 1px #aecacd;
	border-bottom:solid 1px #aecacd;
	color:#333333;
}

.txt01{
	float:right;
	padding:0 0 20px 0;
}

.txt01 span{
	font-size:15px;
}

.table_01{
	width:777px;
	text-align:center;
	padding:10px 0;
	margin:10px 0 0 0;
	border-right:solid 1px #b5bac0;
	border-bottom:solid 1px #b5bac0;
	color:#333333;
}

.table_01 th{
	background:#e7eff0;
	width:180px;
	text-align:center;
	padding:10px 0;
	border-left:solid 1px #b5bac0;
	border-top:solid 1px #b5bac0;
}

.table_01 td{
	padding:10px;
	border-left:solid 1px #b5bac0;
	border-top:solid 1px #b5bac0;
}

.table_01 td a{
	color:#0bbbe0;
	font-weight:bold;
}

.table_01 td a:link{
	color:#0bbbe0;
	text-decoration:none;
	font-weight:bold;
}

.table_01 td a:hover{
	color:#cccccc;
	text-decoration:none;
}

.table_01 td a:visited{
	text-decoration:none;
}


.table_01 td ul li{
	background:url(../images/icon_01.gif) no-repeat left 6px;
	padding:0 0 0 12px !important;
}

.table_01 span{
	font-weight:bold;
}

#table_left{
	float:left;
	width:320px;
}

#table_right{
	width:230px;
	float:right;
}

