@charset "UTF-8";


/* right */	


#about {
	clear: both;
	margin: 60px 0 0 30px;
	width: 70%;
	height: 950px;
}

#about h2{
	background: url(../images/h2.gif) 0 0 no-repeat;
}
	
#about h3{
	border-bottom: 1px dotted #AAAAAA;
	clear: both;
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin: 30px 0 10px 0;
	padding: 0 0 10px 0;
}

#about p{
	font-size: 12px;
	line-height: 170%;
}

#about a{
	color: #222222;
}

#about a:hover {
	color: #AE1522;
	text-decoration: none;
}

#about img{
	border: 1px solid #999999;
	float: left;
	margin: 0 15px 15px 0;
	padding: 5px;
	height: 70px;
	width: 70px;
}

.about_rss{
	background: url(../../images/common/rss.gif) center center no-repeat;
	display: block;
	margin: 30px 0 5px 0;
	width: 35px;
	height: 14px;
}

.about_rss a{
	display: block;
	text-indent: -99999px;
	width: 35px;
	height: 14px;
}

#about table{
	border: 0;
	margin: 15px 0 0 0;
	text-align: left;
	width: 90%;
}

#about td{
	border-collapse: collapse;
	padding: 3px;
	vertical-align: top;
	white-space: nowrap;
}

#about input,textarea{
	border: 1px solid #666666;
	background: #666666;
	font-weight: bold;
}