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

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

/* 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:24px;
	font-weight:bold;
	line-height:1.3;
	color:#ffffff;
}

#banner .support .C .supportTitle p.pr {
	font-size:20px;
	font-weight:bold;
	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:0px;
	padding-bottom:50px;
	width:980px;
}

#content h2 {
	font-size:44px;
	line-height:1.3;
	text-align:center;
	margin:10px 0px 10px 0px;
}

#content p.sub1 {
	font-size:20px;
	line-height:1.5;
	text-align:center;
	margin:10px 0px 15px 0px;
}

#content p.sub2 {
	font-size:20px;
	line-height:1.5;
	text-align:center;
	margin:10px 0px 40px 0px;
}

#content .column {
	margin-bottom:40px;
	padding:20px 0px 20px 20px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	border: 1px solid #cccccc;
}

#content .column .L {
	margin-right:20px;
	width:200px;
	float:left;
}

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

#content .column .R p.ttl{
	font-size:30px;
	line-height:1.0;
	margin-top:15px;
	margin-bottom:15px;
}

#content .column .R p.text{
	font-size:16px;
	line-height:1.5;
}

.sm {
	font-size:16px;
	line-height:1.0;
}

/* nav */
.nav {
	margin-bottom: 30px;
}

.nav ul {
	text-align: center;
}

.nav li {
	font-size: 18px;
	line-heigt: 1.5;
	display: inline;
}

.nav li a {
   background-image: url("../img/icon_tri_sm2.png");
   background-repeat: no-repeat;
   background-position: right center;
   padding-right: 26px;
   margin-right: 25px;
   margin-left: 25px;
}

#content h3 {
	font-size:40px;
	line-height:1.0;
	text-align:center;
	margin:70px 0px 10px 0px;
}

#content p.attn {
	line-height:1.0;
	text-align:center;
	margin:0px 0px 10px 0px;
}

#content ul.question {
	margin-bottom:30px;
}

#content ul.question li {
	font-size:16px;
	line-height:1.0;
	text-align:center;
	margin:0px 0px 5px 0px;
}

/* member */
#content .member {
	margin:0px auto;
	padding-top:20px;
	padding-bottom:70px;
	width:940px;
	/*border-bottom:1px dotted #999999;*/
	background:url(../../athlete/surfing_chuucat/charm.gif);
	background-repeat:no-repeat;
	background-position:bottom center;
}

#content .memberEnd {
	margin:0px auto;
	padding-top:20px;
	padding-bottom:70px;
	width:940px;
}

#content .member .name,
#content .memberEnd .name {
	margin-right:20px;
	width:160px;
	float:left;
}

#content .member .name img,
#content .memberEnd .name img {
	margin-bottom:0px;
}

#content .member .name h4,
#content .memberEnd .name h4 {
	font-size:22px;
	line-height:1.0;
	text-align:center;
	margin-bottom:5px;
}

#content .member .name p,
#content .memberEnd .name p {
	line-height:1.0;
	text-align:center;
	margin-bottom:20px;
}

#content .member .comment,
#content .memberEnd .comment {
	margin-top:15px;
	width:760px;
	float:left;
}

#content .member .comment ul.list li,
#content .memberEnd .comment ul.list li {
	font-size:16px;
	line-height:1.5;
}

#content .member .comment ul.list li.q,
#content .memberEnd .comment ul.list li.q {
	font-size:16px;
	line-height:1.5;
	font-weight:bold;
	margin-bottom:5px;
}

#content .member .comment ul.list li.a,
#content .memberEnd .comment ul.list li.a {
	font-size:16px;
	line-height:1.5;
	margin-bottom:15px;
}

#content .member .photo .pht,
#content .memberEnd .photo .pht {
	width:188px;
	float:left;
}

/* gallery */
#content .gallery {
	margin:0px auto;
	padding-top:20px;
	padding-bottom:70px;
	width:940px;
}

#content .gallery .pht {
	width:235px;
	height:234px;
	float:left;
}

/* button */
#content .button {
	margin:0px auto;
	width: 800px;
}

#content .button a {
	color:#ffffff;
	text-decoration: none;
}

#content .button .link {
	padding: 20px 0px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	background: #cc0000;
}

#content .button .link p {
	font-size: 22px;
	line-height: 1.5;
	font-weight: bold;
	color:#ffffff;
	text-align: center;
	margin-bottom:0px;
}

#content .button .link p {
   margin-right: 20px;
   background-image: url("../img/icon_tri_lg2.gif");
   background-repeat: no-repeat;
   background-position: right center;
}