@charset "UTF-8";

#contents_f{
	width:580px;
	padding:20px;
	margin-left:300px;
	background:#FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	opacity: 0.85;
	-moz-opacity: 0.85;
	filter: alpha(opacity=85);
	-ms-filter: "alpha(opacity=85)";

	color:#333;

	float:right;
	margin-top:90px;
	margin-right:30px;
	margin-bottom:30px;

	vertical-align:text-top;
}
/*#contents_f li{ line-height:200%;}
#contents_f a:link { font-weight: bold; text-decoration:none; color: #34c;}
#contents_f a:visited { font-weight: bold; text-decoration:none; color: #e43;}
#contents_f a:active {font-weight: bold; color:#ff4411;}
#contents_f a:hover{ font-weight: bold; text-decoration:underline; color:#f76; /*background-color: #fe5;*/ }
#contents_f p{margin-left:1em;}
*/
