@charset "euc-jp";

/*\*/
/* =======================================================
一般的なブラウザの設定
======================================================= */
/*\*/
/* */ @import url("style.css");
/**/
/* =======================================================
Windows IE5.xの設定
======================================================= */
@media tty {
i { content:"\";/*" "*/}} @import 'winie5.css'; /*";}
}/* */
/* =======================================================
Mac IE5の設定
======================================================= */
/* \*//*/
@import url("macie5.css");
/**/

/* =======================================================
POGリスト
======================================================= */

#wrap #content_title h2#list_title{
	background			: url("../image/list_midashi_title.gif") no-repeat top left;
}

/* =======================================================
コンテンツメイン部 div.contentsbox
======================================================= */
.contentsbox_list{
	border				: 1px solid #999;
	padding				: 1px; 
}
.contentsbox_main_list{
	background			: url("../image/mainbar_shadow.gif") repeat-x top left;
	padding				: 10px 6px 6px;
	margin-top			: 1px;
}
.contentsbox_main_list p{
	margin-bottom		: 10px;
}
ul#pogtool_groupmenu{
	text-align			: right;
	margin-bottom		: 10px;
}
ul#pogtool_groupmenu li{
	display				: inline;
}

table.toolgroup_table td ul li{
	background			: url("../image/right_arrow01.jpg") no-repeat 3px 3px;
	padding				: 0 0 0 12px;
	margin				: 3px;
	float				: right;
}

.tool_textblock{
	width				: 100%;
	background			: url("../image/tool_textbox_top.gif") no-repeat top left;
	margin				: 20px 0 6px;
	position			: relative;
}
.tool_textblock h3.tool_textblock_text{
	width				: 340px;
	padding				: 6px 0 0;
	margin				: 0 10px;
	font-size			: 15px;
	line-height			: 1.2;
}
p.tool_date{
	line-height			: 1;
	position			: absolute;
	right				: 0;
	bottom				: -10px;
	text-align			: right;
}

p.list_button_img01 a{
	display				: block;
	background			: url("../image/list_button_img01.gif") no-repeat 0 0;
	width				: 200px;
	height				: 30px;
	margin				: auto;
}
p.list_button_img01 a:link,
p.list_button_img01 a:visited{
	background			: url("../image/list_button_img01.gif") no-repeat 0 0;
}
p.list_button_img01 a:active,
p.list_button_img01 a:hover{
	background			: url("../image/list_button_img01.gif") no-repeat 0 -30px;
}
/* =======================================================
リスト 検索 div.search_block
======================================================= */
div.search_block{
	text-align			: center;
}
table.list_horse_search{
	margin				: 16px 16px 0;
	border-right		: 1px solid #999;
	border-bottom		: 1px solid #999;
}
table.list_horse_search th{
	width				: 6em;
	text-align			: left;
	background			: #ffe;
	border-left			: 1px solid #999;
	border-top			: 1px solid #999;
	padding				: 6px 10px;
}
table.list_horse_search td{
	text-align			: left;
	background			: #fff;
	border-left			: 1px solid #999;
	border-top			: 1px solid #999;
	padding				: 6px 10px;
}
div.search_block form input.button{
	text-align			: center;
	width				: 8em;
	height				: 24px;
}
div.list_regist{
	margin				: 10px 20px;
}
.list_regist_page{
	margin				: 10px 20px;
}
div.list_regist input.button{
	text-align			: center;
	padding				: auto 6px;
	height				: 22px;
	margin-left			: 2px;
}

/* =======================================================
リスト テーブル部 div.contentsbox
======================================================= */
.contents_list_box{
	overflow			: scroll;
	width				: 920px;
	overflow-x			: scroll;
	overflow-y			: visible;
	margin				: 1em auto 0.5em;
	padding				: 2px;
}

table.list_table{
	width				: 100%;
	border-spacing		: 0;
	border-collapse		: collapse;
	margin				: auto;
	border-top			: 1px solid #888;
	border-left			: 1px solid #888;
}

table.list_table tr td{
	border-right		: 1px solid #888;
	border-bottom		: 1px solid #888;
	padding				: 4px 6px;
}
table.list_table th{
	border-right		: 1px solid #888;
	border-bottom		: 1px solid #888;
	padding				: 0;
}
table.list_table th a{
	display				: block;
	text-align			: left;
	padding				: 4px 20px 4px 6px;
	color				: #222;
	background-color	: #d5eedd;
	background-repeat	: no-repeat;
	background-position	: right center;
	text-decoration		: none;
}
table.list_table th span.no_sort{
	display				: block;
	text-align			: left;
	padding				: 4px 20px 4px 6px;
	color				: #222;
	background-color	: #d5eedd;
}
table.list_table th a.sortasc {
	color: #fff;
	background-color: #0a0;
	background-image: url("../image/list_down.gif");
}
table.list_table th a.sortdesc {
	color: #fff;
	background-color: #080;
	background-image: url("../image/list_up.gif");
}
table.list_table tr{
	background			: #fff;	
}
table.list_table tr.color_cell_orange{
	background			: #fffaf0 !important;
}
table.list_table tr td{
	padding				: 3px 6px;
	white-space			: nowrap:
}
table.list_table tr td img{
	display				: inline;
}

.sortcol {
	color				: #039;
	background			: #d5eedd;
	background-repeat: no-repeat;
	background-position: right center;
}

.nosort {
	cursor: default;
}
td.memo{
	background			: url("../image/pen_icon.gif") no-repeat 6px center;
}
td.memo a{
	padding-left		: 16px;
}
td.memo input{
	margin-left			: 16px;
}

.printer{
	text-align			: right;
	margin-right		: 1.5em;
}
.printer a img{
	display				: inline;
	vertical-align		: middle !important;
}
/* =======================================================
使い方 
======================================================= */
dl.use_tool_01{
	margin				:	1em;
}
dl.use_tool_01 dt{
	margin-bottom		:	0.5em;
	margin-top			:	1em;
	font-size			:	15px;
	color				:	#017401;
	font-weight			:	bold;
}
dl.use_tool_01 dd{
	margin-left			:	1em;
}
dl.use_tool_01 dd p{
	margin:				:	0 0 1em;
	text-indent			:	1em;
}

.use_tool_02{
	width				:	581px;
	background			:	url("../image/tooluses_box_bottom.gif") no-repeat bottom left;
	padding-bottom		:	4px;
	margin-right		:	auto;
	margin-left			:	auto;
	margin-bottom		:	1em;
}
.use_tool_02 p.completion{
	font-size			:	15px;
	font-weight			:	bold;
	color				:	#222;
	background			:	url("../image/tooluses_box_top.gif") no-repeat top left;
	padding				:	16px 1em 0 2em;
	margin				:	0 !important;
}
.use_tool_02 ul.use_tool_kinou{
	margin				:	1em 2em;
}
.use_tool_02 ul.use_tool_kinou li{
	list-style-type		:	disc;
	list-style-position	:	inside;
	color				:	#017401;
	margin				:	0.2em 2em;
}
.use_tool_02 p{
	margin				:	0 3em 1em;
}



.tooluse2{
margin-left:25px;
margin-right:25px;
}

.tooluse2 ul, .tooluse2 li,{
margin:0;
padding:0;
font-size:12px;
}

.tooluse2 ul{
margin-top:10px;
}


.tooluse2 li{   
padding-top:0px; 
font-weight:normal;
color:#017401;
font-size:12px;
line-height:1.4em;
}

.tooluse2 p{
margin:0px;
padding:0px;
padding-bottom:10px;
font-size:12px;
font-weight: normal;
line-height:1.2em;
}


/* =======================================================
リスト リーディング div.list_reading
======================================================= */
.floathack{
	overflow					:	hidden;
	height						:	auto;
}

.floathack:after{
	content						:	"";
	display						:	block;
	clear						:	both;
	height						:	1px;
	overflow					:	hidden;
}

/*\*/
* html .floathack{
	height						:	1%;
	overflow					:	visible;
}
/**/
table.list_reading{
	display				: inline;
	float				: left;
	margin				: 16px 0 0 16px;
	border-right		: 1px solid #999;
	border-bottom		: 1px solid #999;
}
table.list_reading th.rank_title{
	text-align			: left;
	border-left			: 1px solid #999;
	border-top			: 1px solid #999;
	padding				: 6px 10px;
	color				: #222;
	background			: #d5eedd;
	text-decoration		: none;
}
table.list_reading th.rank_th{
	width				: 2.6em;
	text-align			: right;
	background			: #ffe;
	border-left			: 1px solid #999;
	border-top			: 1px solid #999;
	padding				: 6px 5px;
}
table.list_reading td{
	text-align			: left;
	background			: #fff;
	border-left			: 1px solid #999;
	border-top			: 1px solid #999;
	padding				: 6px 10px;
}
