/**************************************************************************************************
  Tags
**************************************************************************************************/
* {
  margin:0px;
  padding:0px;
  outline:none;
}

html {
  font:normal 90% Arial, Helvetica;
  background:url(../img/bg/background.png) repeat !important;
}

body {
	font-size:80%;
}
h1 {
  font-size:200%;
}

h2 {
  font-size:150%;
}

h3 {
  font-size:120%;
}

h4 {
  font-size:100%;
}

h5 {
  font-size:80%;
}

h6 {
  font-size:70%;
}

input, textarea, select, button, fieldset {
  padding:4px;
  border:1px solid;
  font:normal 100% Arial, Helvetica;
}

a:link, a:visited {
	color:#416991;
	background-color:inherit;
	text-decoration:none;
}

a:hover {
	color:#993300;
	background:inherit;
	text-decoration:underline;
}

img {
  border:0px;
}

ul, ol {
}


hr {
}

/**************************************************************************************************
  Container
**************************************************************************************************/
#container {
  width:980px;
  margin:0 auto 10px auto;
  border:1px solid;
}

/**************************************************************************************************
  Dater
**************************************************************************************************/
#dater {
  clear:both;
  width:980px;
  height:31px;
  line-height:31px;
}

#dater p {
  margin:0px 10px 0px 10px;
}

#footer .rss {
  float:left;
}

#footer .rss a {
  width:27px;
  height:27px;
  margin:-2px 10px 5px 10px;
  display:block;
  text-indent:-5000px;
  background:url(../img/icon/rss-top.gif) no-repeat;
}

#dater .translation {
  float:right;
  list-style:none;
}

.translation li {
  display:inline;
  padding:0 3px 0 3px;
  font-weight:bold;
  text-transform:uppercase;
}

.translation li a {
  text-decoration:none;
}

/**************************************************************************************************
  Header
**************************************************************************************************/
#header {
  clear:both;
  width:980px;
  height:222px;
  position:relative;
}

#header .blog-title {
  padding:40px 10px 0px 10px;
  font-size:16px;
  margin-left:275px;
  display:block;
  width:420px;
}

#header .blog-title a {
  text-decoration:none;
}

#header .blog-description {
  padding:5px 10px 0px 10px;
  font-size:13px;
  margin-left:275px;
  display:block;
  width:420px;
}

#telphone {
	display:block;
	margin:0 !important;
	padding:0 !important;
	width:302px;
	height:85px;
	position:relative;
	left:300px;
	top:5px;
}


/**************************************************************************************************
  Menu
**************************************************************************************************/
#menu {
  clear:both;
  width:980px;
  height:36px;
}

#menu ul {
  list-style:none;
  float:right;
}

#menu li {
  float:left;
  display:block;
  position:relative;
  z-index:1 !important;
}

#menu li a {
 float:left;
 height:36px;
 line-height:36px;
 display:block;
 padding:0px 10px;
 text-decoration:none;
 font-size:13px !important;
 font-weight:bold;
}

#menu li li a {
  width:180px;
  height:30px;
  line-height:30px;
  display:block;
  padding:0px 10px;
  border-top:1px solid;
  float:left;
  text-decoration:none;
  font-size:12px !important;
  font-weight:normal !important;
}

#menu li ul {
  top:36px;
  left:0px;
  z-index:10;
  position:absolute;
  display:none;
}

#menu li li {
  clear:left;
  float:left;
}

#menu .parent {
  background:url(../img/bg/arrow-down.gif) no-repeat center right;
}

/**************************************************************************************************
  BreadCrumb
**************************************************************************************************/
#breadcrumb {
  clear:both;
  margin:5px 10px 0 10px;
}

#breadcrumb a {
  text-decoration:none;
}

/**************************************************************************************************
  Content
**************************************************************************************************/
#WideContent {
  float:left;
  width:970px;
  min-height:450px;
  padding:14px 0px 10px 8px;
}

#content {
  float:left;
  width:702px;
  min-height:450px;
  padding:14px 0px 10px 8px;
}

#content .content-title ,#content .content-title {
  height:25px;
  line-height:25px;
  padding:5px 10px 5px 12px !important;
}

#content .content-title a, #content .content-title a {
  text-decoration:none;
}

#content #message p {
	display:block;
	background-color:#496991;
	color:#FFFFFF;
	height:25px;
	line-height:25px;
	padding:5px 10px 5px 10px;
	font-weight:bold;
}
	
/**************************************************************************************************
  Highlight
**************************************************************************************************/
#highlight {
  width:700px;
  height:170px;
  margin:0px 0px 15px 0px;
  border-bottom:2px solid;
  z-index:0 !important;
}

#highlight img {
  float:left;
  margin:10px;
}

#highlight .post-title {
  margin:10px 10px 0px 10px;
}

#highlight .info {
  margin:0px 0px 0px 10px;
}

#highlight .entry {
  margin:10px 10px 10px 10px;
}

#highlight-pager {
  float:right;
}

#highlight-pager a {
  float:left;
  width:15px;
  height:15px;
  display:block;
  overflow:hidden;
  margin:5px 0px 0px 10px;
  text-indent:-5000px;
}

/**************************************************************************************************
  Posts
**************************************************************************************************/
.post {
  clear:both;
  margin:0px 0px 10px 0px;
  padding:5px 10px 10px 10px;
}

.post .entry {
  margin:0px 0px 10px 0px;
}

.post-date {
  background:url(../img/icon/clock.gif) no-repeat;
  padding:0 0 3px 20px !important;
  margin:0 0 3px 0;
}

.post-author {
  background:url(../img/icon/user.gif) no-repeat;
  padding:3px 0 0 20px !important;
  margin:0 0 3px 0;
}

.post-category {
  background:url(../img/icon/folder.gif) no-repeat;
  padding:3px 0 0 20px !important;
  margin:0 0 3px 0;
}

.post-tags {
  background:url(../img/icon/tag.gif) no-repeat;
  padding:3px 0 0 20px !important;
  margin:0 0 3px 0;
}

.post-comments {
  background:url(../img/icon/comment.gif) 2px 2px no-repeat;
  padding:3px 0 0 20px !important;
  margin:0 0 3px 0;
}

.post dl {
	margin:10px;
}
.post dl dt {
	font-weight:bold;
}
.post dl dd {
	margin:10px 5px;
}

.post table th, .post table td {
	vertical-align:middle;
	text-align:left;
}

.post .shop {
	clear:both;
	float:left;
	width:675px;
	margin-bottom:15px;
}

.post .shop h3 {
	display:block;
	width:655px;
	padding:5px;
	margin:15px 0 3px 0;
	background-color:#243346;
	border:4px double #496991;
	color:#FFFFFF !important;
}
*html body .post .shop h3 {
	margin-top:5px;
}

.post .snap {
	width:162px;
	text-align:center;
	margin-bottom:15px;
	float:left;
}

.post .snap p {
	margin:0;
	padding:0;
}

.post .shopinfo {
	width:480px;
	float:right;
	padding: 0 5px;
	margin: 5px;
}

*html body .post .shopinfo {
	width:470px;
}

.post .shopinfo .guideTable {
	margin-top:0;
}
.post .shopinfo .guideTable th {
	white-space:nowrap;
}

.post .shopinfo .guideTable td {
	vertical-align:middle;
}



/**************************************************************************************************
  Comment Form
**************************************************************************************************/
.comment-form {
  margin:0px 0px 10px 0px;
  padding:10px;
}

.comment-form li {
  padding:5px;
  list-style:none;
}

.comment-form label {
  float:left;
  width:100px;
}

.comment-form textarea {
  width:400px;
  height:100px;
  padding:5px;
}

/**************************************************************************************************
  Comment
**************************************************************************************************/
.comment, .pingback {
  margin:0px 0px 10px 0px;
  padding:10px;
  list-style:none;
}

.comment p, .pingback p {
  margin:10px 0px 10px 0px;
}

.comment .comment-author a, .pingback .comment-author a {
  text-decoration:none;
}

.comment-rss, .trackback-link {
  float:right;
  text-decoration:none;
  font-weight:normal;
  margin:0px 0px 0px 10px;
}

/**************************************************************************************************
  Navigation
**************************************************************************************************/
.navigation {
  line-height:30px;
  margin:15px auto;
  clear:both;
}

.navigation a {
  font-weight:bold;
  text-decoration:none;
  font-size:14px;
}

/**************************************************************************************************
  Sidebar
**************************************************************************************************/
#sidebar {
	float:right;
	width:250px;
	min-height:450px;
	padding:14px 10px 10px 10px;
}

#sidebar .widget {
  margin-bottom:15px;
}

#sidebar .ace-categories {
	margin-bottom:0 !important;
}

#sidebar .widget p {
  padding:5px;
}

#sidebar .searchTitle {
	padding:0;
	margin:0;
	text-align:center;
}

#sidebar .widget li {
	background-image:url(../img/icon/search_ico.gif);
	background-repeat:no-repeat;
	background-position:0 3px;
	padding:5px 3px 3px 18px;
	display:block;
	height:18px;
	line-height:18px;
}

#sidebar .widget li a {
	background-image:none;
}

#sidebar .widget form {
  padding:5px;
}

#sidebar .widget-title {
  height:25px;
  line-height:25px;
  margin:0px 0px 5px 0px;
  padding:5px 10px 5px 10px;
  text-align:left;
}

#sidebar .widget-title a {
  text-decoration:none;
}

#sidebar .widget a {
  text-decoration:none;
}

#sidebar .widget a:hover {
	font-weight:bold;
}

#sidebar #widget_search {
	margin:0;
	padding:0;
}

#sidebar #searchform {
	display:inline;
	margin:0;
	padding:0 5px;
}

#sidebar #searchform #s {
	width:155px;
}

#sidebar .prblk {
	clear:both;
	text-align:center;
	margin:0;
}

#sidebar .prblk p {
	margin:10px 0;
}

/**************************************************************************************************
  Widget: Posts, Paginas, Categorias, Arquivos, Links e Meta
**************************************************************************************************/
#widget_pages li, #widget_categories li, #widget_archive li, #widget_recent_entries li, .links li, #widget_meta li {
  list-style:none;
}

#widget_pages li a, #widget_categories li a, #widget_archive li a, #widget_recent_entries li a, .links li a, #widget_meta li a {
  height:30px;
  line-height:30px;
  padding:0px 5px 0px 28px;
  display:block;
  overflow:hidden;
  border-top:1px solid; 
}

#widget_pages li li a, #widget_categories li li a {
  padding:0px 5px 0px 30px;
}

#widget_categories li a {
  background:url(../img/icon/folder.gif) 8px 7px no-repeat;
}

#widget_categories li li a {
  background:url(../img/icon/page-children.gif) 8px 7px no-repeat;
}

#widget_archive li a {
  background:url(../img/icon/database.gif) 8px 7px no-repeat;
}

#widget_pages li a {
  background:url(../img/icon/page.gif) 8px 7px no-repeat;
}

#widget_pages li li a {
  background:url(../img/icon/page-children.gif) 8px 7px no-repeat;
}

#widget_recent_entries li a {
  background:url(../img/icon/page_white_text.gif) 8px 7px no-repeat;
}

#widget_text p {
  padding:5px;
}

.links li a {
  background:url(../img/icon/link.gif) 8px 7px no-repeat;
}

/**************************************************************************************************
  Widget: Search
**************************************************************************************************/
#widget_search {
	background-color:#EBF3CF !important;
	color:inherit;
}

#widget_search input {
  margin:6px 0 0 0;
}

/**************************************************************************************************
  Widget: Nuvem de Tags
**************************************************************************************************/
#widget_tag_cloud {
  text-align:center;
}

#widget_tag_cloud a:hover {
  text-decoration:underline;
}

/**************************************************************************************************
  Widget: Comentarios Recentes, RSS
**************************************************************************************************/
#widget_recent_comments li, #widget_rss li {
  padding:10px 24px;
  border-top:1px solid;
}

#widget_rss .rsswidget {
  font-weight:bold;
}

#widget_rss .rss-date {
}

#widget_rss .rssSummary {
}

#widget_recent_comments li {
  background:url(../img/icon/comments.gif) 5px 11px no-repeat !important;
}


/**************************************************************************************************
  Widget: Calendar
**************************************************************************************************/
#widget_calendar table {
  width:230px;
  text-align:center;
}

/**************************************************************************************************
  Footer
**************************************************************************************************/
#footer {
  clear:both;
  width:980px;
  padding:8px 0px;
  border-bottom:1px solid;
}

#footer a {
  text-decoration:none;
}

#footer p {
  padding:3px 10px 3px 10px;
}

#footer .backtoTop {
  float:right;
  margin:0px 10px 0px 0px;
}

#footer .backtoTop a {
  width:20px;
  height:20px;
  display:block;
  text-indent:-5000px;
  background:url(../img/icon/backtotop.gif) center no-repeat;
}

/**************************************************************************************************
  Classes
**************************************************************************************************/
.clear {
  width:100%;
  height:1px;
  clear:both;
  visibility:hidden;
}

.noborder {
  border:none !important;
}

#content .postTitle {
  height:25px;
  line-height:25px;
  margin:0px 0px 5px 0px;
  padding:5px 10px 5px 10px;
  text-align:left;
}

.post-title a {
  text-decoration:none;
}

.info {

}

.info a {
  font-weight:bold;
  text-decoration:none;
}

.options {
  float:right;
  margin:5px 0px 0px 0px;
}

.options a {
  text-decoration:none;
  font-weight:bold;
  margin:0px 0px 0px 10px;
}

.alignleft {
  float:left;
  margin:0px 10px 0px 0px;
}

.alignright {
  float:right;
  margin:0px 0px 0px 10px;
}

.aligncenter {
  margin:auto;
  display:block;
}

.centered {
	text-align: center;
}

.more-link {
  clear:both;
  display:block;
  text-align:right;
  margin-right:1em;
  margin-bottom:0;
  text-decoration:none !important;
}

.comment-wait {
}

.wp-caption {
}

.wp-caption-text {
  padding:0px 5px 0px 5px;
}

.avatar {
  float:left;
  margin:0px 10px 0px 0px;
}

.url {
  font-weight:bold;
}

.children {
  padding:0px 0px 0px 15px;
}

.marginoff {
	margin:0 !important;
}

/**************************************************************************************************
  Entradas do Usuario
**************************************************************************************************/
.entry {
}

.entry h1 {
}

.entry h2 {
}

.entry h3 {
}

.entry h4 {
}

.entry h5 {
}

.entry h6 {
}

.entry hr {
  border:1px solid;
  margin:2px 0px 2px 0px;
}

.entry a {
  text-decoration:underline;
}

.entry img {
  margin:5px;
}

.entry blockquote {
  margin:10px;
  padding:3px 10px 10px 10px;
  display:block;
  font-style:italic;
  border:1px solid;
}

.entry code, .entry pre {
  margin:10px;
  padding:10px;
  display:block;
  font-family:monospace;
  border:1px solid;
  overflow:auto;
}

.entry address { 
}

.entry pre {
}

.entry p { 
  margin:10px 0px;
  text-align:justify;
}

.entry ul {
  list-style-type:square;
  margin:5px 5px 5px 45px;
}

.entry ol { 
  list-style-type:decimal;
  padding:5px 5px 5px 45px;
}

.entry em {
}

.entry strong {
}

.entry strike {
}

.entry span {
}

/*---------------------------------------------------*/
/*      Tble Alternation Color STYLE                 */
/*---------------------------------------------------*/

.guideTable {
	clear:both;
	width:99.9%;
	float:left;
	border-collapse:collapse;
	border:1px solid #999999;
	margin:1em 0;
}

.guideTable caption {
	text-align:left;
	font-weight:bold;
}

.guideTable th {
	border-bottom:1px dotted #999999;
	border-right: 1px dotted #999999;
	text-align:left;
	vertical-align:middle;
	padding:4px;
}

.guideTable td {
	border-bottom:1px dotted #999999;
	border-right: 1px dotted #999999;
	padding:4px;
	text-align:left;
	vertical-align:middle;
}

.guideTable tbody th {

}

.guideTable .off {
	background-color:#E4E4E4;
	color:inherit;
}
.guideTable .on {
	background-color: #FFFFFF;
	color:inherit;
}

.guideTable thead th {
	background-color:#D5D5D5;
	color:inherit;
}

.guideTable ul {
	margin:5px 0 5px 15px;
}

.guideTable ul li {
	list-style:circle;
	margin:3px auto;
}
	

/*---------------------------------------------------*/
/*        Detail Page Thing Data STYLE               */
/*---------------------------------------------------*/

#roomDetail {
	clear:both;
	float:left;
	width:690px;
}

*html body #roomDetail {
	width:670px;
}

.catchcopy {
	margin-bottom:5px;
}
	
.thingDate {
	width:99.9%;
	clear:both;
	position:relative;
	z-index:6;
}

.thingDate table {
	clear:both;
	width:660px;
	margin:10px;
}

*html body .thingDate table {
	margin:10px 5px;
}

.thingDate th {
	white-space:nowrap;
	vertical-align:middle;
}

.thingDate td {
	vertical-align:middle;
}

.thingDate th sub {
	font-weight:normal;
}

.thingDate img {
	padding:2px;
	border-top:1px solid #F0F0F0;
	border-left:1px solid #EFEFEF;
	border-right: 1px solid #B6B6B6;
	border-bottom: 2px solid #C3C3C3;
	background-color:#FAFAFA;
	color:inherit;
}

.topPicBlk {
	width:100%;
	clear:both;
	float:left;
}

.roomimg {
	display:block;
	width:320px;
	float:left;
	margin:10px 8px;
	border:1px solid #CCCCCC;
}

*html body .roomimg {
	margin:10px 5px;
}

#storyTop {
	float:left;
	display:block;
	width:260px;
	min-height:236px;
	margin:10px;
}


#movie {
	float:right;
	margin-right:5px;
}
#movie object, #movie embed {
	float:right;
	width:380px;
	height:236px;
	margin:5px;
}

*html body #movie object, *html body #movie embed {
	width:375px;
	height:207px;
	margin:0px;
}

.storyBox {
	clear:both;
	margin:0;
}

.thingPics {
	width:49%;
	float:left;
	margin-right:5px;
}

.thingPics .pics {
	display:block;
	width:155px;
	float:left;
	margin:0 5px;
	padding:0;
}
.thingPics .pics span {	
	display:block;
}

*html body .thingPics .pics {
	margin:0;
}

#roomDetail .entry {
	width:47%;
	margin-right:15px;
	display:block;
	float:right;
}

*html body #roomDetail .entry {
	width:45%;
}

#articlemap {
	clear:both;
	width:652px;
	height:480px;
	margin:10px;
	text-align:center;
	padding:2px;
	border-top:1px solid #F0F0F0;
	border-left:1px solid #EFEFEF;
	border-right: 1px solid #B6B6B6;
	border-bottom: 2px solid #C3C3C3;
	background-color:#FAFAFA;
	color:inherit;
	border:solid 1px #666666
}

*html body #articlemap {
	padding:0px;
}

#articlemap iframe {
	width:652px;
	height:480px;
	margin:0;
	padding:0;
}

/* 一覧 */

#content .listblock {
	display:block;
	width:220px;
	min-height:325px;
	padding:3px;
	margin:10px 3px;
	float:left;
	border:1px solid #DDDDDD;
	position:relative;
}

*html body #content .listblock {
	padding: 3px 0;
	height:317px;
}

#content .listblock h3  {
	display:block;
	width:225px;
	margin:3px auto;
	text-align:center;
}
#content .listblock ul {
	margin:5px;
	list-style:none;
}

#content .minidesc {
	margin:10px 3px 0 3px;
}

#content .listblock .more-link {
	display:block;
	position:absolute;
	bottom:0px;
	right:0px;
	padding:3px;
}

#content .wp-pagenavi {
	clear:both;
	text-align:center;
	width:680px;
	margin:10px;
	padding-bottom:15px;
}
#content .pages {
	display:block;
	text-align:center;
	margin:1em 0;
}

.abstract {
	width:220px;
}

#content .post{
	float:left;
}

#content .post .linkcat {
	display:block;
	width:665px;
	padding:5px;
	margin:15px 0 3px 0;
	background-color:#243346;
	border:4px double #496991;
	color:#FFFFFF !important;
	float:left;
}
*html body #content .post .linkcat {
	width:640px;
	margin-left:-5px;
	float:none;
}

#content .post .linkcat li {
	clear:both;
	list-style:none;
	display:block;
	width:630px;
	float:left;
	border-top:1px dotted #999999;
	margin-bottom:10px;
	padding:5px;
	background-image:url(../img/icon/link_ico.gif);
	background-repeat:no-repeat;
	background-position:0 0;
} 

*html body #content .post .linkcat li {
	width:600px;
}

#content .post .linkcat a {
	background-color:inherit;
	color:#FFFFFF;
	font-weight:bold;
	display:block;
	float:left;
	margin-right:20px;
	padding-left:15px;
}
#content .post .linkcat .blogroll {	
	margin:10px;
}

/*---------------------------------------------------*/
/*        Top Page STYLE                             */
/*---------------------------------------------------*/

#content .indexTitle {
	display:block;
	width:678px;
	padding:5px;
	margin:15px 0 3px 0;
	background-color:#243346;
	border:4px double #496991;
	color:#FFFFFF !important;
}
*html body #content .indexTitle {
	margin-top:5px;
}

#content .indexTitle a {
	color:#FFFFFF;
	display:block;
	width:100%;
	text-decoration:none;
}

#content .topsumb {
	display:block;
	width:168px;
	padding:2px 0;
	margin:0 2px 10px 2px;
	float:left;
	border:1px solid #DDDDDD;
	text-align:center;
}

#content .topsumb ul {
	text-align:left;
	margin:5px 3px;
	list-style:none;
}

*html body #content .topsumb .abstract {
	width:168px;
	margin:0;
	padding:0;
}

#content .topicBox {
	margin:0 10px 0 0;
	width:400px;
	min-height:170px;
	float:right;
	border-bottom:2px solid #666666;
	border-right:1px solid #666666;
	background-image:url(../img/newsbg.jpg);
	position:relative;
}

*html body #content .topicBox {
	height:170px;
}

#content .topicBox h2 {
	margin:0;
	padding:5px 5px 0 5px;
	text-align:left;
}

#content .topicBox .topic {
	display:block;
	float:right;
	width:280px;
	margin: 0px 5px 0 5px;
	background-image:none;
	list-style:none;
	font-weight:bold;
}
#content .topicBox .topic li {
	padding:3px 0;
}

#content .topicBox .topic a {
	background-image:url(../img/icon/star_ico.gif);
	background-repeat:no-repeat !important;
	padding-left:24px;
}

#content .topicBox .flimg {
	float:left;
	position:absolute;
	bottom:0;
	left:-15%;
}

#content .topicList {
	margin-top:15px;
}

/*---------------------------------------------------*/
/*        Form STYLE                                 */
/*---------------------------------------------------*/

#content .wpcf7 {
 float:left;
 width:660px;
 padding:0;
 margin:0 0 0 10px;
}

*html body #content .wpcf7 {
	margin:0 0 0 5px;
}

#content .wpcf7 form {
	margin: 0;
}

#content .wpcf7 form fieldset {
	padding:0px 20px 10px 20px;
  background:url(../img/bg/background.png) repeat !important;
}

#content .wpcf7 form legend {
	font-weight:bold;
	margin-bottom:10px;
}

#content .wpcf7 form span p{
	font-weight:normal;
}

#content .wpcf7 form span {
	display:block;
	margin:5px;
}

#content .wpcf7 form input, #content .wpcf7 form textarea {
	border:1px inset #CCCCCC !important;
	color:#000000;
	font-size:130%;
	font-weight:bold;
}

#content .wpcf7 form textarea {
	width:600px;
}

#content .wpcf7 form .submitBtn {
	text-align:right;
	margin-top:10px;
}
#content .wpcf7 form .submitBtn input {
	width:200px;
}

.inqtel {
	color:inherit;
	padding:5px;
	margin:15px 16px;
}

*html body .inqtel {
	margin:15px 0px 15px 20px;
	padding:0;
}