@charset "utf-8";


/*　******レイアウト用****** */
	* {
		margin: 0;
		padding: 0;
		}
		
		
		/*　利用規約トップイメージ　*/
		#titleimage1{
		margin: 0 auto 0 auto ;
		width: 920px; height: 112px;
		background: url(../img/titleimage_terms.png) no-repeat    ;
		}
		
		
		/*　サイトマップトップイメージ　*/
		#titleimage1_sitemap{
		margin: 0 auto 0 auto ;
		width: 920px; height: 112px;
		background: url(../../corp/img/titleimage_sitemap.png) no-repeat    ;
		}
		
		
		
		.sitemap_block{
			margin:0 0 20px 0;
		}
		
		.sitemap_left{
			width:330px;
			float:left;
		}
		
		.sitemap_right{
			width:330px;
			float:right;
		}
		
		.text_area01,.text_area02{
	padding-top:10px;
}


/*　******フォント用（利用規約と共有）****** */

.text_area01,.text_area02{
	padding-top:10px;
}

.text_area02 h3{
		font-size:16px;
		line-height:1.5;
		color: #06F;
		text-align: left;
		margin-bottom:5px;
}


.text_area02 h3 a{
	color: #06F;
	
}

.text_area02 h5 {
	color:#006;
	
}


/*　******サイトマップリストイメージ****** */

.sitemap_block li{
	list-style-position:inside;
	list-style-image:url(../img/sitemap_listimage.png);
}
