@charset "UTF-8";

/*
=============================================================================
contents-sitemap.css
=============================================================================
Suggested order by mozilla.org Base Styles (http://www.mozilla.org/css/base/content.css)
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
-----------------------------------------------------------------------------
font-size reference
 *	77% = 10px	 	* 122% = 16px		* 167% = 22px	
 *	85% = 11px		* 129% = 17px		* 174% = 23px
 *	92% = 12px		* 136% = 18px		* 182% = 24px
 * 100% = 13px		* 144% = 19px		* 189% = 25px
 * 107% = 14px		* 152% = 20px		* 197% = 26px
 * 114% = 15px		* 159% = 21px	
-----------------------------------------------------------------------------
*/


/* サイトマップ
-----------------------------------------------------------------------------*/
.sitemap-box {
	float: left;
	width: 205px;
	margin: 0 10px 20px 0;
	}

	/* グローバルメニュータイトル */
	.sitemap-box h3 {
		margin-bottom: 10px;
		padding: 0;
		color: #21497a;
		font-size: 100%;
		background: none;
		}

	.sitemap-box ul {
		padding: 0 0 30px 5px;
		}
		.sitemap-box ul li {
			padding: 0 0 10px 18px;
			background: url(../images/hl-submenu-child.gif) 0 0.2em no-repeat;
			font-size: 92%;
			line-height: 1.2em;
			}


