@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#g_menu ul li.btn1 a{
	background-position:0 -54px;}

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

div#contents div.contents_wrap_top h2{
	background:url(../img/contents_h2.png);
	width:135px; height:24px;}
	
		
	div#contents div.main_list{
		padding:2em 0 2em 6px;}	
		
		div#contents div.main_list h3.list1{
			background:url(../img/list1.png);
			width:655px; height:52px;}	
		div#contents div.main_list h3.list2{
			background:url(../img/list2.png);
			width:655px; height:52px;}	
		div#contents div.main_list h3.list3{
			background:url(../img/list3.png);
			width:655px; height:52px;}	
			
	div#contents div.main_list ul{
		padding:1em 0 1.5em 2em;}	
			
	
	div#contents div.main_gallery{
		padding:0 0 0 6px;}	
		
			/* for IE6 IE7*/
			div.main_gallery ul {
				overflow: hidden;
			}
			
			div.main_gallery ul:after {
				content: "";
				display: block;
				clear: both;
				height: 1px;
				overflow: hidden;
			}
			
			/*\*/
			* html div.main_gallery ul {
				height: 1em;
				overflow: visible;
			}
			/**/		
	
		div#contents div.main_gallery h3{
			background:url(../img/gallery.png);
			width:655px; height:34px;}	
			
		div#contents div.main_gallery ul{
			padding:1em 0 0 1em;}
			
			div#contents div.main_gallery li{
				float:left; display: inline;	/* for IE6*/
				list-style:none;
				padding:0 6px 0 0;}
				
			
		div#contents div.main_gallery p{
			font-size:0.9em;
			padding:2em 0 0 1em;}
			
	
