@charset "utf-8";
/* CSS Document */

#content {
	width:690px;
	padding:5px;
	clear:both;
	float:left;
	}
h1 {
	font-size:15px;
	color:#f57b3f;
	border-bottom:1px solid #f57b3f;
	margin:10px 0 8px 8px;
	padding-bottom:5px;
	line-height:18px;
	}
	
#right {
	width:480px;
	margin:0 5px;
	float:right;	
	}


#righttop {
	float:left;
	margin-bottom:10px;
	width:480px;
	height:95px;
	border:1px solid #ccc;
	background-color:#fff;
	border:1px solid #999;
	background-color:#f5f5f5;
	}
#titlephoto {
	width:115px;
	float:left;
	}
#righttop h2 {
	margin:5px 0 5px 120px;
	font-size:15px;
	color:#f57b3f;
	}
#righttop h2 a {
	text-decoration:none;
	color:#f57b3f;
	}
#righttop h2 a:hover{
	color:#099;
	}
#righttop p {
	margin-left:120px;
	font-size:12px;
	line-height:15px;
	color:#333;
	}
	
h3 {
	margin:5px 0 3px 0;
	font-size:12px;
	color:#f57b3f;
	}
h3 a {
	text-decoration:none;
	color:#f57b3f;
	}
h3 a:hover{
	text-decoration:underline;
	}
strong {
	font-size:12px;
	line-height:15px;
	font-weight:400;
	color:#f57b3f;
	}

.right01 {
	float:left;
	margin-bottom:5px;
	width:480px;
	height:80px;
	background-color:#fff;
	border:1px solid #ccc;
	}
.photo {
	width:82px;
	float:left;
	}

.text p {
	font-size:12px;
	line-height:15px;
	color:#333;
	}


a {
	text-decoration:none;
	color:#f57b3f;
	}
a:hover {
	text-decoration:underline;
	color:#f90;
	}
