@charset "utf-8";
@import url('reset.css');
@import url('global.css');
@import url('layout.css');
@import url('board.css');
@import url('ie.css');

body	 {
	background: url('/en/images/main/bg_body.gif') repeat-x left top;
}
#wrap	{
	height: 694px;
	background: url('/en/images/main/bg_mainbody.gif') no-repeat left top;
}
#header	{
	height: 90px;
	position: relative;
}
#header .logo	{
	position: absolute;
	top: 61px;
	left: 0 !important;
}
#header .logo a	{
	text-indent: 0 !important;
	display: block;
	width: 115px;
	height: 28px;
}

.main_visual	{
	float: left;
	width: 480px;
}

#main_contents	{
	width: 370px;
	float: left;
	padding-top: 197px;
}
#main_contents h2	{
	padding: 0;
}
#container {
	margin: 0;
}

.abouthalla	{
	height: 109px;
	position: relative;
	margin-bottom: 30px;
	background: url('/en/images/main/bg_abouthalla.gif') no-repeat left top;
}
.abouthalla li	{
	margin-left: 256px;
	font-size: 1%;
	line-height: 1%;
	padding: 0 0 4px 0;
}
.abouthalla li.first	{
	padding: 14px 0 4px 0;
}
.abouthalla span	{
	position:absolute;
	top: 0;
	left: 6px;
}
.abouthalla li.first span {
	z-index: 2;
}

.hallanews	{
	height: 65px;
	margin-bottom: 22px;
	position: relative;
	background: url('/en/images/main/bg_hallanews.gif') no-repeat left top;
}
.hallanews .more	{
	position: absolute;
	padding-left: 61px;
	padding-top: 4px;
}
.hallanews ul	{
	position: absolute;
	top: 1px;
	left: 109px;
	width: 261px;
}
.hallanews ul li	 {
	overflow: hidden;
	position: relative;
	width: 100%;
	padding-bottom: 6px;
}
.hallanews ul li span.icon	 {
	display: block;
	float: left;
	padding-top: 1px;
	width: 47px;
}
.hallanews ul li span.date {
	position: absolute;
	right: 0;
}
.hallanews ul li p	{
	float: left;
	width: 155px;
	padding-right: 5px;
}
