@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: 13px;
	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: #000000;
	text-decoration: none;
}

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

/* --- HEADER --- */

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

#header_left {
	width: 500px;
	height: 40px;
	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;
}


/* --- OUTSOURCING PAGE --- */

#contents_outsourcing_img_box {
	background: url(/company/img/outsourcing/bg_outsourcing_main.jpg) no-repeat;
	width: 750px;
	height: 300px;
	clear: both;
}

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

#contents_outsourcing_title_box {
	width: 750px;
	height: 50px;
	margin-bottom: 10px;
	clear: both;
}

#contents_outsourcing_contents_box {
	width: 750px;
	height: auto;
	clear: both;
}

#contents_outsourcing_contents_1block_750 {
	background: url(/company/img/outsourcing/bg_outsourcing_pamphlet_dl.gif) no-repeat right top;
	width: 750px;
	height: 160px;
	clear: both;
}

#contents_outsourcing_contents_2block_left {
	width: 250px;
	height: auto;
	margin-bottom:10px;
	float: left;
}

#contents_outsourcing_contents_2block_right {
	width: 500px;
	height: auto;
	margin-bottom:10px;
	float: right;
}

#contents_outsourcing_contents_1block {
	width: 650px;
	height: 200px;
	margin: 0 auto 20px auto;
	clear: both;
}

#outsourcing_header_menu {
	background: #F3F3F3;
	width: 740px;
	height: 15px;
	padding: 5px 10px 5px 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #999;
}

#insidepages_contents_box {
	background: #DAE4F9;
	width: 700px;
	height: auto;
	padding: 10px;
	border: 1px dotted #666;
	margin: 10px auto 0 auto;
	clear: both;
}

#insidepages_contents_box p {
	margin-left: 10px;
}

#insidepages_contents_box ul li {
	margin-left: 20px;
	list-style: disc;
}

#insidepages_contents_2box_left {
	width: 200px;
	height: auto;
	float: left;
}

#inside_pages_contents_2box_right {
	width: 500px;
	height: auto;
	float: right;
}

/* --- FOOTER --- */

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