@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 
------------------------------------------*/


body{ background-attachment: fixed;}


/*
----------------------------------------------------------------------------- 
div#g_menu
----------------------------------------------------------------------------- */


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

div#contents div.contents_wrap_top h2{
	background:url(../img/contents_h2.png);
	width:131px; height:23px;}
	
		
	div#contents dl{
		padding:0 0 1em 0;}
		
		div#contents dt{
			font-size:1.1em; font-weight:bold;
			border-bottom:1px solid #659A23;
			color:#659A23;
			padding:0 0 2px 0.5em;
			margin:0 0 1em 0;}
		
			div#contents dd{
				padding:0 0 0 1em;}
				div#contents dd a{
					color:#333;}
		
	
		


			
	
			
	
