@charset "UTF-8";

body {   
    background:#FFF url() no-repeat left top;
    text-align:center;
} 

#blogcover {
	background-color: #ffffff;
	width: 800px;
	text-align:left;
	margin :0 auto;
        border-left: 3px solid #999999;
	border-right: 3px solid #999999;
	border-bottom: 3px solid #999999;	
}

#header {
	height: 180px;
	background: url(../images/hd.jpg) no-repeat center top;
	width: 800px;
        margin:0 0px 0 0px;
        position:relative;
	}


#header h1 {
 

padding:55px 0px 0px 0px;
}

#header h2 {
        
 margin-top:10px;
 padding: 0px 0px 0px 55px;
}


/*ヘッダー下ナビゲーション*/

#headnavi {
	width: 800px;/* ボックスの幅を指定 */
	background-color:#ffffff;
	clear:both;
	margin:0 0 0 00px;
	background-image: url(../images/navi_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
         
}
#headnavi ul {
	list-style: none; /* リストのマーカーを表示させないように指定 */
	margin: 0; /* 全方向のマージンを0に指定 */
	padding: 0 0 0 00px; /* 全方向のマージンを0に指定 */
	height: 30px;
	overflow: hidden;/*はみ出した内容を隠すように指定*/
}
#headnavi li {
	float: left; /* ボックスを左寄せに指定 */
	width: 130px; /* ボックスの幅を指定 */
	margin: 0; /* 全方向のマージンを0に指定 */
	padding: 0; /* 全方向のマージンを0に指定 */
}
#headnavi a {
	display: block; /* ブロックレベル要素として表示されるように指定 */
	width: 100%; /* Windows Internet Explorer対策のため、ボックスの幅を指定 */
	padding: 6px 0 6px 0; /* 上下方向のパディングを指定 */
	color: #eeeeee; /* 文字色を指定 */
	font-weight:bold;
	background-image: url(../images/navi_bg.jpg); /* オフマウス時の背景画像を指定 */
	background-position: left top; /* オフマウス時の背景画像の開始位置を左上に指定 */
	text-decoration: none;
	text-align: center;
}
#headnavi a:hover {
	color: #ffffff; /* オンマウス時の背景色を指定 */
	font-weight:bold;
	background-position: right top; /* オンマウス時の背景画像の開始位置を右上に指定 */
}

/*メインとサイドを囲む枠*/

#bloginner {
	margin-top:0px;
	margin-bottom:0px;
	margin-left:25px;
	margin-right:25px;
	clear:both;
}

/*メインコンテンツ*/

#main {
	width: 535px;
	float:right;
	background-color: #ffffff;
}

/*見出しスタイル*/

#main h3 {
	color: #333333;
	background-color: #ffffff;
	margin: 0;
	padding-left: 20px;
	line-height:32px;
	background-image: url(../images/title_main.jpg);
	background-repeat: no-repeat;
}

#main h4 {
	color: #000000;
	background-color:#FFFFFF;
	padding:0 7px;
	border-left: 7px solid #CDDEF4;
         margin:10px 0 10px 15px;
         clear:both;
}


/* 段落 */	
#main p {
	margin:15px 10px 10px 17px;
}
#main p.bot {
	margin:15px 10px 15px 17px;
}

#main p.titles {
	margin:25px 10px 0 17px;
}


#main p.titles a {
        font-weight:bold;
}


p,li {   
    line-height:1.5;   
}
.fb {
    font-weight: bold;
}

/*パンくず*/
.bread {
	font-size: 12px;
	margin: 10px 0 10px 15px;
	padding: 0;
}

/* 画像のレイアウト */
.imgleft {
float: left;
margin-right: 10px;
vertical-align:top;
}
.imgright {
float: right;
margin-left: 3px;
vertical-align:top;
}
.imgborder {
border:1px solid #cccccc;
}

/* コンテンツ用 ulタグ */
#main ul.list {
	padding:0 0 0 10px;
	margin: 10px 0 0 0;
}
#main ul.list li {
	padding:0 0 0 23px;
	margin: 3px 0 0;
	list-style-type: none;
	background-position:0.3em 0.3em;
	background-image: url(../images/icon_0312.jpg);
	background-repeat: no-repeat;
}

/* hr */
hr {
    display:none;
	}

div.line {
    height:15px;
	margin-bottom:0px;
	background: url(../images/title_line.jpg);
	clear:both;
	}





/*サイドバー*/

#sidebar {
	width: 200px;
	float:left;
	background-color: #ffffff;
}


/*サイドバーナビバリエーション01*/

#sidebar .sidearea {
	margin : 0px 0px 15px 0px;
	padding-top:5px;
	background-color: #ffffff;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	
}

#sidebar .sidearea p {
	margin:0 8px 0 5px;
         padding-top:10px;
         font-size:12px;
}

#sidebar p {
	margin:0 8px 5px 8px;
         font-size:12px;
}


#sidebar h4 {
	background-image: url(../images/title_side.jpg);
	line-height:28px;
	background-position: left top;
	background-repeat: no-repeat;
	color: #444444;
         margin: 0;
	padding-left:10px;
         text-align:left;
}


/*サイドバーナビゲーション*/
.sidemanu {
         margin: 0 0px 20px 5px;
	padding-left: 5px;
	list-style: none;
}
	
.sidemanu ul {
         padding : 0; 
         margin: 0;
}
.sidemanu li {
         margin: 5px 0 0 0;
         padding-left: 15px;
	background-image: url(../images/icon_03.jpg);
	background-repeat: no-repeat;
	background-position: 0.08em 0.3em;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	line-height:18px;
}


/*フッター*/

#footer {
    clear:both;
	text-align:center;
	width:800px;
	height:50px;
        margin:0 0 0 00px;
	background:url(../images/footer_bg.jpg) no-repeat;
}


#footer p{
	text-align:center;
	margin: 0 10px 10px 0;
         font-size: 95%;
		 color: #E4E4E4;
}


#footer address {
	color: #cccccc;
	font-size: 95%;
	font-style: normal;
	text-align: center;
	line-height: 20px;
	background-repeat: no-repeat;
	background-position: bottom;
}

#footer a {
	color: #cccccc;
	text-decoration:none;
}


#footer #copyright {
	padding:0;
	font-size: 95%;
	color: #cccccc;
}

#footer #copyright a {
	color: #cccccc;
	text-decoration:none;
}



/*table*/

.table1 { 
         font-size:12px;
    	line-height: 1.5;
	/*\*/
	letter-spacing: 0.1em; /* 文字間をフォントサイズの0.1em分に指定 */
	/**/
}
.table1 {
	border-collapse: collapse;
	width:535px;
	margin: 10px 0 10px 0;
	padding: 0;
	}

.arealeft {
	width:245px;
	text-align: right;
	margin: 0;
	padding: 5px 0 0 5px;
vertical-align:top;
	}

.arearight {
	width:280px;
	margin: 0;
	text-align: left;
	vertical-align:top;
	padding:0;
	}

.arearight h4{
	color: #006699;
	padding:0;
	margin:5px 0 5px 0;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #FFFFFF;
	border-left: 5px solid #e40e82;
	}


#main ul.catelist {
	padding:0;
	margin: 10px 10px 10px 10px; 
}
#main ul.catelist li{
	padding:0px 0px 3px 38px;
	margin: 0px 0px 0 0;
	list-style-type: none;
        background:url(http://www.pookiesbandblodging.com/images/icon_0312.jpg) 1.4em 0.3em no-repeat;
}



/* フッターと指定追加分---------------------------------------------*/

.top {
	margin:15px 0;
	padding:3px;
	font-size:12px;
	text-align:right;
}
.bottom_box {
	margin:10px;
	padding:0 10px;
	background: #ffffff;
	border: 1px dotted #999999;
}
#main .bottom_box p {
	margin:10px 0;
	font-size:12px;
}
#main .bottom_box h4 {
	margin:10px 0;
	padding:0 0 0 20px;
	font-size:12px;
	font-weight:bold;
	border:0;
	background:url(http://www.pookiesbandblodging.com/images/icon_0312.jpg) 0% 50% no-repeat;
         line-height:25px;
}


#main .ad_top468, #main .ad_kiji336 {
	margin:0 0 10px 17px;
}
#main .ad_top468 p, #main .ad_kiji336 p {
	margin:0;
	padding:0;
	color: #999999;
	font-size: 12px;
	text-align:left;
}

/* 指定追加分リンク---------------------------------------------*/
.noline a {
         color:#444444;
         text-decoration: none;
          }

.noline a:link {
         color:#444444;
         text-decoration: none;
          }
.noline a:hover {
         color:#444444;
         text-decoration: none;
          }
.noline a:visited {
	color:#444444;
         text-decoration: none;
	}

.noline a:active {
	color:#444444;
         text-decoration: none;
	}


/*サイトマップ---------------------------------------------*/
#main ul.home {
    list-style: none;
    margin-left:20px;
}
#main ul.home li {
    font-size:12px;
    line-height:18px;
}
#main ul.tree {
    margin: 0!important;
    padding: 0!important;
    list-style: none!important;
}
#main ul.tree ul {
    margin: 0 0 0 1em!important;
    padding: 0!important;
}
#main ul.tree li {
    margin: 0!important;
    padding: 0 0 0 16px!important;
    background-image: url(http://www.pookiesbandblodging.com/images/tree_lst.gif);
    background-repeat: no-repeat!important;
    list-style: none!important;
    font-size:12px;
}
#main ul.tree li.tree_end {
    background-image: url(http://www.pookiesbandblodging.com/images/tree_end.gif);
    list-style: none;
}
