@charset "UTF-8";
#container {
	width: 865px;
}
#left {
	float: left;
	width: 265px;
}
#right {
	float: right;
	width: 600px;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: 4d4d4d;
	background-color: #FFFFFF;
}
#inner_left  ul  li a {
	color: 4d4d4d;
	font-size: 13px;
	line-height: 15px;
	text-align: left;
	text-decoration: none;
}
#inner_left {
	padding: 50px;
}
#inner_left ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#name  {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 40px;
}
#inner_left ul li a:hover {
	color: #009999;
}
#inner_left ul li a:visited {
	text-decoration: line-through;
}
#inner_right {
	margin-top: 80px;
	margin-bottom: 100px;
}
#inner_right p {
	margin-bottom: 50px;
}
#inner_right img {
	margin-bottom: 20px;
}
#inner_right #air {
	margin-bottom: 70px;
}
#inner_right a {
	color: #000000;
}
#inner_right a:hover {
	color: #179D84;
}
