@charset "utf-8";
@import "base.css";
@import "reset.css";
@import "common.css";


/* 				share
--------------------------------------------------------------------*/
div#content h1 {
	padding:13px 0 0 22px;
	width:578px;
	height:87px;
	background:url(../images/links_h1.jpg) left top no-repeat;
	font-size:2.8em;
	line-height:1.4em;
	margin:0 0 20px 0;
	color:#003333;
}
div#content h2 {
	padding:2px 0 0 30px;
	height:23px;
	font-size:1.6em;
	font-weight:bold;
	background:url(../images/h_1.jpg) left bottom no-repeat;
}


/* 				links
--------------------------------------------------------------------*/
div.links dl {
	margin:0 0 10px 20px;
	padding:10px 0 0 0;
}
div.links dl dt {
	font-size:1.4em;
	font-weight:bold;
	background:url(../images/links_dt.jpg) left top no-repeat;
	padding:0 0 10px 15px;
	margin:10px 0 0 0;
}

div.links dl dt a {
	color:#709B4D;
	text-decoration:underline;
}
div.links dl dt a:hover {
	color:#FF9900;
}
div.links dl dd {
	padding:0 0 10px 20px;
	font-size:1.2em;
	line-height:1.6em;
}


/* 				con
--------------------------------------------------------------------*/
div#con {
	padding:40px 0 0 0;
}

