/* Ogawa Onsen CSS FILE for screen media */

* {
	padding: 0;
	margin: 0;
	}

body {
	background-color: #edeaec;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

h2 {
	font-size: 13px;
}

img {
	border: 0;
	display: block;
}
	
em {
	font-style: normal;
	font-weight: bold;
}

#main_container {
	margin: 0px auto;
}

#content {
	margin: 20px auto 0 auto;
}

.white_bg {
	background-color: #fff;
}

.content_tbl {
	margin: 0 0 20px 0;
}

.content_tbl h2 {
	margin: 10px 0 0 0;
}

.content_tbl p, .content_tbl img.inln {
	margin: 10px 0 10px 0;
}

#main_nav {
	margin: 0;
	padding: 0;
	height: 30px;
	list-style: none;
	display: inline;
	overflow: hidden;
}

#main_nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

#main_nav a {
	float: left;
	padding: 30px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height: /**/:30px;
	text-indent: -3000px;
}

#main_nav a:hover {
	background-position: 0 -30px;
}

#information a {
	width: 163px;
	background: url(../images/main_nav_btn_01.gif) top left no-repeat;
}

#onsen a {
	width: 136px;
	background: url(../images/main_nav_btn_02.gif) top left no-repeat;
}

#facilities a {
	width: 190px;
	background: url(../images/main_nav_btn_03.gif) top left no-repeat;
}

#attractions a {
	width: 148px;
	background: url(../images/main_nav_btn_04.gif) top left no-repeat;
}

#reviews a {
	width: 123px;
	background: url(../images/main_nav_btn_05.gif) top left no-repeat;
}

#footer, #cpright {
	width: 760px;
	text-align: center;
	font-size:11px;
	color: #392526;
}

#cpright {
	margin: 5px 0 5px 0;
}

#footer a:link {
	font-size:11px;
	color: #392526;
	text-decoration: none;
	}
	
#footer a:visited {
	color: #392526;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #392526;
	text-decoration: none;
	}