@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;
}

/*#profilearea*/

#profilearea {
	padding-top: 10px;
	margin-top: 10px;
}

#profilearea 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;
}

#profilearea h2 {
	margin-left: 100px;
	background-color: #CCC;
	padding: 30px;
	display: inline;
	float: left;
	margin-top: 0px;
}
#profilearea p {
	margin-left: 150px;
	padding-bottom: 10px;
	font-size: 77%;
	line-height: 200%;
	margin-right: 50px;
}
#profilearea table {
	font-size: 0.8em;
	width: 700px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	margin-bottom: 100px;
	float: right;
	margin-right: 50px;
	border-bottom-width: 1px;
	border-bottom-color: #ccc;
}
#profilearea table th {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
	vertical-align: top;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 8em;
	line-height:130%;
}
#profilearea table td {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
	padding-left: 10px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
	line-height:130%;
}
