﻿@charset "utf-8";

/* BLOG
---------------------------------------------*/

.nicorino #header {background: url(../img/nr_header.jpg) left top no-repeat;}
.uchipro #header {background: url(../img/up_header.jpg) left top no-repeat;}

.blog #contents {
	padding-left: 0px;
	padding-right: 13px; }

#main {
	float: left;
	width: 686px;}

#side {
	float: right;
	width: 238px;}

/* Entry */

#pnavi {
	font-size: 10px;
	margin: 0 10px 15px 10px;}

#pnavi a {
	color: #900;
	text-decoration: none;}

#pnavi a:hover {
	color: #333;
	text-decoration: underline;}

.entry {
	margin: 0 0 55px 10px;}

.entry h3 {
	font-weight: bold;
	font-size: 16px;}

.nicorino .entry h3 {
	color: #600;
	line-height: 43px;
	padding: 5px 0 0 56px;
	background: url(../img/bg_nr.gif) left top no-repeat;}

.uchipro .entry h3 {
	color: #5d432c;
	line-height: 42px;
	padding: 0 0 0 60px;
	background: url(../img/bg_up.gif) left top no-repeat;}


.entry h3 span {
	font-weight: bold;
	font-size: 12px;
	margin-left: 1.5em;}

.nicorino .entry h3 a {color: #600;}
.uchipro .entry h3 a {color: #5d432c;}

.entrytxt {
	line-height: 2em;
	margin-bottom: 5px;
	padding: 15px 5px;
	border-bottom: 1px solid #d5cebc;}

.entrytxt a {
	color: #900;}

.entrytxt p {
	line-height: 2em;
	margin-bottom: 1em;}

.btm-cmtb {
	clear: both;
	padding-left: 13px;}

.nicorino .btm-cmtb {background: url(../img/nr_arrow.gif) 3px center no-repeat;}
.uchipro .btm-cmtb {background: url(../img/up_arrow.gif) 3px center no-repeat;}

.btm-cmtb a {}

.btm-cmtb li {
	display: inline;}

#tbform input {
	width: 670px;
	height: 16px;
	padding: 4px 4px 0 8px;
	color: #666;
        font-family: Verdana,"ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	font-size: 10px;
	border: 1px solid #d3ceb8;
	background-color: #fff;}

.nextprev {
	text-align: center;
	margin-bottom: 1em;}

/* Side */

#side dl {
	margin-top: 15px;}

#side dl dd {
	padding: 0 5px 20px 10px;}

#side dl dd ul li {
	margin-bottom: 0.5em;}

.rss ul li {
	line-height: 20px;
	padding-left: 18px;
	background: url(../img/icon_rss.gif) left 3px no-repeat;}

/* PAGENAVI
---------------------------------*/

.wp-pagenavi {
	margin: 15px 0;
	padding: 6px;
	text-align: center;}

.pages {
	font-size: 10px;
	margin-right: 15px;
	letter-spacing: 0.05em;}

.wp-pagenavi a {
	color: #333;
	margin: 0 4px;
	padding: 2px;
	text-decoration: none;
	border: 1px solid #ccc;}

.current {
	margin: 0 4px;
	padding: 2px;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	background-color: #7b7864;}

.wp-pagenavi a:hover {
	color: #fff;
	background-color: #7b7864;
	border: 1px solid #7b7864;}


