@charset "UTF-8";
/* CSS Document for Company */

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

body {
	background: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

h1 {
	font-size: 200%;
}

h2 {
	font-size: 170%;
}

h3 {
	font-size: 140%;
}

h4 {
	font-size: 110%;
}

#wrapper {
	width: 750px;
	height: auto;
	margin: 0 auto;
}

a, a:active, a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #F26522;
	text-decoration: underline;
}

/* --- HEADER --- */

#header_box {
	width: 750px;
	height: auto;
}

#header_left {
	width: 500px;
	height: 65px;
	padding: 10px 0 10px 0;
	float: left;
}

#header_left_new {
	width: 500px;
	height: 100px;
	padding: 10px 0 10px 0;
	float: left;
}

#header_right {
	width: 250px;
	height: 50px;
	padding-top: 10px;
	float: right;
}

/* --- NAV --- */

#nav_box {
	background: url(/company/img/bgi_line.gif) no-repeat;
	width: 740px;
	height: 20px;
	padding: 5px 0 0 10px;
}


/* --- INDEX --- */

#contents_index_img_box {
	background: url(/company/img/img_top2.jpg) no-repeat;
	width: 750px;
	height: 230px;
	clear: both;
}

#contents_index_img_box h1 {
	text-indent: -9999px;
	font-size: 1px;
}

#contents_index_sub_box {
	width: 750px;
	height: auto;
}

#contents_index_sub_left {
	width: 270px;
	height: 160px;
	padding: 10px 0 10px 10px;
	float: left;
}

#contents_index_sub_right_box {
	width: 470px;
	height: auto;
	padding-top: 10px; 
	float: right;
}

#contents_index_sub_right {
	background: url("/company/img/bgi_line.gif") no-repeat;
	width: 430px;
	height: 40px;
	float: right;
	padding: 30px 10px 20px 10px;
}

#contents_index_slogan_box {
	width: 430;
	height: 90;
	align-content: center;
}

#contents_index_update_news {
	margin-left: 20px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
}

/* --- CONTENTS --- */

#contents_contents_box {
	width: 730px;
	height: auto;
	padding: 5px;
}

/* --- FOOTER --- */

#footer_box {
	background: #333;
	width: 740px;
	height: 15px;
	color: #FFF;
	font-size: 11px;
	margin: 10px auto 0 auto;
	padding: 5px 0 0 10px;
}
