@charset "UTF-8";

/* ----- すべての要素 ----- */

*
{
	margin:0;
	padding:0;
	font-family:Verdana, Arial, sans-serif;
	line-height:150%;
	color:#333333;
	font-size:12px;
}


/* ----- float解除 ----- */

.clear
{
	clear:both;
}

.clear hr
{
	display:none;
}


/* ----- リンク ----- */

a
{
	color:#0099cc;
	text-decoration:underline;
}

a:hover
{
	color:#006699;
	text-decoration:underline;
}

img
{
	text-decoration:none;
}

/* ----- body ----- */

body
{
	color:#666666;
	background:#496979 url(http://www.highland-hotel.co.jp/images/body_bg.gif) repeat-y 50% 0;
	text-align:center;
}


/* ----- ブログ全体 ----- */

#main-container
{
	width:800px;
	color:#666666;
	background:#ffffff;
	margin:0 auto;
	text-align:left;
}


/* ----- ヘッダー部分 ----- */

#header
{
	width:800px;
	height:114px;
}

#header h1.blog-name
{
	width:1px;
	height:1px;
}

#header h1.blog-name a
{
	display:block;
	width:1px;
	height:1px;
	font-size:0;
	font-weight:normal;
	text-decoration:none;
	text-indent:-9999px;
}


/* ----- フッター ----- */

.footer
{
	background:#ffffff url(http://www.highland-hotel.co.jp/images/footer_bg.gif) repeat-x 0 0;
	padding:10px 0;
	text-align:center;
	font-size:11px;
	color:#999999;
}


/* ----- コンテンツ背景 ----- */

#container-background
{
	background:url(http://www.highland-hotel.co.jp/images/container_background.gif) repeat-y 0 0;
	margin:6px 0;
}


/* ----- コンテンツ全体 ----- */

#container
{
	padding:0 0 0 0;
	background:#fff;
	width:566px;
	float:left;
 height: 100%;
}


/* ----- カテゴリ名バナー ----- */

#flash
{
	margin:0 10px;
 width:546px;
	height:244px;
}

#banner
{
}

#banner h2
{
	padding:20px 10px 0 20px;
	color:#666666;
	font-size: 12px;
 line-height: 150%;
}


/* ----- エントリー全体 ----- */

.blog
{
	padding:10px;
}

.entry
{
	padding:5px 10px 0 20px;
}

h2.entry-title
{
	font-size:14px;
 color: #fff;
 background-color: #738892;
 border-left:10px solid #eb9543;
	margin:20px 0 5px 0;
 font-weight:bold;
 padding-left:7px;
 padding-top:2px;
 padding-bottom:2px;
}

h2.entry-title span
{
	font-size:14px;
 color: #b2bcc1;
	font-style: italic;
 font-family: Georgia, Times;
 float: right;
 padding-right:7px;
}

.entry-body
{
	color:#333333;
 padding:10px 0px 0px 10px;
	font-size: 12px;
 line-height: 150%;
}

.entry-body span
{
	line-height:150%;
	font-size:13px;
 font-weight:bold;
 color: #9ec2d4;
}

.entry-body strong
{
color: #738892;
}

.entry-body blockquote
{
 margin:10px 0;
}

#left
{
 float:left;
 padding:0 10px 0 0;
}

#right
{
 float:right;
 margin:0 0 20px 0;
}

#list table
{
 margin:5pt 0;
 border: 1px solid #738892;
}


#list table th
{
 padding:3pt;
 text-align:center;
 color:#738892;
 border: 1px solid #738892;
 background: #d2e4f1
}

#list table td
{
 padding:3pt;
 text-align:center;
 border: 1px solid #738892;
}

.entry-body ul li,
.entry-body ol li
{
	margin:0 0 3px 0;
 list-style: none;
}

/* エントリー日付 */

.date { 
    margin: 6px 5px 0;
    padding: 2px 0 2px 5px;
/*    background-position: left; 
    background-repeat: no-repeat;
    background-image: url(".gif");*/
    font-size: 11px;
    font-weight: bold;
}


/* エントリー日付・コメントタイトル・トラックバックタイトルの配色 */
.date,
.trackbacks-header,
.comments-header,
.comments-open-header {
    color: #ffffff;
    background: #8fabbe;
}


.entry a:active {}
.entry img {
    margin-right: 8px;
    margin-bottom: 5px;
}


/* エントリーのテキストエリア可変長指定 */
.entry textarea {
    width: 97%;
}


/* 追記 */
.entry.extended {}


/* エントリータイトル */
.entry-header {
    margin: 15px 0 0 10px;
    color: #444444;
    font-size: 12px;
    font-weight: bold;
}


/* 投稿者 */
.entry-footer {
    margin: 10px 0 0 0;
    border-top: 1px dotted #36414d;
    text-align: right;
    color: #36414d;
    font-size: 9px;
}


/* タグ */
.entry-tags-header,
.entry-tags-list,
.entry-tag {
    display: inline;
    font-size: 12px;
}

.entry-tags-list { 
    list-style:none;
    padding-left: 5px;
}


/* Typekeyコメンタ−画像 */
.commenter-profile img {
    vertical-align: middle;
    border-width: 0;
}


/* アーカイブページ本文 */
.archive-list {
    margin: 10px 0;
}


/* アーカイブテンプレートの前後リンク */
.content-nav {
    margin: 10px;
    text-align: center;
    font-size: 12px;
}


/* ----- サイドバー ----- */

#sidebar
{
	width:234px;
	float:right;
	clear:right;
}

.sidebar-inner
{
	background:#d2e4f1;
	padding:15px;
}

.sidebar-banner-blog
{
 margin: 0px 0px 15px 0px;
}

.side
{
 margin: 10px 0px;
}

.sidebar-banner a
{
	padding:10px 0px;
 display: block;
}

.sidebar-banner-title
{
	font-size:14px;
	font-weight:bold;
	color:#fff;
	background:#738892;
	padding:3px 0px;
 text-align: center;
}

.sidebar-banner p
{
	padding:5px 5px 0px 5px;
}

#jwfx
{
	font-size:11px;
}


/* ----- メールフォーム ----- */

.mail-form
{
}

.mail-form table
{
}

.mail-form span
{
color:#CC0000;
}





/* カレンダー */
.calendarhead {
    padding-bottom: 5px;
    text-align: center;
    color: #444444;
    font-size: 9px;
    background: none;
    letter-spacing: 0.2em;
}

.calendar {
    text-align: center;
    color: #444444;
    background: none;
}

.calendar table {
    text-align: center;
    padding: 0px;
    border-collapse: collapse;
}

.calendar th {
    padding-bottom: 3px;
    font-size: 9px;
    width: 23px;
}

.calendar td {
    padding: 2px 0;
    font-size: 9px;
    line-height: 120%;
}

.today {
    display: block;
    text-align: center;
    color: #444444;
    border: 1px solid #444444;
}

.holiday {
    color: #e50003;
}

.saturday {
    color: blue;
}


/* サイドメニュー(サブカテゴリー用) */
#categories ul {
    padding-left: 16px;
}

#categories ul ul {
    padding-left: 10px;
}

#categories li {
    list-style-type: circle;
}


/* サイドメニュー(タグクラウド用) */
ul#tags {
    margin-top: 5px;
    padding-left: 0;
    list-style: none;
}

ul#tags .module-list-item {
    display: inline;
}

ul#tags li.taglevel1 {
    font-size: 13px;
font-weight: bold;

}

ul#tags li.taglevel2 {
    font-size: 13px;
}

ul#tags li.taglevel3 {
    font-size: 12px;
}

ul#tags li.taglevel4 {
    font-size: 11px;
}

ul#tags li.taglevel5 {
    font-size: 10px;
}

ul#tags li.taglevel6 {
    font-size: 9px;
}


/* コメント・トラックバック */
#comments-open-data p {
    margin-bottom: 10px;
}

#comment-post {
   font-weight: bold;
}

#comment-author, #comment-email, #comment-url, #comment-text {
   width: 220px;
}

#comment-text {
    width: 266px;
}

#comment-bake-cookie {
   margin-left: 2px;
   vertical-align: middle;
}

#comments-open-footer {
    text-align: center;
}

.trackbacks,
.comments {
    margin: 10px 5px;
    color: #36414d;
}

.trackbacks-header,
.comments-header,
.comments-open-header {
    margin: 15px 0;
    padding: 2px 0 2px 5px;
    color: #ffffff;
    background: #8fabbe;
    font-size: 11px;
}

#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content {
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 150%;
    word-break: break-all;
}

.trackback-content p,
.comment-content p {
    margin-top: 10px;
    margin-bottom: 5px;
}

.trackback-footer,
.comment-footer {
    font-size: 9px;
    border-top: 1px dotted #36414d;
    text-align: right;
    padding-top: 3px;
    margin-right: 2px;
}

.comments-open label {
    display: block;
}

.comments-head {
    font-size: 11px;
    color: #ffffff;
    background: #8fabbe;
    padding: 2px 0 2px 5px;
    margin: 15px 0;
}
