@charset "shift_jis";



/*

-----------------------------------------------

PASSAGE　共通スタイル

-----------------------------------------------



o タグの初期化

o ヘッダ

  - ロゴなど

o Flash部分

o コンテンツ部分

  - 各見出しに関する定義

  - トピックス

  - 営業時間

  - access

  - access の右部分をひとくくりに

  - フロアガイド

  - お問い合わせ

  - バナー

  - Flash Plugin ダウンロード

*/







/* -------------------------------------------------

タグの初期化

------------------------------------------------- */

body {

	color:#333333;

}





/* -------------------------------------------------

共通クラス

----------------------------------------------- */







/* -------------------------------------------------

ヘッダ

------------------------------------------------- */

#header {

	position:relative;

	height:52px;

	text-align:left;

	background:url(../img/header_bg.jpg) bottom left no-repeat;

}



/* ロゴなど

------------------------------------------------- */

#header h1 {

	position:absolute;

	top:0;

	left:18px;

	width:110px;

	height:33px;

}







/* -------------------------------------------------

Flash部分

------------------------------------------------- */

#flash {

	height: 378px;

	margin-top: 0;

	margin-right: 0;

	margin-bottom: 30px;

	margin-left: 0;

	border-bottom:1px solid #CFDA94;

}

#visual {
	overflow: hidden;

	height: 378px;

	margin-top: 0;

	margin-right: 0;

	margin-bottom: 30px;

	margin-left: 0;

	border-bottom:1px solid #CFDA94;

}







/* -------------------------------------------------

コンテンツ部分

------------------------------------------------- */

.contents {

	clear:both;

	width:713px;

	margin:0 0 0 37px;

}



/* 各見出しに関する定義

------------------------------------------------- */

.title {

	position:relative;

	height:26px;

	margin:0 0 18px 0;

	background:url(../img/section_title_bg_1.jpg) bottom left no-repeat;

}



.title.small {

	background:url(../img/section_title_bg_2.jpg) bottom left no-repeat;

}



.title h2 {

	position:absolute;

	top:7px;

	left:4px;

}



.title p.btnDetail {

	position:absolute;

	top:0;

	left:350px;

}



/* トピックス

------------------------------------------------- */

#topics {

	float:left;

	width:426px;

}



#topics dl {

	width:398px;

	margin:0 0 30px 0;

	font-size:12px;

	line-height:1.4;

}



#topics dl dt {

	width:87px;

	padding:0 0 0 3px;

	color:#999999;

}



#topics dl dd {

	width:308px;

	margin:-1.4em 0 15px 0;

	padding:0 0 0 90px;;

}



#topics dl dd a {

	text-decoration:underline;

}



/* 営業時間

------------------------------------------------- */

#hours {

	float:left;

	width:250px;

}



#hours dl {

	width:250px;

	font-size:12px;

	line-height:1.4;

}



#hours dl dt {

	width:143px;

	padding:0 0 0 5px;

}



#hours dl dd {

	width:102px;

	margin:-1.4em 0 10px 0;

	padding:0 0 0 148px;;

}



#hours dl dd a {

	text-decoration:underline;

	color:#333333;

}



#hours p.note {

	width:245px;

	margin:0 0 30px 5px;

	font-size:10px;

	line-height:1.5;

}



/* access

------------------------------------------------- */

#access {

	float:left;

	width:426px;

}



#access div.map {

	margin:0 0 27px 1px;

}





#access h3 {

	height:11px;

	margin:0 0 10px 4px;

}



#access dl {

	margin:0 0 40px 0;

	font-size:10px;

	line-height:1.4;

}



#access dl dt {

	width:70px;

	padding:0 0 0 4px;

}



#access dl dd {

	width:325px;

	margin:-1.4em 0 10px 0;

	padding:0 0 0 70px;

}



#access dl dd a {

	text-decoration:underline;

	color:#333333;

}



#access p.note {

	width:245px;

	margin:0 0 0 5px;

	font-size:10px;

	line-height:1.5;

}



/* access の右部分をひとくくりに

------------------------------------------------- */

div.contents div.right {

	float:left;

}



/* フロアガイド

------------------------------------------------- */

#floorGuide {

	width:250px;

	margin:0 0 30px 0;

}



#floorGuide dl {

	font-size:10px;

	line-height:1.4;

}



#floorGuide dl dt {

	width:65px;

	padding:0 0 0 5px;

}



#floorGuide dl dd {

	width:185px;

	margin:-1.6em 0 10px 0;

	padding:0 0 0 70px;

}



#floorGuide dl dd a {

	text-decoration:underline;

	color:#333333;

}



/* お問い合わせ

------------------------------------------------- */

#inquiry {

	width:250px;

	margin:0 0 30px 0;

}



#inquiry p {

	font-size:12px;

	line-height:1.5;

}



/* バナー

------------------------------------------------- */

#banner {

	width:250px;

}



#banner ul {

	list-style-type:none;

	margin:0 0 40px 0;

}



#banner ul li {

	margin:0 0 4px 0;

}



/* Flash Plugin ダウンロード

------------------------------------------------- */

#getFlashPlugin {

	width:248px;

	border:1px solid #DFE0E1;

}



#getFlashPlugin p {

	margin:12px;

	font-size:10px;

	line-height:1.4;

}



#getFlashPlugin p img {

	margin:3px 0 0 0;

}







