/* common */
/* setting to basic for all browser*/
* {
	margin:0pt;
	padding:0pt;
	border:0pt none; 
	font-family:inherit;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;
	outline-color:invert;
	outline-style:none;
	outline-width:0pt;
	vertical-align:baseline;
	font-style:normal;
}
table {
	border-collapse:collapse;
	border-spacing:0pt;
}
caption,th,td {
	font-weight:normal;
	text-align:left;
}
form {
	margin:0;
	padding:0;
}
blockquote:before,blockquote:after,q:before,q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
pre {
	white-space:pre-wrap; /**/
	white-space:-moz-pre-wrap !important; /*Mozilla, sinos 1999*/
	white-space:-pre-wrap; /*Opera 4-6*/
	white-space:-o-pre-wrap; /*Opera 7*/
	word-wrap: break-word; /*IE 5.5*/
}
li img,dd img {
	vertical-align:top;
}
/* //setting to basic for all browser */

/* layout */
html,body {
	/*background: url('../img/common/bg_body_01.jpg') left top repeat-x;*/
}
#allskin {
	width:880px;
	padding-top:20px;
	margin:0 auto;
	background:url('../img/common/bg_footer_01.jpg') right bottom no-repeat;
}
#footer {
	clear:both;
	width:880px;
	height:74px;
}
#container {
	display:block;
	width:880px;
}
#navi {
	width:880px;
	height:54px;
	margin-bottom:20px;
	background: url('../img/common/bg_navi_01.jpg') right 0 no-repeat;
}
#navi object {
}
/* //layout */

/* setting to hanatour.jp style */
* {
	font-size: 12px; 
	font-family: "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro",sans-serif;
	color: #666;
	line-height:160%
}
ul,li,ol,dt,dd,dl {
	list-style:none;
	display:inline;
}
img {
	border:none;
}
legend {
	display:none;
}
fieldset {
	margin:0;
	border:none;
	padding:0;
}
label {
	font-weight:bold;
}
select {
	margin:1px 0;
	border:1px solid #ccc;
	font-size:11px;
	height:19px;
	color:#666;
}
input {
	margin:1px 0;
	border:1px solid #ccc;
	font-size:12px;
	height:16px;
	color:#666;
}
.radio {
	border:none !important;
	margin-left:-2px;
}
input.button.back {
	width:59px;
	height:24px;
	border:none;
}

/* //setting to hanatour.jp style */
/* //common */


/* naivgation */
h1.logo {
	display:block;
	position:absolute;
	margin-left:15px;
	margin-top:-15px;
}
/* common menu */
#navi ul {
	position:absolute;
	z-index:2;
	overflow:hidden;
	clear:both;
	width:200px;
	margin-top:14px;
	margin-left:660px;
	height:17px;
	padding:5px;
}
#navi ul li {
	float:left; 
	color:#FFF;
	border-left:1px solid #fff;
	font-size:10px;
	padding:0 5px;
}
#navi ul li.first {
	border-left:none;
}
#navi ul li a {
	display:block;
	font-family:tahoma;
	font-size:10px;
	text-decoration:none;
	color:#FFF;
}
#navi ul li a:hover {
	text-decoration:underline;
}
#navi ul li.selected {
	background-color:#a50b4d;
}
#navi ul li.selected a {
	text-decoration:underline;
}
/* product menu */
#navi object {
	position: absolute;	
}
#navi dl {
	position: absolute;
	overflow:hidden;
	margin-left:200px;
}
#navi dl dt {
	position: absolute;
}
#navi dl dd {
	float:left;
	background:url('../img/common/bar_navi_01.gif') 0px 50% no-repeat;
	color:#FFF;
}
#navi dl dd a {
	display:block; 
	padding: 19px 12px 17px 18px; 
	font-weight:bold;
	text-decoration:none;
	color:#FFF;
}
#navi dl dd a:hover {
	text-decoration:underline;
	color:#FFF;
}
#navi dl dd.selected {
	background-color:#a50b4d;
}
#navi dl dd.selected a {
	text-decoration:underline;
	color:#FFF;
}
/* //product menu */

#div_call {
	clear:both;
	height:114px;
	padding-left:104px;
	background:url('../img/common/bg_call.gif') left top no-repeat;
}
#div_call ul {
	display:block;
	padding-top:7px;
	padding-bottom:3px;
}
#div_call ul li {
	display:block;
	vertical-align:top;
	font-size:14px;
	height:20px;;
	line-height:20px;
	font-weight:bold;
	color:#235fa8;
}
#div_call ul li.time {
	font-weight:bold;
	font-size:12px;
	color:#666;
}
#div_call ul li.time span{
	color:#a8236c;
}
#div_call ul li.time img{
	vertical-align:top;
	margin-top:-1px;
}
#div_call ul li address {
	display:inline;
}
#div_call ul li a {
	font-size:14px;
	font-weight:bold;
	color:#235fa8;
}
#div_call ul li img {
	vertical-align:top;
	margin-top:3px;
	margin-bottom:-3px;
}

/* //common menu */
/* //naivgation */

/* contents */

h1	{display:none;}
/* list type */
div .board, div .form, div .view, div .others {
	padding:40px 10px 10px 10px;
	margin-bottom:10px;
	border:1px solid #ccc;
	border-bottom:2px solid #ccc;
	}
div .others	{
	background:#d1d1d1;
}
div .board h2, div .form h2, div .others h2 {
	margin-top:-40px;
	margin-left:-10px;
	margin-right:-10px;
	margin-bottom:10px;
	padding:5px 0 5px 10px;
	font-size:12px;
	font-weight:bold;
	color:#990033;
	background:url('../img/common/bg_section_title_01.jpg') left bottom repeat-x #d7d7d7;
}
div .view h2 {
	margin-top:-40px;
	margin-bottom:10px;
	padding:5px 0 5px 10px;
	font-size:12px;
	font-weight:bold;
	color:#990033;
	background:url('../img/common/bg_section_title_01.jpg') left bottom repeat-x #d7d7d7;
}
*html .view h2 {
	padding-left:10px;
}
div .view {
	padding-left:0;
	padding-right:0;
}
div .gray {
	padding:40px 10px 5px 10px;
	margin-bottom:10px;
	background-color:#e2e2e2;
}
div .green {
	padding:40px 10px 5px 10px;
	margin-bottom:10px;
	background-color:#e3f5da;
}
div .violet {
	padding:40px 10px 5px 10px;
	margin-bottom:10px;
	background-color:#dbd2f9;
}
.list_align	{
	float:right;
}
.list_align a {
	width:68px;
	text-align:center;
}
.green h3, .gray h3, .violet h3 {
	margin-top:-40px;
	margin-left:-10px;
	margin-right:-10px;
	margin-bottom:5px;
	padding:5px 0 10px 10px;
	font-weight:bold;
	color:#333;
	background:url('../img/common/bg_div_green.gif') left top repeat-x;
}
.gray h3 {
	background:url('../img/common/bg_div_gray.gif') left top repeat-x ;
}
.violet h3 {
	background:url('../hotel/images/bg_h3_violet.jpg') left top repeat-x ;
}

.form td, .form th {
	margin:0;
	padding:0;
	border-bottom:1px solid #ccc;
	line-height:150%;
}

.board  li {
	display:block;
	border-bottom:1px solid #ccc;
	font-size:10px;;
}
.button {
	vertical-align:top;
	margin-top:1px;
}
.topline {
	border-top:1px solid #ccc;
	padding:5px 0;
}
.hidden {
	display:none;
}
.preview {
	float:left;
	margin-right:10px;
}
.right {
	float:right;
}
.left {
	float:left;
}

/* //list type */
/* //contents */

/* footer */
#footer p {
	float:right;
	clear:right;
	width:620px;
	margin-top:5px;
	font-size:11px;
}
#footer	ul {
	overflow:hidden;
	display:block;
	font-size:10px;
	width:620px;
	padding:5px 0;
}
#footer	ul li {
	float:left;  
	color:#666;
	padding-top:25px;
}
#footer	ul li a {
	display:block;
	padding:0 25px; 
	color:#666;
	line-height:12px;
	border-right:1px solid #ccc;
	font-weight:bold;
	text-decoration:none;
}
#footer	ul li a:hover {
	text-decoration:underline;
	color:#666;
}
#footer .logo {
	float:left;
	margin-top:20px;
}
#footer .logo img {
	vertical-align:top;
}
/* //company menu */
/* //footer */

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
