*{
	margin: 0;
	padding: 0;
}
ul {
	list-style: none;
}
p {
	font-size: 12px;	
}
body {
	background-image: url(images/backgroud1122.jpg);
	background-repeat: repeat-x;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	
}
/* Menu item containers, position children relative to this container and are a fixed width */
#navi {
	width: 100%;
	height: 29px;
	background-color:#efe;
}
#open {
	text-indent: 3em;
	display: inline;
}
#open img {
	border: none;
}
#open a {
	text-decoration: none;
	color: #000;
	font-weight: 900;
	font-size: 17px;
}
#cont{
	width: 950px;
	background-color: #fff;
	margin-top: 8px;
	margin-left: auto;
	margin-right: auto;
	border: solid 2px #ccc;
	margin-bottom: 5px;
	padding-bottom: 5px;
	overflow: hidden;
}
#header {
	color: #ccc;
}

#header p {
	font-size: 12PX !important;
	text-indent: 2em;
	line-height: 1.5em;
	background: #000;
}

#header img {
	
	border: none;
}
.topimg {
	margin-right: 70px;
}
.clear {
	clear:both;
}
#sale_link 
{
	padding-left: 20px;
}
#sale_link img{
	border: none;
}
#link{
	width: 700px;
}
img{
	border: none;
}
#footer {
	clear: both;
	text-align: right;
	background: #000;
	border-top: 15px solid #FFF;
	border-bottom: 15px solid #FFF;
}
#footer li {
	display: inline;
	font-size: smaller;
	margin: 2px;
}
#footer a {
	color: #ccc;
}

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	font-weight: 900;
	cursor: default;
	width: auto;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: center;
	cursor: pointer;
	width: 9em;
	float: left;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 8.2em;
	position: absolute;
	left: -1000em;
}
ul.MenuBarHorizontal li.outlet {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 13em;
	float: left;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 8.2em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 1px solid #ccc;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #efe;
	padding: 0.5em 0.75em;

	color: #333;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #33c;
	color: #FFF;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #33C;
	color: #FFF;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}
#main {
	float: left;
	width: 710px;
	margin-left: 7px;
	border-right: 1px solid #CCC;
}
#info {
	float: left;
	width: 220px;
	margin: 0 0 0 10px;
}
#j_gtr {
	margin-left: 8px;
	margin-top: 3px;
	margin-bottom: 3px;
	text-align: center;
}
#cont #j_gtr h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333;
}
#cont #j_gtr p {
	display: block;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
}
#cont #j_gtr p a img {
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 15px;
	margin-left: 2px;
}
#cont #link a img {
	margin-bottom: 6px;
}
#drumclinic {
	height: 115px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#cont #drumclinic a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.mt {
	float:left;
	margin-left: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	color: #FFF;
}
.mt ul li {
	font-size: 10px;
}
#isesaki_ref img {
	float: left;
}
#refuge_bsyuu h2 {
	text-align: center;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 30px;
	color: #FFF;
}
#open span {
	font-size: 14px;
}
#info #j_gta .mid p {
}



#refuge_bsyuu {
	background-color: #000;
	width: 700px;
	height:330px;
	margin-top: 0;
	margin-bottom: 0;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #FFF;
	background-image: url(refbg.jpg);
	background-repeat: repeat-x;
}
#refuge_bsyuu h2 span {
	font-size: 20px;
}


#takasaki_ref {
	height: 110px;
	width: 650px;
	margin-bottom: 20px;
}
#isesaki_ref {
	height: 110px;
	width: 650px;
}

#ref {
	margin-left: 30px;
}


#takasaki_ref img {
	float: left;
}
#f_rhodse {
	padding-top: 10px;
	padding-bottom: 10px;
}
#f_rhodse p {
	clear: both;
	text-align:center;
	font-size:large;
	font-weight:bold;
	padding:0.3em 0 0 0;
}
#month .mt ul li a {
	color: #FFF;
}
#isesaki_ref ul .mt ul li a {
	color: #FFF;
}
#content {
	width: 100%;
}
#header h3 {
	font-size: 14px;
	color: #FFF;
	background: #000;
	text-indent: 1em;
}
.top {
	background: url(info_top.gif) no-repeat;
	height: 37px;
	width: 210px;
}
#info .top h2 {
	color: #FFF;
	text-align: center;
	padding-top: 7px;
	font-size: 16px;
	font-weight: 900;
}

.mid {
	background: url(info_mid.gif) repeat-y;
	width: 210px;
}
.botom {
	background: url(info_bottom.gif) no-repeat;
	height: 18px;
	width: 210px;
	border-bottom: 5px solid #FFF;
}
.mid ul li {
	font-size: 12px;
	padding: 4px;
}
#j_gta .mid ul li {
	margin-left: 6px;
}
#toplog {
	background: url(DUST-BOWL-LOG-2.gif) no-repeat;
	height: 51px;
	width: 256px;
	margin-left: 55px;
}
#school_info .mid h3 a {
	color: #F00;
	text-decoration: none;
	text-align: center;
}
#tel_no_tb tr th {
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	padding: 2px;
}
#tel_no_tb td {
	padding: 2px;
	font: 12px "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

#school_info .mid h3 {
	text-align: center;
}
#header h1 {
	margin-left: -999px;
	float: left;
}
#refuge_info .mid {
	text-align: center;
	overflow: hidden;
}
#ref_tab {
	font: 12px "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	width: 200px;
	text-align: center;
	margin: 0 auto;
	border: 1px #000 solid;
	border-collapse: collapse;
}

#ref_tab tr td {
	padding: 5px;
	border: 1px #000 solid;
	border-width: 0 0 1px 1px;
	text-align: center;
	white-space: nowrap;

}


#refuge_info .mid h3 {
	color: #630;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#tel_no_tb {
	width: 180px;
	margin: 0 auto;
	overflow: hidden;
	border:none;
}
#ref_tab {
}

p.school{
	text-align:center;
	font-size:medium;
	padding:0.3em;
	font-weight:bold;
}

#sale_link a img {
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 3px;
}

#wintersale09 {
	background: url(summer_sale10.jpg) no-repeat;
	height: 200px;
	width: 700px;
	margin:3px;
	position:relative;
}

/*#st1frre {
	position:absolute;
	left: 431px;
	top: 80px;
	height: 85px;
	width: 109px;
}*/
#st1frre a{
	display: block;
	height: 85px;
	width: 109px;		
}

#wintersale09 h2,#wintersale09 {
	text-indent:-9999px;
}


#bc_dicr,#schc_dicr,#used_sale,#swr_dicr{
	text-indent:-9999px;
}


#bcfair_link {
	position: absolute;
	left: 591px;
	top: 174px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	background: #000;	
}
#swr_fair{
	background: url(SWR-baner.jpg) no-repeat;
	height: 200px;
	width: 700px;
	margin-top:3px;
	margin-bottom:3px;
	position:relative;
}

#used_sale{
	background: url(used_fair_2010_1.jpg) no-repeat;
	height: 200px;
	width: 700px;
	margin-top:3px;
	margin-bottom:3px;
	position:relative;
}
#mae_tel{
	background: url(mae_tel_sale.jpg) no-repeat;
	height: 390px;
	width: 700px;
	margin-top:3px;
	margin-bottom:3px;
	position:relative;
}


