/* class設定 */
.xsmall, .xxsmall, .large, .xlarge , .xxlarge{
}

/* リンク設定 */
A{}
A:link {
	text-decoration:underline;
}
A:visited {
	text-decoration:underline;
}
A:hover   {
	text-decoration:none;
}
A:active  {
	text-decoration:none;
}

/* Hタグ文字設定 */
h1 {
	font-size: 12px;
 margin: 0;
} 

/* ↓サイト毎の設定は以下に記載↓ */
body {
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-color: #95BEE0;
	background-image: url(common/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

/* IE7でpadding指定 */
*:first-child+html body {
padding-left: 1px;
}

/* IE6以下でpadding指定 */
*html body {
padding-left: 1px;
}
.line {
	font-size: 10px;
	background-image: url(common/line.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.headbg {
	background-image: url(common/head_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.gallerybg {
	background-image: url(gallery/images/bg.gif);
	background-position: right;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 1em;
	padding-top: 2px;
	padding-bottom: 2px;
}
.leftline {
	border-left: 1px solid #CCCCCC;
}
.rightline {
	border-right: 1px solid #CCCCCC;
}
.ru_line {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.stayname {
	background: #38764F url(stay_plan/images/name_back.jpg) repeat-y right;
	margin-bottom: 5px;
	padding: 3px 3px: 3px 8px;
	font-weight: bold;
	color: #FFFFFF;
}
.stayname_blue {
	background: #93B6CC url(stay_plan/images/name_back_b.jpg) repeat-y right;
	margin-bottom: 5px;
	padding: 3px 3px 3px 30px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}
.stayname_green {
	background: #3E838E url(stay_plan/images/name_back_g.jpg) repeat-y right;
	margin-bottom: 5px;
	padding: 3px 3px 3px 30px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}
.w_box {
	border: 1px solid #6699CC;
}




.under_line {
	border-bottom: 1px dashed #996633;
}

.ul_line {
	border-left: 1px dashed #996633;
	border-bottom: 1px dashed #996633;
}
.left_line {
	border-left: 1px dashed #996633;
}



.ut_line {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}

#film{
background-color:#FCF6E5;
}

#film .txt16{
padding-right:25px;
font-size:16px;
line-height:160%;
}

.red{
color:#FF0000;
font-weight:bold;
}

.txt12{
font-size:12px;
}





/* yukata2010 */

.sweets{
	padding:0 0 20px;
	margin:0;
	position:relative;
	width:668px;
	height:360px;
}
.sweets .pdf{
	padding:10px 25px;
	margin:0;
	text-align:left;
	position:absolute;
	top:225px;
	left:275px;
	background:#fff;
}
.sweets .pdf p{
	padding:0 0 0 20px;
	margin:0;
	font-size:10px;
	background:url(stay_plan/images/yukata2010/icon.gif) no-repeat left 2px;
}
.sweets .pdf ul{
	padding:5px 0 0;
	width:310px;
	margin:0;
	list-style:none;
	height:55px;
}
.sweets .pdf ul li{
	float:left;
}
.sweets .pdf ul li.pl30{
	padding-left:30px;
}