@charset "utf-8";
/* CSS Document */

/******************** sample ************************/

.do .container table{	border: 5px solid;}
.do .container table td{	padding-bottom:10px;}

.do#taiken .container table,
.do#taiken .container table .item{	border-color: #BD724B;}
.do#eat .container table,
.do#eat .container table .item{	border-color: #83BFA7;}
.do#watch .container table,
.do#watch .container table .item{	border-color: #86BA49;}
.do#play .container table,
.do#play .container table .item{	border-color: #D7D621;}
.do#touch .container table,
.do#touch .container table .item{	border-color: #FE8E1F;}
.do#shopping .container table,
.do#shopping .container table .item{	border-color: #E34B95;}
.do#all .container table,
.do#all .container table .item{	border-color: #4A656A;}

.do#index #container_bg #do_bt{
	background-image:url(img/bg-bt-do.gif);
	height:83px;
	padding:0px 20px;
}

.do#taiken #container_bg #do_bt,
.do#eat #container_bg #do_bt,
.do#watch #container_bg #do_bt,
.do#play #container_bg #do_bt,
.do#touch #container_bg #do_bt,
.do#shopping #container_bg #do_bt,
.do#all #container_bg #do_bt{
	background-image:url(img/bg-bt-do.gif);
	height:73px;
	padding:0px 20px;
}

.do #container_bg #do_bt ul {	margin-left:0px; padding-left:0px;}
.do #container_bg #do_bt li {
	list-style-type: none;
	height: 73px;
	float: left;
}
.do #container_bg #do_bt a {	height: 100%;	text-indent: -9999px;	display: block;}
.do #container_bg #do_bt a:focus {	overflow: hidden;}

.do #container_bg #do_bt li.m01{	background: url(img/bt-do-01_f2.gif);	width:109px; }
.do #container_bg #do_bt li.m01 a{	background: url(img/bt-do-01.gif);	width:109px; }
.do #container_bg #do_bt li.m02{	background: url(img/bt-do-02_f2.gif);	width:109px; }
.do #container_bg #do_bt li.m02 a{	background: url(img/bt-do-02.gif);	width:109px; }
.do #container_bg #do_bt li.m03{	background: url(img/bt-do-03_f2.gif);	width:109px; }
.do #container_bg #do_bt li.m03 a{	background: url(img/bt-do-03.gif);	width:109px; }
.do #container_bg #do_bt li.m04{	background: url(img/bt-do-04_f2.gif);	width:109px; }
.do #container_bg #do_bt li.m04 a{	background: url(img/bt-do-04.gif);	width:109px; }
.do #container_bg #do_bt li.m05{	background: url(img/bt-do-05_f2.gif);	width:109px;}
.do #container_bg #do_bt li.m05 a{	background: url(img/bt-do-05.gif);	width:109px;}
.do #container_bg #do_bt li.m06{	background: url(img/bt-do-06_f2.gif);	width:110px; }
.do #container_bg #do_bt li.m06 a{	background: url(img/bt-do-06.gif);	width:110px; }

.do #container_bg #do_bt li a:hover{	background: none !important;}

/**------------- Menu Main now **/

.do#taiken #container_bg #do_bt li.m01 a{	background: url(img/bt-do-01_f2.gif);}
.do#eat #container_bg #do_bt li.m02 a{	background: url(img/bt-do-02_f2.gif);}
.do#watch #container_bg #do_bt li.m03 a{	background: url(img/bt-do-03_f2.gif);}
.do#play #container_bg #do_bt li.m04 a{	background: url(img/bt-do-04_f2.gif);}
.do#touch #container_bg #do_bt li.m05 a{	background: url(img/bt-do-05_f2.gif);}
.do#shopping  #container_bg #do_bt li.m06 a{	background: url(img/bt-do-06_f2.gif);}

/**------------- item **/
.do .container table td .item{
	border: 1px dashed;
	margin: 10px 0px 0px 12px;
	width: 175px;
	float: left;
	height: 190px;
	padding: 5px 10px;
	overflow: hidden;
}
.do .container table td .item .tl{
	display:block;
	background-color:#BD724B;
	padding:1px 5px;
	margin-top:3px;
	color: #fff;
}

.do .container table td .item .tl{
	display:block;
	padding:1px 5px;
	margin-bottom:3px;
	color: #fff;
}

.do#taiken .container table td .item .tl{	background-color: #BD724B;}
.do#eat .container table td .item .tl{	background-color: #83BFA7;}
.do#watch .container table td .item .tl{	background-color: #86BA49;}
.do#play .container table td .item .tl{	background-color: #D7D621;}
.do#touch .container table td .item .tl{	background-color: #FE8E1F;}
.do#shopping .container table td .item .tl{	background-color: #E34B95;}
.do#all .container table td .item .tl{	background-color: #4A656A;}

.do .container table td .item a;hover .tl{	background-color: #F66; !important}

