@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;
}

/* リンク
---------------------------------------------------------------------------- */
a:link {
	color: #2484BF;
	text-decoration: underline;
}
a:visited {
	color: #2986BF;
	text-decoration: underline;
}
a:hover {
	color: #4E96BE;
	text-decoration: underline;
}

.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;
}

/* 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 */


/* TOP呼び込み用
---------------------------------------------------------------------------- */
.newsWrrap {
	height: 310px;
	width: 640px;
	text-align: left;
	display: block;
	overflow: hidden;
	line-height: 1.5em;
	font-size: 14px;
	color: #525252;
}
.newsWrrap .newsBox {
	margin-bottom: 10px;
	clear: both;
}

.newsWrrap .newsTxt {
}
