@charset "utf-8";
@import "base.css";
@import "reset.css";
@import "common.css";


/* 				share
--------------------------------------------------------------------*/
div#header h1 {
	position:absolute;
	top:32px;
	left:30px;
}
div#content h2 {
	background:#FAC186;
	border-bottom:solid 1px #F7922D;
	font-size:1.6em;
	font-weight:bold;
	padding:7px 0 6px 10px;
}


/* 				links
--------------------------------------------------------------------*/
div#links h2 {
	margin:0 0 21px 0;
}
div#links table {
	border-top:solid 1px #FCD8B4;
	border-left:solid 1px #FCD8B4;
	margin:0 0 58px 0;
}
div#links table tr th {
	font-weight:normal;
	text-align:left;
	vertical-align:top;
	border-right:solid 1px #FCD8B4;
	border-bottom:solid 1px #FCD8B4;
	background:#FFF3E8;
	padding:9px 9px 12px 9px;
	width:150px;
}
div#links table tr th p {
	width:150px;
	height:42px;
}
div#links table tr th p a {
	width:150px;
	height:42px;
	overflow:hidden;
	display:block;
}
div#links table tr td {
	border-right:solid 1px #FCD8B4;
	border-bottom:solid 1px #FCD8B4;
	padding:5px 9px 12px 11px;
	width:404px;
}
div#links table tr td dl dt {
	font-size:1.2em;
	line-height:1.6;
	margin:0 0 9px 0;
}
div#links table tr td dl dd {
	font-size:1.2em;
	line-height:1.6;
}



