@charset "utf-8";
/* CSS Document */

#app #contents {
	background: url(../images/check_red.gif);
	padding-top: 10px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
}
#app #main {
	background: url(../images/page_bg.png) repeat-y;
	padding-top: 20px;
	text-align: left;
	padding-right: 80px;
	padding-left: 80px;
}

#app #head {
	background: url(images/title.gif) no-repeat center top;
	height: 130px;
}
#app #head p {
	display: none;
}
#app #head h2 {
	display: none;
}

#app .text_end {
	margin-bottom: 20px;
}
#app .text_end p{
	font-size: 18px;
	color: #f00;
	text-align: center;
	line-height: 25px;
	font-weight: 800;
}

#app #midashi {
	background: url(images/bg_midashi.jpg) no-repeat 0px 0px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-bottom: -50px;
}
#app #midashi #text {
	padding-left: 200px;
	font-size: 123.1%;
	line-height: 140%;
	padding-bottom: 20px;
}
#app #midashi #profile {
	margin-left: 200px;
	border-top: 1px solid #CC0000;
	border-bottom: 1px solid #CC0000;
	padding-top: 20px;
	padding-bottom: 20px;
}
#app #midashi #profile h3 {
	background: url(images/text_narisawa.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 30px;
}
#app #midashi #profile p {
	padding-left: 22px;
}
#app #sample {
	display: block;
	background: url(images/photo_sample.jpg) no-repeat center 50px;
	width: 800px;
	height: 570px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
}
#app #sample #download1 {
	background: #eeeeee url(images/text_download.gif) no-repeat 30px center;
	margin-left: 230px;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 70px;
	margin-bottom: 430px;
}

#app #sample #download1 span {
	display: none;
}
#app #sample #download1 img {
	margin-right: 10px;
}
#app #sample #download2 {
	background: url(images/bg_download.png) no-repeat center bottom;
	text-align: right;
	margin-right: 30px;
	padding-top: 680px;
	padding-bottom: 22px;
}
#app #sample #download2 span {
	display: none;
}
#app #sample #download2 img {
	margin-right: 90px;
}






.red {
	font-weight: bold;
	color: #CC0000;
}
.orange {
	font-weight: bold;
	color: #FF6600;
}
