/*--共通-背景画像の指定--*/
body{
	background-image:white;
}

/*--momiji-背景画像の指定--*/
abody{
	background-image:url(schloss/momiji/shinrin.gif);
}

/*--oil-背景画像の指定--*/
bbody{
	background-image:url(120302f3.jpg);
        background-repeat: repeat;
}

/*--シュロスタイムス-背景画像の指定--*/
bbody{
	background-image:url(back.jpg);
}

/*--共通-コンテンツの本体・左右幅640pxで位置は常にブラウザの中心--*/
.document{
	width : 640px ;
	background-color :white;
	border:2px solid #5E8EAB;
	margin-left:auto;
	margin-right:auto;
}

/*--index-コンテンツの本体・左右幅950pxで位置は常にブラウザの左--*/
.document2{
	width : 950px ;
	align: left;
	background-color :white;
	border:2px solid #5E8EAB;
	margin-left:auto;
	margin-right:auto;
}

/*ヘッダー（ロゴや電話番号画像が入っているブロック）
---------------------------------------------------------------------------*/
#header {
	height: 80px;
	width: 950px;
	position: relative;
}
#header #tel {
	position: absolute;
	top: 0px;
	right: 0px;
}
#header #logo {
	position: absolute;
	left: 20px;
	top: 0px;
}

/*FLASH梱包ボックス
---------------------------------------------------------------------------*/
#fla {
	background-color: #FFFFFF;
	height: 400px;
}
#fla p {
	color: #FFFFFF;
	text-align: center;
}

/*--ページ案内用コメント（共通）--*/
.pan{
	width:950px;
	margin-top:5px;
	margin-bottom:5px;
	padding:0;
	font : normal normal x-small "Hiragino Kaku Gothic Pro", "Osaka", "MS ゴシック" ;
	text-align : right;
	color : #008b8b;
}

/*コンテンツ（左右のブロックを囲むボックス）
---------------------------------------------------------------------------*/
#contents {
	clear: left;
}



/*メインコンテンツ（左側ボックス）
---------------------------------------------------------------------------*/
#main {
	float: left;	/*ボックスを左側に配置。*/
	width: 580px;	/*ボックスの幅*/
	padding-top: 20px;
}
#main p {
	padding: 0.5em 10px 1em;
}
#main h2.h2bg {
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;	/*h2タグの文字色*/
	font-size: 100%;
	background-image: url(images/midashi_bg.gif);	/*h2タグの背景画像*/
	background-repeat: no-repeat;
	padding-left: 20px;	/*文字の左側に少し余白*/
	overflow: hidden;	/*背景画像から飛び出た文字を非表示にする*/
	background-color: #272E39;
}



/*サイドコンテンツ（右側ボックス）
---------------------------------------------------------------------------*/
#side {
	float: right;	/*ボックスを右側に配置。*/
	width: 330px;	/*ボックスの幅*/
	padding-top: 10px;
}
#side p {
	padding: 0.5em 5px 1em;
}
#side .box {
	border: 1px solid #bfbfbf;/*右側ボックスの各ボックスを囲む線色。*/
	margin-bottom: 1em;
}
#side h3 {
	font-size: 100%;
	color: #424E60;	/*h3タグの文字色*/
	text-align: center;	/*文字をセンタリング*/
	padding-top: 1em;
	background-color: #FFFFFF
	background-repeat: repeat-x;	/*背景画像を横軸にリピート*/
	background-position: center;	/*背景画像を上下中央に配置*/
}
#side .sidemenu a {
	text-decoration: none;	/*サイドメニューのリンクの下線を削除*/
	width: 328px;
	display: block;
	background-color: #FFFFFF;
	background-image: url(images/siro2.jpg);	/*サイドメニューの背景画像*/
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;	/*メニューテキストをセンタリング*/
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #FAF78E;	/*メニューの文字色*/
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
#side .sidemenu a:hover {
	background-image: url(images/sidemenu_bg_over.gif);	/*カーソルオーバー時の背景画像*/
}



/*フッター（コピーライトなど入っている一番下のボックス）
---------------------------------------------------------------------------*/
#footer {
	text-align: center;
	clear: both;
	width: 100%;
}



/*メインコンテンツ内の「What's New」部分
---------------------------------------------------------------------------*/
#main dl.new {
	width: 560px;			/*What's Newボックスの幅*/
	height: 100px;		/*What's Newボックスの高さ*/
	overflow: auto;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
}
#main dl.new dt {
	font-weight: bold;	/*日付の色を太字にする*/
}

#main dl.new dd {
	border-bottom: 1px solid #bfbfbf;	/*日付ごとの下線*/
}



/*テーブル
---------------------------------------------------------------------------*/
.ta1 {
	width: 580px;
	margin-right: auto;
	margin-left: auto;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #272E39;
}
.ta1 td, .ta1 th{
	padding: 10px;
}
.ta1 th{
	background-color: #fafafa;	/*左側thタグの背景色*/
	width: 150px;	/*左側thタグの幅*/
	text-align: center;
}
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #485569;	/*テーブルの見出し部分の背景色（room.htmlで使用しています）*/
	color: #FFFFFF;	/*文字色*/
}




/*----------上部メニューバー------------*/
ul{
	list-style:none;
	margin:0;
	padding:0;
	line-height:1.4em;
	text-align:center;
	color:white;
	background-color:#5e8eab;
}

li{
	display:inline;
}

li a{
	padding:0.2em  1em;
	text-decoration : none ;
	color:white;
	background : transparent;
	}
	
li a:hover{
	color:#5e8eab;
	background : #ffffff;
	}

/*----------リンク（ジャンプ）用テキスト（共通）------------*/
a{
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	color:blue;

}

/*----------リンク（ジャンプ）用テキスト（共通）------------*/
a2{
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	color:white;

}


/*----------アンカー（ページ先頭へ戻る）の指定------------*/
.uncar{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

/*----------アンカー（ページ先頭へ戻る）テキスト・グレーの文字------------*/
.uncar a{
	font : normal normal  x-small "Hiragino Kaku Gothic Pro", "Osaka", "MS ゴシック" ;
	text-decoration:none;
	color:Gray;
}

/*---------アンカーテキスト・選択時に変わる色の指定（共通）------------*/
.uncar a:hover{
	color:blue;
}

/*---トップメニュー以外のイベントメニュー枠の指定---*/
table.ivent{
	font : normal normal medium  "Hiragino Kaku Gothic Pro", "Osaka", "MS ゴシック" ;
	width:500px;
	margin-left:auto;
	margin-right:auto;
	line-height:1.5em;
	text-align:center;
}

/*----------個々のイベントメニュー枠----------*/
td.ivent{
	padding:3px  6px;
	text-align:center;
	}	

/*----------イベントリンク用文字の指定------------*/
.ivent a{
	text-decoration:none;
	font-size:13px;
	color:#336699;
	text-align:center;
}

/*----------イベントリンク用文字選択時の色変え指定------------*/
.ivent a:hover{
	color:blue;
}

/*--センター揃え本文指定（共通）--*/
p{
	width:500px;
	font : normal normal small "Hiragino Kaku Gothic Pro", "Osaka", "MS ゴシック" ;
	margin-left:auto;
	margin-right:auto;
	line-height:1.6em;	
	text-align : center ;
}

/*--左揃え本文指定（共通）--*/
p.hidari{
	width:500px;
	font : normal normal small "Hiragino Kaku Gothic Pro", "Osaka", "MS ゴシック" ;
	line-height:1.6em;	
	margin-left:auto;
	margin-right:auto;
	text-align : left ;
	color:brack;
}

/*--本文内強調文字（茶色文字）--*/
.iro{
	font : normal normal small "Hiragino Kaku Gothic Pro", "Osaka", "MS ゴシック" ;
	font-weight:bold;
	color:brown;
}

/*--本文内強調文字（黒文字）--*/
.iro2{
	font : normal normal small "Hiragino Kaku Gothic Pro", "Osaka", "MS ゴシック" ;
	color:brack;
}

/*--本文内強調文字（茶色文字）--*/
.iro3{
	width:500px;
	font : normal normal small "Hiragino Kaku Gothic Pro", "Osaka", "MS ゴシック" ;
	line-height:1.6em;	
	margin-left:auto;
	margin-right:auto;
	text-align : left ;
	color:brown;
}

/*--本文内強調文字（紫色文字）--*/
.iro4{
	width:500px;
	font : normal normal small "Hiragino Kaku Gothic Pro", "Osaka", "MS ゴシック" ;
	line-height:1.6em;	
	margin-left:auto;
	margin-right:auto;
	text-align : left ;
	color:#8B008B;
}

/*--本文内強調文字（抹茶色文字）--*/
.iro5{
	width:500px;
	font : normal normal small "Hiragino Kaku Gothic Pro", "Osaka", "MS ゴシック" ;
	line-height:1.6em;	
	margin-left:auto;
	margin-right:auto;
	text-align : left ;
	color:#87C800;
}

/*--本文内強調文字（紺色文字）--*/
.iro6{
	width:500px;
	font : normal normal small "Hiragino Kaku Gothic Pro", "Osaka", "MS ゴシック" ;
	line-height:1.6em;	
	margin-left:auto;
	margin-right:auto;
	text-align : left ;
	color:#0000C8;
}

/*--本文内強調文字（桃色文字）--*/
.iro7{
	width:500px;
	font : normal normal small "Hiragino Kaku Gothic Pro", "Osaka", "MS ゴシック" ;
	line-height:1.6em;	
	margin-left:auto;
	margin-right:auto;
	text-align : left ;
	color:#FF5959;
}

/*--本文内強調文字（灰色文字）--*/
.iro8{
	width:500px;
	font : normal normal small "Hiragino Kaku Gothic Pro", "Osaka", "MS ゴシック" ;
	line-height:1.6em;	
	margin-left:auto;
	margin-right:auto;
	text-align : left ;
	color:#666666;

}

/*--本文・赤文字の注意書き（共通）--*/	
p.small{
	font : normal normal x-small  "Hiragino Kaku Gothic Pro", "Osaka", "MS ゴシック" ;
	line-height:1.5em;	
	text-align : center ;
	color : red ;
}
	
	/*--本文・黒文字の注意書き（共通）--*/	
p.small_b{
	font : normal normal x-small "Hiragino Kaku Gothic Pro", "Osaka", "MS ゴシック" ;
	text-align : center ;
	line-height:1.5em;	
　color : black;
}

/*--見出し文字（黒文字）--*/
h1{
	font : normal normal large "Hiragino Kaku Gothic Pro", "Osaka", "MS ゴシック" ;
	margin-top : 2px;
	font-size:13px;
	font-weight:bold;
	line-height:1.6em;	
	margin-left: 70px;
	margin-right:auto;
	text-align : left;
	color:brack;
}

/*--白抜き文字の見出し（立体風枠囲み）（共通）--*/
h2{
	font : normal normal  large   "Hiragino Kaku Gothic Pro", "Osaka", "MS ゴシック" ;
	width:500px;
	background-color :#5E8EAB;
	border-top : 2px solid #b0c4de;
	border-right : 3px solid #2f4f4f;
	border-bottom : 3px solid #2f4f4f;
	border-left :  2px solid #778899;
	font-size : large ;
	font-weight : bold ;
	line-height : 1.6em;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	text-align : center;
	color:white;
}

/*--赤枠囲みの見出し（共通）--*/
h2.cam{
	font : normal normal large  "Hiragino Kaku Gothic Pro", "Osaka", "MS ゴシック" ;
	width:500px;
	background-color :white;
	border : 4px double red;
	font-weight : bold ;
	line-height : 1.6em;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	text-align : center;
	color:red;
}

/*--新着の見出し文字--*/
h2.news{
	font : normal normal large  "Hiragino Kaku Gothic Pro", "Osaka", "MS ゴシック" ;
	width:490px;
	background-color :#ffffff;
	border-left : 10px solid #5E8EAB;
	border-top:1px solid #5E8EAB;
	border-right:1px solid #5E8EAB;
	border-bottom:1px solid #5E8EAB;
	font-weight : bold ;
	padding:3px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	text-align : center;
	color:#006699;
}

/*--見出し文字（青文字）--*/
h3{
	font : normal normal large "Hiragino Kaku Gothic Pro", "Osaka", "MS ゴシック" ;
	margin-top : 2px;
	text-align : center;
	font-weight:bold;
	line-height:1.5em;	
	color:#0066cc;
}

/*--見出し文字（赤文字）--*/
h3.aka{
	font : normal normal large "Hiragino Kaku Gothic Pro", "Osaka", "MS ゴシック" ;
	margin-top : 2px;
	text-align : center;
	font-weight:bold;
	line-height:1.5em;	
	color:red;
}

/*----------mottoイベントメニュー枠-----------*/
.motto{
	font : normal normal  medium "Hiragino Kaku Gothic Pro", "Osaka", "MS ゴシック" ;
	background-color :  #f5fffa;
	width:488px;
	line-height : 1.6em;
	border: 1px solid #5E8EAB;
	padding:4px;
	margin-top:0px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	text-align : center;
}

/*----------motto内・各イベントへのリンクテキスト------------*/
p.motto a{
	text-decoration:none;
	font-size:13px;
	font-weight : bold ;
	color:#336699;
}

/*----------motto内・各イベントへのリンクテキストの色変え------------*/
p.motto a:hover{
	color:blue;
}

/*----------下段住所枠-----------*/
.footer{
	width:640px;
	background-color:#5E8EAB;
	margin-top:10px;
	padding-top:6px;
	padding-bottom:6px;
	font : normal normal small "Hiragino Kaku Gothic Pro", "Osaka", "MS ゴシック" ;
	text-align : center ;
	line-height:1.2em;
	color : white ;
}

/*----------電話番号-----------*/
.tel{
	font : normal normal x-large  "Hiragino Kaku Gothic Pro", "Osaka", "MS ゴシック" ;
	font-weight : bold ;
	text-align : center ;
	color : white ;
}


/*----------中古車一覧表-----------*/
table.u_car{
	font : normal normal medium  "Hiragino Kaku Gothic Pro", "Osaka", "MS ゴシック" ;
	width:500px;
	border:1px solid #5E8EAB;
	margin-left:auto;
	margin-right:auto;
	font-size:12px;
	line-height:1.5em;	
}

/*----------中古車一覧表見出し部分-----------*/
th{
	padding:3px  6px;
	background-color:#5E8EAB;
	border:1px solid #5E8EAB;
	color:white;
	text-align:center;
	}

/*----------中古車一覧表/車種・価格囲み部分-----------*/
td.item{
	background-color:#ccccff;
	font-weight : bold ;
}
	
/*----------中古車一覧表の内容部分----------*/
td{
	padding:3px  6px;
	border:1px solid #5E8EAB;
	text-align:center;
	}	
	
/*----------一覧表見出し-----------*/
caption{
	font-size:large;
	font-weight : bold ;
	color : #5E8EAB;
	padding-bottom : 6px ;
	margin-left:auto;
	margin-right:auto;
	text-align : center;
}

/*----------中古車詳細・中古パーツ表組本体-----------*/
table.syosai{
	font : normal normal medium  "Hiragino Kaku Gothic Pro", "Osaka", "MS ゴシック" ;
	width:500px;
	border:1px solid #5E8EAB;
	margin-left:auto;
	margin-right:auto;
	line-height:1.5em;	
}

/*----------中古車・中古パーツ表組の見出し部分-----------*/
th.syosai{
	width:180px;
	padding:3px  6px;
	background-color:#5E8EAB;
	border:1px solid #5E8EAB;
	color:white;
	text-align:center;
	}


/*----------中古パーツページ用本文指定-----------*/
p.part{
	width:170PX;
	font : normal normal small "Hiragino Kaku Gothic Pro", "Osaka", "MS ゴシック" ;
	margin-top : 2px;
	line-height : 1.5em;
	text-align : left;
}

/*----------中古パーツページ用価格指定-----------*/	
p.kakaku{
	width:170PX;
	font : normal normal large "Hiragino Kaku Gothic Pro", "Osaka", "MS ゴシック" ;
	margin-top : 2px;
	text-align : left ;
	font-weight:bold;
	color:red;
}