@charset "Shift_JIS";

/*
* Style Name : base.css　コンテンツ部分テンプレートスタイルシート
* Style URL:	http://www.
* Description:	京都ステイ倶楽部デフォルトスタイルシート
* Author URL:	http://www.
*/



/* policy.html
---------------------------------------------------- */

#policy {
width:760px;
margin:0;
padding:0;
}

#policy .text{
width:600px;
margin:10px 80px 10px 80px;
}

ul#policy {
width:600px;
	margin:3px 80px 3px 80px;
}	

ul#policy li {
	margin-top:12px;
	line-height:1.1;
	list-style-image: url(../info/img/policy_icon.gif);
}	






/* sitemap.html
---------------------------------------------------- */

#sitemap {
width:760px;
margin:0;
padding:0;
}

#sitemap .box_s{
width:600px;
margin:10px 80px 40px 80px;
}

#sitemap .box_left_s{
width:300px;
float:left;
}


#sitemap .box_right_s{
width:300px;
float:right;
}

#sitemap .sitemap_t{
	width:265px;
	margin:10px 0;
	padding-left:10px;
	color:#664486;
	font-weight:bold;
	font-size:1.2em;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #664486;
	border-bottom-color: #664486;
}




#sitemap ul{
margin:10px 0 0 30px;
padding:0;
	list-style-position: outside;
	list-style-image:url(../info/img/btn_sitemap.gif);
	line-height:240%;
	}


#sitemap li{
  color: #531985;
  background: transparent;
  text-decoration:none;
  padding:0 0 5px 0;
}

#sitemap li a{
  color: #531985;
  background: transparent;
  text-decoration:none;
}
	
#sitemap li a:link{
  color: #531985;
  background: transparent;
  text-decoration:none;
}

#sitemap li a:hover{
  color: #951E21;
  background: transparent;
  text-decoration:underline;
	}


#sitemap li a:visited{
  color: #951E21;
  background: transparent;
  text-decoration:none;
}


#sitemap .sitemap_line{
	width:580px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #664486;
}

