/*  
Theme Name: Deco
Theme URI:
Description: INTER DECO HAUS Hitachinaka StaffBlog
Version: 1.0
Author: ShareBrain
Author URI: http://www.sharebrain.net/
*/
* {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 100%;
}
img {
	border: none;
	vertical-align: top;
}
a:link{	color:#3333cc; text-decoration:none;}
a:visited{ text-decoration:none; color:#993333;}
a:hover{ text-decoration:underline; color:#990000}
body{
	margin:0;
	padding:0;
	background:#fff;
	color:#333;
	/*font-size:10px;*/
	font-size:13px;
	font-family: "ヒラギノ角ゴ Pro W3", sans-serif;
	/*\*/
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", sans-serif;
	_font-family: "ＭＳ Ｐゴシック", sans-serif;
	/**/
	line-height: 1.4;
}

#wrap{
	width:800px;
	margin:0 auto;
	padding:0 ;
	text-align:left;
	background:#fff;

}

h2{
	margin:10px 0 20px 0;
	font-size:1.25em;
	color:#E87B00;
}

/* HEADER
----------------------------------------------------------*/
#header{
	width:100%;
	height:110px;
	background:url(images/bg_header_bot.jpg) left bottom repeat-x; 
}
#header p{
	margin:0;
	padding:3px 6px 0 0;
	letter-spacing:1px;
	font-size:12px;
}
#header h1{
	margin:10px 0 0 0;
	padding:0;
	float:left;
	width:264px;
	height:46px;
}
#header-nav{
	float:right;
	margin:4px 0 0 0;
	text-align:right;
}
#header-nav img{
	margin-bottom:4px;
}

/* FOOTER
----------------------------------------------------------*/

#footer{
	width:100%;
	margin:0 auto;
	padding:10px 0;
	border-top:4px solid #E87B00;
	text-align:center;

}
#footer ul{
	margin:0;
	font-size:12px;
}
#footer li {
  padding: 0 10px;
  display: inline; /* 横並びにさせる */
  border-left: 1px solid #604724; /* 区切り線 */
}

#footer li:first-child {
  border: none; /* 親要素から見て一番目のli要素のボーダーを無しに */
}


#contentBlog{
	margin:0 ;
	padding:0;
	/*clearfix*/
	overflow: hidden; 
	position: relative;
	/*clearfix*/
}

#leftCol{
	float:left;
	width:560px;
}
#rightCol{
	float:right;
	width:222px;
}


ul#menu{
	margin:8px 0;
	
}
#menu li{
}
#menu li a{
	padding:6px 0 6px 16px;

	color:#663300;
	display:block;
	width:100%;
	height:100%;
	background: url(images/idx_menu.png) left center no-repeat;

}
#menu li a:hover{
	padding:6px 0 6px 16px;

	text-decoration:none;
	background:#ECE3D5 url(images/idx_menu_on.png) left center no-repeat;
}




#contentBlog p{
	margin:0 0 1em 0;
}
.post{
	margin-bottom:40px;
}
#contentBlog h2.blogttl{
	margin-bottom:6px;
	padding:4px 26px 18px 0;
	background: url(images/h2_botline.jpg) left bottom no-repeat;
	font-size:1.25em;
}
#contentBlog h2 a:hover{
	text-decoration: none;
}
p.postmetadata{
	margin-top:0;
	padding:0 30px 0 0;
	text-align: right;
}
p.blog-dy{
	font-size:12px;
	text-align: right;
}
p.txt-right{
	text-align:right;
}

#blogContents ul{
	margin:6px 0;
}


#blogContents li a{
	padding:6px 0 6px 16px;

	color:#663300;
	display:block;
	width:100%;
	height:100%;
	background: url(images/idx_menu.png) left center no-repeat;

}
#blogContents li a:hover{
	padding:6px 0 6px 16px;

	text-decoration:none;
	background:#ECE3D5 url(images/idx_menu_on.png) left center no-repeat;
}

















