@charset "utf-8";

/*

	サイド

	[* html] = IE6
	[*:first-child+html] = IE7
	[Hides from IE5-mac ～ End hide from IE5-mac] = Mac IE5

*/



/* サイド
================================================== */
#side {
	width: 190px;
	font-size: 93%;	/* 12px */
	line-height: 1.5;
	float: right;
	background-color: #EEF5D7;
}
#side div.entry {
	margin: 0 0 30px;
}
#side h3 {
	margin: 0;
	overflow: hidden;
	text-indent: -9999px;
}
#side div.entryBody {
	margin: 0 5px;
}



/* 週間ランキング
-------------------------------------------------- */
#weeklyRanking h3 {
	height: 63px;
	background: url(../images/side/weekly_ranking.gif);
}
#weeklyRanking h3.update {
	height: 63px;
	background: url(../images/side/update_circle.gif);
}
#weeklyRanking h4 span {
	padding-left: 23px;
	display: block;
	background: url(../images/common/point.gif) no-repeat 0 1px;
}
* html #weeklyRanking h3 {
	margin-bottom: 10px;
}
*:first-child+html #weeklyRanking h3 {
	margin-bottom: 10px;
}
#weeklyRanking ol {
	margin: 0;
}
#weeklyRanking ol li {
	margin-top: 10px;
	padding-top: 5px;
	border-top: 1px dotted #006C5D;
	position: relative;
	list-style-type: none;
}
* html #weeklyRanking ol li {
	margin-top: 5px;
}
*:first-child+html #weeklyRanking ol li {
	margin-top: 5px;
}
#weeklyRanking ol li.rank1, #weeklyRanking ol li.rank2,
#weeklyRanking ol li.rank3 {
	border-top-color: #E36D4A;
}
#weeklyRanking dl {
	margin: 0;
}
#weeklyRanking dl dt {
	width: 56px;
	float: right;
}
#weeklyRanking dl dt img {
	padding: 2px;
	border: 1px solid #B2B2B2;
	vertical-align: bottom;
	background: #FCFCFC;
}
#weeklyRanking dl dd {
	margin: 8px 0 0 5px;
	display: inline;
	width: 114px;
	float: left;
	font-size: 1.2em;
}
#weeklyRanking dl dd h4 {
	font-weight: normal;
}
#weeklyRanking dl dd div a:link {
	color: #4D4D4D;
}
#weeklyRanking dl dd div a:visited {
	color: #4D4D4D;
}
#weeklyRanking dl dd div a:active, #weeklyRanking dl dd div a:hover {
	color: #A50800;
}

/* 週間ランキング:ランク
-------------------------------------------------- */
#weeklyRanking dl dd span.rank {
	display: block;
	position: absolute;
	top: -1px;
	left: 0;
	width: 20px;
	height: 12px;
	overflow: hidden;
	background: #006C5D url(../images/side/rank4.gif);
}
#weeklyRanking ol li.rank1 dl dd span.rank {
	background: #E36D4A url(../images/side/rank1.gif);
}
#weeklyRanking ol li.rank2 dl dd span.rank {
	background: #E36D4A url(../images/side/rank2.gif);
}
#weeklyRanking ol li.rank3 dl dd span.rank {
	background: #E36D4A url(../images/side/rank3.gif);
}
#weeklyRanking ol li.rank5 dl dd span.rank {
	background-image: url(../images/side/rank5.gif);
}
#weeklyRanking ol li.rank6 dl dd span.rank {
	background-image: url(../images/side/rank6.gif);
}
#weeklyRanking ol li.rank7 dl dd span.rank {
	background-image: url(../images/side/rank7.gif);
}
#weeklyRanking ol li.rank8 dl dd span.rank {
	background-image: url(../images/side/rank8.gif);
}
#weeklyRanking ol li.rank9 dl dd span.rank {
	background-image: url(../images/side/rank9.gif);
}
#weeklyRanking ol li.rank10 dl dd span.rank {
	background-image: url(../images/side/rank10.gif);
}
#weeklyRanking ol li.rank11 dl dd span.rank {
	background-image: url(../images/side/rank11.gif);
}
#weeklyRanking ol li.rank12 dl dd span.rank {
	background-image: url(../images/side/rank12.gif);
}
#weeklyRanking ol li.rank13 dl dd span.rank {
	background-image: url(../images/side/rank13.gif);
}
#weeklyRanking ol li.rank14 dl dd span.rank {
	background-image: url(../images/side/rank14.gif);
}
#weeklyRanking ol li.rank15 dl dd span.rank {
	background-image: url(../images/side/rank15.gif);
}
#weeklyRanking ol li.rank16 dl dd span.rank {
	background-image: url(../images/side/rank16.gif);
}
#weeklyRanking ol li.rank17 dl dd span.rank {
	background-image: url(../images/side/rank17.gif);
}
#weeklyRanking ol li.rank18 dl dd span.rank {
	background-image: url(../images/side/rank18.gif);
}
#weeklyRanking ol li.rank19 dl dd span.rank {
	background-image: url(../images/side/rank19.gif);
}
#weeklyRanking ol li.rank20 dl dd span.rank {
	background-image: url(../images/side/rank20.gif);
}



/* purchase
-------------------------------------------------- */
#purchase dl {
	margin: 0 0 30px;
}
#purchase dl dt {
	margin-bottom: 5px;
	font-size: normal;
	font-weight: bold;
	color: #005D50;
	padding-left: 23px;
	display: block;
	background: url(../images/side/point.gif) no-repeat;
}
#purchase dl dd {
	text-align: center;
	vertical-align: bottom;
}
#purchase img {
	text-align: center;
	margin-left: -10px;
	margin-bottom: 5px;
	vertical-align: bottom;
}



/* 同一サークル作品一覧
-------------------------------------------------- */
#worksList h3 {
	height: 63px;
	background: url(../images/side/workslist.gif);
}
#worksList dl {
	margin: 10px 0 0;
	padding-top: 5px;
	border-top: 1px dotted #006C5D;
}
#worksList dl dt {
	width: 56px;
	float: right;
}
#worksList dl dt img {
	padding: 2px;
	border: 1px solid #B2B2B2;
	vertical-align: bottom;
	background: #FCFCFC;
}
#worksList dl dd {
	margin: 8px 0 0 5px;
	display: inline;
	width: 114px;
	float: left;
	font-size: 1.2em;
}
#worksList dl dd h4 {
	font-weight: normal;
}
#worksList dl dd h4 a {
	padding-left: 14px;
	background: url(../images/common/rightarrow.gif) no-repeat 0 3px;
}


/* clearfix
-------------------------------------------------- */
#weeklyRanking dl:after, #worksList dl:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
#weeklyRanking dl, #worksList dl {
	display: inline-block;
}
/*Hides from IE5-mac \*/
* html #weeklyRanking dl, * html #worksList dl {
	height: 1%;
}
#weeklyRanking dl , #worksList dl {
	display: block;
}
#mainContainer2 #weeklyRanking dl , #worksList dl {
	padding: 5px 0 0 0;
	white-space: inherit;


}

*+html body #weeklyRanking dl, *+html body #worksList dl {
	zoom: 1;
}
/*End hide from IE5-mac */



/* サイド2
================================================== */
#side2 {
	width: 190px;
	overflow: hidden;
	font-size: 93%;	/* 12px */
	line-height: 1.5;
	float: left;
	background-color: #EEF5D7;
}
#side2 div.entry {
	margin: 0 0 30px;
}
#side2 h3 {
	margin: 0;
	overflow: hidden;
	text-indent: -9999px;
}
#side2 div.entryBody {
	margin: 0 5px;
}



/* フリーワード検索
-------------------------------------------------- */
#freeSearch h3 {
	margin-bottom: 10px;
	height: 63px;
	background: url(../images/side/free_search.gif);
}
#go_name {
	padding: 1px;
	width: 174px;
}
* html #go_name {
	margin-left: -5px;
}
*:first-child+html #go_name {
	margin-left: -5px;
}
#freeSearch div.btn {
	margin-top: 5px;
}
#sch {
	width: 114px;
	height: 46px;
	float: left;
}
#sch2 {
	width: 138px;
	height: 46px;
}
#freeSearch div.btn div {
	margin-top: 5px;
	font-weight: bold;
	float: right;
}
#freeSearch div.btn div a {
	padding-left: 14px;
	background: url(../images/common/rightarrow.gif) no-repeat 0 3px;
}



/* カテゴリ検索
-------------------------------------------------- */
#categorySearch h3 {
	height: 43px;
	background: url(../images/side/category_search.gif);
}
#categorySearch ul {
	margin: 0;
}
#categorySearch ul li {
	margin-top: 5px;
	padding-top: 10px;
	list-style-type: none;
	background: url(../images/side/line.gif) repeat-x;
}
#categorySearch ul li strong {
	color: #005D50;
	padding-left: 23px;
	display: block;
	background: url(../images/side/point.gif) no-repeat;
}
#categorySearch ul ul {
	margin: 10px 0 0 23px;
}
#categorySearch ul ul li {
	margin-top: 0;
	padding-top: 0;
	display: inline;
	background: none;
}
#categorySearch ul ul li a {
	padding-left: 14px;
	padding-bottom: 5px;
	display: block;
	font-size: 1.2em;
	background: url(../images/common/rightarrow.gif) no-repeat 0 4px;
}



/* JASRAC
-------------------------------------------------- */
#jasrac {
	text-align: center;
}
#jasrac ul {
	margin: 0;
}
#jasrac ul li {
	display: inline;
	list-style-type: none;
}
#jasrac dl {
	margin: 0 0 10px;
}
#jasrac dl dt {
	margin-bottom: 5px;
}
#jasrac dl dt img {
	vertical-align: bottom;
}
#jasrac dl dd {
	margin: 0;
}



/* clearfix
-------------------------------------------------- */
#freeSearch div.btn:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
#freeSearch div.btn {
	display: inline-block;
}
/*Hides from IE5-mac \*/
* html #freeSearch div.btn {
	height: 1%;
}
#freeSearch div.btn {
	display: block;
}
*+html body #freeSearch div.btn {
	zoom: 1;
}
/*End hide from IE5-mac */
