﻿@charset "utf-8";
/* CSS Document */

/* -------------------------- List -------------------------- */

/* ListTitle */
#search_01 {
	width:660px;
	padding-bottom:7px;
}

#search_01 p.w_header {
	background-image:url(http://image.gameyarou.jp/tekki/2009/subpage/ranking/common/search_area_header.gif);
	background-repeat:no-repeat;
	width:660px;
	height:2px;
	font-size:1px;
}

#search_01 div.w_bg {
	background-image:url(http://image.gameyarou.jp/tekki/2009/subpage/ranking/common/search_area_bg.gif);
	background-repeat:repeat-y;
	text-align:center;
}

#search_01 p.w_footer {
	background-image:url(http://image.gameyarou.jp/tekki/2009/subpage/ranking/common/search_area_footer.gif);
	background-repeat:no-repeat;
	width:660px;
	height:2px;
	font-size:1px;
}

#search_01 table.search {
	width:660px;
}

#search_01 table.search td.title {
	width:120px;
	text-align:center;
	padding:5px 0;
}

#search_01 table.search td.inputArea {
	width:460px;
	text-align:left;
}

#search_01 table.search td.searchBtn {
	width:80px;
	text-align:center;
}

#search_01 .formInput {
	width:456px;
	height:20px;
	padding-left:5px;
	border:1px solid #292a2b;
	background-color:#e3e3e3;
	color:#020202;
	font-size:14px;
	line-height:20px;
	font-family:'ＭＳ Ｐゴシック', 'MS PGothic',Osaka, sans-serif;
}

#search_01 .formSearchBtn {
	background-image:url(http://image.gameyarou.jp/tekki/2009/subpage/ranking/common/btn_search.gif);
	background-repeat:no-repeat;
	width:60px;
	height:19px;
	border:0px;
	display:block;
	overflow:hidden;
	text-indent:-9999em;
	margin:0 auto;
	cursor:pointer;
}