@charset "utf-8";
/* CSS Document */
#container {
  width: 900px ;
  margin-left: auto ;
  margin-right: auto ;
  margin-top: 50px ;
}
#top_banner {
	width: 900px;
	background-image: url(images/top_bk.png);
	height: 44px;
	text-align: center;
}
#content_home {
	width: 900px;
	height: 680px;
	background-image: url(images/bk.png);
}
#footer {
	width: 900px;
	height: 30px;
	text-align: center;
	background-color: #FFFFFF;
}
#content_int {
	width: 900px;
	height: 680px;
	background-color: #FFFFFF;
}
#menu_logo_cont {
	width: 900px;
	height: 130px;
}
#content_cont {
	width: 900px;
	height: 550px;
}
#portfolio {
	width: 900px;
	height: 550px;
}
#content_left{
	width: 380px;
	float: left;
}
#content_right{
	width: 320px;
	float: right;
	padding-right: 119px;
}
#logo_int {
	width: 330px;
	padding-top: 25px;
	padding-left: 85px;
	float: left;
}
#menu {
	width: 360px;
	padding-top: 25px;
	padding-right: 85px;
	float: right;
}
#about_button{
	padding-right: 15px;
}
#logo {
	width: 900px;
	text-align: center;
	padding-top: 170px;
}
#enter {
	width: 600px;
	text-align: right;
}
.body_a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
}
.body_b {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	line-height: 22px;
	color: #000000;
	font-weight: bold;
}
.body_c {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 26px;
	color: #999999;
	font-weight: bold;
}
.body_c_header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 14px;
	color: #000000;
}
.body_c_sub {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
}
.body_c_contact {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}
.header_a {
	font-family: "Myriad Web Pro Bold";
	font-size: 28px;
	color: #CCCCCC;
	font-weight: bold;
}
.footer_a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #999999;
}

