#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
}

#main {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
#top_contents{
	height: 100px;
	width: 970px;
	background-image: url(../img/gr2.gif);
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

#header {
	height: 100px;
	width: 282px;
	float: left;
}

#header a {
	background-image: url(../img/h_logo.png);
	background-repeat: no-repeat;
	height: 71px;
	width: 282px;
	display: block;
	text-indent: -9999px;
	margin-top: 18px;
	font-weight: bolder;
	font-size: 9px;
}
#nav  {
	height: 20px;
	float: right;
	margin-top: 57px;
	width: auto;
}

#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#nav ul li {
	float: left;
}

#nav ul li a {
	display: block;
	text-indent: -9999px;
	margin-top: 0px;
}
#nav   .nav_01 a {
	background-repeat: no-repeat;
	height: 18px;
	width: 60px;
	background-image: url(../img/menu/top_red.jpg);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

#nav .nav_02 a {
	background-image: url(../img/menu/company_red.jpg);
	background-repeat: no-repeat;
	height: 18px;
	width: 210px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

#nav .nav_03 a {
	background-image: url(../img/menu/sitemap_red.jpg);
	background-repeat: no-repeat;
	height: 18px;
	width: 120px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

#nav .nav_04 a {
	background-image: url(../img/menu/contact_red.jpg);
	background-repeat: no-repeat;
	height: 18px;
	width: 120px;
}

#nav .nav_01 a:hover {
	background-image: url(../img/menu/top_blue.jpg);
	background-repeat: no-repeat;
}

#nav .nav_02 a:hover {
	background-image: url(../img/menu/company_blue.jpg);
	background-repeat: no-repeat;
}
#nav  .nav_03 a:hover {
	background-image: url(../img/menu/sitemap_blue.jpg);
	background-repeat: no-repeat;
}

#nav .nav_04 a:hover {
	background-image: url(../img/menu/contact_blue.jpg);
	background-repeat: no-repeat;
}
#center_contents      {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	height: auto;
	text-align: left;
	margin-bottom: 20px;
}

.profile_contents {
	width: 710px;
	margin-right: 130px;
	margin-left: 130px;
	padding-bottom: 20px;
}

.subject {
	font-size: 13px;
	font-weight: bold;
	border-bottom-width: 1.5px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 25px;
	color: #2C2C2C;
}

.profile_contents p {
	padding-left: 60px;
}


#under_nav {
	width: 970px;
	height: 53px;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #990000;
	margin: auto;
	clear: both;
	padding-bottom: 20px;
}
#under_nav  .under  {
	width: auto;
	float: left;
	padding-left: 0px;
	padding-top: 5px;
}
#copyright  {
	background-repeat: no-repeat;
	height: 34px;
	text-align: center;
	background-image: url(../img/f_logo.png);
	width: 148px;
	display: block;
	text-indent: -9999px;
	margin-right: auto;
	float: right;
	margin-left: auto;
}
