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

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


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

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

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

/* library */
#content #library {
	margin-top: 40px;
	margin-bottom: 50px;
}

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

#content #library .C {
	margin-right: 20px;
	width: 300px;
	float: left;
}

#content #library .R {
	width: 300px;
	float: left;
}

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

.L img.on,
.C img.on,
.R img.on {
	transition: 0.6s;
}

.L img.on:hover,
.C img.on:hover,
.R img.on:hover {
	opacity: 0.5;
}

#content #library h3 {
	font-size: 16px;
	line-height: 1.3;
	margin-bottom: 10px;
}

#content #library h4 {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 20px;
}

.sm {
	font-size: 14px;
	line-height: 1.0;
	font-weight: normal;
}

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

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

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

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

.button .link p {
   margin-right: 20px;
   background-image: url("../img/icon_tri_lg2.gif");
   background-repeat: no-repeat;
   background-position: right center;
}