@charset "utf-8";
/* RESET DEFAULT */ 
* {
	border: 0;
	margin: 0;
	outline: none;
	padding: 0;
}
img {
	display: block;
}
li {
	list-style-type: none;
}
/* LINKS */
a {
	text-decoration: none;
}
a:link, a:visited {
	color: #999999;
}
a:hover, a:focus, a:active, label:hover {
	color: #a77a32;
}
#menu_1 a:hover, #menu_1 a:focus, #menu_1 a:active {
	color: #715a36;
}
#menu_2 a:hover, #menu_2 a:focus, #menu_2 a:active {
	color: #a77a32;
}
/* FORM ELEMENTS */
input, textarea {
	background-color: transparent;
	color: #999999;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
label:hover {
	cursor: pointer;
}
/* TEXT ELEMENTS */
h3 {
	width: 100%;
	border-bottom: 1px solid #cccccc;
	color: #666666;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 4px;
	line-height: 21px;
}
p {
	line-height: 22px;
	text-align: justify;
	text-indent: 0;
}
.small {
	font-size: 10px;
	letter-spacing: 1px;
}
/* BODY */
body {
	background-color: #ffffff;
	color: #777777;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: center; /* IE6 align on center */
}
/* STRUCTURE */
#black {
	width: 100%;
	height: auto;
	background-color: #000000;
	padding-top: 10px;
}
#menu_1, #menu_2, #container, #footer {
	margin: 0 30px;
}
/* FRAME 1-2 */
#frame_1, #frame_2 {
	width: 1002px;
    text-align: left; /* IE6 align on center */
	margin: auto;
}
#frame_1 {
	height: 90px;
	background-color: #000000;
}
#frame_2 {
	height: 585px;
}
/* MENU 1-2 */
#menu_1, #menu_2 {
	width: 942px;
	font-family: "Times New Roman", Times, serif;
}
/* MENU 1 */
#menu_1 {
	height: 90px;
}
#menu_1 div {
	height: 90px;
	float: left;
}
#menu_name {
	width: 416px;
	color: #333333;
	font-size: 36px;
	letter-spacing: 4px;
	line-height: 90px;
}
#menu_name .capital {
	font-size: 56px;
	letter-spacing: 0;
}
#menu_name span {
	float: left;
}
#menu_logo {
	width: 110px;
	background-image: url(../graphic/logo.png);
}
#menu_link {
	width: 416px;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 90px;
	text-align: right;
}
/* MENU 2 */
#menu_2 {
	height: 40px;
}
#menu_work {
	width: 830px;
	height: 40px;
	float: left;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	text-wrap: none;
}
#menu_work .capital {
	font-size: 26px;
}
#menu_work .capital_narrow {
	font-size: 26px;
	margin-right: -4px;
}
/* ANGLES */
#menu_left, #menu_right { /* IE5 box model */
	border-top: 1px solid #cccccc;
	float: left;
	margin-top: 20px;
}
#menu_left {
	border-left: 1px solid #cccccc;
}
#menu_right {
	border-right: 1px solid #cccccc;
}
#menu_left_corner, #menu_right_corner {
	width: 55px;
	height: 19px;
}
/* CONTAINER */
#container {
	width: 940px;
	height: 500px;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
/* PAGE */
#page_margin { /* IE6 double margin bug */
	width: 880px;
	height: 500px;
	margin: 0 30px;
}
#page {
	width: 880px;
	height: 500px;
	float: left;
}
#page div {
	background-color: #ffffff; /* fade in/out text fix */
}
/* FOOTER */
#footer {
	width: 942px;
	height: 35px;
	color: #222222;
	line-height: 37px;
}
#footer_margin { /* IE6 double margin bug */
	width: 880px;
	height: 34px;
	border-bottom: 1px solid #cccccc;
	margin: 0 31px;
}
#footer_margin div {
	float: left;
}
#footer_copyright, #footer_social {
	width: 415px;
	height: 34px;
}
#footer_fblike {
	width: 50px;
	height: 24px;
	margin-top: 5px;
	overflow: hidden;
}
#fblike {
    width:50px; 
    height:24px;
}
#footer_social {
	text-align: right;
}
#footer_social div {
	float: right;
	height: 34px;
}
#fblink {
	width: 60px;
	background-image: url(../graphic/facebook_sprite.png);
}
#fblink a {
	width: 60px;
	height: 34px;
	display: block;
}
#fblink:hover, #fblink:focus {
	background-position: bottom;
}
