@charset "shift_jis";

/***************************************************
	サンフェステ用スタイルシート
	guide.css
	ガイドページレイアウトスタイル定義
***************************************************/

/* ガイドページ
------------------------------------------------------------ */
#contents h2.title {	padding-bottom: 9px;}
#contents .main {
	padding: 13px;
	border: 2px solid #e6e6e6;
}

/* サイトマップ sitemap.html
------------------------------------------------------------ */
#contents.sitemap .main h3 {
	margin-bottom: 15px;
	padding: 5px 5px 5px 23px;
	font-size: 110%;
	font-weight: bold;
	background: url(../img/temp/ico04.gif) 5px center no-repeat;
	border-bottom: 2px solid #f75e1b;
	line-height: 1.3;
}
#contents.sitemap .main ul {	
	margin: -5px 13px 10px;
	line-height: 2.2;
}
#contents.sitemap .main li {
	padding: 0 15px 0 12px;
	background: url(../img/temp/ico01.jpg) left center no-repeat;
}
#contents.sitemap .main .top {
	padding: 0 15px 0 12px;
	background: url(../img/temp/ico01.jpg) left center no-repeat;
}
#contents.sitemap .main .store li,
#contents.sitemap .main .restaurant li{
	padding: 0 15px 0 12px;
	background: url(../img/temp/ico01.jpg) left center no-repeat;
	margin: 0 0 0 15px;
}

/* 個人情報保護方針 privacy.html
------------------------------------------------------------ */
#contents.privacy .main ol {
	margin-left: 1.8em;
	padding: 12px;
	list-style-position: outside;
}
#contents.privacy .main ol li {
	padding: 0 0 12px;
}
#contents.privacy .main ul {
	margin-left: 1em;
	padding: 5px 0;
	list-style-position: outside;
	list-style-type: disc;
}
#contents.privacy .main ul li {
	padding: 0;
}

/* リンク集 link.html
------------------------------------------------------------ */
#contents.link .main h3 {
	margin-bottom: 10px;
	padding: 5px 5px 5px 23px;
	font-size: 110%;
	font-weight: bold;
	background: #fef5ea url(../img/temp/ico04.gif) 5px center no-repeat;
	border-bottom: 2px solid #f75e1b;
	line-height: 1.3;
}
#contents.link .main ul {	margin: 0 13px 10px;}
#contents.link .main li {
	padding: 0 15px 5px 12px;
	background: url(../img/temp/ico01.jpg) left center no-repeat;
}
