@charset "UTF-8";

/* links.css */
/*
Last update : 2008/11/23 @GL-MA
-------------------------------------

Index:
-------------------------------------
001/ Links 		(@_01)
-------------------------------------

/* ================================================================================================
001/ Links (@_01)
================================================================================================ */
div#links {
	text-align: left;
	margin: 0 10px;
	}
div#links h2 {
	background: #fff url(./images/bg_links_h2.jpg) no-repeat;
	font-size: 15px;
	font-weight: bold;
	color: #333;
	padding: 10px 10px;
	}
p.date {
	color: #ff0033;
	font-size: 90%;
	margin: 0;
	padding: 0 0 0 10px;
	}
div#links h3 {
	background: #e9e5dc;
	font-size: 15px;
	padding: 3px 10px;
	border-bottom: 2px solid #ccc;
	}
dl.site-links {
	margin: 10px 35px 20px 30px;
	padding: 0 0 0 10px;
	border-left: 2px solid #ccc;
	}
.site-links dt {
	background: #fff url(../common/images/body/list-06.gif) no-repeat 0 6px;
	line-height: 160%;
	padding: 2px 0 0px 20px;
	}
.site-links dd {
	line-height: 160%;
	margin-bottom: 10px;
	padding: 0 0 0 20px;
	}
/* END LINKS */
