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

/* profile */
#content .profile {
	margin-bottom: 30px;
}

#content .profile .pht {
	margin-right: 50px;
	width: 400px;
	float: left;
}

#content .profile .text {
	padding-top: 10px;
	width: 450px;
	float: left;
}

#content .profile .text p.ttl {
	margin-bottom: 10px;
}

#content .profile .text h3.name1 {
	font-size: 36px;
	line-height: 1.0;
	margin-bottom: 5px;
}

#content .profile .text p.name2 {
	font-size: 12px;
	line-height: 1.0;
	margin-bottom: 15px;
}

#content .profile .text p.sub {
	font-size: 16px;
	line-height: 1.0;
	margin-bottom: 20px;
}

#content .profile .text ul {
	margin-bottom: 20px;
}

/* section */
#content section {
	margin-bottom: 30px;
}

#content section h4 {
	font-size: 30px;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 15px;
}

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

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

#content section .column {
	padding: 30px 50px;
	border-top: 1px dotted #666666;
}

#content section .column h5 {
	font-size: 26px;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 20px;
}

#content section .column p {
	font-size: 16px;
	line-height: 1.7;
	margin-bottom: 15px;
}

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

#content .blog {
	padding: 30px 50px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	border: 1px solid #cccccc;
}

#content .blog .columnBox {
	border-bottom:1px dotted #666666;
	margin-bottom: 50px;
	padding-bottom: 50px;
}

#content .blog .columnBoxEnd {
	margin-bottom: 0px;
}

#content .blog h6 {
	font-size: 20px;
	line-height: 1.0;
	text-align: center;
	margin-bottom: 20px;
}

#content .blog p {
	font-size: 16px;
	line-height: 1.7;
	margin-bottom: 15px;
}

#content .blog p.ttl {
	font-weight:bold;
	margin-bottom:20px;
}

#content .blog p.author {
	text-align:right;
}

#content .blog p.date {
	text-align:right;
	margin-bottom: 0px;
}

#content .blog ul {
	margin-bottom:20px;
}

#content .blog li {
	font-size:16px;
	line-height:1.0;
	margin-bottom:10px;
}

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