@charset "utf-8";
/* 3カラムレイアウト */
/* 一括で全ての要素の余白をゼロに指定 */
* {
	padding: 0;
	margin: 0;
}


a:link{
	color: #1D3994;
	text-decoration: none;
}


a:visited{
	color: #990099;
	text-decoration: none;
}


a:hover{
	text-decoration: underline;
}


/*  フォントスタイル フォントサイズ */
body{
	padding: 0;
	margin: 0;
	font-family: Osaka, "ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","HiraKakuProN-W3";
	text-align: center;
	_width:95%; /*ie6のみ横スクロールバー出る。overflow:x-hiddenが効かないため、ハックにてbody幅を95%に設定*/
}

h2 {
	font-weight: bold;
}


h3 {
	font-weight: bold;
}


/*  広告枠に関する指定 */
.ad1{
	padding-top: 10px;
	padding-right: 0px;
	text-align: right;
}


.ad1_1{
	height: 60px;
	width: 468px;
	border: none;
}

/*
.ad2{
	height: 140px;
	width: 140px;
	padding: 0;
	margin: 0;
}
*/

.ad2{
	height: 140px;
	width: 140px;
	padding-top:15px;
	margin: 0;
	text-align:center;
	border:1px solid #ccc;
}

.ad2_2{
	height: 140px;
	width: 140px;
	border: none;
}

.ad3{
	float: right;
	height: 60px;
	width: 200px;
	margin-top: 10px;
}

/*  ナック様広告枠 */
.ad_c{
	height: 70px;
	width: 140px;
	padding: 0;
    margin-top:1em;
}


/*  QRコード */
.ad_qr{
	height: 220px;
	width: 140px;
	margin-top: 1em;
	background:url(http://www.benri.com/img/mobile.jpg) no-repeat 0px 0px;	
}


.ad_c_1{
	height: 70px;
	width: 140px;
	border: none;
}

/*  ヴェローナ広告枠 */
.ad_c_txt{
	border:1px solid #CCC;
	margin-top:1em;
}

.ad_c_txt_1{
	width: 140px;
	line-height:1.6em;
	margin: 0 auto;
	text-align:center;
}

/*  タイトルロゴに関する指定 */
.title{
	float: left;
	height: 70px;
	width: 684px;
	padding: 0;
	margin: 0;
}


.logo{
	float: left;
}


.logo_1{
	height: 41px;
	width: 160px;
	margin-top: 20px;
	border: none;
}


/*  レイアウトに関する指定 */
.concept{
 clear: both;
 margin:0;
}

/*
.concept span.cct{
 margin:0 auto;
 text-align:center;
}
*/

/*
.concept span.txt{
 display:inline-block;
 float:left;
 margin-top: 0px;
 margin-left: 0px;
 text-align:center;
}
*/

.concept span img{
 display:inline-block;
 padding-right: 0px;
}



/* -- パン屑リスト -- */
.topic-path {
	clear: both;
	margin-top: 0px;
	margin-left: 5px;
}


.topic-path1 {
	clear: both;
	margin-top: 0px;
	margin-left: 150px;
}



#wrapper {
/*
	width: 950px;
*/	
	width: 960px;
	margin: 0 auto;
	text-align: left;
}


#header {
	height: 110px;
	width: 100%;
	padding: 0px 0px 5px 0px;
}


#setdefault{
	height: 20px;
/*
	width: 950px;
*/
	width: 960px;
	padding: 0;
	margin: 0;
	color: #333;
}


.start{
	float: right;
	padding-right: 5px;
	margin: 0;
	display: block;
}


#ver{
	float: right;
	height: 20px;
	width: 245px;
	margin-top: 2px;
	border: 1px solid #990000;
	text-align: center;
}

#color_change{
	float: right;
	width: 90px;
	/*
	margin: 0 0 0 200px;
	*/
}


#login{
	float: right;
	height: 60px;
	width: 250px;
	margin: 0;
	margin-top: 8px;
	text-align: center;
}


.morning{
	height: 65px;
	width: 250px;
	background: url(http://www.benri.com/img/login_bg_morning.gif) no-repeat;
}


.day{
	height: 65px;
	width: 250px;
	background: url(http://www.benri.com/img/login_bg_day.gif) no-repeat;
}


.evening{
	height: 65px;
	width: 250px;
	background: url(http://www.benri.com/img/login_bg_evening.gif) no-repeat;
}


.night{
	height: 65px;
	width: 250px;
	background: url(http://www.benri.com/img/login_bg_night.gif) no-repeat;
}


.logout{
	padding-top: 3px;
	padding-right: 20px;
	display: inline;
}


.touroku{
	padding-top: 3px;
	display: inline;
}


.button{
	height: 25;
	width: 75;
}


.message_morning{
	padding-top: 10px;
	font-weight: nomal;
}


.message_day{
	padding-top: 10px;
	font-weight: nomal;
}


.message_evening{
	padding-top: 10px;
	font-weight: nomal;
}


.message_night{
	padding-top: 10px;
	font-weight: nomal;
	color: #FFF;
}


.hello{
	padding: 15px 0px 5px 0px;
	text-align: center;
}


.name{
	padding-top: 10px;
	font-weight: bold;
	display: inline;
}


#container {
	float: left;
	width: 100%;
	/*
	margin-right: -200px;
	*/
	margin-right: -210px;	
}


#container-inner {
	float: right;
	width: 100%;
	margin-left: -150px;
}


#contents {
	width: 600px;
	height:100%;
	padding: 0px 0px 2em 0px;
	/*
	margin: 0 200px 0 150px;
	*/
	margin: 0 210px 0 150px;
}

#contents h2{
	padding:10px 0 10px 15px;
	font-size: 150%;
} 

#contents_cate {
	height: 44px;	
	width: 100%;
	padding: 0;
	margin: 0;
	border: solid 1px #CCC;
}

#contents_cate h2 {
	padding:10px 0 10px 15px;
	font-size: 150%;
}



/*AdSense---------------------------------*/
.ads {
	width: 100%;
	padding-top: 12px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}


#left-sidebar {
	float: left;
	height: 100%;
	width: 140px;
	padding: 0px;
	margin-bottom: 2em;
}


#category {
	width: 136px;
	padding: 1px;
	margin-top: 1em;
	margin-bottom: 20px;
	border: 1px solid #CCC;
}



#menu {
	height: 100%;
	padding: 1px;
}


#right-sidebar {
	float: right;
	/*
	width: 190px;
	*/
	width: 200px;	
	padding: 1px;
	text-align: center;
}


#right-sidebar_cate {
	float: right;
	height: 600px;
	width: 160px;
	padding: 1px;
	border: 1px solid #CCC;
	text-align: center;
}


#right-sidebar .right-sidebar-inner {
	height: 100%;
	/*
	width: 188px;
	*/
	width: 196px;
	padding: 1px;
	margin-bottom: 1em;
	border: 1px solid #CCC;
	text-align: center;
	background-color: #fff;
}

/*　アンケート　*/
#right-sidebar .anc {
	height: 100%;
	width: 188px;
	/*
	margin-top: 1em;	
	*/
	margin-bottom: 1em;
	text-align: center;
}

/*　右サイドのアドセンス　*/
#right-sidebar .right_af {
	height: 100%;
	width: 100%;
	/*
	margin-top: 1em;	
	*/
	margin-bottom: 1em;
	text-align: center;
}

/*　twitter　*/
#right-sidebar. twitter {
	height: 100%;
	width: 100%;
	text-align: left;
}

#right-sidebar .twitter ul{
	list-style:none;
	width:100%;
	text-align: left;
	line-height:1em;
}

#right-sidebar .twitter li.follow{
	height:30px;
	list-style:none;
	padding-top:3px;
	padding-left:25px;
	background:url(http://www.benri.com/img/twitter1.gif) no-repeat 3px 0px;
}


/*　新着サイト、人気サイトランキング　*/
#right-sidebar. inf {
	height: 100%;
	width: 100%;
	text-align: left;
}

#right-sidebar .inf ul{
	list-style:none;
	width:100%;
	text-align: left;
	margin-bottom:0.5em;
}

#right-sidebar .inf li.ranking{
	list-style:none;
	padding-top:3px;
	padding-left:25px;
	background:url(http://www.benri.com/img/ranking.gif) no-repeat 2px 0px;
}

#right-sidebar .inf li.new{
	list-style:none;
	padding-top:3px;
	padding-left:25px;
	background:url(http://www.benri.com/img/new2.gif) no-repeat 2px 0px;
}

#right-sidebar .inf li.opinion{
	list-style:none;
	padding-top:3px;
	padding-left:25px;
	background:url(http://www.benri.com/img/opinion.gif) no-repeat 2px 0px;
}

#right-sidebar .inf li.userapp{
	list-style:none;
	padding-top:3px;
	padding-left:25px;
	background:url(http://www.benri.com/img/userapp.gif) no-repeat 2px 0px;
}

#right-sidebar .inf li.twitterlink{
	list-style:none;
	padding-top:3px;
	padding-left:25px;
	background:url(http://www.benri.com/img/twitterlink.gif) no-repeat 2px 0px;
}

#right-sidebar .inf li.mblink{
	list-style:none;
	padding-top:3px;
	padding-left:25px;
	background:url(http://www.benri.com/img/mblink.gif) no-repeat 2px 0px;
}

#right-sidebar .inf li.splink{
	list-style:none;
	padding-top:3px;
	padding-left:25px;
	background:url(http://www.benri.com/img/splink.gif) no-repeat 2px 0px;
}

#right-sidebar .inf li.history{
	list-style:none;
	padding-top:3px;
	padding-left:25px;
	background:url(http://www.benri.com/img/history.gif) no-repeat 2px 0px;
}


#footer {
	clear: both;
	padding: 0;
	margin: 0;
	color: #333;
}


/*  #header内の指定 */
/* -- 見出しレベル1 -- */
/*
h1 {
	padding-top: 2px;
	padding-right: 5px;
	font-weight: normal;
	text-align: right;
}

*/

h1 {
	padding-top: 2px;
	padding-left: 5px;
	font-weight: normal;
	text-align: left;
}


/* -- サイト名 -- */
.logo a {
	color: #0099ff;
	text-decoration: none;
	background-color: #ffffff;
}


.logo a:hover {
	color: #ff0000;
	text-decoration: none;
	background-color: #ffffff;
}


/*  #contents内の指定 */
/* -- 見出し -- */
#contents p {
	margin-bottom: 0.5em;
	line-height: 1.6em;
}


/* -- パンくずリスト -- */
#contents .topic-path {
	margin-bottom: 0.5em;
	line-height: 1em;
}


/* -- 以下 リスト関係 -- */
#contents dl {
	margin: 1em 0;
}


#contents dt {
	margin-bottom: 0.5em;
	margin-right: 0.5em;	
	border-bottom: 1px dotted #666;
	font-weight: bold;
}


#contents dd {
	margin-bottom: 2em;
}


#contents ul {
	margin: 1em 0 1em 20px;
}


#contents ol {
	margin: 1em 0 1em 30px;
}


#contents li {
	margin-bottom: 0.5em;
}


/*  #sidebar内の指定 */

/* -- カテゴリタイトル -- */
.sidetitle {
	padding: 0.5em 0 0.5em 5px;
	border-bottom: 1px solid #666;
	font-weight: bold;
}


/* -- ローカルナビ -- */
.localnavi {
	line-height: 30px;
	list-style-type: none;
}


.localnavi li {
	display: inline;
	text-indent: 5px;
}

/*
.localnavi a.special {
	width: 136px;
	text-decoration: none;
	display: block;
	background: url(http://www.benri.com/img/star.gif) no-repeat 105px 2px;
	color:#333;
}
*/

.localnavi a {
	width: 136px;
	color: #333;
	text-decoration: none;
	display: block;
}


/*ローカルナビ下線*/
.bb {
	border-bottom: 1px solid #ccc;
}


.bt {
	border-top: 1px solid #fff;
}




/* -- ブログパーツ -- */

#right-sidebar div.parts_border{
	position: relative;
	/*
	width: 188px;
	*/
	width: 196px;
}


#right-sidebar div.gear{
	position: absolute;
	left: 4px;
	top: 1px;
	height: 18px;
	width: 20px;
	display: block;
}


#right-sidebar div.parts_btn_up{
	position: absolute;
	left: 2px;
	top: 2px;
	height: 15px;
	width: 15px;
	display: block;
}


#right-sidebar div.parts_btn_down{
	position: absolute;
	left: 20px;
	top: 2px;
	height: 15px;
	width: 15px;
	display: block;
}


#right-sidebar div.parts_btn_small{
	position: absolute;
	top: 2px;
	right: 20px;
	height: 15px;
	width: 15px;
	display: block;
}


#right-sidebar div.parts_btn_open{
	position: absolute;
	top: 2px;
	right: 20px;
	height: 15px;
	width: 15px;
	display: block;
}


#right-sidebar div.parts_btn_close{
	position: absolute;
	top: 2px;
	right: 2px;
	height: 15px;
	width: 15px;
	display: block;
}


.rollover01 {
	height: 15px;
	width: 15px;
	background: url(http://www.benri.com/img/down_over.gif) no-repeat left bottom;
}

.rollover01 a {
	height: 15px;
	width: 15px;
	display: block;
}

.rollover01 a:hover {
	text-indent: -9999px;
}


.rollover02 {
	height: 15px;
	width: 15px;
	background: url(http://www.benri.com/img/up_over.gif) no-repeat left bottom;
}

.rollover02 a {
	height: 15px;
	width: 15px;
	display: block;
}

.rollover02 a:hover {
	text-indent: -9999px;
}


.rollover03 {
	height: 15px;
	width: 15px;
	background: url(http://www.benri.com/img/small_over.gif) no-repeat left bottom;
}

.rollover03 a {
	height: 15px;
	width: 15px;
	display: block;
}

.rollover03 a:hover {
	text-indent: -9999px;
}


.rollover04 {
	height: 15px;
	width: 15px;
	background: url(http://www.benri.com/img/close_over.gif) no-repeat left bottom;
}

.rollover04 a {
	height: 15px;
	width: 15px;
	display: block;
}

.rollover04 a:hover {
	text-indent: -9999px;
}


#right-sidebar div.parts{
/*
	padding-top: 2em;
	padding-bottom: 1em;
*/	
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-align: center;
}

/* -- 時計ブログパーツの枠にだけ有効なスタイル -- */
/* -- ブログパーツ自体の余白が大きいのでpadding設定無し -- */
#right-sidebar div.parts_clock{
	text-align: center;
}

/* -- フッター -- */
/*  #footer内の指定 */
#footnavi{
	margin-top: 15px;
	text-align: center;
}


#footnavi ul.navi{
	padding: 3px 0 0 0;
}


#footnavi ul.navi li{
	padding-right: 15px;
	padding-left: 5px;
	display: inline;
	background: url("http://www.benri.com/img/list01.gif") no-repeat 0px 3px;
}


#footnavi ul.navi li.first{
	background-position: 0px 3px;
}


#footer address{
	text-align: center;
}


/* -- その他 -- */
.hide{
	display: none;
}


/* -- カテゴリページ -- */
/* -- アドセンス -- */
#contents_2col_ads {
	float: right;
	width: 800px;
	margin-bottom: 10px;
}


.ads_cate {
	width: 100%;
	padding: 0;
	margin: 0;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}


#contents_2col {
	float: right;
	width: 800px;
	margin-bottom: 10px;
	border: 1px solid #CCC;
}


/* -- カテゴリページ タイトル -- */
.cate2col_title {
	float: right;
	width: 780px;
	padding: 0px 0 0px 15px;
	padding: 10px 0 10px 15px;
	margin-bottom: 10px;
	border-left: #dddddd 5px solid;
	font-size: 150%;
}


#contents-af {
	float: right;
	width: 800px;
	margin-bottom: 10px;
	border: 1px solid #CCC;
}


#contents-afbn {
	float: right;
	width: 800px;
	margin-bottom: 10px;
}


#contents-afbn image {
	padding-left: 5px;
}


#contents-li{
	width: 800px;
}


.af {
	width: 770px;
	padding: 0px;
	margin: 0 auto;
}


.center-textlink {
	width: 770px;
	padding: 10px;
	text-align: center;
}


/* カテゴリページお気に入りcategory_link */

#contents-af h3{
	padding: 0.5em 0em;
	margin: 0.5em 0.5em 1em 0.5em;
	border-bottom: #999999 1px dashed;
}


#contents-af dl{
	margin: 0.5em 0.5em 1em 0.5em;
}


#contents-af dl dt{
	padding: 3px 7px;
	margin: 3px;
	border-left: #dddddd 7px solid;
}


#contents-af dl dd{
	padding: 0.5em 0.7em;
	margin-bottom: 0.5em;
	border-bottom: #CCCCCC 1px dotted;
}


/* カテゴリページcategory_link */
#contents_2col h3{
	padding: 0.5em 0em;
	margin: 0.5em 0.5em 1em 0.5em;
	border-bottom: #999999 1px dashed;
}


#contents_2col dl{
	margin: 0.5em 0.5em 1em 0.5em;
}


#contents_2col dl dt{
	padding: 3px 7px;
	margin: 3px;
	border-left: #dddddd 7px solid;
}


#contents_2col dl dd{
	padding: 0.5em 0.7em;
	margin-bottom: 0.5em;
	border-bottom: #CCCCCC 1pz dotted;
}


/* -- 告知　旧バージョンに戻す -- */
#notice {
	height: 50px;
	width: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	min-height: 50px;
	background: url(http://www.benri.com/img/vergion.gif) no-repeat center;
}


#notice_text {
	float: left;
	padding: 10px 20px 0 235px;
	margin: 0;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
}


#notice_try_btn {
	margin-top: 12px;
}


#notice_try_btn, #notice_try_btn a:hover  {
	float: left;
	height: 27px;
	width: 142px;
	overflow: hidden;
	display: block;
	background: url(http://www.benri.com/img/btn_try_on.gif) left top no-repeat;
}


#notice_try_btn a{
	float: left;
	height: 27px;
	width: 142px;
	overflow: hidden;
	display: block;
	background: url(http://www.benri.com/img/btn_try_off.gif) left top no-repeat;
}


#notice_try_btn a strong {
	display: none;
}


#notice_close_btn {
	height: 18px;
	width: 18px;
	margin: 0.1em 0 -0.2em 0.2em;
	display: inline-block;
	background: url(http://www.benri.com/img/btn_close.jpg) left top no-repeat;
}


#notice_close_label {
	float: right;
	padding: 14px 20px 0px 0px;
	font-size: 110%;
}


#notice_close_label a:link, #notice_close_label a:visited {
	color: #FFF;
	text-decoration: none;
	background: none;
}


#notice_close_label a:hover, #notice_close_label a:active {
	color: #FFF;
	text-decoration: underline;
	background: none;
}


/* -- ご意見・ご要望 -- */
#ancform1 {
	width: 90%;
	margin:0 auto;
	padding-top:1em;
	padding-bottom:1em;
	font-weight: bold;
}


#ancform2 {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}


.ancform_button {
	padding-bottom: 20px;
	text-align: center;
}

/* -- 更新履歴 -- */
.history_box {
	width:95%;
	border:none;
	padding:1em 0;
	margin:0 auto;
	text-align:center;
}

.history_title {
	text-align:left;
	font-weight:bold;
}

.history_date {
	text-align:left;
}

.history_title {
	text-align:left;
}

.history_description {
	text-align:left;
	padding-left:1em;
}

.tensen {
	border-width:1px 0px 0px 0px;
	border-style:dashed;
	border-color:#FF6600;
	height:1px;
	width:98%;
	margin:0 auto;
	text-align:center;
}








/* -- カテゴリページ -- */

#subnavi table.cate1{
   table-layout: fixed;     /* 固定レイアウト */
   border-collapse: collapse; /* 隣接する枠線を重ねる */
   margin-left:0.5em;
   width:590px;   
}

#subnavi tr td.cate2{
	padding: 3px;            /* セル内側の余白：3ピクセル */
	height: 30px;
	background: url(http://www.benri.com/img/icon01.gif) 0px 4px no-repeat;
}


/* -- 12月,1月特集 -- */
/*  subnaviの指定 */
#subnavi{
	margin: 10px 0px 20px 0px;
}

#subnavi table{
	width:100%
}

#subnavi tr td.xmas{
	height: 30px;
	background: url(http://www.benri.com/img/tokushu_12_icon01.gif) 0px 4px no-repeat;
}

#subnavi tr td.nenmatsu{
	height: 30px;
	background: url(http://www.benri.com/img/tokushu_12_icon02.gif) 0px 4px no-repeat;
}

#subnavi tr td.shougatsu{
	height: 30px;
	background: url(http://www.benri.com/img/tokushu_12_icon03.gif) 0px 4px no-repeat;
}

#subnavi tr td.kisetsu{
	height: 30px;
	background: url(http://www.benri.com/img/tokushu_12_icon04.gif) 0px 4px no-repeat;
}

.subnavi_link{
	padding-top: 0px;
	padding-left: 20px;
	margin-bottom: 0px;
}

.contents-site {
	width: 600px;
	margin-bottom: 20px;
	border: 1px solid #CCC;
}

.contents-site h2{
	padding: 5px 0 5px 15px;
	margin-bottom: 10px;
	border-left: #dddddd 5px solid;
	font-size: 150%;
}

.contents-site h3{
	padding: 0.5em 0em;
	margin: 0.5em 0.5em 1em 0.5em;
	border-bottom: #999999 1px dashed;
	font-size: 120%;
}

.contents-site dl{
	margin: 0.5em 0.5em 1em 3.5em;
}

.contents-site dl dt{
	padding:0 0.5em 0 1.5em;	
	margin-left:2em;
	background:url(http://www.benri.com/img/icon04.gif) no-repeat top left;
}

.contents-site dl dd{
	padding: 0em 0.7em 0.5em 2.5em;
	margin-bottom: 0.5em;
}

#osusume{
	width: 600px;
	height: 110px;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}

#osusume ul{
	width: 570px;
	padding: 10px 10px;
	margin: 0 auto;
	text-align: center;
	list-style: none;
}

#osusume li{
float: left;
width: 280px; /*各セルの幅*/
height: 92px; /*各セルの幅*/
margin: 0;
padding: 0;
display:block;
}

#osusume li a {
	width: 280px;
	height: 92px;
	font-size: 1px;
	line-height: 1px;
	display: block;
	outline: none;
}

.amazon{
	height: 180px;
	width: 600px;
	margin: 0 auto;
	text-align: center;
}

/* -- 2月特集 -- */
#subnavi tr td.gourmet{
	height: 30px;
	width:25%;
	background: url(http://www.benri.com/img/tokushu_2_icon04.gif) 0px 4px no-repeat;
}

#subnavi tr td.feb{
	height: 30px;
	width:25%;
	background: url(http://www.benri.com/img/tokushu_2_icon01.gif) 0px 4px no-repeat;
}

#subnavi tr td.valentine{
	height: 30px;
	width:25%;
	background: url(http://www.benri.com/img/tokushu_2_icon02.gif) 0px 4px no-repeat;
}

#subnavi tr td.leisure{
	height: 30px;
	width:25%;
	background: url(http://www.benri.com/img/tokushu_2_icon01.gif) 0px 4px no-repeat;
}

#subnavi tr td.goukaku{
	height: 30px;
	width:25%;
	background: url(http://www.benri.com/img/tokushu_2_icon05-1.gif) 0px 4px no-repeat;
}

#subnavi tr td.sotsugyou{
	height: 30px;
	width:25%;
	background: url(http://www.benri.com/img/tokushu_2_icon06.gif) 0px 4px no-repeat;
}

#subnavi tr td.haruyasumi{
	height: 30px;
	width:25%;
	background: url(http://www.benri.com/img/tokushu_2_icon08.gif) 0px 4px no-repeat;
}

#subnavi tr td.sinseikatsu{
	height: 30px;
	width:25%;
	background: url(http://www.benri.com/img/tokushu_2_icon07.gif) 0px 4px no-repeat;
}

#subnavi tr td.kisetsu_2{
	height: 30px;
	width:25%;
	background: url(http://www.benri.com/img/tokushu_2_icon03.gif) 0px 4px no-repeat;
}

#subnavi tr td.olympic{
	height: 30px;
	width:25%;
	background: url(http://www.benri.com/img/tokushu_2_icon09.gif) 0px 4px no-repeat;
}


/* -- 3月特集 -- */
#subnavi tr td.whiteday{
	height: 30px;
	width:25%;
	background: url(http://www.benri.com/img/tokushu_3_icon01.gif) 0px 4px no-repeat;
}




/* -- カレンダー -- */
.contents-calender {
	width: 600px;
	margin-bottom: 20px;
	margin-top: 20px;	
}

#subnavi tr td.calender{
	height: 30px;
	background: url(http://www.benri.com/img/tokushu_12_icon05.gif) 0px 4px no-repeat;
}


.contents-calender table {
	margin-bottom:10px;
	table-layout: fixed;     /* 固定レイアウト */
	border-collapse: collapse; /* 隣接する枠線を重ねる */
	width: 100%;              /* 表の横幅：100%=600px */
}

.contents-calender table tr td{
	padding: 3px;         /* セル内側の余白：3ピクセル */
}

.contents-calender table tr td table tr td{
	border: 1px solid  #666; /* 表内側の線：1px,実線,緑色 */
	padding: 3px;         /* セル内側の余白：3ピクセル */
	font-size:16px;
	text-align:center;
	
}

a:link.shukujitsu{
	text-decoration: underline;
}

a:visited.shukujitsu{
	text-decoration: underline;
}

a:hover.shukujitsu{
	text-decoration: underline;
	color:#00CCCC;
}

a:active.shukujitsu{
	text-decoration: underline;
	color:#00CCCC;	
}

.rokuyou{
	font-size:10px;
}

.contents-shukujitsu table {
	margin-bottom:10px;
	table-layout: fixed;     /* 固定レイアウト */
	border-collapse: collapse; /* 隣接する枠線を重ねる */
	width: 100%;            /* 表の横幅：100%=600px */
}
.contents-shukujitsu table tr td table {
	border: 1px solid #ccc;   /* 外枠：1px,実線,灰色 */	
	height:100%;
}

.contents-shukujitsu table tr td{
	padding:1px;
}

/* -- 広告募集 -- */

.contents-site table.keisairyoukin {
	margin-left:1em;
	width:280px;
	border:1px solid #999;
}

.contents-site table.keisairyoukin tr th {
	background-color:#eee;
	border:1px solid #999;
}

.contents-site table.keisairyoukin tr td {
	border:1px solid #999;
}

.contents-site table.ad_moushikomi {
	margin:0 auto;
	text-align:center;
	width:500px;
	border:1px solid #999;
}	

.contents-site table.ad_moushikomi tr td {
	padding:4px 0 4px 1em;
	background-color:#eee;
	border:1px solid #999;
	vertical-align:middle;
	text-align:left;
	line-height:1.6em;
}

.contents-site table.ad_moushikomi input select{
	line-height:1.5em;
	height:1.5em;
}

/* -- 郵便番号検索 -- */

.contents-site table.zipcode {
	margin:0 auto;
	margin-bottom:1em;
	width:60%;
	border:1px solid #999;
}

.contents-site table.zipcode tr th {
	background-color:#eee;
	border:1px solid #999;
}

.contents-site table.zipcode tr td {
	border:1px solid #999;
	text-align: left;
}

/* -- 市外局番検索 -- */

.contents-site table.tel {
	margin:0 auto;
	margin-bottom:1em;
	width:80%;
	border:1px solid #999;
}

.contents-site table.tel tr th {
	background-color:#eee;
	border:1px solid #999;
	text-align:center;
}

.contents-site table.tel tr td {
	border:1px solid #999;
	text-align: left;
	padding-right:1em;	
	padding-left:1em;
}


/* -- ランキングページ -- */

.rankbox {
	width: 600px;
	margin-bottom: 20px;
	border: 1px solid #CCC;
}

ol.rank li {
  margin-top: 1em;
  margin-left: 1em;
  margin-bottom: 1em;
  list-style: decimal;
}

ol.rank li.rank1{
	padding:0 0.5em 0 2em;
	margin-left: -1em;
	list-style:none;
	background:url(http://www.benri.com/img/rank1.gif) no-repeat top left;
}

ol.rank li.rank2{
	padding:0 0.5em 0 2em;
	margin-left: -1em;
	list-style:none;
	background:url(http://www.benri.com/img/rank2.gif) no-repeat top left;
}

ol.rank li.rank3{
	padding:0 0.5em 0 2em;
	margin-left: -1em;
	list-style:none;
	background:url(http://www.benri.com/img/rank3.gif) no-repeat top left;
}

ol.rank li dl {
  font-style: normal;
  color: #333;
}

ol.rank li dl dt.rank1a{
	padding-top:3px;
}

ol.rank li dl dt.rank2a{
	padding-top:3px;
}

ol.rank li dl dt.rank3a{
	padding-top:3px;
}

ol.rank li dl dd {
  font-weight: normal;
}

* html ol.rank li dl { /*for IE6 */
  display: inline;
}

*:first-child+html ol.rank li dl { /*for IE7 */
  display: inline;
}

/* -- 新着サイトページ -- */
#contents div.new-site {
	width: 600px;
	margin-bottom: 20px;
	border: 1px solid #CCC;
}

#contents div.new-site p{
	padding:0.5em 0 0 1em;
	font-weight:bold;
}

#contents div.new-site dl{
	margin-top:0px;
	padding:0 0 0 0 ;
}

#contents div.new-site dl dt{
	background:url(http://www.benri.com/img/icon04.gif) no-repeat top left;
	margin:0 0 0 2em;
	padding:0 0 0 1.5em;
}

#contents div.new-site dl dd{
	padding:0 0 0 2.5em;
	margin:0 0 1em 0;
}

/* -- サイト内検索 -- */
#site_search{
	height:90px;
	width: 138px;
	padding: 0;
	margin-top: 1em;
	background-color:#FFF;
	border:1px solid #ccc;
}

#site_search tr td{
	padding: 3px;	/* セル内側の余白：3ピクセル */
}

#site_search input {
margin: 0;
padding: 0;
line-height: 100%;
font-size: 12px;
}

#site_search input.mlmg-text {
width: 100px;
}

#site_search input.mlmg-buttton {
width: 100px;
padding: 1px;
font-size: 100%;
}

/* -- 便利グッズ -- */

.goods_daiwaku {
	width: 600px;
	height:auto;	
	border: 1px solid #CCC;	
	margin:1em 0 1em 0;
	padding-bottom:1em;
}

.goods_daiwaku h3{
	background:url(http://www.benri.com/img/icon01.gif) left top no-repeat;
	border-bottom: #999999 1px dashed;	
	margin: 0.5em 0.5em 1em 0.5em;	
	padding:0 0 0 20px;
	font-size: 120%;
}

.goods_photo_waku{
	width:150px;
	height:150px;
	float:left;
	margin:0;	
	padding:0 0 0 30px;
}

.goods_text_waku{
	width:415px;
	height:auto;
	float:right;
}

.goods_text{
	margin:0;
	padding:0 2em 0.5em 2em;
	font-weight:bold;
}

.goods_spec{
	margin:0;
	padding:0 2em 0.5em 2em;
}

.goods_review_waku{
	width:90%;
	border:1px dashed #FF9900;
	margin:0 auto;
	text-align:center;
}

.goods_review_title{
	padding:0 1em 0 1em;
	text-align:left;
	font-weight:bold;
}

.goods_review_text{
	padding:0 1.5em 0 1.5em;
	text-align:left;
}

.goods_gyoukan{
	text-align:right;
	padding:0;
}


.BLOG_SUBTTL{
	margin-bottom:10px;
	padding-left:8px;
	border-left:solid 8px #FCA400;
	font-size:13pt;
	font-weight:bold;
}

#spnave{

}
#splinkbn{
	display:block;
	padding:20px 0;
	color:#FFF;
	font-weight:bold;
	font-size:45px;
	max-height:65px;
}


.sluTdy{
	font-size:10px;
	padding:2px 4px;
	background-color:#D80027;
	color:#FFFFFF;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.slu2dy{
	font-size:10px;
	padding:2px 4px;
	background-color:#FF8000;
	color:#FFFFFF;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.sluWek{
	font-size:10px;
	padding:2px 4px;
	background-color:#D1FFD7;
	color:#007F13;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
