@charset "UTF-8";


/*2層目共通*/
header#globalHeader {
	height: 280px;
	border: none;
	overflow: hidden;
	position: relative;
	background-image: url(../img/headbg.jpg);
	background-repeat: no-repeat;
}
header#globalHeader h1{
	height: 84px;
	width: 588px;
	position: absolute;
	left: 0px;
	top: 61px;
}

header#globalHeader #gmenu{
	position: absolute;
	left: 44px;
	z-index: 20;
	top: 225px;
	height: 55px;
	width: 936px;
	background-image: url(/common/img/menubg.png);
	background-repeat: no-repeat;
}
#contents {
	background-image: url(../img/contents.gif);
	background-repeat: no-repeat;
}

/*link*/

#linkarea {}

#linkarea h1 {
	font-size: 130%;
	font-weight: normal;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-top: 70px;
	padding-left: 30px;
	padding-bottom: 50px;
}
#linkarea h2 {
	margin-left: 20em;
	border: 1px solid #ccc;
	padding: 5px;
	font-size: 0.8em;
}
#linkarea ul {
	margin-left: 8em;
	list-style-type: none;
	font-size: 0.8em;
	line-height: 1em;
	margin-bottom: 50px;
	margin-right: 4em;
}
#linkarea ul li{
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ccc;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#linkarea ul li a{
	display: block;
	padding-top: 5px;
	color: #036;
	font-weight: normal;
}
#linkarea ul li a:hover{
}
#linkarea p {
	margin-left: 100px;
	padding-bottom: 10px;
	font-size: 77%;
	line-height: 200%;
	margin-right: 50px;
}
