﻿@charset "utf-8" ;


/* --------------------------------------------------------------------------------------------------
AUTHOR:			Tosa Mamico
CSS構成書:   	TOPページ専用
LAST MODIFIED:	2010.03.17

    #main     720px 
	.sub	  170px

※container.css にて3段組み時のサイズ指定あり。公開時削除。
-------------------------------------------------------------------------------------------------- */ 
/* ///////////////////////////////////////////////////// top_flash */
#top_flash {
	width : 880px !important ;
	width /* */ : 900px ; /* IE 6 older */
	border : solid 1px #dedede ;
	padding : 9px ;
}






/* ///////////////////////////////////////////////////// おすすめイベント情報 */
#top_event { 
	width : 100% ;
	overflow : hidden ; /* float対策 */
	margin-bottom : 10px ;
}




/* ///////////////////////////////////////////////////// 迎賓館TOKIWA 最新情報 */
#top_news {
	padding-bottom : 5px ;
	margin-bottom : 10px ;
	background : url(../img/news_bg01.jpg) left bottom no-repeat ;
}

/* h3 */
#top_news h3 {
	position : relative ;
	margin : 0 ;
}
#top_news h3 a {
	position : absolute ;
	top : 29px ;
	left : 664px ;
}

/* ol */
#top_news ol {
	background : url(../img/news_bg02.jpg) left top repeat-y ;
	width : 700px !important ;
	width /* */ : 720px ; /* IE6 older */
	padding : 5px 10px 0 ;
	line-height : 1.4 ;
}

#top_news li {
	width : 700px ;
	overflow : hidden ; /* float対策 */
	border-bottom : solid 1px #eceae3 ;
	padding-bottom : 5px ;
	margin : 6px 0 ;
}
#top_news span {
	display : block ;
	width : 75px ;
	float : left ;
}
#top_news p {
	font-size : 1em ;
	width : 610px ;
	float : right ;
	margin : 0 10px 3px 0 ;
}
#top_news p a {
	background : url(../img/icon_001.gif) left center no-repeat ;
	padding-left : 15px ;
}
#top_news p a:visited { color : #ca5B00 ; }

#top_news li.no_border { border : none ; }


/* ///////////////////////////////////////////////////// 720pxバナーエリア */
#banner_720 { }
#banner_720 p { margin-bottom : 10px ; }



/* ///////////////////////////////////////////////////// 170pxバナーエリア */
#banner_170 {
	border-top : dotted 1px #dedede ;
	width : 730px ;
	margin-right : -10px ;
}
#banner_170 div {
	width : 170px ;
	vertical-align : top ;
	margin : 10px 10px 10px 0 ;
	
	display : -moz-inline-box ; /* firefox2older */
	display : inline-block ;
	/display : inline ; /* IE 6 and 7 */
	/zoom : 1 ; /* IE 6 and 7 */
}
#banner_170 div span {
	display : block ;
	width : 170px ;
}
#banner_170 p {
	font-size : 10px ;
	line-height : 1.3 ;
	color : #7f7f7f ;
	margin : 3px 5px 0 ;
}
#banner_170 p a {
	padding-left : .8em ;
	background : url(../img/icon_004.gif) left center no-repeat ;
}



