/* title */
#title {
	margin-bottom:10px;
	padding: 20px 0px;
	background:#000000;
}

#title h2 {
	font-size:32px;
	line-height:1.0;
	font-weight:normal;
	color:#ffffff;
	text-align:center;	
}

/* content */
#content {
	margin:0px  auto;
	padding-bottom:70px;
	width:900px;
}

/* partner */
#content .partner {
	margin: 0px auto;
	width: 950px;
}

/* visual */
#content .partner .visual {
	margin-bottom: 30px;
	width: 950px;
	height: 349px;
}

#content .partner h3 {
	font-size: 50px;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 0px;
}

#content .partner p.ttl {
	font-size: 20px;
	line-height: 1.0;
	text-align: center;
	font-weight: bold;
}

#content .partner p.sub {
	font-size: 16px;
	line-height: 1.0;
	text-align: center;
	margin-bottom: 30px;
}

#content .partner p.intro {
	font-size: 18px;
	line-height: 1.7;
	text-align: center;
	margin-bottom: 30px;
}

/* section */
#content section {
	margin-bottom: 50px;
}

#content section h4 {
	font-size: 30px;
	line-height: 1.5;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 10px;
}

#content section h5 {
	font-size: 20px;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 10px;
}

#content section p {
	font-size: 16px;
	line-height: 1.7;
	margin-bottom: 10px;
}

#content section img {
	margin-top: 10px;
}

/* campaign */
#content .campaign {
	margin-bottom: 30px;
}

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

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

#content .campaign h6 {
	font-size: 20px;
	line-height: 1.5;
	text-align: left;
	margin-bottom: 10px;
}

#content .campaign p.pr {
	font-size: 20px;
	margin-top: 20px;
	text-align: center;
}

#content .campaign li {
	font-size: 16px;
	line-height: 1.5;
}

/* info */
#content .info {
	margin-top: 50px;
	margin-bottom: 0px;
	padding: 20px;
	width: 860px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	border: 1px solid #cccccc;
}

#content .info p.name {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
}

#content .info ul {
	text-align: center;
	margin-bottom: 20px;
}

#content .info .map {
	margin: 0px auto;
	width: 800px;
}

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

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

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

#content .button .link p {
	font-size: 16px;
	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;
}