@charset "utf-8";

/* default style clear
------------------------------------------- */
@import url("reset.css");


/* all style
------------------------------------------- */
@import url("base.css");


/* blog
------------------------------------------- */
@import url("blog.css");


/* イベントカレンダー
------------------------------------------- */
@import url("event.css");


/* for FCKeditor
------------------------------------------- */
body#editor { text-align: left; }
#editor h2 {
  background: #000000 url(../images/h2_bg.gif) no-repeat left top;
  margin-bottom: 10px;
  padding: 4px 0 3px 10px;
  color: #ffffff;
  }
#useDetail .printMain { display: none; }
#useDetail .bikeDataArea h3 span { text-indent:-99999px }


/* -- 2009-09-08試乗車ページ変更 -- */
/* FOR EDITOR */
/*試乗車枠*/ table.tableNewList {  }
/* /FOR EDITOR */
.tableNewList					{ border-collapse: collapse; margin: 10px 0;}
.tableNewList td				{ width: 50%; padding: 5px; border: 1px solid #EEE; }
.tableNewList td h3				{ background: #999999; padding: 3px 7px; line-height: 1.2; font-size: 14px; font-weight: bold; color: #ffffff; }
.tableNewList td p				{ text-align: center; }
.tableNewList td h4				{ text-align: center; }
.tableNewList td ul li			{ line-height: 1.5; background: url(../images/arrow03.gif) no-repeat 10px 8px; width: 258px !important; width /**/: 278px; padding: 3px 0 3px 20px; }
.tableNewList td ul li a		{   text-decoration: none; color: #666666; }


