@charset "UTF-8";

/*------------------------------------
	 1.全体
	 2.共通
	 3.ヘッダ
	 4.ナビゲーション
	 5.カレンダー
	 6.プロフィール
	 7.その他
	 8.検索
	 9.コメント
	10.コメントフォーム
	11.トラックバック
	12.トラックバックフォーム
	13.記事
	14.フッダ
	15.レイヤー
	16.その他
------------------------------------*/


/*------------------------------------
	1.全体
------------------------------------*/

/*	全体	*/
* {
	margin: 0px;
	padding: 0px;
}

/*	ボディ	*/
body {
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #FEF9EF;
	text-align:center;
/*	background: transparent url(http://www.nikko-hotelfuga.com/blog/template/bg.gif);*/
}

/*	画像	*/
img {
	border: 0;
}

/*	テーブル	*/
table {
	border: 0;
	border-spacing: 0px;
	border-collapse: collapse;
}

/*	divタグ	*/
div {
	text-align: left;
}

/*	リスト	*/
ul {
	list-style: none;
}

/*	リンク	*/
a:link    { color: #FFCC66; text-decoration: underline }
a:visited { color: #FF9933; text-decoration: underline }
a:active  { color: #FFFFCC; text-decoration: none }
a:hover   { color: #FFFFCC; text-decoration: none }


/*------------------------------------
	2.共通
------------------------------------*/

/*	ボタン	*/
input.button {
	padding: 2px 0px 0px 0px;
	margin: 0px 3px 0px 3px;
	width:55px;
	text-align:center;
	font-size:11px;
}

/*	改行	*/
br.clear {
	font-size: 1px;
	line-height: 1px;
	clear: both;
}

/*	フォーム(入力部)	*/
textarea.form_color,
input.form_color {
	background-color: #cccccc;
	border: 1px solid #dddddd;
	color:#333333;
}

/*	フォーム(入力部)	*/
input.form_checkbox {
	margin: 0px 2px 0px 2px;
}


/*------------------------------------
	3.ヘッダ
------------------------------------*/

/*	ヘッダエリア	*/
div#title {
	width: 650px !important;
	height: 100px !important;
	padding: 30px 0px 0px 0px;
	float: left;
}

/*	ヘッダタイトル	*/
div#title h1 {
	font-size: 18px;
	line-height: 1em;
	font-weight: bold;
	padding-bottom: 2px;
}

/*	ヘッダタイトルリンク	*/
div#title h1 a:link    { color: #666000; text-decoration: none }
div#title h1 a:visited { color: #666000; text-decoration: none }
div#title h1 a:active  { color: #666000; text-decoration: none }
div#title h1 a:hover   { color: #666000; text-decoration: underline }

/*	ヘッダ説明	*/
div#title p {
	color: #F90000;
}

/*	メインヘッダ	*/
div#main_header {
	height:71px;
	padding: 0px;
	margin: 0px;
	width: 800px;
}

/*	サブヘッダ	*/
div#sub_header {
	height:200px;
	padding: 0px;
	margin: 0px;
	width: 800px;
	background: transparent url(http://www.nikko-hotelfuga.com/blog/template/midasi.jpg) no-repeat;
}

/*	メニューエリア	*/
div#menu {
	width: 800px;
	height: 42px;
	padding: 0px;
	margin: 0px;
}


/*------------------------------------
	4.ナビゲーション
------------------------------------*/

/*	項目エリア	*/
div#navigation dl {
	margin-bottom: 20px;
}

/*	項目名称	*/
div#navigation dt {
	color: #53261F;
	width: 182px !important;
	height: 15px;
	padding: 5px 0px 5px 10px;
	margin-bottom: 8px;
	margin-top:25px;
	margin-left:3px;
	font-weight:bold;
	font-size: 13px;
	background: transparent url(http://www.nikko-hotelfuga.com/blog/template/menubg.gif) no-repeat;
}

/*	項目リスト	*/
div#navigation ul {
	padding-left: 10px;
	margin-bottom: 5px;
	color: #ffffff;
}


/*------------------------------------
	5.カレンダー
------------------------------------*/

/*	カレンダーテーブル	*/
dl#calendar table {
	width: 190px;
	background:transparent;
}

/*	カレンダーテーブル(セル)	*/
dl#calendar table th,
dl#calendar table td {
	font-size: 12px;
	line-height: 1em;
	text-align: center;
	padding: 2px 2px;
}

/*	カレンダーテーブル(セル)	*/
dl#calendar table th {
	padding-bottom: 4px;
}

/*	カレンダーテーブル(曜日)	*/
dl#calendar table td.sunday {
	color: #ffffff;
}
dl#calendar table td.monday {
	color: #ffffff;
}
dl#calendar table td.tuesday {
	color: #ffffff;
}
dl#calendar table td.wednesday {
	color: #ffffff;
}
dl#calendar table td.thursday {
	color: #ffffff;
}
dl#calendar table td.friday {
	color: #ffffff;
}
dl#calendar table td.saturday {
	color: #ffffff;
}
/*	カレンダーテーブル(リンク)	*/
dl#calendar a {
	font-weight: bold;
}


/*------------------------------------
	6.プロフィール
	※プロフィール内容詳細は、13.記事に含まれる。
------------------------------------*/

/*	プロフィールエリア	*/
div#profile {
	width: 690px;
	padding-bottom: 20px;
}

/*	プロフィール項目名称	*/
div#profile h2 {
	font-size: 14px;
	width: 680px;
	margin-bottom: 20px;
}

/*	プロフィール内容	*/
div.profile_body {
	margin-bottom: 18px;
}


/*------------------------------------
	7.その他
------------------------------------*/

/*	その他エリア	*/
dl#extra {
/*	width: 200 !important;
	padding: 10px;*/
	width:190px;
	padding:0px;
}

/*	その他項目名称	*/
dl#extra dt {
	display: none;
}

/*	その他リスト	*/
dl#extra ul {
	padding: 0px;
	list-style: none;
	font-size: 11px;
}


/*------------------------------------
	8.検索
------------------------------------*/

/*	検索エリア	*/
div.search {
	color:#333333;
	text-align: left;
	font-size:11px;
	margin-bottom: 15px;
	padding: 0 0 2px 5px;
}

/*	検索フォーム	*/
input.search_form {
	width: 120px !important;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}


/*------------------------------------
	9.コメント
------------------------------------*/

/*	コメントエリア	*/
div#comments {
	width: 690px;
	padding-bottom: 20px;
}

/*	コメント項目名称	*/
div#comments h3 {
	width: 690;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 12px;
	padding: 0 0 5px 8px;
	border-bottom: 1px solid #FEF9EF;
}

/*	コメント内容	*/
div#comments dl.comment_body {
	width: 670px;
	background-color: transparent;
	margin-bottom: 10px;
	padding: 5px 0px 5px 0px;
}

/*	コメント内容項目名称	*/
div#comments dl.comment_body dt {
	width: 690px;
	font-size: 11px;
	text-align: left;
	margin: 5px 0px 0px 5px;
}

/*	コメント内容コメント	*/
div#comments dl.comment_body dd {
	width: 660px;
	text-align: left;
	background-color: #202020;
	border: 1px dotted #232323;
	margin: 5px 10px 10px 10px;
	padding: 5px 5px 5px 5px;
}


/*------------------------------------
	10.コメントフォーム
------------------------------------*/

/*	コメントフォームエリア	*/
dl#comment_form {
	width: 600px;
	border: 1px solid #232323;
	background-color: transparent;
	padding: 5px 5px;
}

/*	コメントフォーム項目名称	*/
dl#comment_form dt {
	text-align:right;
	margin: 3px 5px 0px 0px;
	width: 90px;
	float: left;
	font-size:11px;
	vertical-align: middle;
}

/*	コメントフォーム入力部	*/
dl#comment_form dd {
	padding-bottom: 5px;
	vertical-align: middle;
	font-size:11px;
}

/*	コメントフォーム入力部(ダミー)	*/
dl#comment_form dt label#labelsubmit {
	display: none;
}


/*------------------------------------
	11.トラックバック
------------------------------------*/

/*	トラックバックエリア	*/
div#trackback {
	width: 690px;
	padding-bottom: 20px;
}

/*	トラックバック項目名称	*/
div#trackback h3 {
	width: 690;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 12px;
	padding: 0 0 5px 8px;
	border-bottom: 1px solid #FEF9EF;
}

/*	トラックバック内容	*/
div#trackback dl.tb_body {
	width: 670px;
	background-color: #202020;
	margin-bottom: 10px;
	padding: 5px 0px 5px 0px;
}

/*	トラックバック内容項目名称	*/
div#trackback dl.tb_body dt {
	width: 660px;
	font-size: 11px;
	text-align: left;
	margin: 5px 0px 0px 5px;
}

/*	トラックバック内容コメント	*/
div#trackback dl.tb_body dd {
	width:640px;
	text-align: left;
	background-color: #0f0f0f;
	border: 1px dotted #FEF9EF;
	margin: 5px 10px 10px 10px;
	padding: 3px;
}


/*------------------------------------
	12.トラックバックフォーム
------------------------------------*/

/*	トラックバックフォームエリア	*/
dl#tb_form {
	width: 600px;
}

/*	トラックバックフォーム項目名称	*/
dl#tb_form dt {
	margin: 3px 5px 0px 0px;
	float: left;
	font-size:11px;
	vertical-align: middle;
}

/*	トラックバックフォーム入力部(トラックバックURL)	*/
dl#comment_form dd {
	padding-bottom: 5px;
	vertical-align: middle;
	font-size:11px;
}


/*------------------------------------
	13.記事
------------------------------------*/

/*	記事エリア	*/
div.entry {
	width: 690px;
	padding-bottom: 20px;
}

/*	記事タイトル	*/
div.entry h2 {
	font-size: 14px;
	width:690px;
	margin-bottom: 12px;
	padding: 0 0 5px 8px;
	border-bottom: 2px dotted #FEF9EF;
}

/*	記事タイトルリンク	*/
div.entry h2 a:link    { color: #FFCC66; text-decoration: none }
div.entry h2 a:visited { color: #FF9933; text-decoration: none }
div.entry h2 a:active  { color: #FFFFCC; text-decoration: none }
div.entry h2 a:hover   { color: #FFFFCC; text-decoration: underline }

/*	記事作者	*/
div.entry_author {
	width: 690px;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	margin-bottom: 10px;
}

/*	記事内容	*/
div.entry_body {
	margin-bottom: 15px;
}

/*	記事内容(続き)	*/
div.entry_more {
	margin-bottom: 10px;
}

/*	記事ステータス	*/
div.entry_state {
	clear: both;
	width: 690px;
	font-size: 11px;
	text-align: right;
}

/*	記事内容・プロフィール内容(画像)	*/
div.entry_body img.pict,
div.entry_more img.pict,
div.profile_body img.pict {
	margin: 2px;
	padding: 7px;
}

/*	記事内容・プロフィール内容(サムネイル)	*/
div.entry_body img.thumb,
div.entry_more img.thumb,
div.profile_body img.thumb {
	margin: 2px;
	padding: 7px;
}

/*	記事内容・プロフィール内容(引用)	*/
div.entry_body blockquote,
div.entry_more blockquote,
div.profile_body blockquote {
	padding: 10px 10px;
	background-color: #EEEEEE;
}

/*	記事内容・プロフィール内容(斜体)	*/
div.entry_body em,
div.entry_more em,
div.profile_body em {
	font-weight: bold;
}

/*	記事内容・プロフィール内容(テーブル)	*/
div.entry_body table,
div.entry_more table,
div.profile_body table {
	border-spacing: 0px;
}
div.entry_body table th,
div.entry_more table th,
div.profile_body table th {
	border-width: 1px;
	border-style: solid;
	padding: 5px;
	border-color: #ffffff #aca899 #aca899 #ffffff;
	background-color: #ecead8;
}
div.entry_body table td,
div.entry_more table td,
div.profile_body table td {
	border-width: 1px;
	border-style: solid;
	padding: 5px;
	border-color: #ffffff #aca899 #aca899 #ffffff;
	background-color: #DFDFDF;
}

/*	記事内容・プロフィール内容(リスト[番号あり])	*/
div.entry_body ol,
div.entry_more ol,
div.profile_body ol {
	list-style-type: decimal;
	padding-left: 10px;
	margin-bottom: 20px;
}

/*	記事内容・プロフィール内容(リスト)	*/
div.entry_body ul,
div.entry_more ul,
div.profile_body ul {
	list-style-type: disc;
	padding-left: 10px;
	margin-bottom: 20px;
}
div.entry_body dl,
div.entry_more dl,
div.profile_body dl {
	margin-bottom: 15px;
}
div.entry_body dl dt,
div.entry_more dl dt,
div.profile_body dl dt {
	color: #F90;
	font-weight: bold;
	padding-bottom: 8px;
}
div.entry_body dl dd,
div.entry_more dl dd,
div.profile_body dl dd {
	padding: 0 0 10px 15px;
}


/*------------------------------------
	14.フッダ
------------------------------------*/


/*------------------------------------
	15.レイヤー
------------------------------------*/

/*	全体	*/
div.wrapper {
	position:relative;
	left:0px;
	top:0px;
	height:auto;
	width: 950px;
	padding: 0px;
	background: url(http://www.nikko-hotelfuga.com/blog/template/haikei.jpg) repeat-y;
	border-style:solid;
	border-width:0px 2px 0px 2px;
	border-color:#000000;
	background-color:#ffffff;
	}

/*	ヘッダ	*/
div#header {
	width: 950px;
	height: 406px;
	padding: 0px;
	margin:0px;
}

/*	コンテンツ	*/
div#contents {
	width: 700px;
	padding: 40px 20px 15px 30px;
	float: right;
	background:transparent;
	margin: 0px 0px 0px 0px;
}

/*	ページナビ	*/
div#pagenavi {
	width: 696px;
	text-align: center;
	font-size: 10px;
	padding-bottom: 10px;
	margin: 0px 4px 0px 0px;
}

/*	ナビゲーション	*/
div#navigation {
	width: 194px;
	float: left;
	padding: 0px 3px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-width:0px 0px 0px 0px;
	background-color:transparent;
}

/*	フッダ	*/
div#footer {
	width: 950px;
	height: 143px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}


/*------------------------------------
	16.その他
------------------------------------*/

.px12wht  { color: #FFFFFF; font-size: 12px; line-height: 110%; font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3" }

.h1 {
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
}

.pagetop:link    { color: #FFFFFF; text-decoration: none }
.pagetop:visited { color: #FFFFFF; text-decoration: none }
.pagetop:active  { color: #FFFFFF; text-decoration: none }
.pagetop:hover   { color: #FFFFFF; text-decoration: underline }

#head01{
	position:relative;
	left:0px;
	top:0px;
	width:200px;
	height:400px;
	background-color:transparent;
	}
#menu01{
	position:absolute;
	left:0px;
	top:0px;
	}
#menu02{
	position:absolute;
	left:0px;
	top:126px;
	}
#menu03{
	position:absolute;
	left:0px;
	top:171px;
	}
#menu04{
	position:absolute;
	left:0px;
	top:217px;
	}
#menu05{
	position:absolute;
	left:0px;
	top:263px;
	}
#menu06{
	position:absolute;
	left:0px;
	top:309px;
	}
#menu07{
	position:absolute;
	left:0px;
	top:355px;
	}

.font14px-line120 {
	font-size: 14px;
	line-height: 120%;
}

