@charset "utf-8";

/************************************** Common */
body{ background:url(../images/home_img_bg.gif) top repeat-x;}

/************************************** Base */
#container {
	background:url(../images/home_img_01.jpg) top no-repeat;
}

/************************************** Header */
#header {
	background:url(../images/home_img_01.jpg) top no-repeat;
	margin:0 auto;
	height:283px;
	width: 846px;
	position: relative;
}
#header h1{
	top:54px;
	left:20px;
	position: absolute;
	z-index: 3;
}

/************************************** Global Navigation */
#globalnav{
	margin: 0 auto 48px;
	width: 788px;
}

#globalnav li{
	display:inline;
	float:left;
}

/************************************** Contents */
#contents {
	background:url(../images/home_contents_bg02.gif) top no-repeat;
	margin: 0 auto 30px;
}

/************************************** Main Box */
#section{
	margin: 0 auto;
	text-align:left;
	width: 850px;
}
#main{
	margin: 0 auto;
	float:left;
	width: 412px;
}
#main_wrap {
	background:url(../images/home_news_bg01.gif) top no-repeat;
	padding-top:3px;
	width:412px;
}
#main_container {
	background:url(../images/home_news_bg02.gif) repeat-y;
	width:412px;
}
#main_contents {
	background:url(../images/home_news_bg03.gif) bottom no-repeat;
	padding-bottom:2px;
	text-align:center;
	width:412px;
}
#main_section{
	margin:0 auto;
	padding:15px 0 5px;
	text-align:left;
	width:372px;
}
#main_section h2{
	margin-bottom:10px;
}
#main_section dt{
	font-weight:bold;
	margin-bottom:2px;
}
#main_section dt img{
	float:right;
	margin:0 0 0 10px;
}
#main_section dd{
	clear:both;
	line-height:1.4;
	margin-bottom:10px;
}

/************************************** Side Box */
#sidebar {
	float:right;
	width:398px;
}

/************************************** Footer */
#footer {
	clear:both;
	margin: 0 auto;
	text-align:center;
	width: 850px;
}
#footer address{
	font-size:10px;
	font-style:normal;
	margin-bottom:25px;
}

/************************************** ContactForm */
body#contact table.formTable {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	width: 100%;
}

	body#contact table.formTable th {
		border-right: 1px solid #000;
		border-bottom: 1px solid #000;
		padding: 0.2em 0.7em;
	}
	
	body#contact table.formTable td {
		border-right: 1px solid #000;
		border-bottom: 1px solid #000;
		padding: 0.2em 0.7em;
	}