@charset "EUC-JP";
*{
	margin: 0;
	padding: 0;
}
body{
	font-family: Osaka,Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
}
a:link {
	color: #17327B;
	text-decoration: none;
}
a:visited {
	color: #485C8B;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
form {
	margin:0;
}

img, img a{
	border: 0;
}

ul,ol{
	list-style-position: inside;
}
p{
	padding: 5px 0;
}
.clear{
	clear: both;
}
.red{
	color: #FF0000;
}
.small{
	font-size: 12px;
}
.text_center{
	text-align: center;
}
/*ヘッダー*/
#header{
	width: 800px;
	margin: 0 auto;
}
h1{
	font-size: 12px;
	font-weight: normal;
	text-align: right;
}
#header .logo{
	float: left;
	width: 280px;
	height: 50px;
}
	
#header .top_menu{
	float: right;
	color: #777777;
	width: 500px;
	height: 30px;
	text-align: right;
	font-size: 12px;
	padding: 20px 20px 0 0;
}
#header .top_menu a{
	color: #777777;
}

.main_border{
	color: #f1f1f1;
	height: 3px;
	border-top-width: 0pt;
	border-right-width: 0pt;
	border-bottom-width: 0pt;
	border-left-width: 0pt;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: -moz-use-text-color;
	border-right-color: -moz-use-text-color;
	border-bottom-color: -moz-use-text-color;
	border-left-color: -moz-use-text-color;
	background-color: #eeeeee;
}

/*検索*/
.search{
	text-align: center;
	padding: 10px;
}

/*メインテーブル*/
div#main_content{
	width: 800px;
	margin: 0 auto;
}

/*パンくず*/
.navi{
	padding: 8px;
}

/*左ブロック*/
div#block_left{
	float: left;
	width: 600px;
	padding: 20px 0;
}
div#block_left .title{
	color: #0A246A;
	border-left: solid 3px #0A246A;
	padding-left: 10px;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 15px;
}
div#block_left .sub_title{
	color: #17327B;
	background: #EFEFEF;
	border: solid 1px #CCCCCC;
	font-weight: normal;
	text-align: center;
	font-size: 14px;
	padding: 2px;
	margin: 5px 0;
}
div#block_left .content{
	padding: 5px;
}
ol.regist{
	line-height: 180%;
}
div#block_left .log{
	padding: 5px;
	border-bottom: solid 2px #CCCCCC;
}
div#block_left .log .meta{
	font-size: 12px;
	text-align: right;
}
div#block_left .log .sitename{
	font-weight: bold;
}
div#block_left .log .housyuu{
	color: #FF0000;
}

table.affiliate_map{
	width: 600px;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 15px; 
}

table.affiliate_map td{
	vertical-align: top;
	padding: 5px 15px;
	border-left: solid 3px #CCCCCC;
}
table.affiliate_map td a{
	font-weight: bold;
}

table.other_cate{
	width: 600px;
	border-bottom: solid 1px #CCCCCC;
}
table.other_cate td{
	background-image: url(../img/yz.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 5px 5px 5px 13px;
}

/*便利ツール*/
/*フォーム*/
table.affiliate_form{
	width: 600px;
	table-layout: auto;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.affiliate_form th{
	text-align: right;
	padding: 10px;
	border-bottom: solid 1px #DEDEDE;
	font-weight: normal;
}
table.affiliate_form td{
	padding: 10px;
	border-bottom: solid 1px #DEDEDE;
}

/*アフィリエイト情報取得*/
table.affiliate_data{
	width: 600px;
	table-layout: auto;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.affiliate_data th{
	padding: 10px;
	border: solid 1px #999999;
	background: #DEDEDE;
	font-weight: normal;
}
table.affiliate_data td{
	padding: 10px;
	border: solid 1px #999999;
}
table.affiliate_data td span{
	color: #999999;
	font-size: 12px;
}
table.affiliate_data td a{
	font-weight:bold;
	text-decoration:underline;
}

/*詳細ページサムネイル取得*/
table.affiliate_thumbnail_data{
	width: 600px;
	table-layout: fixed;
	border-collapse: collapse;
}
table.affiliate_thumbnail_data td{
	padding: 10px;
	border: solid 1px #999999;
}

/*右ブロック*/
div#block_right{
	float: right;
	width: 180px;
	padding: 15px 0;
	font-size: 12px;
}

div#block_right .title{
	color: #000000;
	background: #DEDEDE;
	padding: 5px 0 5px 8px;
}
div#block_right .content{
	border-left: solid 1px #DEDEDE;
	padding: 20px 10px;
}
div#block_right .content ul{
	line-height: 180%;
}

/*フッター*/
div#footer{
	clear: both;
	text-align: center;
}