/*
---------------------------------------------
  overwrite from 008.css
---------------------------------------------
*/

.asset-header {
position: relative;
margin-bottom: 0 !important;
margin-top: 14px !important;
}

.asset-header .asset-meta {
position: absolute;
right: 12px;
top: 12px;
}

.asset-name {
background: url(http://game-creator87.com/blog/css/images/entryheader_bg2.gif) left top no-repeat !important;
padding: 40px 29px 0 !important;
margin-bottom: 22px !important;
}


#header-name {
text-indent: -9999px;
}

.widget-search {
margin-top: 18px;
}

/*
-----------------------------------------
オリジナルCSS
-----------------------------------------
*/
/* カテゴリリスト用 */
#articleListArea {
	
}

	#articleList {
		list-style: none;
		margin-left: 0;
	}
		#articleList li {
			font-size: 80%;
		}
			#articleList li a {
				color: #3b8fcc;
			}
			
			#articleList li a:hover {
				color: #fff;
			}


#menu {
	background: url(http://www.game-creator87.com/blog/images/menu.gif) left top repeat-x;
	list-style: none;
	text-align: left;
	padding: 3px 0 0 33px;
	margin: 0;
	height: 22px;
}
	#menu li {
		background: url(http://www.game-creator87.com/blog/images/ico_menu_arr.gif) left center no-repeat;
		font-size: 80%;
		display: inline;
		padding: 0 5px 0 10px;
	}
		/* 通常のリンクの色 */
		#menu li a {
			color: #0a1e09;
		}
		
		/* 訪問済みリンクの色 */
		#menu li a:visited {
			color: #0a1e09;
		}
		
		/* マウスオーバー時のリンクの色 */
		#menu li a:hover {
			color: #0a8409;
		}

.date {
float: right;
}

.historyListItem {
padding-left: 0em !important;
}

* html .historyListItem {
text-indent: 1em;
}
* html .historyListItem {
display: inline;
}
.historyListItem a {
display: block;
border-bottom: dotted 1px #999;
}
.historyListItem a:hover {
color: #fff;
background: #3b8fcc;
}
.historyListItem a:hover span {
color: #fff;
}


