﻿
/*
Theme Name: CSSだけのテーマ
Theme URI: http://wordpress.org/
Description: ただなびブログ
Version: 1.6
Author: IT西九州
Author URI: http://www.nmedia.co.jp/
Tags: simple
Template:tadanavi
*/

body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    font-size:12px;
}

img{
    border:0;
    margin:0;
    padding:0;
}

#clear {
    clear:both;
}

#pagebody {
	margin: 0;
    margin-left: auto;
    margin-right: auto;
    width: 900px;
    padding: 0 20px 0 20px;
}

/********************
 * ヘッダー部分のデザイン *
 ********************/
#header {
    margin: 0px;
    padding: 0px;
}

#header .period {
	padding-top: 2px;
	padding-right: 10px;
	height: 20px;
	font-size: 12px;
	color: #990000;
	text-align: right;
	background-color: #ded9bc;
}

#header .logo {
	margin-top: 5px;
	float: left;
}

#header .explain {
	margin-top: 17px;
	margin-left: 20px;
	float: left;
}

#header .explain h1 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: normal;	
}

#header ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

#header li {
	width: 150px;
	height: 32px;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	background-image: url("img/menu.jpg");
	float: left;
}

#header li a {
    width: 150px;
    height: 24px;
    padding-top:8px;
	color: #993300;
	text-decoration: none;
	display: block;
}

#header li a:visited {
    color: #993300;
}

#header li a:hover {
	color: #ffffff;
}

#header li:hover {
	background-image: url("img/menu_over.jpg");
}

#header li.select {
    background-image: url("img/menu_over.jpg");
}

#header li.select a {
    color: #ffffff;
}

#header .bar {
	height: 5px;
	background-color: #663333;
}

/********************
 * 左バー部分のデザイン *
 ********************/
#leftbar {
	width: 180px;
	margin-top: 20px;
	float: left;
}

#leftbar ul {
	margin: 0px;
    padding-left: 8px;
}

#leftbar li.categories {
	list-style-type: none;
}

#calendar {
	color: #ff6600;
	background-color: #ded9bc;
}

#calendar .title {
	width: 180px;
	height: 35px;
	background-image: url("img/blog_title01.jpg");
}

#calendar .body {
	width: 180px;
	margin-top: 5px;
	margin-left: 20px;
	font-size: 14px;
}

#category {
	margin-top: 10px;
	font-size: 0.9em;
	color: #ff6600;
	background-color: #ded9bc;
}

#category .title {
	width: 180px;
	height: 35px;
	background-image: url("img/blog_title03.jpg");
}

#category ul {
	padding-left: 30px;
	padding-bottom: 5px;
	list-style-image: url("img/arrow.gif");
}

#category li {
	padding-bottom: 3px;
}

#category a {
	text-decoration: none;
	color: #ff6600;
}

#newentry {
	margin-top: 10px;
	font-size: 0.9em;
	color: #ff6600;
	background-color: #ded9bc;
}

#newentry .title {
	width: 180px;
	height: 35px;
	background-image: url("img/blog_title02.jpg");
}

#newentry ul {
	padding-left: 30px;
	padding-bottom: 5px;
	list-style-image: url("img/arrow.gif");
}

#newentry li {
	padding-bottom: 3px;
}

#newentry a {
	text-decoration: none;
	color: #ff6600;
}

/*********************
 * コンテンツ部分のデザイン *
 *********************/
#content {
	width: 484px;
	margin-top: 20px;
	margin-left: 25px;
	margin-right: 25px;
    float: left;
}

#content .title {
	width: 474px;
	height: 26px;
	padding-top: 8px;
	padding-left: 10px;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	background-image: url("img/titlebar.jpg");
}

#content .title a {
	color: #ffffff;
	text-decoration: none;
}

#content .date {
	margin-top: 10px;
	margin-left: 10px;
	font-size: 0.9em;
	color: #ff6600;
	float: left;
}

#content .category {
	margin-top: 10px;
	margin-right: 10px;
	font-size: 0.9em;
	float: right;
}

#content .category a {
	color: #ff6600;
	text-decoration: none;
}

#content .body {
	margin-top: 15px;
	margin-left: 10px;
	margin-bottom: 15px;
}

#content .more {
	margin-right: 10px;
	text-align: right;
	font-size: 0.9em;
}

#content .footer {
	margin-right: 10px;
	margin-bottom: 20px;
	text-align: right;
}

#content .date_time {
	margin-right: 10px;
	font-size: 0.8em;
	color: #ff6600;
}

#content .comment_count {
	margin-left: 10px;
	font-size: 0.8em;
	color: #ff6600;
}

#content .next_post {
	margin: 0px;
	margin-left: 10px;
	text-align: left;
	font-size: 0.8em;
}

#content .previous_post {
	margin: 0px;
	margin-right: 10px;
	text-align: right;
	font-size: 0.8em;
}

/* コメントのデザイン */
#commentlist p {
	margin: 0px;
	padding: 0px;
}

#commentlist .comment {
	font-size: 0.8em;
}

#commentlist .posted_at {
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: left;
}

#post_comment {
	width: 464px;
	padding-top: 20px;
	padding-left: 20px;
	border: 1px solid #0066cc;
}

#post_comment h2 {
	font-size: 16px;
}

/* ページナヴィのデザイン */
#content .wp-pagenavi {
	margin: 0px;
	margin-bottom: 10px;
	line-height: 20px;
	font-size: 0.75em;
	font-style: normal;
	text-align: right;
}

.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:hover {	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #000000;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}

/*******************
 * 右バー部分のデザイン *
 *******************/
#rightbar {
    width: 186px;
    margin-top: 20px;
    float: right;
}

#rightbar .blog_banner {
	width: 186px;
	height: 86px;
	margin-top: 5px;
	display: block;
	background-image: url("img/tadanaviblog.jpg");
}

#rightbar .blog_banner:hover {
	background-image: url("img/tadanaviblog_over.jpg");
}

#rightbar .inquiry_banner {
	margin-top: 3px;
    width: 186px;
    height: 54px;
    display: block;
    background-image: url("img/inquiryform.jpg");
}

#rightbar .inquiry_banner:hover {
    background-image: url("img/inquiryform_over.jpg");
}

#rightbar .shop_banner {
	margin-top: 3px;
    width: 186px;
    height: 54px;
    display: block;
    background-image: url("img/shop_form.jpg");
}

#rightbar .shop_banner:hover {
    background-image: url("img/shop_form_over.jpg");
}

#rightbar .nmedia_banner {
	margin-top: 3px;
    width: 186px;
    height: 90px;
    display: block;
    background-image: url("img/nqm.jpg");
}

#rightbar .nmedia_banner:hover {
    background-image: url("img/nqm_over.jpg");
}

#rightbar .mobile{
	margin-top: 0px;
}

#twitter {
	margin-top: 10px;
	margin-left: 3px;
}

/********************
 * フッター部分のデザイン *
 ********************/
#footer {
    width: 900px;
    margin-top: 15px;
}

#footer .menu {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	text-align: center;
    background-image: url("img/footer.jpg");
    background-repeat: no-repeat;
    background-position: center top;
}
#footer .menu a {
    color: #663333;
    text-decoration: none;
}

#footer .menu a:visited {
	color: #663333;
}

#footer .copyright {
	height: 25px;
	padding-top: 5px;
	font-size: 12px;
	text-align: center;
    background-color: #ded9bc;
}

#footer .copyright p {
	margin: 0px;
}

/**************************
 * パンくず部分のデザイン *
 **************************/
#bread {
	font-size: 0.8em;
}
