@charset "utf-8";
/* CSS Document */


/*ID CLASS検索用
************************************************
COMMON		ブログ共通の設定
index.html		TOPページ独自の設定
LIST		一覧の設定
list_temp.html	テンプレート一覧独自の設定
RIGHT		右エリアの設定
************************************************
*/

/*ブログ共通の設定-COMMON
************************************************/
/*上部メニューの設定*/
#login span.top{
	font-size:10px;
}
#blogmenu {
	width:555px;
	background-color:#CCCCCC;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:10px;
	text-align:center;
	padding:5px;
}
#blogmenu .shadow li {
	display:inline ;
	padding:0px;
	margin:0px;
	font-weight:bold;
}
#blogmenu .shadow ul {
	margin:0px;
	padding:0px;
}
#blogmenu .shadow a {
	border:groove 2px #FFFFFF;
	background-color:#FF7700;
	text-decoration:none;
	font:menu;
	padding:2px 5px;
	color:#FFFFFF;
	font-size:10px;
}
#blogmenu .shadow a:active{
	border-style:inset;
} 

/*大タイトルの設定*/
.ttl {
	margin:0 0 10px 0;
	padding:0;
	width:565px;
	height:30px;
	border-top:solid 1px #f08300;
	border-left:solid 1px #f08300;
	background:url(/img/bg_title.gif) no-repeat;
}

/*大タイトル文字の設定　h1、h2*/
.ttl_IN{
	margin:7px 0 0 5px;
	padding:0;
	font-size:120%;
}

/*大タイトル右側にリンクがつく場合の設定　h1、h2*/
.ttl_INlink{
	float:left;
	margin:7px 0 0 5px;
	padding:5px 0 0 0;
	font-size:120%;

/* ここからIE5 mac には読めない\*/
	padding:0;
/* ここまで IE5 mac には読めない*/
}
.ttl_link{
	float:right;
	margin:5px 0 0 0;
	padding:5px 0 0 0;

/* ここからIE5 mac には読めない\*/
	padding:0;
/* ここまで IE5 mac には読めない*/
}
.line {
	vertical-align:middle;
	margin:0 5px;
}

/*中タイトルの設定*/
.subttl {
	margin:0px 0 10px 0;
	width:563px;
	border:solid 1px #CCCCCC;
	background-color:#EEEEEE;
}
/*中タイトル文字の設定　h2、h3*/
.subttl_IN{
	margin:3px 5px;
	padding:0;
	font-size:100%;
}

/*矢印画像の設定*/
.right_link {
	vertical-align:middle;
	margin:0 5px;
}
/*強調タグの設定*/
.strong{
	font-weight:normal;
	font-style:normal;
}
.strong_strong{
	font-weight:bold;
	font-style:normal;
}

/*TOPページ独自の設定 -index.html
************************************************/
/*ロゴのh1*/
#logo .logo_img {
	margin:0;
	display:block;
	width:213px;
	height:66px;
	float:left;
}
/*NINJATOOLSナビメニュー*/
ul.navi_t {
	float:right;
}
ul.navi_t li {
	display:block;
	float:left;
}
/*トップのフラッシュ*/
ul.domain {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
ul.domain li {
	padding-top: 190px;
	background: url(/img/top_banner.jpg) no-repeat;
	text-align: left;
	}

ul.domain li p {
	text-align: left;
	}
	
ul.domain li p span {
	display: block;
	text-align: right;
	}

ul.domain li a.blog_start {
	display: block;
	width: 232px;
	height: 37px;
	margin-left: 320px;
	margin-bottom: 30px;
	}
	
ul.domain li a.blog_start:hover {
	background-position: 0 -61px;
	}

ul.domain li a.blog_start span {
	display: none;
	}
/*カテゴリーのボックス*/
#cate_box {
	margin:10px 0 20px 0;
}
.box01_t {
	margin:0 0 0 0;
	padding:5px;
	width:565px;
	background:url(/img/box_t565.gif) no-repeat;
}
.box01_ttl {
	margin:0;
	padding:0;
	font-size:100%;
}
.box01_m {
	margin:0;
	padding:5px;
	width:555px;
	background:url(/img/box_m565.gif) repeat-y;
	line-height:150%;
}
.box01_m_IN {
	margin:5px 5px 0 5px;
	padding:0;
}
.box01_m_IN li {
	display:inline;
}

/*お勧めブログ*/
#suggest{
	margin:0 0 20px 0;
}
#suggest .item{
	width:105px;
	float:left;
	margin:0 10px 0 0;
	text-align:center;
	font-weight:bold;
}
#suggest .item dt, #suggest .item_end dt{
	margin:0;
	padding:0;
	line-height:100%;
}
#suggest .item dd, #suggest .item_end dd{
	margin-top:-1px;
	margin-left:0;
	padding:0;
}
#suggest .item_end{
	margin:0;
	width:105px;
	float:right;
	text-align:center;
	font-weight:bold;
}
#suggest img{
	padding:2px;
	border: solid 1px #CCCCCC;
	background-color: #FFFFFF;
}

/*最新TBお題*/
.tracback_mizney{
	margin:0;
	padding:3px;
	width:66px;
	display:block;
	float:left;
}
.trackback{
	margin:0;
	display:block;
	width:493px;
	float:left;
}
.trackback dt{
	padding:3px 3px 0;
	font-weight:bold;
	text-align:left;
	line-height:130%;
}
.trackback dd{
	margin:0;
	padding:1px 3px;
	text-align:left;
	line-height:130%;
}
#TB{
	margin:0 0 20px 0;
}
.theme{
	margin:5px 0 0 0;
	padding:2px 5px;
	font-weight:bold;
	background-image: url(/img/bg_stitle.gif);
	background-repeat: repeat-x;
}
/*----------------------------------------------
恋するトラックバック用
----------------------------------------------*/
.theme2{
	margin:5px 0 0 0;
	padding:2px 5px;
	background:url(/img/bg_stitle_2.gif) repeat-x;
	font-weight:bold;
}

/*----------------------------------------------
恋するトラックバック用ここまで
----------------------------------------------*/
#TB ul{
	margin:0 0 10px 0;
	padding:0px 5px 0 5px;
	list-style-type:none;
}
#TB li{
	margin:5px 0;
}

#TB li a{
	padding-left:14px;
	background:url(/img/arrow_right_s.gif) no-repeat left center;
}

/*最新のテンプレ情報*/
#template{
	margin:0 0 20px 0;
	padding:0;
}
.temp_pc{
	margin:0;
	padding:0;
	width:320px;
	float:left;
}
.temp_mb{
	margin:0;
	padding:0;
	width:230px;
	float:right;
}
.temp_ttl{
	margin:0 0 5px 0;
	padding:2px 5px;
	background:url(/img/bg_stitle.gif) repeat-x;
	font-weight:bold;
}
#template .item{
	float:left;
	margin:0 5px 0 0;
	padding:0;
}
#template .item li{
	margin:0 5px 0 0;
	padding:0;
	text-indent:0;
	list-style:none;
	display:block;
	float:left;
}
#template .item h3{
	font-size: 11px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}

#template img{
	padding:2px;
	border: solid 1px #CCCCCC;
	background-color: #FFFFFF;
}

#template img.pc {
	width: 142px;
	height: 142px;
}

#template img.mv {
	width: 99px;
	height: 142px;
}

/*新着情報の設定*/
#news{

}
#news .set{
	margin:0 0 5px 0;
	width:565px;
	border-bottom:dotted 1px #999999;
}
#news .thum{
	float:left;
	margin:0 0 5px 0;
	padding:0;
	width:110px;
}
#news .introduce{
	float:right;
	margin:0 0 5px 0;
	padding:0;
	width:455px;
}
#news .introduce dd{
	margin:0;
}
#news .date{
	margin:0;
	padding:0;
	font-size:10px;
	text-align:right;
}
#news img{
	padding:2px;
	border: solid 1px #CCCCCC;
	background-color: #FFFFFF;
}
.news_rss{
	text-align:right;
}


/*一覧の設定 -LIST
************************************************/
/*ページング*/
.paging{
	text-align:center;
	margin-bottom:20px;
}

#list{
	margin:0 0 20px 0;
	padding:0;
	border-bottom:dotted 1px #999999;
}
#list .set{
	margin:0;
	width:565px;
}
#list .bttl{
	margin:0 0 5px 0;
	padding:3px 5px;
	width:555px;
	background-color: #EEEEEE;
	font-weight:bold;
}
#list .thum{
	float:left;
	margin:0 0 5px 0;
	padding:0;
	width:110px;
}
#list .introduce{
	float:right;
	margin:0 0 5px 0;
	padding:0;
	width:455px;
}
#list .date{
	margin:0;
	padding:0;
	font-size:10px;
	text-align:right;
}
#list img{
	padding:2px;
	border: solid 1px #CCCCCC;
	background-color: #FFFFFF;
}

#list .emoji {
	border-style: none;
	padding:0px;
}
/*テンプレート一覧独自の設定 -list_temp.html
************************************************/
/*絞込みエリアの設定*/
#select{
	margin:20px 0 10px 0;
	padding:0;
	width:565px;
}
#select_area{
	margin:0px;
	padding:0;
	width:565px;
	border-bottom: solid 2px #F08300;
}

div.select_menu table {
	border-left: solid 1px #F08300;
	border-top: solid 1px #F08300;
	text-align:left
}
div.select_menu td {
	width:140px;
	padding: 3px 1px;
	border-right: solid 1px #F08300;
	text-align:center;
}
.on {
	background-color: #F08300;
	font-weight:bold;
	color:#FFFFFF;
}

/*表組みの設定*/
div.table01 table {
	margin-bottom:20px;
	border-left: solid 1px #CCCCCC;
	border-top: solid 1px #CCCCCC;
	text-align:left
}
div.table01 td {
	padding: 5px 5px 5px 5px;
	border-right: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
}
.dark {
	background-color: #EEEEEE;
}

/*並べ替えの設定*/
#change{
	margin:0 0 10px 0;
	padding:5px 0;
	width:565px;
	background-color:#EEEEEE;
	text-align:center;
}


/*テンプレート一覧の設定*/
#temp_list{
	margin-bottom:20px;
}

#temp_list .set{
	margin:0 0 10px 0;
	width:565px;
}

#temp_list .set_left{
	margin:0 11px 0 0;
	padding:0;
	width:179px;
	border:solid 1px #F08300;
	float:left;
}
#temp_list .set_center{
	margin:0;
	padding:0;
	width:179px;
	border:solid 1px #F08300;
	float:left;
}
#temp_list .set_right{
	margin:0;
	padding:0;
	width:179px;
	border:solid 1px #F08300;
	float:right;
}
#temp_list .temp_sttl{
	margin:0;
	padding:3px;
	width:171px;
	border:solid 1px #FFFFFF;
	background-color:#FFE0BB;
}
#temp_list .temp_box{
	width:160px;
	margin:9px;
	padding:0;
}
#temp_list .temp_thum{
	margin-bottom:5px;
	padding:0;
}
#temp_list .temp_info{
	margin:0;
	padding:0;
	font-size:10px;
}

.big{
	font-size:150%;
}





/*右エリアの設定 -RIGHT
************************************************/
.mobile{
	margin-top:10px;
	text-align:center;
}
/*バナー画像の設定*/
#right_area_top{
	margin:0;
	padding:0;
	width:200px;
	display:block;
	float:right;
	text-align:left;
	right:0;
	top:0;
	position:relative;
}
#right_area_top .banner_right_area{
	margin:0 0 10px;
	padding:0;
	list-style:none;
}
/*お知らせの設定*/
#blog_info{
	margin:0;
	padding:0;
	width:198px;
	border:solid 1px #999999;
	background-color:#EEEEEE;
}
#blog_info .infottl{
	margin:3px 0 3px 7px;
	padding:0 0 0 22px;
	font-weight:bold;
	font-size:100%;
	background:url(/img/icon_01.gif) no-repeat;
}
#blog_info_IN{
	margin:2px;
	padding:5px;
	width:184px;
	background-color:#FFFFFF;
}
#blog_info_IN dt{
	margin:0;
	padding:0;
	font-weight:bold;
}
#blog_info_IN dd{
	margin:0;
	padding:0;
}
#blog_info .text{
	margin:5px 0 5px 0;
	padding:0;
	text-align:right;
}

/*ローカルメニューの設定*/
#menu{
	margin:10px 0 0;
	padding:0;
	width:198px;
	border:solid 1px #999999;
	background-color:#EEEEEE;
}
#menu .menuttl{
	margin:3px 0 3px 7px;
	padding:0 0 0 22px;
	font-weight:bold;
	font-size:100%;
	background:url(/img/icon_02.gif) no-repeat;
}
#menu_IN{
	margin:2px;
	padding:0;
	width:194px;
	background-color:#FFFFFF;
}
#menu_IN ul{
	margin:0;
	padding:0px 5px 0 5px;
	list-style-type:none;
}
#menu_IN .line{
	margin:0;
	padding:5px 0 5px 0;
	border-bottom:dotted 1px #999999;
}
#menu_IN .end{
	margin:0;
	padding:5px 0 5px 0;
}
#menu_IN li a{
	padding-left:14px;
	background:url(/img/arrow_right_g.gif) no-repeat left center;
}

/*忍者ブログ検索の設定*/
#search{
	margin:10px 0 0;
	padding:0;
	width:198px;
	border:solid 1px #999999;
	background-color:#EEEEEE;
}
#search .searchttl{
	margin:3px 0 3px 7px;
	padding:0 0 0 22px;
	font-weight:bold;
	font-size:100%;
	background:url(/img/icon_03.gif) no-repeat;
}
#search_IN{
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
}

#search_IN input[type=text] {
	width: 505px;
	font-size: 200%;
}

#search_IN .search_search_IN{
	width:120px;
}

/*スタッフブログの設定*/
#staff{
	margin:10px 0 0;
	padding:0;
	width:198px;
	border:solid 1px #999999;
	background-color:#EEEEEE;
}
#staff .staffttl{
	margin:3px 0 3px 7px;
	padding:0 0 0 22px;
	font-weight:bold;
	font-size:100%;
	background:url(/img/icon_04.gif) no-repeat;
}
#staff_IN{
	margin:2px;
	padding:2px 0;
	width:194px;
	background-color:#FFFFFF;
}
#staff_IN img {
	padding:2px;
	border: solid 1px #CCCCCC;
	background-color: #FFFFFF;
}
#staff_IN dl{
	margin:0 0 3px 5px;
	padding:0;
}
#staff_IN .thum_staff{
	margin:3px;
	padding:0 0 6px;
	display:block;
	width:50px;
	height:50px;
	float:left;
}
#staff_IN .description_staff{
	margin:0;
	padding:3px 8px 3px 3px;
	display:block;
	width:115px;
	float:right;
}
#staff_IN .line{
	margin:0 5px;
	padding:0 3px;
	border-bottom:dotted 1px #999999;
	list-style:none;
}
#staff_IN .line li{
	display:inline;
}
#staff_IN .line li img{
	border:none;
}
#staff_IN .end{
	margin:0 5px;
	padding:0;
}
#staff .text_staff{
	margin:5px;
	padding:0;
}
#staff .text{
	margin:5px;
	padding:0;
	text-align:right;
}

/*利用状況の設定*/
#use{
	margin:10px 0 0 0;
	padding:0;
	width:198px;
	border:solid 1px #999999;
}
#use dl{
	margin:0;
	padding:0;
}
#use .ttlbg{
	margin:1px;
	padding:3px 5px;
	width:186px;
	background-color:#EEEEEE;
	font-weight:bold;
}

#use .total{
	margin:12px 5px;
	padding:0px;
	text-align:center;
}
#use .num{
	font-size:160%;
	font-weight:bold;
	color:#E2041B;
}
#use .unit{
	font-size:100%;
	font-weight:bold;
}

/*カテゴリーの設定*/
#category{
	margin:10px 0 0 0;
	padding:0;
	width:198px;
	border:solid 1px #F08300;
	background-color:#FFE0BB;
}
#category_IN{
	margin:2px;
	padding:0;
	width:194px;
	background-color:#FFFFFF;
}
#category_IN ul{
	margin:0;
	padding:0px 5px 0 5px;
	list-style-type:none;
}
#category_IN .line{
	margin:0;
	padding:5px 0 5px 0;
	border-bottom:dotted 1px #999999;
}
#category_IN .end{
	margin:0;
	padding:5px 0 5px 0;
}
#category_IN li a{
	padding-left:16px;
}

#category_IN .sub{
	margin:0;
	padding:2px 0 2px 20px;
}
#category_IN .child{
	padding-left:10px;
	background:url(/img/arrow_right_s.gif) no-repeat;
}

#category .catettl{
	margin:3px 0 3px 7px;
	padding:0 0 0 22px;
	height:18px;
	font-weight:bold;
	font-size:100%;
	background:url(/img/icon_05.gif) no-repeat;
}
#category .text{
	margin:3px 7px 3px 7px;
	padding:0;
	text-align:right;
}
#menu_helptop{
	margin:10px 0 10px 0;
	padding:0;
	width:198px;
	border:solid 1px #999999;
	background-color:#EEEEEE;
}
#menu_helptop_IN{
	margin:2px;
	padding:0;
	width:194px;
	background-color:#FFFFFF;
}
#menu_helptop_IN ul{
	margin:0;
	padding:5px;
	list-style-type:none;
}
#menu_helptop_IN li a{
	padding-left:14px;
	background:url(/img/arrow_right_g.gif) no-repeat left center;
	font-weight:bold;
}

.sort_image {
	vertical-align:middle;
	border:0px;
	width: 13px;
	height: 15px;
}


/*広告ボックス*/
.ad_box {
	text-align:center;
	margin:10px 0 20px 0;
}


/*WEB拍手*/
#clap {
	margin-bottom: 10px;
	width: 100%;
	overflow: hidden;
	}

.clap {
	margin-right: 3px;
	padding-bottom: 10px;
	float: left;
	width: 281px;
	background: url(/img/bg_clap.gif) bottom left no-repeat;
	}
	
#clap .last {
	margin: 0;
	}

.clap_ttl {
	padding-left: 40px;
	height: 26px;
	line-height: 26px;
	font-weight: bold;
	}
	
.clap .clap_ttl {
	background: url(/img/bg_clap_entry_ttl.gif) top left no-repeat;
	}

#clap .last .clap_ttl {
	background: url(/img/bg_clap_blog_ttl.gif) top left no-repeat;
	}

.clap table {
	width: 275px;
	margin: 5px 0 0 2px;
	}

.clap table th,
.clap table td {
	padding: 3px 0;
	vertical-align: top;
	text-align: left;
	}
	
.clap table th {
	width: 60px;
	}
	
.clap table th span.rank {
	padding-left: 24px;
	background: url(/img/ico_clap.gif) top left no-repeat;
	font-weight: bold;
	color: #a80000;
	}

.clap table th span.no1 {
	background: url(/img/ico_clap_rank1.gif) top left no-repeat;
	}
	
.clap table th span.no2,
.clap table th span.no3 {
	background: url(/img/ico_clap_rank2.gif) top left no-repeat;
	}
	
.clap table td.count {
	text-align: right;
	font-weight: bold;
	color: #a80000;
	}

	
/*サイドバーのPR
----------------------------------------------------*/
div.side_pr{
	margin:10px 0 0 0;
	padding:0;
	width:198px;
	border:solid 1px #999999;
	background-color:#EEEEEE;
	line-height:190%;
	letter-spacing:0.1em;

}
div.side_pr a{
	color:#06F;
}
span.prttl{
	font-size:100%;
	font-weight:bold;
	line-height:200%;
}
div.bg_gray{
	background:#808080;
}
h3.prttl{
	margin:0;
	padding:0 0 0 7px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:100%;
}
ul.newserv_ul{
	width:150px;
	margin:0;
	padding:10px 0 10px 30px;
	list-style:none;
}
ul.newserv_ul li{
}


/*検索リストリニューアル
************************************************/

div.sear_main {
	width: 565px;
	margin: left;
	text-align: left;
	margin: 0px;
	}

table.sear_box {
	width: 560px;
	padding: 0px;	
	margin: 0px;
	border: 1px solid #cccccc;
	background-color: #ededed;
	}
	table.sear_box th {
		width: 120px;
		padding: 3px;
		text-align: right;
		}
	table.sear_box td {
		width: 420px;
		padding: 3px;
		text-align: left;
		}
		table.sear_box td input.td_search_box {
			margin: 0px 0px 0px 3px;
			width: 290px;
			}
			
table.sear_option {
	width: 560px;	
	margin: 3px 0px 5px 0px;
	border-width: 1px 1px 0px 1px;
	border-color: #cccccc;
	border-style: solid;
	text-align: left;
	}
	table.sear_option th {
		text-align: center;
		border-width: 0px 1px 1px 0px;
		border-color: #cccccc;
		border-style: solid;
		background-color: #ededed;
		font-weight: normal;
		padding: 5px;
		width: 70px;
		margin: 0px;
		}
		table.sear_option th img {
			margin: 0px 0px -3px 0px;
			}
		table.sear_option th.tit {
			border-width: 0px 0px 1px 0px;
			width: 545px;
			text-align: left;
			}
	table.sear_option td {
		border-width: 0px 0px 1px 0px;
		border-color: #cccccc;
		border-style: solid;
		font-weight: normal;
		padding: 5px;
		width: 155px;
		margin: 0px;
		vertical-align: top;
		}
	
div.sear_result {
	width: 565px;
	border: solid 1px #a7a7a7;
	margin: 5px 0px 10px 0px;
	padding: 5px;
	float: left;
	}

div.sear_result_head {
	text-align: left;
	width: 565px;
	height: 20px;
	margin: 0px 0px 10px 0px;
	float: left;
	}
	div.sear_result_head span {
		font-size: 80%;
		float: left;
		margin: 2px 0px 0px 0px;
		}

*html div.sear_result_head span {
		font-size: 70%;
		}
*:first-child+html div.sear_result_head span {
		font-size: 70%;
		}


	div.sear_result_option {
		float: right;
		text-align: right;
		}

div.sear_result_sort {
	font-size: 80%;
	width: 545px;
	padding: 10px;
	border: #9a9a9a 1px solid;
	background: #f3f3f3;
	text-align: center;
	float: left;
	}

*html div.sear_result_sort a {
	font-size: 90%;
	}

*:first-child+html div.sear_result_sort a {
	font-size: 90%;
	}

div.sear_result_object {
	width: 565px;
	height: 100%;
	float: left;
	margin: 5px 0px 20px 0px;
	}
	
	div.sear_result_object table {
		width: 184px;
		height: 305px;
		margin: 2px;
		float: left;
		vertical-align:bottom;
		}

		div.sear_result_object table th {
			height: 35px;
			font-weight: normal;
			text-align: center;
			vertical-align: middle;
			border-color: #cccccc;
			border-width: 1px 1px 0px 1px;
			border-style: solid;
			background-color: #ededed;
			font-size: 80%;
			}

*html div.sear_result_object table th {
	font-size: 70%;
	}

*:first-child+html div.sear_result_object table th {
	font-size: 70%;
	}
			div.sear_result_object table th.sear_result_object_att1 {
				border-width: 1px 0px 0px 1px;
				width: 130px;
				}
			div.sear_result_object table th.sear_result_object_att2 {
				border-width: 1px 1px 0px 0px;
				width: 48px;
				}				
		
		div.sear_result_object table td {
			padding: 2px 0px 2px 0px;
			font-weight: normal;
			text-align: center;
			vertical-align: top;
			border: solid 1px #cccccc;
			line-height: 160%;
			font-size: 80%;
			}

*html div.sear_result_object table td {
	font-size: 70%;
	}

*:first-child+html div.sear_result_object table td {
	font-size: 70%;
	}

		
			div.sear_result_object table td img {
				border: 1px solid #cccccc;
				margin: 5px 0px 5px 0px;
				}
			div.sear_result_object table td span {
				height: 100%;
				margin: 0px 0px 3px 0px;
				background: #ffe0bb;
				margin-left: auto;
				margin-right: auto;
				}
			div.sear_result_object table td b {
				font-weight: bold;
				font-size: 150%;
				color: #cb0000;
				}
			div.sear_result_object table td input {
				font-size: 120%;
				margin-top: 5px;
				}

div.sear_result_object02 {
	width: 565px;
	height: 100%;
	float: left;
	margin: 5px 0px 20px 0px;
	}
	
	div.sear_result_object02 table {
		width: 185px;
		height: 355px;
		margin: 0px;
		float: left;
		vertical-align:bottom;
		}

		div.sear_result_object02 table th {
			height: 35px;
			font-weight: normal;
			text-align: center;
			vertical-align: middle;
			border-color: #cccccc;
			border-width: 1px 1px 0px 1px;
			border-style: solid;
			background-color: #ededed;
			font-size: 82%;
			}

*html div.sear_result_object02 table th {
	font-size: 70%;
	}

*:first-child+html div.sear_result_object02 table th {
	font-size: 70%;
	}
	
			div.sear_result_object02 table th.sear_result_object_att1 {
				border-width: 1px 0px 0px 1px;
				width: 130px;
				}
			div.sear_result_object02 table th.sear_result_object_att2 {
				border-width: 1px 1px 0px 0px;
				width: 48px;
				}				
		
		div.sear_result_object02 table td {
			padding: 2px 0px 2px 0px;
			font-weight: normal;
			text-align: center;
			vertical-align: top;
			border: solid 1px #cccccc;
			line-height: 160%;
			font-size: 82%;
			}
			
*html div.sear_result_object02 table td {
	font-size: 70%;
	}

*:first-child+html div.sear_result_object02 table td {
	font-size: 70%;
	}
			div.sear_result_object02 table td img {
				border: 1px solid #cccccc;
				margin: 5px 0px 5px 0px;
				}
			div.sear_result_object02 table td span {
				height: 100%;
				margin: 0px 0px 3px 0px;
				background: #ffe0bb;
				margin-left: auto;
				margin-right: auto;
				}
			div.sear_result_object02 table td b {
				font-weight: bold;
				font-size: 150%;
				color: #cb0000;
				}
			div.sear_result_object02 table td input {
				font-size: 120%;
				margin-top: 5px;
				}

.f_clear {
	clear: both;
	}

