@charset "utf-8";
@import url("headnavi.css");
@import url("code.css");
@import url("article.css");
@import url("ar.css");
@import url("shop.css");
@import url("ajaxSearch.css");
@import url("haishin.css");
/* CSS Document */
/* IE cssロールオーバーで背景がちらつく件　IE用ハック*/
html {
filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

body {
	background-color: #EFEFEF;
	font-size:small;
	margin: 0 auto;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

*{
	margin:0;
	padding:0;
}

body, td, th {
	color: #000000;
}
p{
	line-height:130%;
	margin:10px 1em 1.8em 1em;
	padding:0;
	}

.zisage1{
	text-indent:-1em;
	padding-left:1em;
	}
/*携帯でだけ見せたい部分*/
.forMobilePCnone{
	display:none;
}
/*携帯には見せない　--＞Mobileテンプレートにのみ記載*/
.Mobilenone{
	/*display:none;*/
}

h1{
	font-size:120%;
	}
h2{
	margin:0 0 15px 0;
	padding:10px 20px;
	position:relative;/*PIE.htcをIEで動作させるため*/
	font-size:110%;
	line-height:130%;
	font-weight:bold;
	border:4px solid #C4DCEB;
	
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	behavior: url(/assets/templates/PIE.htc);
}
h2 span{
	margin:0;
	padding:0;
}

h2 em#tvprodact_date_txt{
	display:block;
	}

h3{
	margin:0.8em 0px 10px 5px;
	padding:2px 0 3px 5px;
	background-image:none;
	color:#333333;
	font-size:100%;
	font-weight:bold;
	border-left:solid 4px #BFD9EA;
	border-bottom:solid 1px #BFD9EA;
	}
.ar h3,
.ar_taizen h3,
.ar div.codelist h3,
.shop h3{
	margin:0;
	border-left:solid 0px #BFD9EA;
	border-bottom:solid 0px #BFD9EA;
	padding:0;
}
.ar h3 span,
.ar_taizen h3 span,
.ar div.codelist h3 span,
.shop h3 span{
	display:block;
	margin:0;
	padding:5px 10px 5px 20px;
	background-image:url(h3_span_bg.gif);
	background-repeat:no-repeat;
	background-position:right top;
	border-bottom:solid 1px #BFD9EA;
	}
.ar h3 img,
.ar_taizen h3 img,
.ar div.codelist h3 img{
	padding-right:2px;
	}
.ar h3 .head img,
.ar_taizen h3 .head img{
	vertical-align:bottom;
}

h4{	font-size:100%;
	font-weight:bold;
	border-bottom:solid 1px #BFD9EA;
	padding-bottom:3px;
	margin-bottom:5px;
	margin-left:0px;
	margin-right:0px;
	color:#4F97C5;
	}
.shop h4{
	border-bottom:none;
}
h5{
	font-size:100%;
	font-weight:normal;
	border-bottom:dashed 1px #BFD9EA;
	padding-bottom:3px;
	padding-left:1em;
	padding-right:1em;
	margin:10px 0 2px 0;
	 }
h6{}
ol{
	margin:1em 1em 1em 2em;
	}
ul{
	margin:1em 1em 1em 2em;
	list-style-image:url(list_mark02.gif);
	vertical-align:middle;
	}
ol ul,
ul ul{
	margin:0.5em 1em 0.5em 2em;
	}
ul ul{
	list-style-image:url(list_mark04.gif);
	}
li{
	margin-bottom:0.5em;
	}
dl {
	margin:10px 20px;
	}
dt{
	margin-top:15px;
	}
dd{
	margin-left:20px;
	margin-top:5px;
	}
blockquote{
	border-left:solid 5px #BFD9EA;
	padding:15px 10px;
	margin:10px 30px 1.8em 50px;
	background-color:#EFEFEF;
	}
blockquote p{
	margin: 0 0 1em 0;
	padding:0;
	}

em	{font-weight:bold; color:#FF0000; font-style:normal;}
strong	{font-size:120%; font-weight:bold; font-style:normal;}
.obi	{font-size:105%; font-weight:bold; font-style:normal; background-color:#BFD9EA; margin:8px 0;}
small	{font-size:80%;}
img	{border:none;}

a:link,a:visited	{color: #05637D; text-decoration:none;}
a:hover,a:active	{color: #065B7B; text-decoration:none; background-color:#D9E8F2;}

.nise_firstletter{font-size:120%;}

.readmore{
	background-image:url(list_mark06.gif);/*02十字　01が田 03●　04■四つ 05■内▲　06■三つ*/
	background-repeat:no-repeat;
	background-position:left 2px;
	padding-left:10px;
	font-size:10pt;
	border-bottom:2px dotted #016AA2;
	/*border-bottom:2px solid #016AA2;background-color:#4F97C5;
	border-bottom:1px solid #016AA2;*/
	}
.pagelinklist{
	margin:10px 20px;
	list-style:none;
	list-style-image:none;
	text-align:right;
	}
.pagelinklist li{
	list-style:none;
	list-style-image:none;
	}
.pagelinklist a{
	background-image:url(list_mark05.gif);
	background-repeat:no-repeat;
	background-position:left 1px;
	padding-left:14px;
	font-size:10pt;
	}


/*  --- container ---   */
#container{
	width:960px;
	background-color:#FFFFFF;
	border-left:10px solid #D9E8F2;
	border-right:10px solid #D9E8F2;
	/*background-image:url(container_bg.gif);
	background-repeat:repeat-y;*/
	padding:0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}


/*-----------------------
		 header
------------------------*/
#header{
	width:930px;
	padding:10px 15px 0 15px;
	background:url(header_bg.gif) no-repeat;
	height:155px;
	position:relative;
	}
#header img{
	vertical-align:middle;
}
h1.sitename{
	display:block;
	background-image:none;
	margin:0;
	padding:0;
	width:240px;
	float:left;
	}
h1.sitename a:link,
h1.sitename a:visited,
h1.sitename a:hover,
h1.sitename a:active{
	background-color:transparent;
	}
h1.sitename img{
	border:none;
	margin:0 0 0 0px;
	padding:0;
	}
.flash_bunner{
	width:690px;
	float:right;
	margin:0;
	padding:0;
	}
.aronline_head{
	margin:0 0 0 3px;
	padding:0;
	}
p.aronline_head{
	display:inline;
}
/*カラーミーshopへのリンク*/
.aronlineShop_link{
	margin:0;
	padding:0;
	width:200px;
	height:29px;
	display:block;
	position:absolute;
	top:0;
	left:745px;
	}
.aronlineShop_link a{
	display:block;
	width:200px;
	height:29px;
	text-indent:-9999px;
	background-image:url(ARolineShop_link.png);
	background-repeat:no-repeat;
}
.aronlineShop_link a:link,
.aronlineShop_link a:visited{
	background-position:left top;
	}
.aronlineShop_link a:hover,
.aronlineShop_link a:active{
	background-position:right top;
	}

/*お買物方法　カート見るボタン　→未使用*/
.aronline_button{
	margin:0 0 0 350px;
	display:inline;
	padding:0;
	background-color:#FFFFFF;
	}
.aronline_button a:hover,
.aronline_button a:active{
	/*background-color:#FFFFFF;*/
	}

.aronline_head img{
	padding:0 5px 0 0;
}
.aronline_button img{
	margin:0;
	padding:0;
	}

	
/*-----------------------
headernavi (mainmenu)
see headerbnavi.css
------------------------*/


/*-------------------------
         contents
---------------------------- */
 #contents{
	width:610px;
	float:left;
	margin-bottom:20px;
	}

/*----------------------------
		   contentsのわく
------------------------------*/

.ar,
.ar_taizen,
.ar_list,
.ar_taizen_list,
.ar_backnamber2,
.code_list{
	margin:15px 15px 0 15px;
	padding:15px 15px 0 15px;
	/*border:1px solid #BFD9EA;*/
	background:url(contents_bg_top.gif) no-repeat left top;

	}
.ar_bottom{
	margin:0 15px;
	padding:0 20px;
	display:block;
	clear:both;
	background:url(contents_bg_bottom.gif) no-repeat left bottom;
	height:15px;
	}

/*taedtitle画像(枠つき) pタグ */
.contents_title{
	margin:0;
	padding:15px 15px 0 15px;
	clear:both;
	}

/*code わく h2つかわない*/
.code{
	margin:15px 15px 0 15px;
	padding:20px 20px 0 20px;
	background-image:url(contents_bg_top.gif);
	background-position:left top;
	background-repeat:no-repeat;
	}
.code_bg_bottom{
	display:block;
	background-image:url(contents_bg_bottom.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	height:15px;
	margin:0 15px 15px 15px;
	padding:0;
	}


/*----------------------------
　　注文する/カートを見る
　　AR shop 写真集DVDページ
-----------------------------*/
form.odertable {
	display:block;
	text-align:left;
	}
/*.oder{
	width:73px;
	height:20px;
	background-color:#FFED96;
	border:2px solid #016AA2;
	color: #016AA2;
	font-weight:bold;
	font-size:12px;
	}
.cart{
	width:73px;
	height:20px;
	border:none;
	background-color:#4F97C5;
	border:2px solid #016AA2;
	color: #FFFFFF;
	font-weight:bold;
	font-size:12px;
	margin-left:2px;
	}*/
	
.oder,
.cart{	
	height:21px;
	/*display:inline
	vertical-align:middle;
	text-align:center;*/
	color: #016AA2;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	}
.oder{
	background:url(order_b.gif) no-repeat right 1px;
	border:none;
	width:75px;
	}
.cart{
	background:url(cart_b.gif) no-repeat right 1px;
	border:none;
	width:75px;
	}



/*------------------------
			sidecolum
------------------------------*/
/*#sidecolum2{
	width:185px;
	float:left;
	margin-bottom:20px;
	}*/

#sidecolum{
	width:335px;
	float:right;
	margin-bottom:20px;
	}
	
.sideA{
	width:155px;
	float:left;
}
.sideB{
	width:155px;
	float:right;
}
.sideC,
.sideAB_outer{
	clear:both;
	margin:15px 15px 0 0;
	padding:0 0 0 0;
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#ECF7FD;
}
.sideC{
	background-image:url(sidecolum_bg_top.gif);
}
.sideAB_outer{
	background-image:url(sideAB_outer_bg_top.gif);
}

.sidecolum_bg_botom,
.sideAB_outer_bg_botom{
	display:block;
	height:11px;
	margin:0;
	padding:0;
	background-position:left bottom;
	background-repeat:no-repeat;
	clear:both;
	}
.sidecolum_bg_botom{
	background-image:url(sidecolum_bg_bottom.gif);	
}
.sideAB_outer_bg_botom{
	background-image:url(sideAB_outer_bg_bottom.gif);
	}




#sidecolum #search_txt{
	display:block;
	margin:0;
	padding:5px 15px 0 15px;
	background-image:none;
	}
#sidecolum div div#ajaxSearch_output{
	margin:0;
	padding:0 10px;
	background-image:none;
	}
#sidecolum div div#ajaxSearch_output div{
	margin:0;
	padding:0 10px;
	background-image:none;
	}
/* sidecolum ad-banner */

#sidecolum div.banner{
	padding:0;
	margin:15px 15px 0 0;
	background-color:transparent ;
	background-image:none;
	clear:both;
	}

#sidecolum div.banner p{
	display:block;
	padding:0;
	margin:0 0 4px 0;
	text-align:center;
	}

#sidecolum div.banner p img{
	vertical-align:bottom;
	}

/* sidecolum new-entry display */


#sidecolum h2{
	margin:0;
	padding:10px 10px 0 10px;

	font-size:100%;
	line-height:120%;
	font-weight:bold;
	border:none;

	border-radius:0px;

	}
/* sidecolum shop item display */




#sidecolum p{
	margin:0;
	padding: 10px;
	}

/*おすすめ商品*/
#sidecolum .shop_items {
	list-style:none;
	margin:10px;
	padding:0;
	font-size:90%;
	}
#sidecolum .shop_items li{
	border-top:1px dashed #73ACD1;
	margin:5px 0;
	padding:5px 0;
	clear:both;
}
	
#sidecolum .shop_items img{
	width:80px;
	padding-right:5px;
	display:block;
	float:left;
	}
#sidecolum .shop_items_name {
	color:#000000;

	display:block;
	}
#sidecolum .shop_items_name a{
	font-weight:bold;
	color:#000000;
	}
#sidecolum .price{
	}
#sidecolum .price em{
	font-weight: normal;
	}
#container #sidecolum .order,
#container #sidecolum .cartbtn{
	margin-top:0;
	}
	
/*秘技コード掲示板新着*/

#sidecolum ul.recent_codetitle{
	font-size:80%;
	list-style-image:none;
	list-style:none;
	margin:0 10px 0 10px;
	padding:0;
	}
#sidecolum ul.recent_codetitle li{
	margin:0 0 5px 5px;
	padding:0 0 0 30px;
	min-height:15px;
}

/*秘技コードページの新着表示　全ハードをあいうえお順*/
.code_list ul.recent_codetitle{
	margin:1em 1em 1em 2em;
}

.code_list ul.recent_codetitle li{
}
.code_list ul.recent_codetitle li a{
	margin-left:30px;
}

#sidecolum ul.recent_codetitle li span,
.code_list ul.recent_codetitle li span{
	display:none;
	}
#sidecolum ul.recent_codetitle li.PSP,
.code_list ul.recent_codetitle li.PSP{
	background:url(../../images/icon/ic_psp.gif) no-repeat left 1px;
	}
#sidecolum ul.recent_codetitle li.DS,
.code_list ul.recent_codetitle li.DS{
	background:url(../../images/icon/ic_ds.gif) no-repeat left 1px;
	}
#sidecolum ul.recent_codetitle li.PS2,
.code_list ul.recent_codetitle li.PS2{
	background:url(../../images/icon/ic_ps2.gif) no-repeat left 1px;
	}
#sidecolum ul.recent_codetitle li.FC,
.code_list ul.recent_codetitle li.FC{
	background:url(../../images/icon/ic_fc.gif) no-repeat left 1px;
	}
#sidecolum ul.recent_codetitle li.Wii,
.code_list ul.recent_codetitle li.Wii{
	background:url(../../images/icon/ic_wii.gif) no-repeat left 1px;
	}
#sidecolum ul.recent_codetitle li.PS3,
.code_list ul.recent_codetitle li.PS3{
	background:url(../../images/icon/ic_ps3.gif) no-repeat left 1px;
	}
#sidecolum ul.recent_codetitle li.AR{
	padding:0 0 0 0;
	}
#sidecolum ul.recent_codetitle li.AR a,
#sidecolum ul.recent_codetitle li.AR div.nolink{
	display:block;
	margin:0;
	padding:3px 1px;
	font-size:115%;
	line-height:1.2em;
	text-align:center;
	position:relative;/*PIE.htcをIEで動作させるため*/

	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	behavior: url(/assets/templates/PIE.htc);
}
#sidecolum ul.recent_codetitle li.AR a{
	color:#FFF;
	background:#4F97C5;
}
#sidecolum ul.recent_codetitle li.AR a:hover,
#sidecolum ul.recent_codetitle li.AR a:active{
	color:#4F97C5;
	background:#C2DBEB;
}

#sidecolum ul.recent_codetitle li.AR div.nolink{
	color:#4F97C5;
	background:#FFF;
}
	
/*newアイコン*/
#sidecolum ul.recent_codetitle li img{
	vertical-align:middle;
	border:none;
	padding-right:2px;
	}
/*articleカテゴリー別リスト*/
#sidecolum ul.article_category{
	list-style-image:none;
	list-style:none;
	margin:5px 20px;
	}
#sidecolum ul.article_category li{
	list-style-image:none;
	list-style:none;
	}
#sidecolum ul.article_category span{
	display:block;
	border-bottom:dashed 1px #73ACD1;
	margin:0 5px 5px 0;
	font-weight:bold;
	color:#333333;
	}
#sidecolum ul.article_category li ul{
	margin:0 1em 1em 2em;
	list-style-image:url(list_mark02.gif);
	vertical-align:middle
	font-size:80%;
	}
#sidecolum ul.article_category li li{
	list-style-image:url(list_mark02.gif);
	}

/*ol ul,
ul ul{
	margin:0 1em 0.5em 2em;
	}
ul{
	margin:0 2em 1em 4em;
	list-style-image:url(list_mark02.gif);
	vertical-align:middle;
	}
li{
	margin-bottom:0.5em;
	}*/


#sidecolum .kakusi{
	background-color:transparent;
	background-image:none;
	color:#FFFFFF;
	}
#sidecolum .kakusi p{
	margin:10px;
	padding:0;
	}
/*rss feed のリスト*/
#sidecolum .rsslist{
	margin-left:35px;
	}
#sidecolum .rsslist li img{
	vertical-align:middle;
	padding-right:2px;
	}

/*-------------------------------
			footer
---------------------------------*/
#footer{
	clear:both;
	background-image:url(footer_bg.gif);
	background-repeat:no-repeat;
	background-position:left -20px;
	height:100px;
	padding-top:20px;
	}
#footer ul{
	list-style:none;
	text-align:center;
	display:block;
	margin:0 35px;
	padding:0;
	}
#footer li{
	display:inline;
	margin:0 10px;
	text-align:center;
	line-height:34px;
	vertical-align:middle;
	}
#footer p{
	text-align:center;
	margin:10px auto;
	font-size:90%;

	}
/*--------------------------
もどるぼたん
----------------------------------*/
p.backbutton{
	display:block;
	margin:30px 20px 0 20px;
	padding:0 0 0 0;
	}
p.backbutton a{
	display:block;
	margin:0 auto;
		width:50px;
	height:20px;
	background-image:url(back_b.gif);
	background-repeat:no-repeat;
	text-decoration: none;
	}
p.backbutton span{
	display:none;
	}

/*---------------------------------
bookdvd_index
---------------------------------*/
.bookdvd_index{
	list-style:none;
	margin:25px 75px;
	padding:0;
	}
.bookdvd_index li{
	float:left;
	margin:5px;
	padding:0;
	}
/*---------------------------------
artivle_bnner
秘技コード掲示板に最新articleを表示
---------------------------------*/
.article_banner{
	margin:20px 15px 0 15px;
	border:3px solid #5097C5;
	position:relative;/*PIE.htcをIEで動作させるため*/
	
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	behavior: url(/assets/templates/PIE.htc);

	}
.article_banner h2{
	border:none;
	font-size:110%;
	background:#5097C5;
	margin:0 20px;
	background-image:none;
	padding:3px 3px 1px 3px;
	color:#FFFFFF;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	}
.article_banner .article_stamp{
	font-size:80%;
	padding:5px 3px 2px 3px;
	margin:0 20px;
	display:block;
	}
.article_banner .article_summary{
	margin:10px 20px 1.8em 20px;
	padding:0;
	}
.article_banner .article_summary img{
	padding-right:10px;
	}
.article_banner .article_footer{
	margin-right:20px;
	}
.article_banner_bottom{
	display:block;
	height:15px;
	}
	

/*about　の枠*/
.about{
	margin:15px 15px 0 15px;
	padding:20px 20px 10px 20px;
	background-image:url(contents_bg_top.gif);
	background-repeat:no-repeat;
	}
.about_bottom{
	margin:0 15px;
	padding:0 20px;
	display:block;
	clear:both;
	background-image:url(contents_bg_bottom.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	height:15px;
	}

.about p{
	line-height:140%;
	margin:10px 1em 3em 1em;
	}

/*---------------------------------
  company_profile
---------------------------------*/	
.company_table{
	margin:20px 5px;
	line-height:130%;
	}
.company_table th{
	border-bottom:dashed 1px #BFD9EA;
	padding:5px 15px 5px 5px;
	text-align:left;
	font-weight:normal;
	vertical-align:top;
	color:#454545;
	}
.company_table td{
	border-bottom:dashed 1px #BFD9EA;
	padding:5px 5px;
	text-align:left;
	vertical-align:top;
	}
	
/*---------------------------------
  link
---------------------------------*/
#container #contents .about .link
	{
	list-style-image:none;
	list-style-type:none;
	margin: 0 0 3em 10px;
	padding: 0;
	color: #333333;
	}
.link li{
	margin:0 0 3px 0;
	padding: 2px 0; 
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #BFD9EA;
	}
.link a{
	border-right: solid 1px #4F97C5;
	padding-right: 5px;
	margin-right: 5px;
	}
	
/*---------------------------------
  privacy
---------------------------------*/	
.about ol{
	margin:0 0em 3em 3em;
	}
.about ul{
	margin:0 0em 3em 3em;
	list-style-image:url(list_mark02.gif);
	vertical-align:middle;
	}
	
.about ol ul,
.about ul ul{
	margin:0.5em 1em 1em 2em;
	}
.about li{
	margin-bottom:0.5em;
	margin-top:0.3em;
	line-height:130%;
	}
.about li li{
	margin-bottom:0.2em;
	}

/*---------------------------------*/
/*download　の枠*/
/*---------------------------------*/	
.download{
	margin:15px 15px 0 15px;
	padding:20px 20px 10px 20px;
	background-image:url(contents_bg_top.gif);
	background-repeat:no-repeat;
	}
.download_bottom{
	margin:0 15px;
	padding:0 20px;
	display:block;
	clear:both;
	background-image:url(contents_bg_bottom.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	height:15px;
	}
	

.download ul{
	margin:1em 0 1em 3em;
	list-style-image:none;
	list-style:none;
	vertical-align:middle;
	}
.download li{
	margin-bottom:1.5em;
	font-weight:bold;
	font-size:110%;
	background:url(download.gif) no-repeat;
	padding-left:32px;
	padding-top:3px;
	}
/*.download li a{
	border:solid 1px #BFD9EA;	padding:5px;
	}*/
.download dl {
	margin:10px 10px 10px 0;
	}
.download dt{
	margin-top:0px;
	margin-left:0;
	font-size:90%;
	
	}
.download dd{
	margin-top:0;
	margin-left:0;
	font-weight:normal;
	}

/*--------------------------------*/
/*おしらせ*/
/*-------------------------------*/

#contents div.banner{
	margin:15px 15px 11px 15px;
	padding:0;
}
#contents div.banner p{
	margin:0 0 4px 0;
	padding:0;
}
#contents div.banner p img{
	display:block;
	margin:0;
	padding:0;
}
/*top page　告知*/
.about_news{
	list-style:none;
	/*border:1px solid #4F97C5;
	border:1px solid #D9E8F2;*/
	margin:15px 15px 15px 15px;
	padding:0 0;
	background-color:#F4F2DC;/*kiiro*/
	}
.about_news p{
	line-height:110%;
	margin:0;
	padding:0;
	border-bottom:1px solid #FFF;
	}
.about_news a{
	display:block;
	font-weight:bold;
	/*border-bottom:2px dotted #016AA2;*/
	background-image:url(list_mark04.gif);/*02十字　01が田 03●　04■四つ 05■内▲　06■三つ*/
	background-repeat:no-repeat;
	background-position:12px center;/*14px;*/
	padding:6px 20px 6px 32px;
	/*padding:13px 20px 13px 32px;*/
	}

.about_news + .contents_title{
	padding-top:0;
}
.article_bottom + .contents_title,
.ar_bottom + .contents_title{
	padding-top:50px;
}
	
/*osirase page*/
table.businessday{
	border-width:2px 2px 1px 1px;
	border-color:#AAAAAA;
	border-style:solid;
	margin:10px auto;
	}
.businessday caption{
	text-align:left;
	padding:5px 0;
	font-weight:bold;
	color:#666666;
	}

.businessday td,
.businessday th{
	border-width:0 0 1px 1px;
	border-color:#AAAAAA;
	border-style:solid;
	text-align:center;
	font-weight:normal;
	padding:3px 5px;
	}

.businessday thead th{
	background-color:#73ACD1;
	color:#FFFFFF;
	font-weight:bold;
	}
.businessday tbody th{
	background-color:#F4F2DC;
	}
.businessday tbody tr.off th{
	background-color:#CEDDEF;
	}

