@charset "UTF-8";
/* CSS Document */

/* ===================================================================
   CSS information
   file name  :  style.css
   style info :  各スタイル設定 
=================================================================== */

/*-- index 
------------------------------------------------------*/
#eyecatchArea{
	width:670px;
	height:380px;
	position:relative;
	background:url(images/bg_eyecatch.jpg) left top no-repeat;
	margin:0 0 21px 0;
	}
#eyecatchArea h2{
	position:absolute;
	top:97px;
	left:48px;
	}	
dl{
/*	padding:5px 0 0 0;*/
	margin:0 0 20px 0;
/*	background:url(../common/images/bg_dash.gif) left top repeat-x;*/
	}
dl dt{
	margin:3px 0 0 0;
	padding:0 0 0 11px;
	font-weight:bold;
/*	display:inline;*/
	}

/*--IE6 hack--*/
dl dt {
	_margin:0 0 5px 0;
 }	
dl dd{
	margin:-23px 0 0 0;
	font-weight:bold;
	padding:0 0 5px 110px;
	background:url(common/images/bg_dash.gif) left bottom repeat-x;
	vertical-align:middle;
	font-size:95%;
	}
dl dd a{
	margin:0 0 0 11px;
	color:#333333 !important;
	}			
dl dt img{
	vertical-align:middle;
	}		
#infoBox{
	background:url(../common/images/bg_dash.gif) left top repeat-x;
	padding:5px 0 0 0;
	margin:0 0 42px 6px;
	}
	
#bannerArea{
	position:absolute;
	bottom:0px;
	left:9px;
	}	
#bannerArea img{
	margin:0 6px;
	}




