@charset "utf-8";
*{
	margin: 0;
	padding: 0;
}
body{
	line-height: 22px;
	font-size: 14px;
	color: #41322B;
	background-attachment: fixed;
	background-color: #8ED4E5;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	padding-top: 10px;
}
h1,h2,h3,h4{
	margin: 0;
	padding: 0;
}

h2{
	font-size: 16px;
}

a{
	text-decoration: underline;
}

p{
	padding: 5px 0;
}

ul,ol{
	list-style: none;
	list-style-position: outside;
	line-height: 24px;
}

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

.clear{
	clear: both;
}
.clear_left{
	clear: left;
}
p.clear_left{
	padding: 0;
}
.text_center{
	text-align: center;
}
.text_right{
	text-align: right;
}
.small{
	font-size: 12px;
}
.red{
	color: #FF0000;
}
.green{
	color:#339900;
}
.yellow{
	color: #CC6600;
}

/*メインコンテンツ*/
div#main{
    width: 960px;
	margin: 0 auto;
	padding: 10px 20px;
	background: #E3F3F7;
}

/*タイトル*/
h1{
    float: left;
	width: 160px;
}

/*検索ボックス*/
div.search_box{
    float: right;
	width: 775px;
    height: 65px;
	color: #FFFFFF;
	padding: 0 0 0 20px;
	background-image: url(../images/bg_search_box.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
div.search_box p.access_counter{
    color: #000000;
	padding-bottom: 7px;
}
div.search_box form *{
	vertical-align: middle;
}
div.search_box form a{
	color: #FFFFFF;
}

/*ナビゲーション*/
div.navigation{
    padding: 10px 0;
}

/*左ブロック*/
div#block_left{
    float: left;
	width: 160px;
}
div#block_left .title{
	font-size: 14px;
	font-weight: bold;
	padding: 2px 0 0 5px;
	height: 23px;
	color: #FFF;
	background-image: url(../images/bg_left_title.gif);
	background-repeat: no-repeat;
}
div#block_left .content{
	padding: 5px;
	margin-bottom: 15px;
    background: #F4FAFC;
	border: solid 3px #d0dbdd;
}
ul.ranking_category{
	line-height: 200%;
}
ul.ranking_category li{
	list-style: none;
	list-style-position: outside;
	padding-left:2px;
}
ul.ranking_sub_category{

}
ul.ranking_sub_category li{
	list-style: disc;
	list-style-position: inside;
	list-style-image: none;
	padding-left:12px;
}

/*中央ブロック*/

div#block_center{
    float: right;
	width: 780px;
	color: #333333;
	background: #FFFFFF;
	padding: 5px;
	border: solid 1px #D0DBDD;
}
div#block_center .content .title{
	color: #000066;
	background: #FFFFFF;
    font-size: 16px;
	font-weight: bold;
}
div#block_center .content{
	border-bottom: solid 1px #D0DBDD;
	margin-bottom: 15px;
}
.about_img{
    padding-right: 10px;
	float: left;
}
div#block_center .content_left{
	float: left;
	width: 385px;
	padding-right: 5px;
	border-bottom: solid 1px #D0DBDD;
	margin-bottom: 15px;
}
div#block_center .content_right{
	float: right;
	width: 385px;
	padding-left: 5px;
	border-bottom: solid 1px #D0DBDD;
	margin-bottom: 15px;
}
div#block_center .content_left .title,div#block_center .content_right .title{
	color: #CC3333;
	font-size: 14px;
	font-weight: bold;
}

/*ライブチャット広告*/
table.livechat_info{
    width: 780px;
    padding: 5px;
    margin-bottom: 10px;
	color: #333333;
	background: #FFFFFF;
	border: solid 1px #D0DBDD;
	table-layout: fixed;
	border-collapse: collapse;
}
table.livechat_info th{
	font-weight: bold;
	color: #000066;
	text-align: center;
	border-right: solid 1px #D0DBDD;
	border-left: solid 1px #D0DBDD;
}
table.livechat_info td{
	vertical-align: top;
	border-right: solid 1px #D0DBDD;
	border-left: solid 1px #D0DBDD;
	border-bottom: solid 1px #D0DBDD;
}
table.livechat_info td.regist_link{
	text-align: center;
}

/*逆アクセスランキングログ*/
p.naiyou{
	float: left;
	width: 360px;
}
p.syuukei{
	float: right;
	width: 400px;
	text-align: right;
}
table.log{
    width: 780px;
    padding: 5px;
    margin-bottom: 10px;
	border: solid 1px #D0DBDD;
	border-collapse: collapse;
}
table.log tr.odd{
	background-color: #E6E6E6;
}
table.log tr.even{
	background-color: #FFF;
}
table.log th.ranking_number{
    width: 50px;
	font-weight: bold;
	font-size: 18px;
	color: #000066;
	border: solid 1px #D0DBDD;
}
table.log td.thumbnail{
    width: 200px;
	padding: 5px 5px;
	border-top: solid 1px #D0DBDD;
	border-bottom: solid 1px #D0DBDD;
}
table.log td.ranking_description{
	vertical-align: top;
	border-top: solid 1px #D0DBDD;
	border-bottom: solid 1px #D0DBDD;
	padding: 5px 5px;
}
table.log td.ranking_description p{
	padding: 2px 0;
}
table.log td.ranking_description p.site_name a{
	font-weight: bold;
	font-size: 18px;
	color: #000066;
}
table.log td.ranking_description p.ranking_in{
	color: #000066;
}
table.log td.ranking_description span.ranking_url{
	color: #999;
}


/*フッターリンク*/
div#footer_link{
	clear: both;
    text-align: center;
	font-size: 12px;
}

div#copyright{
    text-align: center;
	color: #CCCCCC;
	font-weight: bold;
    width: 1000px;
	margin: 5px auto;
}