/* title */
#title {
	margin-bottom:30px;
	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;
}

section {
	margin-bottom: 120px;
}

#content ul.nav {
	margin-bottom:50px;
	text-align:center;
}

#content ul.nav li {
	display:inline;
	margin:0px 50px;
}

#content ul.nav li a {
   background-image: url("../img/icon_tri_sm2.png");
   background-repeat: no-repeat;
   background-position: right center;
   padding-right: 20px;
}

#content h3 {
	font-size:26px;
	line-height:1.5;
	font-weight:normal;
	text-align:center;
	margin-bottom:30px;
}

#content p.sub {
	font-size:16px;
	line-height:2.0;
	font-weight:normal;
	margin-bottom:30px;
}

#content h4 {
	font-size:22px;
	line-height:1.5;
	font-weight:bold;
	text-align:center;
	margin-bottom:20px;
}

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

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

#content p.pht {
	margin-bottom:20px;
}

#content p.info {
	font-size:16px;
	line-height:2.0;
	font-weight:normal;
	text-align:center;
	margin-bottom:30px;
}

#content ul.return {
	margin-bottom:30px;
	margin-left:300px;
}

#content ul.return li {
	font-size:16px;
	line-height:1.5;
	font-weight:normal;
	margin-bottom:10px;
}

#content .L {
	margin-bottom:30px;
	margin-left:50px;
	width:400px;
	float:left;
}

#content .R {
	margin-bottom:30px;
	width:400px;
	float:left;
}

#content .L p,
#content .R p {
	text-align:center;
}

#content .L p.corporatePht,
#content .R p.corporatePht {
	margin-bottom: 5px;
}

#content .L p.menu,
#content .R p.menu {
	font-size:18px;
}

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

#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;
}

/* button */
#content .buttonL {
	margin-left:140px;
	width: 300px;
	float:left;
}

#content .buttonR {
	margin-left:20px;
	width: 300px;
	float:left;
}

#content .buttonL a,
#content .buttonR a {
	color:#000000;
	text-decoration: none;
}

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

#content .buttonL p,
#content .buttonR p {
	font-size: 16px;
	line-height: 1.5;
	font-weight: bold;
	color:#ffffff;
	text-align: center;
	margin-bottom:0px;
}

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