﻿@charset "utf-8";

/*=================================================================
	
	デジハリ・グランドサイト / その他ページ用CSS
	・Customize: 2011.06.22

=================================================================*/

/*-----------------------------------------------------------------
		プライバシーポリシーページ
-----------------------------------------------------------------*/

#policy h2,
#sitemap h2 {
	background:url(../../images/h3_img.gif) 0 0 repeat-y;
	padding-left:15px;
	font-weight:bold;
	font-size:115%;
}
#policy .num-list li {
	list-style-type:decimal;
}
#contact h2 {
	background:url(../../images/bg_h.gif) left bottom repeat-x;
	padding-bottom:5px;
	font-weight:bold;
	font-size:115%;
}

/*-----------------------------------------------------------------
		サイトマップ
-----------------------------------------------------------------*/
#sitemap a:link {
	color:#333333;
	text-decoration:none;
}
#sitemap a:visited {
	color:#333333;
	text-decoration:none;
}
#sitemap a:hover {
	color:#ff6600;
	text-decoration:underline;
}
#sitemap a:active {
	color:#ff6600;
	text-decoration:none;
}
