@charset "utf-8";
/*
	* 名前: sitemap.css
	* 説明: サイトマップ用CSS
	* バージョン: 1.0
	* 最終更新日: 2009.10.28
	* 作成：miou nagahiro
*/

	/* ========================================
	
	   * 00. 領域設定
	
	======================================== */
	
	div#contents {
		line-height:1.6;
	}
	
	div#contents div.wrapper {
		margin-bottom: 60px;
	}
	
	div#contents h3{
		margin-bottom: 30px;
	}
	div#contents h4{
		margin-bottom: 14px;
	}
	
	div#contents div.center{
		text-align: center;
	}
	
	/* pagetop */
	
	div#contents div.pagetop {
		margin-top: 20px;
		text-align: right;
	}




	/* ========================================
	
	   * 01. サイトマップ
	   * index.html
	
	======================================== */
	
	div#contents div#sitemap div.cnt{
		float: left;
		width: 225px;
		
		padding-left:10px;
		
		
	}
	
		/* 各タイトル */
		div#contents div#sitemap div.cnt p.title{
			margin-top: 22px;

			padding: 0.4em;
			border-top: 1px solid #cacaca;
			border-left: 7px solid #500909;
			border-right: 1px solid #cacaca;
			border-bottom: 1px solid #cacaca;
			
			font-size: 11pt;
		
		}
		
		/* リスト */
		div#contents div#sitemap div.cnt ul{
			
			margin-top: 10px;
			margin-left: 7px;
			
			list-style-type: none;
			list-style-position: outside;
			
			list-style-image: url(../img/list_icon.gif);
			
			/* IE用（リスト画像表示） */
			background-repeat: no-repeat;
			padding-left: 15px;

		}
		
		div#contents div#sitemap div.cnt li{
			margin-bottom: 5px;
		}
		
		div#contents div#sitemap div.cnt img.window{
			padding-left: 5px;
		}
	
	




