@charset "utf-8";

/*
----------------------------------------------------------------------------- 
Import
----------------------------------------------------------------------------- */
@import url("../../_common/css/reset.css");
@import "../../_common/css/basic.css";
@import "../../_common/css/base.css";

/* Style for MacIE 5.x 
------------------------------------------*/


/*
----------------------------------------------------------------------------- 
----------------------------------------------------------------------------- */

div.main_img_wrap{
	background:url(../img/main_img.jpg) no-repeat;
	background-position:center top;
	height:200px;}
	
	div#main_img{
		width:950px;
		margin:0 auto;
		padding:65px 0 0 0;}
		
		div#main_img h1{
			background:url(../img/main_h1.png);
			width:206px; height:72px;}
			

/*
----------------------------------------------------------------------------- 
div#contents
----------------------------------------------------------------------------- */

div#contents dl{
	padding:2em 1em;}
	
	div#contents dt{
		background:url(../../_common/img/icon_01.gif) left center no-repeat;
		padding:0 0 0 13px; margin:1em 0 4px 0;
		font-size:1.1em}
		
		div#contents dd{
			padding:0 0 0 1em;
			font-size:0.9em;}
			div#contents dd a{
				color:#666;}

