@charset "Shift_JIS";

/**** メイン ****/
div#main {	
	background-image: url(../../present/image/p1.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
div#main h2 {
	width: 450px;
	height: 262px;
	margin-left: 288px;
	
	background-image: url(../../present/image/p2_080806.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
/* 左説明 */
div#main div.description {
	width: 430px;
	margin-left: 300px;
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 110%;
	line-height: 120%;
}
div#main div.description h3 {
	font-size: 100%;
	margin-top: 1em;
}
div#main p.story {
	margin-top: 2em;
}
/* 右iframe */
div#iframe-wrapper {
	width: 512px;
	float: right;
	padding-bottom: 20px;
}
div#main div.iframe-border {
	text-align: center;
	width: 500px;
	border: 1px solid rgb(170, 170, 170);
	margin-right: 12px;
}
div#iframe-wrapper p {
	text-align: right;
	font-size: 12px;
	margin-top: 20px;
	margin-right: 20px;
}
div#iframe-wrapper div.thanks {
	text-align: center;
	background-image: url(../../present/image/thx.jpg);
	background-position: center 100px;
	background-repeat: no-repeat;
	padding-top: 350px;
	padding-bottom: 200px;
}


table.tousen {
	width: 380px;
	margin: 30px 0 0 15px;
	border: 1px solid #ff8989;
	font-size: 18px;
	font-weight:bold;


}

table.tousen td {
	padding: 10px;
	border-bottom: 1px dotted ;


}
.name {
	color: #000000;


}