@charset "utf-8";
/* CSS Document */

@import url(default.css);
@import url(base.css);


/* サイトマップ---------------------------------- */


	#webindex h2{
		padding:28px 0 0;
	}
	
		#webindex #note{
			width:610px;
			padding:0 90px;
		}
	
		#webindex h3{margin:30px 0 0;}

		#webindex h3 a{
			display:block;
			background:url(../common/arrow_triangle_red3.gif) no-repeat 0 5px;
			font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
			padding:0 0 0 15px;
			font-size:120%;
			height:13px;
		}
	
		#webindex #note ul{
			margin:10px 0 0;
			padding:15px 0 15px 20px;
			border-top:1px dotted #ccc;	
		}
	
			#webindex #note li{
				float:left;
				margin:0 30px 0 0;
				padding:0 0 0 20px;
				list-style:none;
				background:url(../common/arrow_submenu2.gif) no-repeat 0 3px;
			}


