@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.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";

	float:right;
	margin-top:80px;
	margin-right:30px;
}
#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:hover{ font-weight: bold; text-decoration:underline; color:#f76; /*background-color: #fe5;*/ }
#contents_f a:active {font-weight: bold; color:#fa8;}
#contents_f p{margin-left:1em;}

#contents_g{
	width:580px;
	padding:20px;
	margin-left:300px;
	background:#FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color:#555;

}
#contents_g li{ line-height:200%;}
#contents_g a:link { font-weight: bold; text-decoration:none; color: #56b;}
#contents_g a:visited { font-weight: bold; text-decoration:none; color: #e65;}
#contents_g a:hover{ font-weight: bold; text-decoration:underline; color:#f87; /*background-color: #fe5;*/ }
#contents_g a:active {font-weight: bold; color:#fb9;}
#contents_g p{margin-left:1em;}


.cate_tbl{
	width:500px;
	white-space:nowrap;
}

.txt_light{color:#999;
}

.img_R{
float: right;
border: none;
margin-right:10px;
margin-left:10px;
margin-top:4px;
margin-bottom:12px;
}

