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

/*concept*/

#concept {}

#concept 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;
}
#concept h2 {
	margin-left: 100px;
	padding-bottom: 30px;
}
#concept p {
	margin-left: 100px;
	padding-bottom: 10px;
	font-size: 77%;
	line-height: 200%;
	margin-right: 50px;
}
