/* 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:bold;
	text-align:center;
	margin-bottom:0px;
}

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

#content ul {
	margin-bottom:50px;
	margin-left:110px;
}

#content li {
	font-size:24px;
	line-height:1.5;
	margin-bottom:20px;
}

#content p.desc {
	font-size:18px;
	line-height:2.0;
	font-weight:normal;
	margin-bottom:50px;
}

#content p.author {
	text-align:right;
	margin-bottom:50px;
}

span.name {
	font-size:18px;
}

/* 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: #ffffff;
	border:1px solid #000000;
}

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

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