@charset "shift_jis";

html {
 overflow-y:scroll;
}
body {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #FFFFFF;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	scrollbar-base-color:#696969;
	scrollbar-face-color:#000000;
	scrollbar-arrow-color:#ffa800;
}
/* ドッペル総合サイトのリンクカラーの設定です */
a:link {
	color: #FF9900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: underline;
	color: #FF9900;
}
a:active {
	text-decoration: none;
}

a img {
    border-style:none;
}
#container  {
	width: 800px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	font-size: small;
	line-height: 140%;
	border: 1px solid #CCCCCC;
	padding: 10px;
}
/* サイト内検索スペースのDIV枠です */
#search_area {
	float: right;
	height: 50px;
	width: 200px;
	margin-top: 50px;
}

#mainContent  {
	padding: 0px 19px; /* 余白は div ボックスの内側のスペース、マージンは div ボックスの外側のスペースです */
	margin: 10px 0px;
}
/* サポートページの各ブランド外枠 */
#support {
	margin-left: 10px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #FF9900;
	padding-left: 10px;
	font-size: x-small;
	margin-bottom: 50px;
}
#support .sp_title {
	font-size: large;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
	color: #CCCCCC;
	margin-bottom: 10px;
}

/* サイトマップ左枠 */
#sitemapL {
	margin: 5px;
	padding: 5px;
	float: left;
	width: 358px;
	border: 1px solid #CCCCCC;
}
/* サイトマップ右枠 */
#sitemapR {
	margin: 5px;
	padding: 5px;
	float: right;
	width: 358px;
	border: 1px solid #CCCCCC;
}
/* サイトマップ枠内タイトル */
#sitemap_title {
	font-size: medium;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 5px;
	padding-top: 10px;
	margin-bottom: 5px;
	padding-left: 10px;
	color: #CCCCCC;
}
/* トップページインフォメーション */
#information {
	border: 1px solid #999999;
	padding: 10px;
	font-size: x-small;
	text-align:left;
	height: 100px;
	overflow: auto;
}
#information th {
	font-weight: normal;
	text-align: left;
	width: 10%;
	vertical-align: top;
}

/* 自転車インフォメーション */
#information_bike {
	border: 1px solid #999999;
/*	padding: 10px;*/
	font-size: x-small;
	text-align:left;
	height: 100px;
	overflow: auto;
}
#information_bike th {
	font-weight: normal;
	text-align: left;
	width: 10%;
	vertical-align: top;
}

/* プレスリリース問い合わせ枠に使用 */
#press {
	text-align: center;
	margin-bottom: 20px;
}
/* メディア・更新情報・プレスの表示枠に使用 */
#information2 {
	border: 1px solid #999999;
	padding: 10px;
	font-size: x-small;
	height: 600px;
	overflow: auto;
	overflow-x:hidden;
}
#information th {
	font-weight: normal;
	text-align: left;
	width: 10%;
	vertical-align: top;
}
/* マスターリンク */
#master_link {
	text-align: center;
	margin-bottom: 20px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
/* クリアボス */
#clearboth {
	clear: both;
}
/* 画像上に設置するテキストCSS */
#on_texit {
	position: absolute;
	width: 450px;
	left: 30px;
	top: 30px;
	font-size: large;
	font-weight: bold;
	color: #CCCCCC;
	text-align: left;
}
/* menu1はjavaスクリプトのボタンマスターリンク部のULコードです */
ul#menu1 {
	list-style:none;
	padding:0;
	margin: 0;
}
ul#menu1 li {
	display:inline;
	padding-right: 5px;
}
/* menu2はサイト下のリンク部に使用するULコードです */
ul#menu2 {
      list-style: none;
      margin: 0;
      padding: 0;
    }
ul#menu2 li {
      float: left;
    }
    
    
.firefox_margin_top {
	margin-top:10px;
	_margin-top:0px;
}


