@charset "utf-8";
/* CSS Document */

#banner {
	background: url(../images/jo.jpg) no-repeat;
	float: left;
	height: 240px;
	width: 340px;
}
#info {
	float: left;
	width: 270px;
	text-align: left;
	font-family: tahoma;
	font-size: 13px;
	background: url(../images/info_bg.jpg) no-repeat center top;
	color: #80796f;
	padding-top: 60px;
	padding-left: 70px;
}
#info a:link{
	color: #2c3466;
}
#left_menu_box {
	float: left;
	background: url(../images/cv_left.jpg) no-repeat center top;
	padding-top: 50px;
	margin-top: 20px;
	padding-left: 80px;
	width: 260px;
	text-align: left;
}
.sub_01 a  {
	font-size: 14px;
	color: #d36d62;
	font-family: "Myriad Pro";
	padding-left: 15px;
	text-decoration: none;
	float: left;
	width: 190px;
}
.sub_01 a:hover {
	font-size: 14px;
	color: #d36d62;
	font-family: "Myriad Pro";
	background: url(../images/sub_list.jpg) no-repeat left top;
	padding-left: 15px;
}
.sub_02 a {
	color: #939393;
	font-size: 11px;
	font-family: "Myriad Pro";
	padding-left: 25px;
	text-decoration: none;
	background: url(../images/sub2_list.jpg) no-repeat left center;
	float: left;
	width: 180px;
}

.sub_02 a:hover {
	color: #d7b98e;
	font-size: 11px;
	font-family: "Myriad Pro";
	padding-left: 25px;
	text-decoration: none;
	background: url(../images/sub2_1_list.jpg) no-repeat left center;
}
