@charset "UTF-8";

/*
=============================================================================
contents-link.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	
-----------------------------------------------------------------------------
*/


/* リンクページ
-----------------------------------------------------------------------------*/
.link-wrapper {
	width: 420px;
	margin-bottom: 20px;
	}

#link h2 {
	margin-bottom: 15px;
	}

#link ul {
	padding-left: 10px;
	}
	#link ul li {
		padding: 0 10px 0 28px;
		background: url(../images/img-sitelink.gif) no-repeat scroll 10px 0.5em;
		}
		#link ul li a {
			font-weight: bold;
			}
		#link ul li p {
			color: #959595;
			font-size: 92%;
			}
