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

#title h2 {
	font-size: 36px;
	line-height: 1.0;
	font-weight: bold;
	letter-spacing: 5px;
	color: #ffffff;
	text-align: center;	
}

#title p#nm {
	font-size: 50px;
	line-height: 1.0;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}

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

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

#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: 10px;
}

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

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

/* section */
#content section {
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px dotted #999999;
}

#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 h5.ttl {
	margin-bottom: 0px;
	text-align: left;
}

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

#content section ul {
	margin-bottom: 30px;
	margin-left: 80px;
}

#content section li {
	font-size: 18px;
	line-height: 1.0;
	margin-bottom: 10px;
}

#content section p {
	font-size: 18px;
	line-height: 1.7;
	text-align: left;
	margin-bottom: 10px;
}

#content section p.chart {
	text-align: center;
}

#content section p.attn {
	font-size: 14px;
	line-height: 1.0;
	text-align: right;
}

#content section .column {
	padding: 20px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}

.blu {
	background: #e1f2ff;
}

.org {
	background: #ffe7df;
}

#content section .column p.ttl {
	font-size: 20px;
	line-height: 1.5;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}

#content section .column ul.goal {
	margin-left: 0px;
}

#content section .column ul.goal li {
	font-size: 20px;
	line-height: 1.5;
	text-align: center;
}

/* staff */
#content .staff {
	margin-bottom: 20px;
	padding: 20px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	border:1px solid #cccccc;
}

#content .staff .pht {
	margin-right: 10px;
	width: 300px;
	float: left;
}

#content .staff .text {
	width: 548px;
	float: left;
}

#content .staff .pht p {
	text-align: center;
}

#content .staff .pht p.name {
	font-weight: bold;
}

#content .staff .pht p.title {
	font-size: 14px;
	line-height: 1.5;
}

#content .staff .text p {
	font-size: 16px;
	line-height: 1.7;
}

/* 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;
}