/* mainV */
#mainV {
	/*background:#000000;*/
}

#mainV {
	margin:0px auto;
	width:980px;
	height:781px;
}

#mainV .main {
	height:650px;
}

#mainV .sub {
	padding:1px 0px 1px 0px;
	width:980px;
	height:129px;
	background:#000000;
}

#mainV .sub .thumbnail {
	margin-right:1px;
	width:195px;
	height:129px;
	float:left;
}

#mainV .sub .thumbnailEnd {
	margin-right:0px;
	width:196px;
	height:129px;
	float:left;
}

/* banner */
#banner {
	height:130px;
	background:#cc0000;
}

#banner .support {
	margin:0px auto;
	width:960px;
}

#banner .support .L {
	float:left;
}

#banner .support .L .supportHeader {
    display:table-cell;
	text-align:left;
    vertical-align:middle;
    width:270px;
    height:130px;
}

#banner .support .L .supportHeader p {
	font-size:44px;
	font-weight:bold;
	color:#ffffff;

}

#banner .support .C {
	/*background-color: #eee;*/
	float:left;
}

#banner .support .C .supportTitle {
    display:table-cell;
    vertical-align:middle;
    width: 640px;
    height: 130px;
}

#banner .support .C .supportTitle h2 {
	margin-bottom:10px;
	font-size:16px;
	line-height:1.0;
	color:#ffffff;
}

#banner .support .C .supportTitle p.ttl {
	margin-bottom:10px;
	font-size:30px;
	line-height:1.0;
	color:#ffffff;
}

#banner .support .C .supportTitle p.pr {
	font-size:160x;
	line-height:1.0;
	color:#ffffff;
}

#banner .support .R {
	float:left;
}

#banner .support .R .supportLink {
    display:table-cell;
	text-align:right;
    vertical-align:middle;
    width: 50px;
    height: 130px;
}

#banner .support .R .supportLink p {
	color:#ffffff;
}

/* content */
#content {
	margin:0px auto;
	padding-top:1px;
	padding-bottom:1px;
	width:980px;
}

#content .L {
	padding-top:30px;
	padding-right:30px;
	padding-left:10px; 
	width:548px;
	float:left;
}

/* thanks */
#content .L div#thanks {
	margin-bottom: 40px;
	padding: 0px;
	width: 520px;
	border: 0px dotted #d80d8a;
}

#content .L div#thanks h4 {
	font-size:18px;
	line-height:1.5;
	font-weight: bold;
}

#content .L div#thanks p {
	text-align: right;
}

#content .L div#thanks table {
	font-size:16px;
	line-height:1.5;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-top: 10px;
	width: 510px;
}

#content .L div#thanks td {
	padding-right: 10px;
	padding-bottom: 10px;
	border-bottom: 0px dotted #999999;
}

.sm {
	font-size:12px;
	line-height:1.5;
}

#content .L .pr {
	margin-bottom:50px;
}

#content .L .pr p {
	font-size:16px;
	line-height:1.6;
	margin-bottom: 10px;
}

#content .L .pr img {
	margin-right:20px;
	margin-bottom:10px;
}

#content .L .pr #member {
	margin-top: 20px;
}

#content .L .pr #member p.ttl {
	font-weight: bold;
	margin-bottom: 10px;
}

#content .L .pr #member .pht {
	margin-right: 20px;
	margin-bottom: 10px;
	width: 200px;
	height: 170px;
	float: left;
}

#content .L .pr #member .text {
	width: 300px;
	float: left;
}

#content .L .pr #member .text p {
	font-size:16px;
	line-height:1.6;
	margin-bottom: 10px;
}

#content .L .pr #member .text .sm {
	font-size:12px;
	line-height:1.0;
}

#content .L #movie {
	margin-bottom:30px;
	width:548px;
}

#content .L .sns {
	margin-bottom:30px;
}

#content .L .sns li {
	display:inline;
	margin-right:10px;
}

#content .R {
	width:392px;
	float:left;
}

#content .R section {
	padding: 30px 20px;
	width:352px;
	background: #f6f8fa;
}

#content .R section h2 {
	margin-bottom:15px;
	font-size:24px;
	line-height:1.0;
	font-weight:normal;
	text-align:center;
}

/* profile table */
#content .R section .profile table {
	margin-bottom:50px;
	border-top:1px dotted #999999;
	border-left:0px dotted #999999;
	border-collapse:collapse;
	border-spacing:0px;
	width:352px;
}

#content .R section .profile th {
	padding-top:7px;
	padding-bottom:7px;
	padding-left:5px;
	width:82px;
	border-bottom:1px dotted #999999;
	text-align:left;
}

#content .R section .profile td {
	padding-top:7px;
	padding-bottom:7px;
	padding-left:5px;
	width:270px;
	border-bottom:1px dotted #999999;
}

/* result table */
#content .R section .result p.ttl {
	font-size: 14px;
	line-height: 1.0;
	font-weight: bold;
	margin-bottom: 10px;
}

#content .R section .result table {
	margin-bottom:50px;
	border-top:1px dotted #999999;
	border-left:0px dotted #999999;
	border-collapse:collapse;
	border-spacing:0px;
	width:352px;
}

#content .R section .result th {
	padding-top:7px;
	padding-bottom:3px;
	padding-left:5px;
	width:352px;
	text-align:left;
}

#content .R section .result td {
	padding-top:3px;
	padding-bottom:7px;
	padding-left:5px;
	width:352px;
	border-bottom:1px dotted #999999;
}

#content .R section .result td li {
	margin-bottom:5px;
}

p.attn {
	font-size: 12px;
	line-height: 1.0;	
}