@charset "UTF-8";


#top {
	position: relative;
	width: 100%;
}


#top_head {
	height: 59px;
	border-top: 1px #AAA solid;
	border-bottom: 1px #AAA solid;
	background: #877543 url('../img/back/gold.jpg') center;
}
#top_head div.cenwid {
	position: relative;
}
#top_head h1 {
	width: 350px;
}
#top_head h1 a {
	display: inline-block;
	width: 350px;
}
#top_head h1 a span {
	display: inline-block;
	overflow: hidden;
	padding-left: 350px;
	width: 0;
	height: 70px;
	background: url('../img/shot/logo.png') no-repeat;

	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}
#top_head h1 a:hover span {
	background: url('../img/shot/logo2.png') no-repeat;
	
	-moz-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
}
#top_head p.str {
	position: absolute;
	top: 8px;
	left: 358px;
	font-size: 85%;
	line-height: 1.3;
	text-shadow: #FFF 0px 1px;
}


/*-----------------------------
検索他
------------------------------*/

#topt {
	clear: both;
	width: 100%;
	padding: 5px 0 4px;
	border-bottom: 1px #000 solid;
	background: url('../img/back/texture2.png');
	color: #FFF;
	text-shadow: #000 0px 1px;
}
#topt p.new_entry {
	float: left;
}
#topt p.new_entry a {
	display: block;
	color: #FFF;
	line-height: 21px;
	text-decoration: none;
	-webkit-transition: 0.1s;
	-moz-transition: 0.1s;
	transition: 0.1s;
}
#topt p.new_entry a:hover,
#topt ul.top_menu li a:hover {
	color: #E3C76F;
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}
#topt ul.top_menu {
	float: left;
	margin-left: 25px;
}
#topt ul.top_menu li {
	float: left;
	margin-right: 15px;
}
#topt ul.top_menu li a {
	display: block;
	font-size: 85%;
	line-height: 21px;
	color: #CCC;
	text-decoration: none;
	-webkit-transition: 0.1s;
	-moz-transition: 0.1s;
	transition: 0.1s;
}

#topt div.top_search {
	float: right;
}
#topt input[type="text"] {
	margin-right: 5px;
	padding: 0;
	height: 22px;
}
#topt input[type="submit"] {
	height: 22px;
	border: 1px #DD464A solid;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #D20005;
	color: #FFF;
	text-shadow: #000 0px -1px;
	-webkit-box-shadow: 1px 2px 5px 0px #444;
	box-shadow: 1px 2px 5px 0px #444; 
	cursor: pointer;
}
#topt input[type="submit"]:hover {
	border: 1px #9F0000 solid;
	background: #800000;
}
#topt div.social_b {
	margin-right: 7px;
}

/*-----------------------------
top_feed
------------------------------*/

#top_feed {
	clear: both;
	margin: 28px 0 0px;
}
/*
#top_feed p.top_feed_title {
	color: #7A693D;
	text-shadow: #FFF 0px 1px;
}
*/
#top_feed div.feed_block {
	width: 98.5%;
	height: 220px;
	margin: 0 auto;
	padding: 4px 0;
	border-top: 2px #B19B61 solid;
	border-left: 2px #B19B61 solid;
	border-right: 2px #CDBF9A solid;
	border-bottom: 2px #CDBF9A solid;
	-webkit-box-shadow: inset 2px 2px 5px 0px #999;
	box-shadow: inset 2px 2px 5px 0px #999;
	background: #FFF;
	overflow-y: scroll;
}
#top_feed div.feed_block li {
	float: left;
	display: block;
	padding: 0px 6px;
/*
	width: 373px;
*/
	width: 48%;
	overflow: hidden;
}
#top_feed div.feed_block li.even {
	border-left: 1px #C0C0C0 dotted;
}
#top_feed div.feed_block li p {
	width: 300%;
	padding-left: 18px;
	font-size: 90%;
	text-decoration: none;
/*
	background: url("../img/shot/icon/feed.png") left center no-repeat;
*/
}
#top_feed div.feed_block li p span {
	font-size: 90%;
	color: #959595;
}
#top_feed div.feed_block li a {
	display; block;
	text-decoration: none;
}
#top_feed div.feed_block li a:hover {
	padding-left: 2px;
}

/*-----------------------------
top_banner1
------------------------------*/

#top_banner1 {
	clear: both;
	margin-top: 15px;
}
#top_banner1 a {
	display: block;
}


/*-----------------------------
arank_category
------------------------------*/

div.arank_category {

}

div.arank_category p.ktitle {
	height: 20px;
	margin-bottom: 13px;
	line-height: 20px;
	font-weight: bold;
	font-size: 13px;
	text-shadow: #FFF 0px 1px;
	text-decoration: none;
}
div.arank_category p.ktitle span {
	font-size: 140%;
}

div.arank_category_block li {
	float: left;
	min-width: 115px;
}
div.arank_category_block li a {
	font-size: 90%;
	text-decoration: none;
}
div.arank_category_block li a:hover {
	padding-left: 2px;
}

/*-----------------------------
top_category
------------------------------*/

#top_category {
	clear: both;
	margin-top: 20px;
}
#top_category p {
	margin-bottom: 7px;
	line-height: 20px;
	font-size: 13px;
	font-weight: bold;
	text-shadow: #FFF 0px 1px;
	text-decoration: none;
}
#top_category p span {
	font-size: 140%;
}
#top_category table {
	width: 100%;
}
#top_category table td {
	border: 1px #CFC19E solid;
	min-width: 166px;
	padding: 2px;
	background: #877543 url('../img/back/gold_mim.jpg') center;
}
#top_category table td.total_cate {
	background: #877543 url('../img/back/gold_mim_s.jpg') center;
}
/*
#top_category table td:hover,
#top_category table td.total_cate:hover {
	background: #877543 url('../img/back/gold_mim_r.jpg') center;
}
*/
#top_category table td div {
	position: relative;
	height: 30px;
	line-height: 30px;
	background: url('../img/back/gra_w.jpg') bottom repeat-x;
}


#top_category table td a {
	display: block;
	position: absolute;
	left: 8px;
	width: 95%;
	font-weight: bold;
	color: #3F361F;
	text-shadow: #FFF 0px 1px;
	text-decoration: none;
}
#top_category table td a:hover {
	color: #B00000;
}
/*
#top_category table td a:hover {
	color: #800000 !important;
}
*/
#top_category table td div.selected {
	background: url('../img/back/gra_wr.jpg') bottom repeat-x;
}
#top_category table td div.selected a {
	color: #FFF;
	text-shadow: #000 0px -1px;
}
#top_category table td div:hover {
	background: url('../img/back/tagbg.png');
}
#top_category table td div.selected:hover {
	background: #800000;
}

#top_category table td a.selected:hover {
	color: #FFF !important;
}
