@charset "UTF-8";

body {
	padding: 0px;
	margin: 0px;
}

/* ie7 
*+html body {
	padding: 0px;
	margin: 0px;
	background: url(../images/g-bg.jpg) no-repeat center top;
}
*/
a:link {
	color: #996600;
	text-decoration: none;
}

a:visited { color: #996600; }

a:hover { color: #CC9933; }

a:active { color: #996600; }

h1 { font-size: medium; }

h2 { font-size: medium;}

h3 { font-size: small; }

h4 { font-size: small; }

h5 { font-size: x-small; }

h6 { font-size: xx-small; }

p {
	font-size: small;
	line-height:150%;
}

table {
	border-collapse: collapse;
	clear:both;
}

/*ーーーーーーーーーーー　　 #container　　ーーーーーーーーーーーーー*/

#container {
	margin-right: auto;
	margin-left: auto;
}

/*ーーーーーーーーーーー　　 #header　　ーーーーーーーーーーーーー*/
#header-bg {
	position: relative;
	background:url(../images/g-header_bg.png) repeat-x;
	height:118px;
}

#header {
	position: relative;
	width: 980px;
	height:70px;
	margin: auto;
	padding:10px 0 0;
	line-height:100%;
}
#header h1{
	float:left;
}

#header ul {
	position:absolute;
	top:50px;
	right:0px;
	width:400px;
}
#header ul li {
	position: relative;
	float: right;
	padding-left:15px;
	margin-left: 20px;
	text-align: right;
	font-size: 12px;
	white-space: nowrap;
	list-style: none;
	background: url(../images/navi_head01.png) no-repeat left center;
}

#logo { }

/*ーーーーーーーーーーーーー g-navi ーーーーーーーーーーーーー*/

#g-navi {
	position:relative;
	margin:auto;
	width:980px;
	height:34px;
	text-align:left;
}

#g-navi ul {
	padding-left:4px;
}

#g-navi li {
	float: left;
	padding: 10px 10px 0px;
	list-style: none;
}

/*ーーーーーーーーーーーーー contents-navi ーーーーーーーーーーーーー*/

.contents-navi { position:relative; }

ul.contents-navi {
	list-style:none;
	margin-bottom:20px;
}

ul.contents-navi li {
	position:relative;
	width:280px;
	background:#FAEABE url(../images/dot_li-bg_gr.png) repeat-y;
	margin-bottom: 10px;
	/* Firefox v3.5+ */
-moz-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	/* Safari v3.0+ and by Chrome v0.2+ */
-webkit-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+  and by Opera v10.5+ */
box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	-webkit-border-radius: 3px;
	border-radius: 3px;
	behavior: url("/PIE.htc");
}

ul.contents-navi li a {
	display:block;
	padding-bottom:10px;
	padding-left:10px;
	padding-top:10px;
}

ul.contents-navi li a:link { color:#000; }

ul.contents-navi li a:visited { color:#000; }

ul.contents-navi li a:hover {
	color: #CC9933;
	background:url(../images/dot_li-bg_gr.png) repeat-y #FFFFCC;
}

ul.contents-navi li a:active { color:#000; }

/*ーーーーーーーーーーー　　 #pankz　　ーーーーーーーーーーーーー*/

#pankz {
	height:20px;
	margin:0px 8px 20px 5px;
	background:url(../images/dot_bg_gr.png);
	padding:2px 2px 2px 12px;
	font-size:small;
	color:#999999;
}

/*ーーーーーーーーーーー　　 #contents　　ーーーーーーーーーーーーー*/

#contents {
	position: relative;
	margin: 20px auto auto;
	width: 980px;
	background: #fff;
}

/*ーーーーーーーーーーーーー g-img ーーーーーーーーーーーーー*/
#g-img {
	clear:both;
position:relative;
width:910px;
height:400px;
padding-top:20px;
padding-left:70px;;
margin:auto;
background:url(../images/g-img.png) no-repeat; }

.mov-thum {
	float:left;
	width:161px;
	height:130px;
	margin-right:10px;
	font-size:12px;
	line-height:110%;
	color:#CCC;
	}



#main-banner{
	width: 1000px;
	height:40px;
	margin: 5px auto auto;
}

#main-banner ul {
	margin-left:10px;
	}
#main-banner ul li{
	float:left;
	margin-left:3px;
	
	margin-right:3px;
	list-style:none;}
	

/*#movie-navi {
	width: 980px;
	margin: 0px auto auto;
	background:url(../images/movie-navi.png) no-repeat 0px -65px;
	border-bottom:5px solid #933;
	height: 60px;
}
	
#movie-navi ul li {
	float: left;
	margin:0px;
	padding:0px;
	list-style:none;
	text-indent:-9999px;
}
#movie-navi ul li a {
	width:81px;
	height:60px;
	display:block;
	border-right:1px solid #CCC;
}
#movie-navi ul li.top a.current,#movie-navi ul li.top a:hover { background: url(../images/movie-navi.png) no-repeat 0px 0px; }
#movie-navi ul li.mov01 a.current,#movie-navi ul li.mov01 a:hover { background: url(../images/movie-navi.png) no-repeat -82px 0px; }
#movie-navi ul li.mov02 a.current,#movie-navi ul li.mov02 a:hover { background: url(../images/movie-navi.png) no-repeat -164px 0px; }
#movie-navi ul li.mov03 a.current,#movie-navi ul li.mov03 a:hover { background: url(../images/movie-navi.png) no-repeat -246px 0px; }
#movie-navi ul li.mov04 a.current,#movie-navi ul li.mov04 a:hover { background: url(../images/movie-navi.png) no-repeat -328px 0px; }
#movie-navi ul li.mov05 a.current,#movie-navi ul li.mov05 a:hover { background: url(../images/movie-navi.png) no-repeat -410px 0px; }
#movie-navi ul li.mov06 a.current,#movie-navi ul li.mov06 a:hover { background: url(../images/movie-navi.png) no-repeat -492px 0px; }
#movie-navi ul li.mov07 a.current,#movie-navi ul li.mov07 a:hover { background: url(../images/movie-navi.png) no-repeat -574px 0px; }
#movie-navi ul li.mov08 a.current,#movie-navi ul li.mov08 a:hover { background: url(../images/movie-navi.png) no-repeat -656px 0px; }
#movie-navi ul li.mov09 a.current,#movie-navi ul li.mov09 a:hover { background: url(../images/movie-navi.png) no-repeat -738px 0px; }
#movie-navi ul li.mov10 a.current,#movie-navi ul li.mov10 a:hover { background: url(../images/movie-navi.png) no-repeat -820px 0px; }
#movie-navi ul li.mov11 a{ 
	border-right:none;
	width:77px; }
#movie-navi ul li.mov11 a.current,#movie-navi ul li.mov11 a:hover { background: url(../images/movie-navi.png) no-repeat -902px top; }*/


/*ーーーーーーーーーーー　　#left-contents　　ーーーーーーーーーーーーー*/
#left-contents {
	width:600px;
	float:left;
	position:relative;
}
h2 {
	background: url(../images/title_h2_bg.png) repeat-x bottom;
	border: 1px solid #CCC;
	padding: 8px;
	height: 30px;
	
	-webkit-border-radius: 3px;
	border-radius: 3px;
	/* Firefox v3.5+ */
-moz-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	/* Safari v3.0+ and by Chrome v0.2+ */
-webkit-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+  and by Opera v10.5+ */
box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	behavior: url("/PIE.htc");
}


/*ーーーーーーーーーーー　　#right-contents　　ーーーーーーーーーーーーー*/
#right-contents {
	position:relative;
	float:right;
	width:345px;
}

#right-contents h3 {
	background: repeat-xtop url(../images/title-right_h3_bg.png) repeat-x center;
	border: 1px solid #CCC;
	padding: 8px;
	margin-bottom: 15px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	/* Firefox v3.5+ */
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+  and by Opera v10.5+ */
	box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	behavior: url("/PIE.htc");
}

/*ーーーーーーーーーーー　　#center-contents　　ーーーーーーーーーーーーー*/
#center-contents {
	position:relative;
	margin:0px 8px 10px 5px;
}

#center-contents p { }

#center-contents h2 { }

#center-contents h3 { }

table {
	width:100%;
	margin-top: 20px;
}

th {
	padding:6px 6px 6px 15px;
	width:220px;
	border:5px solid #FFFFFF;
	font-size:small;
	text-align:left;
	background:#F0EBE5 url(../images/dot_li-bg_gr.png) repeat-y;
}

tr.table-title td {
	background:none #fcfcfc;
	text-align:center;
	border:5px solid #FFFFFF;
}

#center-contents .table-tel{ width:100px; }
#center-contents .table-business { width:160px; }

td {
	padding:6px;
	border:5px solid #FFFFFF;
	font-size:small;
	background:#F6F3EF;
}

/*ーーーーーーーーーーー　　#pankuzu　　ーーーーーーーーーーーーー*/	

#pankuzu {
	position:relative;
	margin:auto;
	text-align:left;
}

/*ーーーーーーーーーーー　　#footer　　ーーーーーーーーーーーーー*/	

#footer {
	position: relative;
	height:130px;
	margin: 0px auto;
	background: #000 url(../images/footer_bg.png) no-repeat;
}

#footer-navi {
	position:relative;
	width:980px;
	height:100px;
	margin:auto;
	margin-top:10px;
	font-size:small;
	color:#FFFFFF;
}
#footer-navi ul{
	/*float:left;
	width:245px;*/
	margin-top:10px;
	font-size:small;
	color:#FFFFFF;
}
#footer-navi ul li{
	float:left;
	margin:10px 20px 0 0;
	padding-left:15px;
	font-size:small;
	color:#FFFFFF;
	list-style:none;
	background:url(../images/navi_head02.png) left center no-repeat;
}

#footer-navi a:link { color:#FFFFFF; }

#footer-navi a:visited { color:#FFFFFF; }

#footer-navi a:hover { color: #CC9933; }

#footer-navi a:active { color:#FFFFFF; }


.copyright {
	width:200px;
	position:absolute;
	bottom:0px;
	right:0px;
	font-size:x-small;
	text-align:center;
	color: #999999;
}

/*ーーーーーーーーーーーーー
cms　information 
ーーーーーーーーーーーーー*/

#information,
#report {
	position:relative;
	margin-bottom:20px;
}

#report ul,
#report ol,
#information ul,
#information ol{ margin: 20px 20px 20px 40px; }




#report dl,
#information dl {
	clear:both;
	padding-top: 5px;
	padding-bottom:5px;
	border-bottom:1px solid #E9E9E9;
}

#report dt ,
#information dt {
	width:120px;
	padding-left:5px;
	float:left;
}

#report dd,
#information dd {
	float:left;
	width:370px;
}

.info-list {
	position:absolute;
	font-size:medium;
	top:10px;
	right:5px;
}


.info-list a:link {
	color: #ccc;
	text-decoration: none;
}

.info-list a:visited { color: #ccc }

.info-list a:hover { color: #CC9933; }


.info-list a:active { color: #ccc }



.repo-box{
	width:186px;
	height:200px;
	float:left;
	margin:7px;}
	
.repo-box h3{
	color:#630;
	line-height:120%;
	}
.repo-box h4{
	color:#999;
	font-size:10px;
	line-height:120%;}
	
.mov-area{}
.mov-box{
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
	display:block;
}
.mov-box img{
	margin-right: 10px;
}
.mov-box p{
	color:#630;
}
	

/*ーーーーーーーーーーー　　/cms　　ーーーーーーーーーーーーー*/

/*ーーーーーーーーーーー　　cms list　　ーーーーーーーーーーーーー*/
/* CMS */
#list { margin-bottom:40px; }

.top-dl {
	clear:both;
	margin-top:5px;
	margin-bottom:5px;
	width:950px;
	padding-top: 5px;
	border-bottom: 1px solid #CCCCCC;
}

.top-dl dt {
	float:left;
	margin-top:10px;
	margin-bottom:10px;
	width:80px;
}

.top-dl dd {
	float:left;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:20px;
	text-align:left;
}

.imgbox { padding-bottom: 10px; }

.top-dl dd.width-text {
	float:left;
	margin-top:10px;
	margin-left:10px;
	text-align:left;
	width: 700px;
}

.new { color:#FF0000; }

/*ーーーーーーーーーーー　　/cms list　　ーーーーーーーーーーーーー*/

/*ーーーーーーーーーーー　　トップ写真　　ーーーーーーーーーーーーー*/
.top-img {
	position:relative;
	
	margin:auto;
	width:940px;
	height:194px;
}

.top-illust {
	position:relative;
	width:327px;
	height:237px;
	bottom:0px;
	left:-37px;
	top:20px;
	margin-bottom: 20px;
}

/*ーーーーーーーーーーー　　banner　　ーーーーーーーーーーーーー*/


.banner a:link {
	position:relative;
	width:280px;
	height:120px;
	margin-bottom:20px;
	display:block;
	border:1px solid #CCCCCC;
	background-color:#fff;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	/* Firefox v3.5+ */
-moz-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	/* Safari v3.0+ and by Chrome v0.2+ */
-webkit-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+  and by Opera v10.5+ */
box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	behavior: url("/PIE.htc");
	
}

.banner a:visited { 
	position:relative;
	width:280px;
	height:120px;
	margin-bottom:20px;
	display:block;
	border:1px solid #CCCCCC;
	background-color:#fff;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	/* Firefox v3.5+ */
-moz-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	/* Safari v3.0+ and by Chrome v0.2+ */
-webkit-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+  and by Opera v10.5+ */
box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	behavior: url("/PIE.htc"); }

.banner a:hover {
	background-color:#FFFFCC;
	border:1px solid #CCCCCC;
}

.banner a:active { 
	position:relative;
	width:280px;
	height:120px;
	margin-bottom:20px;
	display:block;
	border:1px solid #CCCCCC;
	background-color:#fff;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	/* Firefox v3.5+ */
-moz-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	/* Safari v3.0+ and by Chrome v0.2+ */
-webkit-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+  and by Opera v10.5+ */
box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	behavior: url("/PIE.htc"); }

/*ーーーーーーーーーーー　　sec-box（セクション）共通スタイル　　ーーーーーーーーーーーーー*/	
.sec-box,
.sec-box-b {
	padding-bottom:20px;
	margin-bottom:20px;
	margin-top:20px;
	border-bottom:5px solid #fcfcfc;
}

.sec-box h3,
.sec-box-b h3{
	font-size:16px;
	margin-bottom:10px;
	font-weight:bold;
	color:#99CC00;
}

/*ーーーーーーーーーーー　　sec-box（セクション）　　ーーーーーーーーーーーーー*/	

.sec-box img {
	position:relative;
	float:left;
	margin-bottom:10px;
	margin-right:10px;
	border: 1px solid #fcfcfc;
	padding:1px;
	background:#FFFFFF;
	/* Firefox v3.5+ */
-moz-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	/* Safari v3.0+ and by Chrome v0.2+ */
-webkit-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+  and by Opera v10.5+ */
box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	-webkit-border-radius: 3px;
	border-radius: 3px;
	behavior: url("/PIE.htc");
}

/*ーーーーーーーーーーー　　sec-box-b（セクションb）　　ーーーーーーーーーーーーー*/	

.sec-box-b img {
	position:relative;
	float:right;
	border: 1px solid #fcfcfc;
	padding:1px;
	background:#FFFFFF;
	margin-bottom:10px;
	margin-left:10px;
	/* Firefox v3.5+ */
-moz-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	/* Safari v3.0+ and by Chrome v0.2+ */
-webkit-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+  and by Opera v10.5+ */
box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	-webkit-border-radius: 3px;
	border-radius: 3px;
	behavior: url("/PIE.htc");
}

/*ーーーーーーーーーーー　　.link-navi　　ーーーーーーーーーーーーー*/	


.link-navi { position:relative; }

.link-navi ul{
	list-style:none;
	margin-bottom:20px;
}

.link-navi ul li {
	position:relative;
	width:280px;
	font-size:14px;
	text-align:center;
	background:#FCFCFC url(../images/dotline_bg_gr.png) repeat-x bottom;
	margin-bottom: 10px;
	/* Firefox v3.5+ */
-moz-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	/* Safari v3.0+ and by Chrome v0.2+ */
-webkit-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+  and by Opera v10.5+ */
box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	-webkit-border-radius: 3px;
	border-radius: 3px;
	behavior: url("/PIE.htc");
	
}

.link-navi ul li a {
	display:block;
	padding:6px;
}

.link-navi ul lii a:link { color:#000; }

.link-navi ul li a:visited { color:#000; }

.link-navi ul li a:hover {
	background:#FFFFCC url(../images/dotline_bg_gr.png) repeat-x bottom;
}

.link-navi ul li a:active { color:#000; }

/*ーーーーーーーーーーー　　お問い合わせ　　ーーーーーーーーーーーーー*/	
.tel-box {
	float:right;
	position:relative;
	width:220px;
	border: 2px solid #CCCCCC;
	padding: 10px;
	margin-right: 20px;;
	margin-bottom: 20px;
	margin-top:20px;
	text-align:center;
	/* Firefox v3.5+ */
-moz-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	/* Safari v3.0+ and by Chrome v0.2+ */
-webkit-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+  and by Opera v10.5+ */
box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	-webkit-border-radius: 3px;
	border-radius: 3px;
	behavior: url("/PIE.htc");
}
.tel-box h3{
	font-size:18px; 
	font-weight:bold; 
	margin:5px;
}
table.inquiry th {
	text-align:right;}
table.inquiry img.must {
	float:left;}
.inquiry-title p{
	margin:15px;
	font-size:medium;
}

#map_canvas{
	margin:5px;
	width:300px;
	height:240px;
	
	}
.illust-s{ background: url(../images/illust_s.png) no-repeat right bottom;
border:none;}

/*ーーーーーーーーーーー　　privacy プライバシー　　ーーーーーーーーーーーーー*/	
.privacy h3{
	margin-top:20px;}


/*ーーーーーーーーーーー　　other 共通項目　　ーーーーーーーーーーーーー*/	

.shadow {
	position:relative;
	/* Firefox v3.5+ */
-moz-box-shadow:0px 0px 10px rgba(0,0,0,0.6);
	/* Safari v3.0+ and by Chrome v0.2+ */
-webkit-box-shadow:0px 0px 10px rgba(0,0,0,0.6);
	/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+  and by Opera v10.5+ */
box-shadow:0px 0px 10px rgba(0,0,0,0.6);
	behavior: url("/PIE.htc");
}


.radius {
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.float-left { float: left; }

.float-right { float: right; }

.margintop-s { margin-top: 10px; }

.clear { clear: both; }

.page-top {
	clear:both;
	text-align:right;
	border-bottom: 1px dashed #996666;
	top:70px;
	margin-bottom:40px;
	font-size:small;
}

.widht100 { width:100px; }

.widht120 { width:120px; }

.widht140 { width:140px; }

.widht160 { width:160px; }

.widht180 { width:180px; }

.widht200 { width:200px; }
.thishp {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 240px;
	font-size: 11px;
	line-height: 160%;
	color: #155215;
}

/*-----------------------------------------
2013年10月　追記
-----------------------------------------*/
#head-banner{
	width:980px;
	margin:10px auto;
	list-style:none;
}

#head-banner li{
	position:relative;
	line-height:50px;
	text-align:center;
	background:#000;
	background: -moz-linear-gradient(top, #333333, #000000);
	background: -webkit-gradient(linear, center top, center bottom, from(#333333), to(#000000));
	background: -webkit-linear-gradient(top, #333333, #000000);
	background: linear-gradient(top, #333333, #000000);
	background: linear-gradient(to bottom, #333333, #000000);
	-pie-background: linear-gradient(top, #333333, #000000);
	behavior: url("http://toko21.sakura.ne.jp/24tenji_new/PIE.htc");
}

#head-banner li a{
	display:block;
	width:976px;
	height:50px;
	color:#fff;
	font-size:40px;
	font-weight:bold;
	border:2px solid #aaa;
}

#head-banner li a:hover{
	border:2px solid #9b161a;
}

.expo-info{
	text-align:center;
	list-style:none;
}

.expo-info li img{
	border:2px solid #aaa;
}

.expo-info li img:hover{
	border:2px solid #9b161a;
}

#movie-navi{
	width:980px;
	margin:0 auto;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	font-size:12px;
}

#movie-navi ul{
	list-style:none;
	overflow:hidden;
}

#movie-navi li{
	float:left;
	width:244px;
	height:35px;
	line-height:35px;
	background:#fff;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}

#movie-navi li a{
	position:relative;
	display:block;
	width:229px;
	height:35px;
	padding:0 0 0 10px;
	color:#808080;
	border-left:5px solid #ccc;
	background: -moz-linear-gradient(top, #fff, #ebebeb);
	background: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#ebebeb));
	background: -webkit-linear-gradient(top, #fff, #ebebeb);
	background: linear-gradient(top, #fff, #ebebeb);
	background: linear-gradient(to bottom, #fff, #ebebeb);
	-pie-background: linear-gradient(top, #fff, #ebebeb);
	behavior: url("http://toko21.sakura.ne.jp/24tenji_new/PIE.htc");
}

#movie-navi li a.current,#movie-navi li a:hover{
	position:relative;
	color:#9b161a;
	border-left:5px solid #9b161a;
	background: -moz-linear-gradient(top, #ebebeb, #fff);
	background: -webkit-gradient(linear, center top, center bottom, from(#ebebeb), to(#fff));
	background: -webkit-linear-gradient(top, #ebebeb, #fff);
	background: linear-gradient(top, #ebebeb, #fff);
	background: linear-gradient(to bottom, #ebebeb, #fff);
	-pie-background: linear-gradient(top, #ebebeb, #fff);
	behavior: url("http://toko21.sakura.ne.jp/24tenji_new/PIE.htc");
}

#top-banner{
	position:relative;
	width:600px;
	height:85px;
	background:url(../images/top-banner-bg.png) no-repeat;
}

#top-banner ul{
	position:absolute;
	width:500px;
	top:45px;
	left:110px;
	list-style:none;
}

#top-banner li{
	float:left;
	margin:0 30px 0 0;
}



