/* CSS Document */
* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}

body {
	color: #a37f62;
	font: 12px 	"Lucida Grande", Arial, Helvetica, Verdana, "Hiragino Kaku Gothic Pro W3", HiraKakuPro-W3, Osaka, meiryo, sans-serif;
	background: #252c34;
}

a {
	font-size: 12px;
	color: #333;
}

a:link {
color: #ebebeb;
text-decoration: none;
}
a:visited {
color: #636562;
text-decoration: none;
}

a:hover {
color: #c8900f;
text-decoration: underline;
}

a:active {
color: #c8900f;
text-decoration: none;
}



.Sites {
	width: 233px;
	height: 226px!important;
	height: 222px;
	margin-left: 5px!important;
	margin: 0px 0px;
	float: left;
	font: bold 0.9em;
	background: #DCDCDC url(../images/sitesbg_off.jpg) no-repeat left top;
	padding: 5px;
}

.Sites2{
	background: #252c34 url(../images/sitesbg_on.jpg) no-repeat left top;
	color: #fff;
	width: 233px;
	height: 226px!important;
	height: 222px;
	margin-left: 5px!important;
	margin: 0px 0px;
	float: left;
	font: bold 0.9em;
	padding: 5px;
}

.Sites * ,.Sites2 *{
	margin-bottom: 2px;
}

.site_name,.site_info{
	width: 211px;
	margin-left: 15px;
	text-align: left;
	font-size: 12px;
	line-height: 15px;
}

.site_name span{
	float: right;
	width: 11px;
	height: 11px;
}

.Sites .site_name .type_css{
	background: url(../images/css_off.gif) no-repeat 50% 50%;
}

.Sites .site_name .type_flash{
	background: url(../images/flash_off.gif) no-repeat 50% 50%;
}

.Sites2 .site_name .type_css{
	background: url(../images/css_on.gif) no-repeat 50% 50%;
}

.Sites2 .site_name .type_flash{
	background: url(../images/flash_on.gif) no-repeat 50% 50%;
}

.site_info {
	font-weight: normal;
	font-size: 12px;
}

.site_info b{
	padding-left: 10px;
}

.Sites .site_info a{
	color: #f00;
}

.Sites .site_info a:hover{
	color: #333;
}

.Sites .site_name a{
	color: #a37f62;
}

.Sites .site_name a:hover{
	color: #333;
}

.site_author{
	font-size: 10px;
	font-weight: normal;
	line-height: 10px;
}

.site_author span a{
	font-size: 10px;
	float: right;
	padding-left: 20px;
}

.Sites2 .site_author span a{
	font-size: 10px;
	float: right;
	padding-left: 20px;
}

.site_img{
	width: 200px;
	margin-left: 7px;
	height: 176px;
	position: relative;
	background: url(../images/loading.gif) no-repeat 50% 50%;
}

.imageOver{
	background: url(../images/zoom.gif) no-repeat 50% 50%;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.site_img img{
	width: 200px;
	margin-left: 7px;
	height: 176px;
}

.site_name span{
	float: right;
}

.Sites2 .site_info a, .Sites2 .site_author span a{
	color: #fff;
}

.Sites2 .site_info a:hover , .Sites2 .site_author span a:hover{
	color: #333;
}

.Sites2:hover .site_info a{
	color: #fff;
}

.Sites2:hover .site_info a:hover{
	color: #a37f62;
}

.Sites2 .site_name a, .Sites2 .site_author span a{
	color: #fff;
}

.Sites2 .site_name a:hover , .Sites2 .site_author span a:hover{
	color: #333;
}

.Sites2:hover .site_name a{
	color: #fff;
}

.Sites2:hover .site_name a:hover{
	color: #a37f62;
}

