@charset "utf-8";

@import url(format.css);  /* 初期化 */
@import url(common.css);  /* 前ページ共通 */



/*---------------------------------------------------*/
/* コンテンツ [ #container ]
-----------------------------------------------------*/
#container p,#container .section ul,#container .sectionol{ margin-bottom:20px;}

#about,#privacy{
	text-align:left;
	margin-bottom:50px;}
	.section h2,.section h3,.section h4,.section h5,.section h6 { margin-bottom:5px;}	

.section h2{ font-size:154%;}

.section ul{
	list-style:circle;
	padding-left:2.5em;}
	
	
	
/* 個人情報のお取り扱いについて  [ #privacy ]
-----------------------------------------------------*/
#privacy h2 {
	padding:0;
	border:none;
	counter-increment : chapter ; }
#privacy h2:before { content :counter(chapter) "." ; }

#privacy ol{ padding-left:3.0em; zoom:1;}
#privacy ol li{ zoom : normal;}
	
	
	
/* サイトマップ  [ #sitemap ]
-----------------------------------------------------*/
#sitemap .section dl{ margin-bottom:20px; font-size:108%;}
	#sitemap .section dt{
		font-size:116%;
		font-weight:bold;
		margin-bottom:5px;}
		#sitemap .section dt a{
			padding-left:20px;
			background:url(../images/icon_b2.gif) no-repeat left 0.4em;}		
	#sitemap .section dd{
		margin-left:20px;
		margin-bottom:5px;}
		#sitemap .section dd a{
			padding-left:16px;
			background:url(../images/icon_bk.gif) no-repeat 2px 0.4em;}
		#sitemap .section dd ul{
			margin-bottom:0;}
			#sitemap .section dd li a{
				padding-left:0;
				background:none;}
				
		
		