@charset "utf-8";
/*
=========================================

広島市観光ホテル旅館組合

=========================================
*/

/*
=========================================

ブラウザデフォルトスタイルリセット用定義

=========================================
*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img {
	border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q: before,q: after {
	content: '';
}
abbr,acronym {
	border: 0;
}

/*
=========================================

 共通定義

=========================================
*/

/* body
---------------------------------------------------------------------------- */
html {
	overflow-y: scroll;
}
body {
	text-align: center;
	font-size: 90%;
	color: #525252;
}

/* wrapper
---------------------------------------------------------------------------- */
#wrapper {
	width: 100%;
	background: ;
}

/* content
---------------------------------------------------------------------------- */
#content_wrrap {
	width: 100%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	text-align: center;
	background-image: url(img/common/back.gif);
	background-repeat: repeat;
	background-position: 0px 0px;
}
#content {
	background-image: url(img/common/body_back.png);
	background-repeat: repeat-y;
	background-position: 0px top;
	width: 1014px;
	margin-right: auto;
	margin-left: auto;
}
#contents_top {
	top: 334px;
	z-index: 10;
	position: absolute;
	width: 1014px;
	text-align: center;
	clear: both;
	margin-left: -507px;
	left: 50%;
}

/* メイン */
#main_content{
	float: left;
	width: 715px;
}
.content_box{
	width: 658px;
	padding-left: 32px;
	text-align: left;
	margin-bottom: 20px;
}
.leftTit{
	margin-bottom: 20px;
}


/* サイド */

.side_content {
	float: right;
	width: 260px;
	text-align: left;
	padding-right: 22px;
	padding-top: 20px;
}
.side_content ul.bannerList {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-bottom: 0px;
}
.side_content ul.bannerList li {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

/* リンク
---------------------------------------------------------------------------- */
a:link {
	color: #2484BF;
	text-decoration: underline;
}
a:visited {
	color: #2986BF;
	text-decoration: underline;
}
a:hover {
	color: #4E96BE;
	text-decoration: underline;
}
#main_content a:hover img , .side_content a:hover img , .toTopLink a:hover img{
	opacity: 0.5;
	filter: alpha(opacity=60);opacity:.60;	
}

.style1 {
	color: #003366;
	font-weight: bold;
	}
.style2 {
	color: #52A847;
}
.style3 {
	color: #FF8282;
}
.style4 {
	font-size: 85%;
	padding-left: 10px;
	margin-bottom: 5px;
	}
.dotline {
	background-image: url(img/common/dot_line.gif);
	background-repeat: repeat-x;
	height: 1px;
	margin-top: 15px;
	margin-bottom: 15px;
}
/* 見出し
---------------------------------------------------------------------------- */
.titType1 {
	background-image: url(img/common/tit1_back.gif);
	height: 35px;
	font-size: 16px;
	padding-left: 10px;
	line-height: 1.5em;
	background-repeat: repeat-x;
	background-position: 0px 0px;
	padding-top: 5px;
	color: #333333;
	clear: both;
	margin-bottom: 15px;
}

/* 段落
---------------------------------------------------------------------------- */
.txtType1 {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	line-height: 1.5em;
}

/* 表組み
---------------------------------------------------------------------------- */
.tblType1 {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.tblType1 th ,
.tblType1 td {
	line-height: 1.5;
	vertical-align: top;
	border: 1px solid #999999;
	font-size: 90%;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

/* リスト
---------------------------------------------------------------------------- */
/* マークに数字 */
.listType1 {
	margin: 0 20px 30px 20px;
	padding: 0 0 0 20px;
}
.listType1 li {
	margin: 0 0 1em 0;
	list-style-type: decimal;
	font-size: 90%;
}

/* ページ上部に戻るリンク
---------------------------------------------------------------------------- */
.toTopLink {
	text-align: right;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	clear: both;
	padding-right: 34px;
}

/* clearfix
---------------------------------------------------------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
}
/* Hidex from IE-mac \*/
*html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */


/* メインビジュアル
---------------------------------------------------------------------------- */
#mainimage {
	margin-right: auto;
	margin-left: auto;
	z-index: -99;
}
#content_top {
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-top: -1px;
}

/*
=========================================

ヘッダー用定義

=========================================
*/


#headWrap {
	clear: both;
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
}
#header {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
#header h1 {
	display: inline;
	margin-top: 32px;
	float: left;
	padding-left: 35px;
}
#header .comment {
	float: right;
	padding-right: 35px;
	margin-top: 10px;
	margin-left: 8px;
}
.headBunner {
	margin-top: 10px;
	background-color: #FFFFFF;
}
.headBunner a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=60);opacity:.60;	
}

/*　グローバルナビゲーション
---------------------------------------------------------------------------- */
.gNavi {
	width: 361px;
	margin-top: 10px;
	float: right;
}
.gNavi li {
	float: right;
}
.gNavi li a {
	display: block;
	height: 180px;
	text-indent: -9999px;
	overflow: hidden;
	outline: none;
	background-image: url(img/header/Gnavi.png);
	background-repeat: no-repeat;
}
.gNavi li.contact a {
	width: 89px;
	background-position: -272px 0;
}
.gNavi li.contact a:hover ,
body#contact .gNavi li.contact a {
	background-position: -272px -180px;
}
.gNavi li.contact_business a {
	width: 31px;
	background-position: -241px 0;
}
.gNavi li.contact_business a:hover ,
body#contact_business .gNavi li.contact_business a {
	background-position: -241px -180px;
}
.gNavi li.contact_group a {
	width: 31px;
	background-position: -210px 0;
}
.gNavi li.contact_group a:hover ,
body#contact_group .gNavi li.contact_group a {
	background-position: -210px -180px;
}
.gNavi li.contact_seminar a {
	width: 31px;
	background-position: -179px 0;
}
.gNavi li.contact_seminar a:hover ,
body#contact_seminar .gNavi li.contact_seminar a {
	background-position: -179px -180px;
}
.gNavi li.contact_sports a {
	width: 31px;
	background-position: -148px 0;
}
.gNavi li.contact_sports a:hover ,
body#contact_sports .gNavi li.contact_sports a {
	background-position: -148px -180px;
}
.gNavi li.sightseeing a {
	width: 54px;
	background-position: -94px 0;
}
.gNavi li.sightseeing a:hover ,
body#sightseeing .gNavi li.sightseeing a {
	background-position: -94px -180px;
}
.gNavi li.gourmet a {
	width: 47px;
	background-position: -47px 0;
}
.gNavi li.gourmet a:hover ,
body#gourmet .gNavi li.news a {
	background-position: -47px -180px;
}
.gNavi li.news a {
	width: 47px;
	background-position: 0px 0;
}
.gNavi li.news a:hover ,
body#news .gNavi li.news a {
	background-position: 0px -180px;
}

/*
=========================================

フッター用定義

=========================================
*/


#footWrap {
	width: 100%;
	clear: both;
	background-image: url(img/footer/footer_back.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-color: #2484bf;
}
#footer {
	width: 1000px;
	height: 261px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 11px;
	text-align: center;
}
#footer  .dotLine{
	background-image: url(img/common/dot_line.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
#footer tbl{
	text-align: left;
}
#footer .Ftbl   td{
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#footer .copyright {
	color: #FFFFFF;
	float: right;
	padding-right: 15px;
	text-align: right;
	line-height: 2em;
	font-size: 80%;
	padding-top: 10px;
}
#footer .name{
	float: left;
	padding-top: 7px;
	width: 420px;
	text-align: left;
	padding-left: 20px;
	color: #FFFFFF;
	font-size: 85%;
}
#footer .footBunner {
	float: left;
	width: 200px;
	margin-top: 10px;
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
	line-height: 1.5em;
}
#footer .footBunner a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=60);opacity:.60;	
}

/* フッター　リンク色
---------------------------------------------------------------------------- */
#footer a:link {
	color: #333333;
	text-decoration: none;
}
#footer a:visited {
	color: #333333;
	text-decoration: none;
}
#footer a:hover {
	color: #333333;
	text-decoration: underline;
}

/* フッター　ナビ
---------------------------------------------------------------------------- */
#footer .footerNaviBlue {
	clear: both;
	zoom: 1;
	font-size: 80%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: -1px;
}
#footer .footerNaviBlue li {
	float: left;
	background-image: url(img/common/list_blue.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 21px;
	margin-bottom: 0px;
}
#footer .footerNaviGreen {
	clear: both;
	zoom: 1;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 80%;
	padding-bottom: 5px;
}
#footer .footerNaviGreen li {
	float: left;
	background-image: url(img/common/list_green.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 19px;
	margin-bottom: 0px;
}


/* NEWS-MT用定義
---------------------------------------------------------------------------- */
#top_container{
	width: 100%;
}
.mainimage_box {
	z-index: -99;
	background-color: #92B6E6;
	width: 100%;
	background-image: url(img/main_image.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 350px;
	clear: both;
}
.news_box {
	background-color: #FAFAFA;
	padding: 3px;
	float: left;
	width: 650px;
	border: 1px solid #ededed;
	margin: 5px;
}
.news_box img#frame {
	padding: 2px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	margin-right: 10px;
	margin-bottom: 5px;
	float: left;
}
.news_box .tit{
	font-size: 13px;
	color: #333333;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: dotted;
	padding-bottom: 1px;
}
.news_box .txtBox {
	float: left;
	margin-top: 3px;
	font-size: 10px;
	width: 480px;
}
.news_box .btnBox {
	margin-top: 8px;
	margin-left: -2px;
}
.news_box .toLink {
	float: right;
	margin-top: 5px;
}

/* MT本文
---------------------------------------------------------------------------- */
.entry-asset {
	background-color: #FAFAFA;
	padding: 6px;
	float: left;
	width: 650px;
	border: 1px solid #ededed;
	margin-bottom: 10px;
}

.asset-header {
	margin-bottom: 20px;
}
.asset-name {
}
.entry-title {
}
.asset-meta {
	font-size: 10px;
	text-align: right;
}
.asset-body {
	clear: both;
	font-size: 11px;
	text-align: left;
	padding-top: 10px;
}

.asset-body img {
	padding: 2px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	margin-right: 10px;
	margin-bottom: 5px;
	float: left;
}
.asset-meta {
	font-size: 10px;
	text-align: right;
	float: right;
}
.entry-title {
	float: left;
}
.asset-footer {
	clear: both;
}
.txtBox {
	float: left;
	margin-top: 3px;
	font-size: 11px;
	width: 480px;
}
.entry-categories {
	font-size: 10px;
	text-align: right;
	clear: both;
	text-decoration: none;
}
.newsWrrap {
	height: 310px;
	width: 640px;
	text-align: left;
	display: block;
	overflow: hidden;
	font-size: 12px;
	line-height: 1.3em;
}
.newsWrrap .newsBox {
	margin-bottom: 10px;
	clear: both;
}
/*ウィジェット 
---------------------------------------------------------------------------- */
.widget-header {
	float: right;
	width: 239px;
	clear: right;
	font-size: 13px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 10px;
	padding-left: 0px;
	margin-bottom: 5px;
	text-align: center;
	color: #FFFFFF;
}
.widget-header a{
	color: #FFFFFF;
	text-decoration: none;
}
.widget-content {
	float: right;
	width: 225px;
	clear: right;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 0px;
	margin-bottom: 5px;
}
.widget-content li {
	text-align: left;
	background-image: url(img/common/list_blue.gif);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 1.5em;
	padding-left: 20px;
}
.widget-archive {
}
.widget-calendar {
}

h3 {
	background-color: #5196BF;
	margin-right: 10px;
	clear: both;
}
