﻿@charset "UTF-8";

/*
===== CONTENTS ==============================
	1:@@
=============================================
*/

/*
===== 1:@@ =====
*/
body {
	background: url(../images/bg.gif) -4px -3px;
}


/*
===== 1:#wrapper =====
*/
#wrapper {
	margin: 0;
	background: none;
}

#wrapper .imgBar {
	margin: 0 auto 94px;
	text-align: center;
	background: url(../images/top_wrap_bg.jpg) repeat-x center top;
}


/*
===== 2:#header =====
*/
#header {
	background: none;
	height: 135px;
}

/*
===== 4:#article =====
*/
#article {
	margin: 0 auto;
	padding: 0;
	width: 672px;
}
#article .lead {
	margin: 0 auto 30px;
	text-align: center;
}

#article .visual {
	height: 292px;
	margin: 0 0 26px;
	position: relative;
}
#article .visual h1 {
	position: absolute;
	top: 0;
	left: 192px;
}
#article .visual .nav01 {
	position: absolute;
	top: 0;
	left: 0;
}
#article .visual .nav02 {
	position: absolute;
	top: 151px;
	left: 0;
}
#article .visual .nav03 {
	position: absolute;
	top: 0;
	right: 0;
}
#article .visual .nav04 {
	position: absolute;
	top: 151px;
	right: 0;
}

/* news */

.sectionH2.news{
	margin:0 0 30px 195px;
}

.sectionH2.news h2{
	width:55px;
}

.sectionH2.news dl{
	border-left:solid 3px #666;
	font-size:12px;
	padding:0 0 0 10px;
	margin:-33px 0 0 60px;
	
	
	height:150px;
	overflow:auto;
}

.sectionH2.news dl dd{
	margin:-20px 0 5px 90px;
}

