@charset "utf-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
}
body{
    font-family:arial,sans-serif;
	line-height: 18px;
	font-size: 14px;
	color: #000000;
	background: #FFFFFF;
}
h1,h2,h3,h4{
	margin: 0;
	padding: 0;
}

h1{
}

h2{
}

a{
	color: #0000FF;
	text-decoration: underline;
}

p{
	padding: 5px 0;
}

ul,ol{
	list-style: none;
	list-style-position: outside;
}

img,img a{
	border: 0;
}
.bold{
	font-weight: bold;
}

.clear{
	clear: both;
}
.clear_left{
	clear: left;
}
p.clear , p.clear_left{
	padding: 0;
}
.text_center{
	text-align: center;
}
.small{
	font-size: 12px;
}
.red{
	color: #FF0000;
}
.green{
	color:#339900;
}
.yellow{
	color: #CC6600;
}
.gold{
    color: #FFCC00;
}
.button{
    cursor: pointer;
}

/*トップページ*/
div#wrapper{
    padding: 100px 0 0 0;
    text-align: center;

}

div#search_box{
    margin: 50px 0;
}

div#burst_ranking{
    width: 500px;
	margin: 0 auto;
    text-align:left;
}

div#burst_ranking ul.rss_data{
    margin: 20px 0;
    line-height: 200%;
	list-style: decimal;
}

ol.riten{
    width: 320px;
	margin: 10px auto;
	text-align: left;
	list-style-position: inside;
	list-style-type: disc;
}

/*検索結果*/
div#q_wrapper{
    margin: 0 20px;
	position: relative;
}
h1#q_h1{
	padding-top: 10px;
    width: 150px;
	padding-bottom: 10px;
}

div#q_search_box{
    position: absolute;
	top: 0;
    left: 150px;
    width: 380px;
	padding: 10px 0 0 10px;
}
div#q_ad{
    position: absolute;
	top: 0;
    left: 560px;
    width: 380px;
}
div.query_list{
	width: 800px;
}

div.q_info{
	color: #000000;
    background:#EBEFF9;
	border-top: solid 1px #6B90DA;
	padding: 8px 10px;
}

div.q_info_l{
    float: left;
    font-weight: bold;
}
div.q_info_r{
    float: right;
	text-align: right;
}

div.query_item{
	margin: 16px 20px;
}
.cache_link a{
    color: #7777CC;
}

div#q_burst_ranking{
	margin: 30px 0;
    width: 800px;
    text-align:left;
}

div#q_burst_ranking ul.rss_data{
    margin: 20px 0;
    line-height: 200%;
	list-style: decimal;
	list-style-position: inside;
}

/*広告*/
.ad_top,.ad_bottom{
	text-align: center;
	width: 740px;
	background: #FFFFCC;
	margin: 16px 10px;
}
.ad_side{
	width: 150px;
	position: absolute;
	left: 800px;
	top: 130px;
	border-left: solid 1px #C9D7F1;
	padding-left: 20px;
}
/*ページング*/
table.pager{
    font-size: 14px;
	margin: 10px auto;
	text-align: center;
}
table.pager a{
    color: #000000;
}
table.pager td{
    width: 16px;
    padding: 40px 1px 0 1px;
    background-image: url(/img/q_pager_r1_c3.gif);
    background-repeat: no-repeat;
	background-position: top center;
}
table.pager td.select_page{
    font-weight: bold;
	color: #CC3300;
    background-image: url(/img/q_pager_r1_c5.gif);
}
table.pager td.prev_page{
    width: 40px;
	padding-left: 10px;
	cursor: pointer;
    display: block;
    background-image: url(/img/q_pager_r1_c1.gif);
	background-position: top right;
}

table.pager td.prev_page a{
    font-weight: bold;
	color: #0000FF;
}

table.pager td.next_page{
    width: 40px;
	padding-left: 10px;
	font-size: 18px;
    background-image: url(/img/q_pager_r1_c7.gif);
	background-position: top left;
}
table.pager td.next_page a{
    font-weight: bold;
	color: #0000FF;
}

/*フッター検索*/
div.search_box_footer{
	color: #000000;
    background:#EBEFF9;
	border-top: solid 1px #6B90DA;
	border-bottom: solid 1px #6B90DA;
	margin: 30px 0;
	padding: 20px 10px;
}