/* ------- レイアウトここから -------*/
#pageInner {
	background-image: url(../../img/sub/bg_main.jpg);
	background-repeat: repeat;
	background-position: left top;
	padding-top: 90px;
}

/* ----- contents ----- */
#contents {
	background-image: url(../../img/sub/bg_top.gif);
	background-repeat: no-repeat;
	background-position: 20px 20px;
	width: 440px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 130px;
	padding-top: 70px;
	background-color: #FFF;
	-webkit-box-shadow: 5px 5px 15px #000;
	-moz-box-shadow: 5px 5px 15px #000;
	-ms-box-shadow: 5px 5px 15px #000;
	box-shadow: 5px 5px 15px #000;
	font-size: 11px;
	line-height: 15px;
}

#wrap_bgBottom {
	background-image: url(../../img/sub/bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#wrap_contents {
	width: 285px;
	margin-left: auto;
	margin-right: auto;
}

h1 {
	text-align: center;
	margin-bottom: 10px;
}

#profileImg {
	width: 100px;
	margin-right: 20px;
	float: left;
}

#name {
	width: 100px;
	padding-top: 5px;
	float: left;
}

#year {
	width: 100px;
	margin-top: 3px;
	float: left;
}

#introduction {
	padding-top: 10px;
	padding-bottom: 80px;
	clear: both;
}

/* ----- /contents ----- */

/* ----- footer ----- */
#copyright {
	text-align: center;
	font-size: 0.6em;
	padding-bottom: 20px;
}
/* ----- /footer ----- */

/* ------- レイアウトここまで -------*/