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

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

#content h4 {
	font-size:26px;
	line-height:1.0px;
	font-weight:bold;
	margin-top:35px;
	margin-bottom:35px;
}

#content h5.icon01 {
	font-size:20px;
	line-height:60px;
	font-weight:bold;
	margin-bottom:10px;
	background:url(../../about/img/icon_01.gif) no-repeat 0px 0px;
	background-size:60px 60px;
	padding-left:80px;
}

#content h5.icon02 {
	font-size:20px;
	line-height:60px;
	font-weight:bold;
	margin-bottom:10px;
	background:url(../../about/img/icon_02.gif) no-repeat 0px 0px;
	background-size:60px 60px;
	padding-left:80px;
}

#content h5.icon03 {
	font-size:20px;
	line-height:60px;
	font-weight:bold;
	margin-bottom:10px;
	background:url(../../about/img/icon_03.gif) no-repeat 0px 0px;
	background-size:60px 60px;
	padding-left:80px;
}

#content h5.icon04 {
	font-size:20px;
	line-height:60px;
	font-weight:bold;
	margin-bottom:10px;
	background:url(../../about/img/icon_04.gif) no-repeat 0px 0px;
	background-size:60px 60px;
	padding-left:80px;
}

#content h5.icon05 {
	font-size:20px;
	line-height:60px;
	font-weight:bold;
	margin-bottom:10px;
	background:url(../../about/img/icon_05.gif) no-repeat 0px 0px;
	background-size:60px 60px;
	padding-left:80px;
}

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

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

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

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

#content .column p.link {
	text-align:right;
}

#content .column p.more {
	font-size:14px;
	line-height:1.0;
	line-height:16px;
	text-align:right;
}

#content .column p.more a {
   background-image: url("../img/icon_tri_sm.png");
   background-repeat: no-repeat;
   background-position: right center;
   padding-right: 20px;
}

#content .column img.pht {
	margin-right:40px;
	margin-bottom:20px;
}

#content .column li {
	display:inline;
	margin-right:15px;
}

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

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