/*  
Theme Name: Woodpress
Theme URI: http://wordpress.jepson.no/woodpress/
Description: A simple woody theme
Version: 1.1
Author: Magnus Jepson
Author URI: http://www.jepson.no
*/

/*************************************
 +Containers
 *************************************/
body{
	background-color:#fff;
	color:#111;
	font-family: 'ヒラギノ明朝 Pro W3','ＭＳ明朝',Times New Roman, serif;
	font-size:75%;
	line-height:1.5;
	margin:0;
	padding:0;
	text-align:center;
}
#wrap{
	margin:0 auto;
	text-align:left;
	width:72em;	
	
}
#content{
	font-size:1.2em;
	float:left;
	padding:2em;
	width:580px;
}
#sidebar{
	font-size:1.2em;
	float:right;
	padding:2em 0 2em 0;
	width:14em;
}
#header{
	padding:25px 1em;
}

#header a:hover{background:none;}

#header #head-rss{
	float:right;
}


#header #head-rss a{
	margin-top:10px;
	margin-right:20px;
	display:block;
	width:30px;
	height:30px;
	background:url(/images/blog/rss.gif) no-repeat 0 0;
}

#header #head-rss a:hover{
	background-position:0 -30px;
}

#rssnews{font-size:1.2em;}

/*************************************
 + Footer
 *************************************/
#footer{
	background-color:#45333f;
	color:#FFF;
	font-size:1.2em;
	clear:both;
	padding:0.5em;			
}

#footer address{
	width:72em;	
	text-align:right;}

#footer a {
    color:#E69823;
}
#footer a:hover {
    color:#798901;
}		
#validate{
	color:#E69823;
	font-size:1.2em;
	text-align:right;
	padding:0.5em;	
	margin-bottom:2em;
}
#rss {
	background:url(./images/rss.gif) no-repeat;
	padding:1px;
	padding-left:20px;
}

/*************************************
 +Hn, a and p
 *************************************/
a{
	color:#66667e;
	text-decoration:none;
}
a:hover{
	color:#ff0000;
}

h1, h2, h3{
	font-weight:normal;
	letter-spacing: -1px;
	margin:0;
}
#header h1{
	font-size:3em;
	margin:0;
	margin-right:1em;
	float:left;
}


#header h1 a{
	color:#fff;
}
#header h1 a:hover{
	color:#fff;
}


#header p{
	color:#aaa;
	font-size:1.1em;
	margin:0;
	margin-top:-0.5em;
}
.entrytitle h2{
	font-size:1.6em;
	color:#5c4820;
	margin-bottom:0.2em;

}
.entrytitle h2 a {
	color:#5c4820;
}
.entrytitle h2 a:hover{
	color:#cf0000;
	
}
.entrytitle h3{
	font-size:1.2em;
	color:#333;
	letter-spacing:0.2em;
	margin-bottom:0.3em;
}


#sidebar h3{
	color:#666;
	font-size:1.5em;
	margin:1em 0;
}
#sidebar h2{
	color:#5c4820;
	font-size:1.3em;
	margin-bottom:0.3em;
}

/*************************************
 +Entry
 *************************************/
.entry{
	margin-bottom:1em;
}

.entrybody a{
	color: #0051bf;
	text-decoration: none;
}

.entrybody a:visited{
	color: #0051bf;
	text-decoration: none;
}


.entrybody a:hover{
	color: #b43c2e;
	text-decoration: none;
	background-color:#fff7da;
}



.entry img {
	border:0px;
}

.entry code{
	background:#312218;	
	color:#999;
	font-size:1.1em;
}
.entrymeta{
	font-size:0.9em;
	padding-top:0.5em;
	color:#66667e;
	margin-bottom:3em;
}
.postedby{
	background:url(./images/user.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.filedto{
	background:url(./images/post.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.commentslink{
	background:url(./images/packaged.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}

/*************************************
 +Sidebar
 *************************************/
#sidebar ul{
	list-style-type:none;
	margin:0;
	padding:0;
	margin-bottom:2em;
	clear:both;
}
#sidebar ul li{
	border-bottom:1px dotted #ddd;
	margin-bottom:0.3em;
	padding:0.3em;
	font-size:0.9em;
}

#sidebar a{
	color:#66667e;
}

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

#sidebar h2{ font-size:1.3em;}

/*************************************
 +Menu
 *************************************/
.menu ul{
	margin-top:3em;
	font-size:1.4em;
	font-weight:bold;
	letter-spacing: -1px;
	float: right;
	list-style: none;
	padding:0;
}
.menu li{
	float: left;
	border-bottom:0px;
}
.menu li a{
	padding:0.5em 0.7em 0.5em 0.7em ;
	margin-left:0.5em;
	background:#312218;
	display:block;
}
.menu li a:hover{
	background:#798901;
}
.menu ul li ul {
	display:none;
}

/*************************************
 +Comments
 *************************************/
.commentsblock{
	font-size:1.0em;
	margin:0.5em;
	padding:1em;
}
.commentsblock textarea{
	width:35em;
}
.commentsblock input, .commentsblock textarea{
	border:1px solid #d1d1d1;
}
.commentsblock textarea:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentsblock textarea:focus, .commentsblock input:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentauthor{
	display:block;
	font-size:1.5em;
}
ol.commentlist{
	color:#111;
	font-size:1em;
	list-style-type:none;
	margin:0;
	margin-top:1.5em;
	padding:0;
}
ol.commentlist a{
	color:#111;
}
ol.commentlist a:hover{
	color:#F1C686;
}
.commentlist li{
	margin-bottom:0.5em;
	padding:0.5em 1em;
}
.alt{
	border-top:1px dotted #111;
	border-bottom:1px dotted #111;
	padding:0.5em;
}
h3#comments{
font-size:1.4em;
}

/*************************************
 +Misc
 *************************************/

#flickr {
	margin-left:1em;
	padding:0;
}
#flickr img {
	border:0px;
}
#flickr a {
	background:#312218;
	float: left;
	display: inline;
	margin:1em;
	padding:5px;
	width: 75px;
	height: 75px;
}

#flickr a:hover{
	background:#798901;
}
#ad_block { 
	/*background:#312218;*/
	padding: 10px 0 10px 0; 
	margin: 2em 0 2em 0; 
	text-align: center; 
}
#download {
	background:#312218 url(./images/bullet.gif) no-repeat;
	background-position: 12px 12px;
	padding:1em;
	padding:10px 10px 10px 40px;
	margin: 0.5em 0 1em 0;
}


/*************************************
 +商品ページ用CSS
 *************************************/
 
 .item-info{
 	margin:20px 0;
 }
 
 .item-desc{
 	float:left;
	padding:10px;
	width:330px;
	border:1px dotted #111;
	
 }
 
 ul.item-spec{
 	
 	float:right;
	width:200px;
	color:#000;
	font-size:0.9em;
	line-height:1.5em;
	padding:10px;
	background-color:#e5d3ca;
 }

 ul.item-spec li{
 	padding:5px;
 	border-bottom:1px dotted #111;
 }
 
 ul.item-spec li.nedan{
 	padding:5px;
	margin-bottom:10px;
 	border:0;
	background-color:#fff;
 }
 
 ul.item-spec li.nedan span{
 	font-size:1.1em;
	font-weight:bold;
 }
 
  ul.item-spec li.nedan span.sold{
  	color:#FF0000;
  }

 ul.item-spec li.cart{
	border-bottom:0; 
	margin-top:10px;
	padding-left:10px;
 }

/** ↓仮カート用CSS**/
 ul.item-spec li.cart a{
 	width:180px;
	height:33px;
	display:block;
	background:url(/images/works/cart_button.jpg) no-repeat 0 0;
 }
 
  ul.item-spec li.cart a:hover{ background-position:0 -33px;}
  /** ↑仮カート用CSS**/

/** ↓カート用CSS**/
 ul.item-spec li.cart #form{
 	width:176px;
	height:33px;
	display:block;
	background:url(/images/works/cart_button.jpg) no-repeat 0 0;
 }
 
  ul.item-spec li.cart #form:hover{ background-position:0 -33px;}
/** ↑カート用CSS**/
 
/* 
 .item-detail div{
 	float:left;
 	background-color:#CCC;
 }
 */

 
 .item-detail{
	background:#CCC url(/images/works/zoommark.gif) no-repeat top right;
 }
 
 * html .item-detail{  /* IE6以下のみに適応 */
 	margin-top:-3px;
 }
 
 .item-detail a{
 	float:left;
	margin:4px;
	margin-top:30px;
	display:block;
	border:1px solid #ccc;
 }
 
 * html .item-detail a{  /* IE6以下のみに適応 */
 	margin-right:3px;
	margin-left:3px;
 
 }

 
  .item-detail a:hover{
  	border:1px solid #fff;
	filter:alpha(opacity=80); /*IE*/
	-moz-opacity:0.80; /*FF*/
	opacity:0.80;
  }
  

 
 /*************************************
 +ヘッダー　works用CSS
 *************************************/

 
 #header-common #header-link-to-blog p a{
	color: #0051bf;
}

 #header-common #header-link-to-blog p a:visited {
	color: #0051bf;
	text-decoration: none;
}
 #header-common #header-link-to-blog p a:hover {
	color: #b43c2e;
	text-decoration: none;
	background-color:#fff7da;
}

p.feedTitleHeader a{ font-size:10px; }


 /*************************************
 +一覧表示用CSS
 *************************************/
 
 #content .thumb {
 	width:137px;
	height:240px;
	padding:4px;
	float:left;
 }

  
 #content .thumb a img {
 	border:1px solid #fff;
 }
 
 #content .thumb a:hover img {
 	border:1px solid #666;
 }
 
  #content .thumb a{
  	color: #0051bf;
  }
  
  #content .thumb a:hover {
	color: #ff0000;
	text-decoration: none;
	background-color:#fff7da;
  }

  
  
  #content .thumb h2{
  	padding:3px;
  }
  
  #content .thumb p{
  	line-height:1.5em;
  }
  
 
 /*************************************
 +カテゴリーページ用CSS
 *************************************/
 
 .title-bar1 h1{
 	font-size:1em;
	color:#533a3f;
 }
 
 h2#cat-title{
 font-size:1.2em;
 	margin-bottom:10px;
	color:#533a3f;
 }

 p.eng{ color:#666; }
 
