@charset "utf-8";
@import url("http://www.kyoto-gekikara.com/css/style.css");
@import url("http://www.kyoto-gekikara.com/css/blog.css");
#header {
	width: 874px;
	margin-bottom:5px;
}
	
#main #textBox{
	float:left;
	margin-left: 6px;
	width: 655px;
	padding-right: 15px;
	padding-left: 6px;
	margin-top: 8px;
	}
	
#textBox h2 a{
	padding-top: 20px;
	padding-left: 50px;
	color: #090;
	background: url(../image/ouen/icon.gif) no-repeat left center;
	text-decoration: none;
	display:block;
	font-weight:bold;
	font-size:1.4em;
	}

.itemBox{
	float:left;
	background: #E6E6E6;
	padding: 5px;
	width: 107px;
	margin-right: 4px;
	margin-bottom: 5px;
	text-align: center;
	font-size: 75%;
}
.itemName a {
	font-weight: bold;
	color: #00C;
	text-decoration: none;
}
.itemPrice {
	color: #C00;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.itemshop a {
	font-weight: bold;
	color: #666;
	text-decoration: none;
}

.itemBox .itemImg{
	border: 1px solid #FFF;
	width:105px;
	height:105px;
	margin-bottom:6px;
	background-color:#FFF;
	}

#main #rightBox{
	float:right;
	padding-top: 6px;
	padding-left: 12px;
	width: 176px;
	border-left: 1px solid #CCC;
	}
	
#rightBox h3 {
	font-size: medium;
	color: #87BA3F;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #CCC;
	padding-left: 0.5em;
	margin-bottom: 12px;
}


#rightBox #store li {
	font-size: 75%;
	color: #666;
	background: url(../image/storeIcon.gif) no-repeat 10px center;
	margin-bottom: 0.5em;
	padding-left: 26px;
	list-style: none;
}

#rightBox ul.newblog {
	margin-bottom: 1.5em;

}

#rightBox .newblog li {
	font-size: 75%;
	color: #666;
	background: url(../image/blogIcon.gif) no-repeat 10px center;
	margin-bottom: 0.5em;
	padding-left: 26px;
	list-style: none;
}

#rightBox ul.category {
	margin-bottom: 1.5em;

}

#rightBox .category li {
	font-size: 75%;
	color: #666;
	margin-bottom: 0.5em;
	background: url(../image/blogIcon.gif) no-repeat 10px center;
	padding-left: 26px;
	list-style: none;
}


#rightBox li a{
	color: #666;
	text-decoration: none;
}

#rightBox li a:hover{
	color: #E73820;
}


#rightBox .new {
	font-weight: bold;
	color: #F00;
	padding-left: 1em;
}

.asset-meta {
	font-size: small;
	color: #666;
	padding-top: 1em;
	padding-right:1.5em;
	padding-bottom: 1em;
	text-align:right;
	margin-bottom:30px;
	border-bottom:dotted #CCC 1px;
	}
	
.asset-body {
	line-height:1.5em;
	padding:1em;}
	
.asset-footer {
    clear: both;
	padding-bottom:20px;
	border-bottom:dotted #CCC 1px;
}

h2.media {
	font-size:1.2em;
	font-weight:bold;
	padding:0.2em 0.2em 0.2em 0.8em;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 10px solid #C00;
	margin-bottom:12px;
	}
