@import "baseStyle.css";

/* ******************************************
 基本設定
****************************************** */

/* ページID設定 */
#sorry {
	width: 900px;
	font-size: 100%;
	line-height: 100%;
	color: #5c5b5c;
	text-align: center;
	background: #FFFFFF;
}

#sorry img {
	vertical-align: top;
}


/* ******************************************
 コンテンツ大枠 ブロック
****************************************** */

#sorry div#contentWrap {
	width: 900px;
	height: 620px;
	position: relative;
}


/* ****************************************************************************
 ▼▼▼　SORRYコンテンツページ　▼▼▼
**************************************************************************** */

/* ******************************************
 コンテンツ大枠
****************************************** */

#sorry-img {
	position: absolute;
	left: 116px;
	top: 55px;
}

#sorry-bt {
	position: absolute;
	left: 324px;
	top: 340px;
}




































