a:link {  color: #4D54D9}
a:visited {  color: #4D54D9}
a:hover {  color: #E11E1E; text-decoration: none}
body {  font-size: 10pt}
table {  font-size: 10pt}
td {  font-size: 10pt}
.txtsmall {  font-size: 10px}
.txttopcom {  font-size: 10px; text-decoration: none;}
.txthtl {  font-size: 12px; color: #000000; font-weight: bold; text-decoration: none; font-style: normal}
.gyokan { line-height : 1.4;; font-size: 10pt}
.txtbig { font-size: 14px}
.txtsuperbig { font-size: 20px}

/*h1タグスタイル（ホテル一覧）*/
.h1t{
/*一覧*/
	width:700px;
	font-size: 12px;
	position:relative;
	top:50px;
	left:10px;
}

.h1s{
	display:inline;
	font-size: 12px;
}

/*h2タグスタイル*/
h2{
	display:inline;
}
.h2t{
	font-size: 13px;
	font-weight: bold;
}

div#header{
	/*コメント*/
	width:700px;
	height:141px;
	background-image:url('../hotel/info/img/header1.jpg');
}


ul.example {
margin: 0;
padding: 0;
list-style-type: none;
}

ul.example li {
float: left;
height: 30px;
line-height:30px;
width: 10em;
margin-right: 5px;
padding: 4px;
border: 1px #ffb366 solid;
background-color: #fffdee;
text-align: center;
}

div#panlist { 
clear: left; 
line-height:40px;
text-indent: 10px;
width:700px;
background-color: #F4F4F4;

}

div#footer{
	/*コメント*/
	width:700px;
	height:141px;
}

div#line{
	/*コメント*/
	width:700px;
	height:21px;
	line-height:21px;
	text-indent: 15px;
	background-image:url('../hotel/info/img/detail_line.gif');
	background-repeat: no-repeat;
	background-position: right center;
}

.table1 {
	border-collapse: collapse; /* 枠線の表示方法 */
	border: 1px #666666 solid; /* テーブル全体の枠線（太さ・色・スタイル） */
}

.table1 TD {
	border: 1px #666666 solid; /* セルの枠線（太さ・色・スタイル） */
	//text-indent: 15px;
	padding-left: 15px
}


div#link{
	width:700px;
}
