@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.btn2 a{
	background-position:0 -54px;}

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

div#contents div.contents_wrap_top h2{
	background:url(../img/contents_h2.png);
	width:160px; height:23px;}
	
	div#contents div.profile div.img_wrap{
		float:left; display: inline;	/* for IE6*/
		padding:0 0 0 50px;}
		
	div#contents div.profile dl{
		margin:0 50px 0 200px;}
	
		div#contents div.profile dt{
			border-bottom:1px dotted #666;
			padding:4px 0; margin:0 0 12px 0;
			font-weight:bold; font-size:1.1em;}
			
			div#contents div.profile dd{
				border-bottom:1px dotted #666;
				padding:4px 0; margin:0 0 10px 0;}
				div#contents div.profile dd span{
					color:#666;}
	
		
	div#contents div.main_list{
		padding:2em 0 2em 0;}	
		
		div#contents div.main_list h3{
			width:670px; height:34px;}
			
			div#contents div.main_list h3.list1{
				background:url(../img/list1.png);}	
			div#contents div.main_list h3.list2{
				background:url(../img/list2.png);}	
			div#contents div.main_list h3.list3{
				background:url(../img/list3.png);}	
				
	div#contents div.main_list ul{
		padding:1.5em 0.5em 1.5em 0.5em;}	
		
	div#contents div.main_list li{
		list-style:none;
		padding:0 0 6px 0.5em;}	
		
		div#contents div.main_list ul.list1_wrap li{
			border-bottom:1px dotted #659A23;}	
		div#contents div.main_list ul.list2_wrap li{
			border-bottom:1px dotted #293269;}	
		div#contents div.main_list ul.list3_wrap li{
			border-bottom:1px dotted #CF3A4E;}	
			
			div#contents div.main_list ul.list3_wrap ul.list_in li{
				list-style: inside; border-bottom:1px dotted #999;}	
		
		div#contents div.main_list li span{
			font-size:0.9em; color:#666;}	


			
	
			
	
