@charset "utf-8";

@import "../../css/common.css";


/* --------------------------------- 背景指定 */

body {
	background: #000000 url(../../img/common/background.jpg) no-repeat center top;
}

#wrapper {
	width: 980px;
	background: #0E0A0B url(../../img/common/side_bg.jpg) no-repeat right bottom;
}



/* --------------------------------- content */

#wrapper #main #content {
	width: 670px;
	float: left;
}

/* テキスト */
#wrapper #main #content p {
	 color: #ffffff;
	 font-size: 12px;
	 line-height: 25px;
}

/* 画像1：背景指定 */
#wrapper #main #content p.intro01 {
	padding: 0px 0px 200px 0px;
	margin: 20px 40px 30px 40px;
	background: url(../img/p_intro01.jpg) no-repeat bottom left;
}

/* 画像2：背景指定 */
#wrapper #main #content p.intro02 {
	padding: 0px 0px 200px 0px;
	margin: 20px 40px 450px 40px;
	background: url(../img/p_intro02.jpg) no-repeat bottom left;
}
