@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	margin: 0px;
	padding: 0px;
	color: #444444;
	font-size: 10pt;
	line-height: 1.4;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Arial, sans-serif;
/*	background-color: #e4f2ff;
	background-color: #d3f1ff; */
	text-align: center; /* ŒÃ‚¢IE‘Îô */
/*	background-image: url(./img/bg3.gif) ; */

	background: #e4f2ff url(/img/bg_sky.gif) repeat-x fixed;
	_background-attachment: scroll;
}


ul {
	list-style:none;
}



a { color: #0066CB; }
a:hover{ margin:0; padding:0; color:red ;}
a:active{ margin:0; padding:0; color:red ;}


.a_select{ text-decoration:none; color:#333; }
a:hover.a_select  span { background-color:#D1E1FA; color:#333; cursor:pointer; }
a:link.a_select  span { color:#333; text-decoration:none;}
a:visited.a_select  span { color:#333; text-decoration:none;}
div.div_select a:hover { background-color:#D1E1FA; color:#333; border:1px solid skyblue ; cursor:pointer;  }



img { margin:1px; padding:0; background:#transparent; border-style: none; }

.imgleft { text-align:left;margin:2px; float:left;}


.navy { color:navy; }
.orange { color:chocolate;}
.green { color:darkgreen;}
.silver { color:darksilver;}
.red { color:red;}
.mini { font-size:8pt; line-height:120%;}
.normal { font-size:10pt; line-height:120%;}
.big { font-size:12pt; }

.tc { text-align:center; }
.tr { text-align:right; }
.tl { text-align:left; }

.strong { font-weight: bold; }



.hr_none { height:10px;  color: white; background-color:transparent; border:none; clear:both;visibility:hidden;}
.hr_none2 { height:20px;  color: white; background-color:transparent; border:none; clear:both;visibility:hidden;}
.hr_none3 { height:5px;  color: white; background-color:transparent; border:none; clear:both;visibility:hidden;}


.display_none {
	display:none;
}

h3 {
	color:brown;
}



.h3_shop {
	font-weight:bold;font-size:12pt;color:brown;background:url(/img/arrow_circle.gif) no-repeat 2px 2px;;padding-left:20px;
}

.block {
	display:block;
}
.inline {
	display:inline;
}

.qa_box {
	margin:5px 3px;
	padding:10px;
	background-color:#F0F0F0;
	line-height:180%;
	list-style:none;
	text-align:left;
	border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;
}

.zig1 {
	background-color:#f9f9f9;
	padding:5px;
	margin:0px;
	border-bottom:1px solid #ccc;
}
.zig2 {
	background-color:#f0f0f0;
	padding:5px;
	margin:0px;
	border-bottom:1px solid #ccc;
}
.zig1 a:link {
	text-decoration: none;
}
.zig2 a:link {
	text-decoration: none;
}


.search{padding-top:3px}
.search .field{width:205px; font-size: 11px; line-height: 13px; margin-top:4px; margin-left:18px; padding-left:2px; border:0; color:#b3b19d; text-transform: uppercase; background:#fff}
.search .btnp {float: left; display: inline;}
.search .btnp input{
	width:29px; 
	height:22px;
	font-size: 0; 
	line-height: 0px;
	text-indent: -4000px;
	background:url(img/go.gif);
	float: left;
	display: inline;
	cursor:pointer;
	border:0;
}
.search .fld{width:228px; height:22px; background:url(img/fld.gif); float: left; display: inline;}

.input {
	background-color:#FFFDEE;
	border: 1px solid #999;
	padding:2px;
	line-height:150%;
}





/*********************************************************************
header + footer
*********************************************************************/

#header {
	background-color:#ffffff;
	text-align:left;
	padding: 0;
	width:940px;
	margin:0px 15px 0 15px;
	border:1px solid #fff;
	border-radius:3px 3px 10px 10px;-webkit-border-radius:3px 3px 10px 10px;-moz-border-radius:3px 3px 10px 10px;

}

.p0 {
	background-color:#DDEEF6;
	padding:18px;
	text-align:left;
	overflow:hidden;
	border-radius:0px 0px 10px 10px;-webkit-border-radius:0px 0px 10px 10px;-moz-border-radius:0px 0px 10px 10px;
}

#footer {
	border-top:1px solid #fff;
	background-color:#f4f4ff;
}


#container {
	width:960px;
	margin:0px auto;
	padding:0px;
	/*background-image: url(./img/bg1.gif);
	background-repeat: repeat-y;*/
/*
	border-left:1px solid #eee;
	border-right:1px solid #eee;
*/
}

#container2 {
	background: url(/img/bg_white.png);
	_background: #fff;
	background: rgba(255,255,255,.7);
	background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(rgba(255,255,255,.6)), to(rgba(255,255,255,.9)));
	background: -moz-linear-gradient(left, rgba(255,255,255,.6) 0%, rgba(255,255,255,.9) 100%);
	-webkit-box-shadow: 1px 1px 3px rgba(150,150,150,.5);
	-moz-box-shadow: 1px 1px 3px rgba(150,150,150,.5);
	box-shadow: 1px 1px 3px rgba(150,150,150,.5);
	border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;
	padding-top:5px;
	border:1px solid #fff;
	width:940px;
	margin:5px 15px 0 15px;
	text-align:left;
}

#header_navi {
	text-align:right;
	color:silver;
	padding-right:10px;
	margin:0;
	float:right;
	width:500px;
}

#header .navi a{
	color:black;
}


#header .logo {
	margin-left:5px;
	margin-top:2px;
	float:left;
}


#header h1 {
	font-size:9pt;
	color:silver;
	display:block;
}

#header .bookmark {
	float:right;
	text-align:right;
	clear:right;
	padding-right:5px;
}
#header .search {
	float:right;
	text-align:right;
	clear:right;
}



.trfr { float:right;text-align:right; }
.trfl { float:right;text-align:left; }
.tlfl { float:left;text-align:left; }


/********** btn **********/

.btn_orange {
	border:1px solid #c0c0c0;
	background-color:gold;
	margin:0px;
	padding:8px;
	color:#f45e0b;
	font-weight:bold;
	font-size:12pt;
	text-align:left;
	background-image: url(./img/orange_bg2.jpg);
	background-repeat: repeat-x;
	background-position: 0px;
	border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;

}

a:hover .btn_orange {
	background-image: url(./img/orange_bg.jpg);
	background-repeat: repeat-x;
	color:skyblue;
}


.btn_black {
	border:1px solid #c0c0c0;
	background-color:#ddd;
	margin:0px;
	padding:8px;
	color:#f45e0b;
	font-weight:bold;
	font-size:10pt;
	text-align:left;
	background-image: url(./img/th_bg.gif);
	background-repeat: repeat-x;
	background-position: 0px;
	border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;

}

a:hover .btn_black {
	background-image: url(./img/btn_black2.gif);
	background-repeat: repeat-x;
	color:skyblue;
}

.btn_blue {
	border:1px dotted #c0c0c0;
	background-color:#f0f0ff;
	margin:0px;
	padding:8px;
	color:#f45e0b;
	font-weight:bold;
	font-size:10pt;
	text-align:left;
	background-image: url(./img/blue_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px;
	border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;

}

a:hover .btn_blue {
	background-image: url(./img/blue_bg2.jpg);
	background-repeat: repeat-x;
	color:skyblue;
}

/********** header_menu **********/
hr.header_line{
	border:3px solid #ddd;
	margin:0 5px;
/*	background-image: url(./img/line.gif);
	width:645px;
	height:25px;
	border:0px;
*/
}
#header_menu{
	/*background-image: url(./img/bg_header_menu.gif);*/
	background-image: url(./img/header_menu.gif);
	height:38px;
	border-bottom:1px solid #ddd;
}

#header_menu li {
	display:inline;
	border-right:1px solid #eee;
	font-size:10pt;
	font-weight:bold;
}
#header_menu li a{
	text-decoration:none;
	color:darkorange;
}

#header_menu #menu1 a{
	float:left;
	background: url(/img/asterisk_orange.png) no-repeat 10px 5px;
	width:122px;
	height:38px;
	border-right:1px solid #ddd;
}
#header_menu #menu1 a:hover{
	/*background-image: url(./img/header_menu1a.gif);*/
}

#header_menu #menu2 a{
	float:left;
	/*background-image: url(./img/header_menu1.gif);*/
	width:122px;
	height:38px;
	border-right:1px solid #ddd;
}
#header_menu #menu2 a:hover{
	/*background-image: url(./img/header_menu1a.gif);*/

}

#header_menu #menu3 a{
	float:left;
	width:138px;
	height:38px;
	border-right:1px solid #ddd;
}
#header_menu #menu3 a:hover{
	/*background-image: url(./img/header_menu1a.gif);*/
}

#header_menu #menu4 a{
	float:left;
	/*background-image: url(./img/header_menu1.gif);*/
	width:102px;
	height:38px;
	border-right:1px solid #ddd;
}
#header_menu #menu4 a:hover{
	/*background-image: url(./img/header_menu1a.gif);*/
}

#header_menu #menu5 a{
	float:left;
	/*background-image: url(./img/header_menu1.gif);*/
	width:102px;
	height:38px;
	border-right:1px solid #ddd;
}
#header_menu #menu5 a:hover{
	/*background-image: url(./img/header_menu1a.gif);*/
}

#menu_shop a{
	float:right;
	background-image: url(./img/header_shop1.gif);
	width:260px;
	text-indent:-9999px;
	height:38px;
	background-repeat:no-repeat;
}
#menu_shop a:hover{
	background-image: url(./img/header_shop1a.gif);
	width:260px;
	text-indent:-9999px;
	height:38px;
	background-repeat:no-repeat;
}

#header_menu #menu_blank {
	float:left;
	/*background-image: url(./img/bg_header_menu.gif);*/
	width:102px;
	text-indent:-9999px;
	height:38px;
}

/*********************************************************************
frame
*********************************************************************/



.center_side {
	width:920px;
	text-align:left;
	margin:15px;
}



.left_side {
	width:570px;
	float:left;
	text-align:left;
	padding-left:10px;
}
.right_side {
	width:350px;
	float:left;
	text-align:left;
	padding-left:10px;
}


.right_side2 {
	text-align:right;
}

.left_side3 {
	width:660px;
	float:left;
	text-align:left;
	padding-left:10px;
}
.right_side3 {
	width:260px;
	float:left;
	text-align:left;
	padding-left:10px;
}


.box_right {
	float:right;
	text-align:left;
}
.box_white {
	background-color:#fff;
	padding:3px;
}


/*********************************************************************
body
*********************************************************************/
.pankuzu {
	height:25px;
	background-repeat: repeat-x;
	font-size:12pt;
	color:#888;
	margin:5px;
	padding:5px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}

.pager {
	padding:5px;
	font-weight:bold;
	font-size:150%;
	text-align:center;
	clear:both;
}
.pager a {
	font-size:140%;
	color:navy;
}


.blue_mini_box2 {
	border:1px solid silver;
	font-size:8pt;
	color:navy;
	background-color:#ecf0fd;
	margin:2px;
	padding:2px;
}
.blue_mini_box {
	font-size:9pt;
	color:blue;
	background-color:#eeeeff;
	margin:2px;
	padding:2px;
}

.pink_mini_box {
	font-size:9pt;
	color:red;
	background-color:#ffeeee;
	margin:2px;
	padding:2px;
}

dl.prefecture  {
	float:left;
	width:500px;
}

.prefecture dt {
	font-weight: bold;
	color:brown;
	margin:0 4px;
	padding-left: 4px;
	width: 90px;
	background-image: url(./img2/h_a1.jpg);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	font-size:10pt;
	text-align:left;
	float:left ;
	height:30px;
	display:block;

}


.prefecture dd {
	font-weight: bold;
	color:#eee;
	font-size:10pt;
	height:30px;
}

.city_box {
	border:1px solid #ddd;
	padding:10px;
	margin:0;
	background-color:#fff;
	border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;
}

.city dd {
	color:#eee;
	font-size:10pt;
	font-weight:bold;
	line-height:150%;
	display:block;
}


.city dt {
	font-weight: bold;
	color:brown;
	margin:0 4px;
	padding-left: 4px;
	width: 90px;
	float:left ;
	background-image: url(./img2/h_a1.jpg);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	font-size:10pt;
	text-align:left;
	clear:left;
	display:block;

}

.rad5 {
	border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;
}
.rad10 {
	border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;
}
.pickup {
	border:2px solid #eee;
	width:200px;
	height:120px;
	color:gray;
	font-size:9pt;
	margin:5px;
	padding:2px;
	float:left;
}

.pickup a:hover{
	background-color:#ccc;
}

.pickup h2{
	color:#7CBA25;
	font-size:10pt;
	font-weight:bold;
}

.pickup h2 a{
	color:#7CBA25;
	font-size:10pt;
	font-weight:bold;
}


.category dt {
	font-weight: bold;
	color:brown;
	margin:4px 4px 4px 8px;
	padding-left: 14px;
	background-image: url(./img2/h_a1.jpg);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	font-size:11pt;

}
.category dd {
	color:#eee;
	margin:4px 4px 4px 18px;
	font-size:10pt;
}

.category .comment1 {
	font-size:9pt;
}

table.tbl_form2 {
	border-collapse:collapse;
	border : 1px solid #ccc;
	border-spacing: 0px;
	border-padding: 0px;
	margin:0 auto;
}
table.tbl_form2 td {
	background-color:#fff;
	padding:10px;
	border : 1px solid #ccc;
	font-size:11pt;
	vertical-align:top;
}
table.tbl_form2 th {
	background-color:#F4F2F4;
	padding:4px;
	border : 1px solid #ccc;
	font-size:11pt;
	font-weight:bold;
	color:#555;
	text-align:left;
	vertical-align:top;
}



table.tbl3 {
	border-collapse:collapse;
	border : 1px solid #ccc;
	border-spacing: 2px #fff;
	border-padding: 2px #fff;
	margin:0 auto;
}
table.tbl3 th {
	background-color:#C6E2EE;
	margin:4px;
	padding:8px 4px;
	font-size:11pt;
	vertical-align:top;
	border-bottom:1px dashed #fff;
}
table.tbl3 td {
	background-color:#E9F2F7;
	margin:4px;
	padding:8px 4px;
	font-size:9pt;
	vertical-align:top;
	text-align:left;
	border-bottom:1px dashed #ccc;
}


table.tbl4 {
	border-collapse:collapse;
	border : 1px solid #ccc;
	margin:0 auto;
}
table.tbl4 th {
	background-color:#f6f6f6;
	margin:4px;
	padding:8px 4px;
	font-size:11pt;
	vertical-align:top;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd ;
	font-weight:bold;
}
table.tbl4 td {
	background-color:#fff;
	margin:4px;
	padding:8px 4px;
	font-size:9pt;
	vertical-align:top;
	text-align:left;
	border-bottom:1px solid #ddd
}

table.tbl5 {
	border-collapse:collapse;
	border : 1px solid #ccc;
	border-spacing: 2px #fff;
	border-padding: 2px #fff;
	margin:0 auto;
}
table.tbl5 th {
	background-color:#f6f6f6;
	margin:4px;
	padding:8px 4px;
	font-size:11pt;
	vertical-align:top;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd ;
	font-weight:bold;
	text-align:center;
}
table.tbl5 td {
	border-right:1px solid #ddd ;
	background-color:#fff;
	margin:4px;
	padding:8px 4px;
	font-size:11pt;
	vertical-align:top;
	text-align:left;
	border-bottom:1px solid #ccc
	font-weight:bold;
	text-align:center;
}


.tbl10	{
	border-collapse:collapse;
	border-spacing: 2px #fff;
	border-padding: 2px #fff;
	border: 1px solid #b6d2de;
	font-size:10pt;
}
.tbl10 th	{
	padding:4px;
	border: 1px solid #fff;
	background-color:#b6d2de;
	color: #333;
}
.tbl10 td	{
	padding:4px;
	border: 1px solid #fff;
	background-color:#eaf3fa;
	color: #333;
}




.hr1 {
   border-width: 1px 0px 0px 0px; /* ‘¾‚³ */
   border-style: solid; /* üŽí */
   border-color: #ddd; /* üF */
   height: 1px; /* ‚‚³ */

}

.hr2 {
   border-width: 1px 0px 0px 0px; /* ‘¾‚³ */
   border-style: dashed; /* üŽí */
   border-color: #ccc; /* üF */
   height: 1px; /* ‚‚³ */
}

.hr3 {
   border-width: 1px 0px 0px 0px; /* ‘¾‚³ */
   border-style: solid; /* üŽí */
   border-color: skyblue; /* üF */
   height: 1px; /* ‚‚³ */

}

.hr4 {
   border-width: 1px 0px 0px 0px; /* ‘¾‚³ */
   border-style: dotted; /* üŽí */
   border-color: orange; /* üF */
   height: 1px; /* ‚‚³ */
}


hr.hr5 {

   border-width: 5px 0px 0px 0px; /* ‘¾‚³ */
   border-style: solid; /* üŽí */
   border-color: #eee; /* üF */
}

.th_bg1 {
	background:url(./img/th_bg.gif) repeat-x;
	background-color:#ECF2F4;
	padding:3px;
	height:30px;
}

.th_bg2 {
	background-color:#F3F2EE;
	color:gray;
	border:1px ridge pink;
}


.th_bg1 h2{
	padding:5px;
	font-size:11pt;
}

.right_url {
	text-align:right;
	color:green;
	font-weight:bold;
}

.harf1 {
	width:66%;
	float:left;
	padding:2px;
}
.harf3 {
	width:32%;
	float:left;
	padding:2px;
}
.harf3b {
	width:32%;
	float:left;
	padding:2px;
	border-left:1px solid #eee;
	border-top:1px solid #eee;
}
.harf3bc {
	width:30%;
	float:left;
	padding:3px;
	margin:3px;
	text-align:center;
	border:1px solid #eee;
}
.harf4bc {
	width:22%;
	float:left;
	padding:3px;
	margin:3px;
	text-align:center;
	border:1px solid #eee;
}
.harf2 {
	width:48%;
	float:left;
	margin-left:5px;
}
.ul_article li{
	margin:5px 15px;
	padding-left:20px;
	font-size:9pt;
	display:block;
	background:url(./img/arrow_circle.gif) no-repeat 3px 2px;
	line-height:180%;
	list-style:none;
}

.ul_article a{
	color:#7CBA25;
	font-size:10pt;
	font-weight:bold;
}

.ul_article2 li{
	margin:5px 15px;
	padding-left:20px;
	font-size:9pt;
	display:block;
	background:url(./img/arrow_circle2.gif) no-repeat 2px 2px;
	line-height:180%;
	list-style:none;
	border-bottom:1px dashed skyblue;

}

/*********************************************************************
shop_list
*********************************************************************/

.shop_list {
	height:50px;
	clear:both;
	margin:0 0 5px 0;
	background-color:#fff;

}


.shop_list h2 a{
	color:green ;
	
}

.shop_list2 {
	height:50px;
	clear:both;
}

.shop_detail {
	clear:both;
	margin:0;
	padding:2px 5px;
	margin:0;
	line-height:180%;
	background-color:#ffffff;
	text-align:left;
	border-top:6px solid #eee;
}

.shop_detail h3 {
	
}

.shop_detail_left {
	float:left; width:130px; height:100px; display:block; margin:5px; text-align:left; color:navy; font-size:7pt;
}
.shop_detail_right {
	float:left; width:500px; font-size:10pt;
}
.shop_pr {
	color:darkorange;
	font-size:10pt;
	padding:0 15px;
}
.shop_pr h3 {
	color:cornflowerblue;
	font-size:13pt;
	font-weight:bold;

}

.tbs {
	display:block;
	font-weight:bold;
	padding:2px 5px ;
	margin:4px;
	color:forestgreen;
}
.tbs strong {
	background-color:#ECF3DA ;
	font-weight:bold;
	text-align:center;
	color:darksilver;
	padding:2px 5px ;
	margin:2px;
}

.tbs2 {
	display:block;
	color:black ;
	font-size:7pt;
}
.tbs2 strong {
	font-size:10pt;
	color:red ;
	padding:0 5px ;
}

.imgbox {
	height:120px;
	width:120px;
	border:1px solid #eee;
}

.imgbox2 {
	
	display:block;float:left;
	padding:2px;margin-right:5px;width:120px;height:90px;
	overfllow:hidden;border:1px solid #CCC;
	background-color:#fff;
}

.imgbox3 {
	
	display:block;float:left;
	padding:2px;margin:2px;width:80px;height:60px;
	overfllow:hidden;border:1px solid #CCC;
	background-color:#fff;
}
.imgbox4 {
	
	display:block;float:left;
	padding:2px;margin-right:5px;width:320px;height:240px;
	overfllow:hidden;border:1px solid #CCC;
	background-color:#fff;
}

.function {
	height:25px;
	background-image: url(./img/bg_rdhead_title.gif);
	border-bottom:1px solid #ccc;
	clear:both;
}

.shop_list .bookmark {
	width:110px;
	height:25px;
	background-image: url(./img2/bookmark.gif);
	background-repeat: no-repeat;
	background-position: right bottom;

}

.shop_info {
	background-color:#EFF3DF ;
	font-size:8pt;
	color:black;
	padding:2px;
	font-weight:normal;
	width:50%;
	float:center;
}
.shop_info2 {
	font-size:8pt;
	color:black;
	padding:2px;
	font-weight:normal;
}
.shop_info_address {
	border-left:1px dashed silver;
	background-color:#ECF3DA ;
	font-size:8pt;
	color:black;
	width:360px;
	padding:4px;
	float:left;
}
.shop_info_etc {
	border-left:9px solid mediumseagreen;
	background-color:#ECF3DA ;
	font-size:8pt;
	color:black;
	width:240px;
	padding:2px;
	float:left;
}

dl.dl_shop_info {
	float:left ;
	padding:5px;
	width:350px;
	border:1px solid #f0f0f0
	line-height:120%;
}
dt.shop_info_access{
	font-size:8pt;
	font-weight:bold;
	color:black;
	border-bottom:1px solid skyblue;
	background-color:#eef4ff;
}
dd.shop_info_access {
	font-size:9pt;
	font-weight:normal;
	color:black;
	margin-left:20px;
	line-height:140%;

}
.shop_detail_bottom{
	height:84px;
	background-image: url(./img/shop_detail_bottom.gif);
	background-repeat: repeat-x;
	text-indent:-9999px;
	margin:0;
	padding0;
	border-bottom:1px solid #ccc;

}

/*********************************************************************
shop
*********************************************************************/

#shop_menu{
	height: 40px;
	background-image: url(./img/bg_rstdtl_navi.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#shop_menu li {
	display:inline;
	text-align:center;
}

#shop_menu li a{
	float:left;
	text-align:center;
	width:102px;
	height:46px;
}
#shop_menu li a:hover{
	background-image: url(./img/header_menu1a.gif);
}


.shop_tel {
	background-color:#ECF3DA ;
	font-size:15pt;
	color:black;
	padding:2px;
	float:right;
}

.shop_description {
	color:darkorange;
	font-size:11pt;
	padding:15px;
	font-weight:bold;
	line-height:160%;
}
.shop_description h3 {
	color:cornflowerblue;
	font-size:13pt;
	font-weight:bold;
}

.shop_description2 {
	color:black;
	font-size:11pt;
	padding:15px;
	font-weight:bold;
	line-height:160%;
}

/*********************************************************************
menu
*********************************************************************/


.menu_pickup dt{
	background-image: url(./img/menu_1.gif);
	width:212px;
	height:30px;
	text-indent:-9999px;
}
.menu_pickup dd{
	width:208px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.menu_pickup h3{
	font-size:11pt;
	font-weight:bold;
	color:gray;
	border-left:5px solid orange;
	padding:2px 0 2px 5px;
	background-color:ivory;
	margin:10px 0 5px 0;
}

.menu_pickup2 {
	width:210px;
	background-color:#ECE3CE;
	border:1px solid #ccc;

}

.menu_pickup2 .title{
	height:40px;
	background-image: url(./img/h3_12.gif);
	text-align:center;
	font-weight:bold;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-top:1px solid #fff;
	border-bottom:1px solid #DDDBD9;
}
.menu_pickup2 h3{
	background:url(./img/arrow_circle.gif) no-repeat 3px 2px;

}

.menu_pickup2 .main{
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	background-color:#ECE3CE;
	border-top:1px solid #fff;
	border-bottom:1px solid #DDDBD9;
	padding:10px;
}

.menu_pickup2 .main2{
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	background-color:#ECE3CE;
	border-top:1px solid #fff;
	padding:10px;
	background:url(./img/arrow_circle.gif) no-repeat 50px 2px;

}
.menu_pickup2 .sub{
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #DDDBD9;
	padding:10px;
	background-color:#F4F1EF;
	color:brown;
}



.menu_pickup3 {
	background-color:#DFEAEC ;
	margin:0 ;
}
.menu_pickup3 h3{
	color:navy;
	font-size:12pt;
	padding:4px;
}

.menu_pickup4 {
	background-color:#EFEFEF ;
	margin:0 ;
}
.menu_pickup4 h3{
	color:navy;
	font-size:12pt;
	padding:4px;
}

.menu_pickup5 {
	background-color:#fffddd;
	border:1px solid orange;
	line-height:150%;
/*	background:url(./img/bg_yellow.jpg) repeat-x; */

}

.menu_pickup5 .title{
	height:40px;
	background-image: url(./img/h3_12.gif);
	text-align:center;
	font-weight:bold;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-top:1px solid #fff;
	border-bottom:1px solid #DDDBD9;
}
.menu_pickup5 h3{
	background:url(./img/arrow_circle.gif) no-repeat 3px 2px;

}

.menu_pickup5 .main{
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	background-color:#EFEFEF;
	border-top:1px solid #fff;
	border-bottom:1px solid #DDDBD9;
	padding:10px;
}

.menu_pickup5 strong{
	font-weight:bold;
	padding-right:5px;
}


.menu_pickup5 .sub{
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #DDDBD9;
	padding:10px;
	background-color:#EFEFEF;
	color:brown;
}


.menu_pickup6 {
	background-color:aliceblue ;
	border:1px solid #88CFFB ;
	margin:0 ;
}
.menu_pickup6 h3{
	color:navy;
	font-size:10pt;
	padding:4px;
	border-bottom:1px solid #88CFFB ;
}

.pad5 { padding:5px; }
.pad10 { padding:10px; }
.pad5l { padding-left:5px; }
.pad10l { padding-left:10px; }
.pad5r { padding-right:5px; }
.pad10r { padding-right:10px; }

/*********************************************************************
menu
*********************************************************************/

.title1{
	background-image: url(./img/h_3.gif)  ;
	height:40px;
	background-repeat: repeat-x;
	margin:0;
	font-size:13pt;
	color:darksilver;
/*
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
*/
}
.title1 h2 {
	font-size:13pt;
	padding:5px 30px;
	background-image: url(./img/arrow_circle2.gif);
	background-repeat: no-repeat;
	background-position: 5px 15px;
	margin:0;
}


.title2{
	border-left:25px solid #F4C786;
	border-bottom:1px solid #F4C786;
	background-color:#F4F0E5;
	margin:0;
	padding:5px;
	font-size:14pt;
	color:darksilver;
	line-height:150%;
}

.title3{
	height: 40px;
	background-image: url(./img/bg_rstdtl_navi.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin:0;
	padding:5px;
	font-size:14pt;
	color:darksilver;
	
}



.title4{
	margin:0;
	font-size:13pt;
	color:darksilver;
	background-color:#eeeeee;
}
.title4 h2 {
	font-size:13pt;
	padding:10px 25px;
	background-image: url(./img/arrow_circle.gif);
	background-repeat: no-repeat;
	background-position: 5px 15px;
	margin-bottom:20px;

}



.title6{
	background-image: url(./img/h_6.gif)  ;
	height:55px;
	width:98%;
	background-repeat: repeat-x;
	margin:0;
	font-size:13pt;
	color:darksilver;
/*
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
*/
}
.title6 h2 {
	font-size:13pt;
	padding:10px 20px;
	background-image: url(./img/arrow_circle.gif);
	background-repeat: no-repeat;
	background-position: 5px 15px;

}

.title7 h3 {
	font-size:12pt;
	padding:10px 20px;
	background-image: url(./img/arrow2.gif);
	background-repeat: no-repeat;
	background-position: 5px 15px;
	background-color:#f5f5f5;
	border:none;
}


.title8 {
	border-left:5px solid #5599BB;
	background-color:#224466;
	margin:0;
	padding:8px;
	/*color:#5fa9ca*/
	color:white;
	border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;

}

.title8 strong{
	color:white;
}
.title8 h2{
	color:white;
	font-size:10pt;
	display:inline;
}
.title9 {
	background-image: url(./img/h_8.gif);
	background-repeat: repeat-x;
	padding-left:10px;
	border-left:5px solid navy;
	height:33px;
}
.description2 {
	background-image: url(./img/h_6.gif)  ;
	width:95%;
	background-repeat: repeat-x;
	margin:0;
	font-size:13pt;
	color:darksilver;
	border:1px solid #ccc;
	padding:10px;
	font-size:10pt;

}

.description2 h3 {
	font-size:13pt;
	padding:5px 25px;
	background-repeat: no-repeat;
	background-position: 5px 10px;
	background-image: url(./img/arrow_circle.gif);

}

.description3_box {
	border:5px solid white;
	background-color aliceblue;
	margin:0;
}

.description3 {
	background-image: url(./img/h_a2.gif)  ;
	background-repeat: repeat-x;
	margin:0;
	font-size:12pt;
	color:darksilver;
	border:1px solid skyblue;
	padding:10px;
	font-size:10pt;

}
.description3_hr {
	border:3px solid skyblue;
	margin:0;
}
.description3 h2 {
	font-size:13pt;
	padding:2px 25px;
	margin-bottom:10px;
	background-repeat: no-repeat;
	background-position: 5px 7px;
	background-image: url(./img/arrow_circle.gif);
	border-bottom:1px solid #fff;

}
.description3 h3 {
	font-size:12pt;
	padding:5px 25px;
	background-repeat: no-repeat;
	background-position: 0px 6px;
	background-image: url(./img/asterisk_orange.png);
}


.description4_box {
	border:8px solid oldlace;
	background-color:oldlace;
	margin:0;
}

.description4 {
	background-image: url(./img/h_a2.gif)  ;
	background-repeat: repeat-x;
	background-color:white;
	margin:0;
	font-size:12pt;
	color:darksilver;
	border:1px solid orange;
	padding:10px;
	font-size:10pt;

}
.description4_hr {
	border:3px solid orange;
	margin:0;
}
.description4 h2 {
	font-size:13pt;
	height:50px;
	padding:2px 25px;
	background-repeat: no-repeat;
	background-position: 5px 10px;
	background-image: url(./img/arrow_circle.gif);
}
.description4 h3 {
	font-size:12pt;
	padding:5px 25px;
	background-repeat: no-repeat;
	background-position: 5px 10px;
	background-image: url(./img/arrow_circle.gif);
}




.shop_description3 {
	color:black;
	font-size:12pt;
	padding:15px;
	font-weight:normal;
	line-height:140%;
}
.shop_description3 h3 {
	background-repeat: no-repeat;
	background-position: 2px 2px;
	background:url(/img/asterisk_orange.png) no-repeat 3px 2px;
	color:darkorange;
	padding:5px 0 5px 25px;
	height:25px;
	margin:0;
	font-size:13pt;
	background-color:#fafafa;
}

.shop_description4 {
	color:black;
	font-size:10pt;
	padding:15px;
	font-weight:bold;
	line-height:180%;
}
.shop_description4 h3 {
	background-repeat: no-repeat;
	background-position: 2px 2px;
	background:url(/img/asterisk_orange.png) no-repeat 3px 2px;
	color:navy;
	padding-left:25px;
	margin:0;
	font-size:13pt;
}


.shop_description5 {
	color:darkseagreen;
	font-size:12pt;
	padding:15px;
	font-weight:normal;
}
.shop_description5 h3 {
	color:cornflowerblue;
	font-size:13pt;
	padding:10px 20px;
	background-color:mintcream;
	background-image: url(./img/arrow_circle.gif);
	background-repeat: no-repeat;
	background-position: 5px 15px;

}

.shop_description5 {
	color:gray;
	font-size:10pt;
	padding:15px;
	font-weight:normal;
	line-height:180%;
}
.shop_description5 h3 {
	color:cornflowerblue;
	font-size:13pt;
	padding:10px 20px;
	background-image: url(./img/arrow_circle.gif);
	background-repeat: no-repeat;
	background-position: 5px 15px;
}


.shop_img {
	float:left ;
	padding:4px;
	margin:2px;
	text-align:center;
	width:31%;
}


.shop_img .comment {
	background-color:#f0f0f0;
	font-size:7pt;
}

.shop_img2 img{
	float:left ;
	padding:2px;
	margin:2px;
	text-align:center;
}


.hgreen1 {
	background-image: url(./img/h2g.gif);
	background-repeat: repeat-x;
	background-color:#a9d35b;
	padding:8px;
	font-weight:bold;
	color:white;
	font-size:9pt;
	display:inline;
	margin:0;
}
.hgreen1 a { color:white; }


.hgreen2 {
	background-image: url(./img/h2g.gif);
	background-repeat: repeat-x;
	background-color:#a9d35b;
	padding:8px;
	font-weight:bold;
	color:white;
	font-size:16pt;
	display:inline;
	margin:0;
}
.hgreen2 a { color:white; }

.hgreen3 {
	background-image: url(/img/h2g.gif);
	background-repeat: repeat-x;	background-color:#a9d35b;
	padding:8px;
	font-weight:bold;
	color:white;
	font-size:11pt;
	display:inline;
	margin:0 ;
}
.hgreen3 a { color:white; }


/*********************************************************************
article
*********************************************************************/

.article {
	color:gray;
	font-size:12pt;
	padding:15px;
	font-weight:normal;
	line-height:180%;
}

.article h2 {
	font-size:13pt;
	padding:10px 25px;
	background-image: url(./img/arrow_circle.gif);
	background-repeat: no-repeat;
	background-position: 5px 15px;

}

.article h3 {
	font-size:13pt;
	color:brown;
	border-bottom:1px dashed skyblue;

}


.article_left {
	width:70%;float:right;
}

.article_right {
	width:27%;float:left;
}

.s2_description2 {
	background-image: url(./img/h_6.gif)  ;
	width:95%;
	background-repeat: repeat-x;
	margin:0;
	font-size:13pt;
	color:darksilver;
	border:1px solid #ccc;
	padding:10px;
	font-size:10pt;
	text-align:left;
	float:left;

}
.s2_description2 h2 {
	font-size:14pt;
	padding:5px 5px;
	background-repeat: no-repeat;
}

.s2_description2 h3 {
	font-size:12pt;
	padding:5px 25px;
	background-repeat: no-repeat;
	background-position: 5px 10px;
	background-image: url(./img/arrow_circle.gif);
}


.s2_description3 {
	width:95%;
	background-repeat: repeat-x;
	margin:0;
	font-size:11pt;
	color:darksilver;
	padding:2px;
	font-size:10pt;
	text-align:left;
	float:left;

}

.s2_description3 h2 {
	font-size:11pt;
	padding:2px;
	background-repeat: no-repeat;
}


/*********************************************************************
p
*********************************************************************/

.p0_12 { font-size:12pt; }

.p1 { /*background:url(/img2/p.jpg) no-repeat;*/
	padding:0px 0px 0px 15px;
	font-family:"‚l‚r ƒSƒVƒbƒN", "Osaka|“™•";
	font-size:14px;
	line-height:1.5em;
	color:#333;
	font-weight:900;
}
.p2 {
	background:url(/img2/p2.jpg) no-repeat;
	padding:0px 0px 0px 15px;
	font-size:12px;
	line-height:2.0em;
	color:#333;
	font-weight:normal;
}
.p3 {
	background:url(/img2/p3.gif) no-repeat;
	padding:0px 0px 0px 5px;
	font-size:12px;
	line-height:2.0em;
	color:#555555;
	font-weight:bold;
}
.p3_b {
	background:url(/img2/p3.gif) no-repeat;
	padding:0px 0px 0px 15px;
	font-size:13px;
	line-height:2.0em;
	color:#555555;
	font-weight:bold;
}
.p3_1 {
	background:url(/img2/p3.gif) no-repeat;
	padding:0px 0px 0px 15px;
	font-size:12px;
	line-height:2.0em;
	color:#555555;
	font-weight:bold;
}
.p3_2 {
	background:url(/img2/p3.gif) no-repeat;
	padding:0px 0px 0px 15px;
	font-size:11pt;
	line-height:150%;
	color:#555555;
	font-weight:bold;
}
.p3_3 {
	background:url(/img2/p3.gif) no-repeat;
	padding:0px 0px 0px 15px;
	font-size:12px;
	line-height:2.0em;
	color:#555555;
	font-weight:normal;
}

.p3_4 a{
	padding:0px 0px 0px 5px;
	font-size:11px;
	line-height:2.0em;
	color:navy;
	font-weight:normal;
}

.ul_news li {
	list-style-type:none;
}
.p_30 {
	padding-left:30px;
}
.p4 {
	background:url(/img2/p4.jpg) no-repeat;
	padding:0px 0px 0px 15px;
	font-size:12px;
	line-height:1.5em;
	color:#333;
}
.p5 {
	background:url(/img2/p5.jpg) no-repeat;
	padding:0px 0px 0px 15px;
	font-size:12px;
	line-height:1.5em;
	color:#333;
}
.p6 {
	border:1px dotted #c0c0c0;
	background-color:#fff3cd;
	margin:0px;
	padding:8px;
	line-height:120%;
	color:#f45e0b;
	font-weight:bold;
	font-size:12pt;
	text-align:left;
}


.p6_1 {
	margin:10px;
	color:#f45e0b;
	font-weight:bold;	
}
.p6_2 {
	background-color:#fff3cd;
	margin:0px;
	padding:8px;
	line-height:120%;
	color:#f45e0b;
	font-weight:bold;
	block:inline;
	font-size:10pt;
}
.p6_3 {
	background-color:#fff3cd;
	margin:0px;
	padding:8px;
	line-height:120%;
	color:#f45e0b;
	font-weight:normal;
	block:inline;
	font-size:8pt;
}



.p7 {
	background-color:#ECF3DA;
	margin:0px;
	padding:8px;
	line-height:120%;
	color:#333;
	block:inline;
}
.p7_1 {
	background-color:#ECF3DA;
	margin:2px;
	padding:8px;
	line-height:120%;
	color:#333;
	block:inline;
	font-size:9pt;
	line-height:150%;
	border:1px dashed #CCD3AA;
}
.p7_2 {
	margin:2px;
	padding:8px;
	line-height:120%;
	font-size:9pt;
	color:darkolivegreen;
	line-height:150%;
}

.p7_3 {
	background-color:beige ;
	margin:2px;
	padding:8px;
	line-height:120%;
	color:#222266;
	block:inline;
	font-size:10pt;
	line-height:150%;
	border:1px solid palegoldenrod;
}


.p7_4 {
	background-color:floralwhite ;
	margin:2px;
	padding:8px;
	line-height:120%;
	color:#222266;
	block:inline;
	font-size:10pt;
	line-height:150%;
	border:1px solid gold;
}

.p7 a {
	color:#3599CD;
	font-weight:bold;
}
.p8 {
	font-size: small;
	line-height: 1.2em;
	color: #555;
	background-color: #FFF;
	padding: 8px;
	margin: 10px 30px 20px 20px;
	border: 1px dashed;
	border-color: #C69;
}
.p9 {
	background: url(/img2/ya_green.gif) no-repeat;
	font-size: 12px;
	line-height: 2em;
	padding:0 0 0 15px;
	background-position: left center;
}

.p10 {
	margin:5px 3px;
	padding-left:20px;
	font-size:9pt;
	display:block;
	background:url(./img/arrow_circle.gif) no-repeat 3px 2px;
	line-height:180%;
	list-style:none;
	text-align:left;
}
.p10_1 {
	margin:5px 3px;
	padding-left:20px;
	font-size:9pt;
	display:block;
	background:url(./img/ya_blue.png) no-repeat 3px 2px;
	line-height:180%;
	list-style:none;
	text-align:left;
}
.p10_2 {
	background:url(./img/arrow_circle.gif) no-repeat 5px 5px;
	margin:5px 3px;
	padding:5px 5px 5px 20px;
	font-size:9pt;
	display:block;
	background-color:#EAF1F7;	
	line-height:180%;
	list-style:none;
	text-align:left;
}
.p10_2 strong {
	font-weight:bold ;
	font-size:11pt;
}




.p10_3 {
	margin:5px 3px;
	padding-left:20px;
	font-size:9pt;
	display:block;
	background:url(./img/ya_pink.png) no-repeat 3px 2px;
	line-height:180%;
	list-style:none;
	text-align:left;
}

.p10_4 {
	margin:5px 3px;
	padding-left:20px;
	font-size:9pt;
	display:block;
	background-color:#EAF1F7;	
	line-height:180%;
	list-style:none;
	text-align:left;
}

.p10_5 {
	margin:5px 3px;
	padding-left:20px;
	font-size:9pt;
	display:block;
	background-color:#fffddd;	
	line-height:140%;
	list-style:none;
	text-align:left;
}



.p10_6 {
	margin:5px 3px;
	padding:10px;
	background-color:#F0F0F0;
	border:1px solid #e0e0e0;
	line-height:180%;
	list-style:none;
	text-align:left;
	border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;
}

.p10_6 a:hover { background-color:white; }

.p10_6 h3 {
	padding: 3px 0 3px 25px ;
	border-bottom:1px solid #ccc ;
	background-image: url(./img/arrow2.gif);
	background-repeat: no-repeat;
	background-position: 2px 7px;
	margin-right:8px;
}

.p10_6mini {
	font-size:10pt;
	margin:5px 3px;
	padding:5px;
	background-color:#F0F0F0;
	line-height:140%;
	list-style:none;
	text-align:left;
}

.p10_6mini h3 {
	font-size:10pt;
	padding: 3px 0 3px 5px ;
	border-bottom:1px solid #ccc ;
	margin-right:8px;
}



.shop_title {
	font-size:12pt;
	padding:10px 0px 10px 25px;
	background-image: url(/img/arrow2.gif);
	background-repeat: no-repeat;
	background-position: 5px 12px;
	background-color:#f5f5f5;
	border-bottom:1px solid #ccc;;
	
}



.shop_box {
	margin:0px;
	padding:10px;
	background-color:#fdfdfd;
	border:1px solid #e0e0e0;
	line-height:180%;
	list-style:none;
	text-align:left;
	border-radius:0px 0px 10px 10px;-webkit-border-radius:0px 0px 10px 10px;-moz-border-radius:0px 0px 10px 10px;
}

.shop_box a:hover { background-color:white; }

.shop_box h3 {
	padding: 3px 0 3px 25px ;
	border-bottom:1px solid #ccc ;
	background-image: url(./img/arrow2.gif);
	background-repeat: no-repeat;
	background-position: 2px 7px;
	margin-right:8px;
}





.p10_7 {
	margin:5px 3px;
	padding:10px;
	display:block;
	background-color:#EEEFFF;
	border:1px solid #DDDDFF;
	line-height:180%;
	list-style:none;
	text-align:left;
	border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;
}


.check{
	background-image: url(./icon/tick.png);
	background-repeat: no-repeat;
	background-position: 2px 10px;
	padding:8px 0px 5px 22px;
	margin-right:8px;
}



.text12 {
	padding:3px 3px 3px 3px;
	font-size:12px;
	line-height:1.3em;
	color:#333;
}

.etc_gray {
	font-size:8pt;
	color:#777;
}

.etc_green {
	font-size:8pt;
	color:olive;
}
.etc_red {
	font-size:8pt;
	color:red;
}




.navi .level1 a {
	display: block;
	border-bottom: 1px solid #cccccc;
	padding:6px;
	text-decoration: none;
	color: #804000;
	font-size : 12px;
	font-weight : bold;
}

.navi .level1 a.onlink {
	background-color: #f5f3e7;
}

.navi .level1 a:visited {
	text-decoration: none;
	color: #804000;
}

.navi .level1 a:hover {
	background-color: #fbfaf4;
}


.navi .level2 a {
	display: block;
	border-bottom: 1px solid #cccccc;
	width: 177px;
	padding:8px 8px 6px 25px;
	background: url(https://ssl.ac/common/img/icon-gray.gif) no-repeat;
	text-decoration: none;
	color: #804000;
	font-size : 13px;
	font-weight : normal;
}

.navi .level2 a.onlink {
	width: 177px;
	background-color: #f5f3e7;
	padding:8px 8px 6px 25px;
}

.navi .level2 a:visited {
	width: 177px;
	text-decoration: none;
	padding:8px 8px 6px 25px;
	color: #804000;
	font-size : 13px;
	font-weight : normal;
}

.navi .level2 a:hover {
	background-color: #fbfaf4;
}


.navi .level3 a {
	display: block;
	border-bottom: 1px solid #cccccc;
	width: 170px;
	padding:7px 0px 7px 40px;
	background: url(https://ssl.ac/common/img/icon-gray.gif) no-repeat;
	text-decoration: none;
	color: #804000;
	font-size : 13px;
	font-weight : normal;
	}

.navi .level3 a.onlink {
	width: 170px;
	background-color: #f5f3e7;
	padding:7px 0px 7px 40px;
	}

.navi .level3 a:visited {
	width: 170px;
	text-decoration: none;
	padding:7px 0px 7px 40px;
	color: #804000;
	font-size : 13px;
	font-weight : normal;
	}

.navi .level3 a:hover {
	background-color: #fbfaf4;
	}

.naviimges img{
	margin: 0 auto;
	text-align: center;
	}


.ad {
	width:250px;
	border:1px solid #ccc;
	text-align:center;
	background-color:#f5f2e9;
}

.ad_title {
	padding:5px;
	font-size:8pt;
	font-weight:bold;
	color:darksilver;
	background-color:#f5f2e9;
	margin-bottom:5px;
}



.note1 {
	border: 2px solid green;   /* ŠO˜g */
	padding: 10px;             /* “à‘¤‚Ì—]”’ */
	background-color: #ffffcc; /* ”wŒiF */
	color:black;
}

.note1 p, .note1 li {
	border-bottom:1px dashed olive;
	line-height: 25px;
	padding: 3px;
}


.note2 {
	border: 2px solid navy;   /* ŠO˜g */
	padding: 10px;             /* “à‘¤‚Ì—]”’ */
	background-color: #DDEEFF; /* ”wŒiF */
	color:black;
}

.note2 p, .note2 li {
	border-bottom:1px dashed silver;
	line-height: 25px;
	padding: 7px;
}

.note3 {
	border: 2px solid darkred;   /* ŠO˜g */
	padding: 10px;             /* “à‘¤‚Ì—]”’ */
	background-color: mistyrose; /* ”wŒiF */
	color:black;
}

.note3 p, .note2 li {
	border-bottom:1px dashed rosybrown;
	line-height: 25px;
	padding: 7px;
}



.station {
	margin:5px 3px;
	padding:10px;
	background-color:#f0fff0;
	border:1px solid olive;
	line-height:180%;
	list-style:none;
	text-align:left;
	border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;
}


/*********************************************************/


div.scrollingHotSpotLeft {
   /* The hotspots have a minimum width of 100 pixels and if there is room the will grow
    and occupy 15% of the scrollable area (30% combined). Adjust it to your own taste. */
   min-width:75px;
   width:10%; height:100%;
   /* There is a big background image and it's used to solve some problems I experienced
    in Internet Explorer 6. */
   background-image:url(/js/jquery/smoothdivscroll/images/big_transparent.gif);
   background-repeat:repeat;
   background-position:center center;
   position:absolute;
   z-index:200;
   left:0;
   /*  The first url is for Firefox and other browsers, the second is for Internet Explorer */
   cursor:url(/js/jquery/smoothdivscroll/images/move.cur), url(/js/jquery/smoothdivscroll/images/move.cur),w-resize;
}

/* Visible left hotspot */
div.scrollingHotSpotLeftVisible {
   background-image:url(/js/jquery/smoothdivscroll/images/arrow_left.gif);
   background-color:#fff;
   background-repeat:no-repeat;
   opacity:0.35; /* Standard CSS3 opacity setting */
   -moz-opacity:0.35; /* Opacity for really old versions of Mozilla Firefox (0.9 or older) */
   filter:alpha(opacity = 35); /* Opacity for Internet Explorer. */
   zoom:1; /* Trigger "hasLayout" in Internet Explorer 6 or older versions */
}

/* Invisible right hotspot */
div.scrollingHotSpotRight {
   min-width:75px;
   width:10%;
   height:100%;
   background-image:url(/js/jquery/smoothdivscroll/images/big_transparent.gif);
   background-repeat:repeat;
   background-position:center center;
   position:absolute;
   z-index:200;
   right:0;
   cursor:url(/js/jquery/smoothdivscroll/images/move.cur), url(/js/jquery/smoothdivscroll/images/move.cur),e-resize;
}
/* Visible right hotspot */
div.scrollingHotSpotRightVisible {
   background-image:url(/js/jquery/smoothdivscroll/images/arrow_right.gif);
   background-color:#fff;
   background-repeat:no-repeat;
   opacity:0.35;
   filter:alpha(opacity = 35);
   -moz-opacity:0.35;
   zoom:1;
}
/* The scroll wrapper is always the same width and height as the containing element (div).
   Overflow is hidden because you don't want to show all of the scrollable area.
*/
div.scrollWrapper {
   position:relative;
   overflow:hidden;
   width:100%; height:100%;
}
div.scrollableArea {
   position:relative;
   width:auto; height:100%;
}
.makeme {
   width:100%;      /* ƒEƒBƒ“ƒhƒEƒTƒCƒY‚¢‚Á‚Ï‚¢‚É */
   height:130px;   /* ‰æ‘œ‚Ì‚‚³ */
   position:relative;
   padding:7px 0px;
}

.makeme * {
   position:relative;
   float:left;
   margin:0; padding:0;
}

/****************************************************************************/
