@charset "UTF-8";
/* CSS Document */

/*
Thame Name: Nag Design2
Author: Nagaoka Design Office
Author URI: http://www.nag-design.com/
Description: Nagaoka Blog Style
*/

@import "font.css";


/* デフォルト指定 */
* { margin: 0; padding: 0; }

img { border: none; }

a { color: #03C; text-decoration: none; }
a:hover { text-decoration: underline; }

li { list-style: none; }

body {
	line-height: 1.5em;
	background: #666 url(images/bg_body.jpg) top left repeat;
}

p {
	padding: 0 0 16px 0;
	line-height: 1.75em;
	letter-spacing: 0.25pt;
}

.clear { clear: both; margin: 16px 0 0 0; }

h1 { font-size: 131%; line-height: 100%; }
h2 { font-size: 108%; font-weight: bold; }
h3 { font-size: 100%; line-height: 100%; }

.hidden { display: none; }

/* 大枠 */
#wrapper {
	width: 860px;
}

#container {
	display: block;
}

#side {
	display: block;
	float: left;
	overflow: hidden;
	width: 200px;
	background: url(images/bg_sidetop.jpg) top left no-repeat;
}

#content {
	display: block;
	width: 660px;
	float: right;
	padding: 0;
	background: url(images/bg_contentbottom.png) bottom no-repeat;
}

/* ヘッダ */
#header { overflow: hidden; }
#header h1 { padding: 18px 0 0 135px; }
#header h1 a { color: #FFF; text-shadow: #666; }
#header h3 { padding: 10px 0 0 135px; color: #FFF; text-shadow: #666; }

#linkbtn {
	display: block;
	height: 34px;
	margin: 66px 0 0 300px;
}
#linkbtn li {
	display: block;
	width: 180px;
	height: 34px;
	float: left;
	margin: 0 0 0 10px;
}
#linkbtn li.linkbtn01 a {
	display: block;
	width: 180px;
	height: 34px;
	background: url(images/btn_01.png) no-repeat;
}
#linkbtn li.linkbtn02 a {
	display: block;
	width: 180px;
	height: 34px;
	background: url(images/btn_02.png) no-repeat;
}

/* ナビ */
#navi {
	display: block;
	width: 660px;
	height: 110px;
}

#navi ul { }
#navi ul li {
	display: block;
	height: 110px;
	float: left;
}

#navi ul li a {
	display: block;
	overflow: hidden;
	height: 0 !important;
	height /**/: 110px;
	padding-top: 110px;
	background: url(images/bg_navi.jpg);
	background-position: 0 0;
}

#navi ul li.page-item-2 a { width: 120px; }
#navi ul li.page-item-6 a { width: 170px; }
#navi ul li.page-item-9 a { width: 170px; }
#navi ul li.page-item-3 a { width: 200px; }

/* IE以外 */
#navi ul li.current_page_item.page-item-2 a { background-position: 0 0; }
#navi ul li.current_page_item.page-item-6 a { background-position: -120px 0; }
#navi ul li.current_page_item.page-item-9 a { background-position: -290px 0; }
#navi ul li.current_page_item.page-item-3 a { background-position: -460px 0; }

#navi ul li.page-item-2 a { background-position: 0 -110px; }
#navi ul li.page-item-6 a { background-position: -120px -110px; }
#navi ul li.page-item-9 a { background-position: -290px -110px; }
#navi ul li.page-item-3 a { background-position: -460px -110px; }

#navi ul li.page-item-2 a:hover { background-position: 0 110px; }
#navi ul li.page-item-6 a:hover { background-position: -120px 110px; }
#navi ul li.page-item-9 a:hover { background-position: -290px 110px; }
#navi ul li.page-item-3 a:hover { background-position: -460px 110px; }



/* フッタ */
#footer {
	clear: both;
	width: 860px;
}

#tail {
	padding: 30px;
	color: #000;
	font-size: 85%;
	line-height: 1.5em;
	text-align: center;
	height: 100%;
}


/* サイドバー */
#sidebartop {
	display: block;
	overflow: hidden;
	height: 0 !important;
	height /**/: 140px;
	padding-top: 140px;
}

#sidebar {
	display: block;
	overflow: hidden;
	width: 160px!important;
	width /**/: 180px;
	margin: 10px;
	padding: 10px;
	background: url(images/bg_trancegray.png) repeat;
}

#sidebar ul { margin: 0 0 0 10px; }
#sidebar ul li { margin: 4px 0; }

h2.widgettitle {
	display: block;
	margin: 10px 0 5px 0;
	padding: 3px 0;
	color: #333;
	font-size: 93%;
	text-align: center;
	font-weight: bold;
	background: #FFF;
}

/* 検索 */
#search { width: 180px; }

input#s {
	width: 100px;
	margin: 5px 5px 5px 0;
	padding: 2px;
	font-size: 12px;
	color: #FFF;
	border: #000 1px solid;
	background-color: #333;
}

input#searchsubmit { text-align: center; }

/* カレンダー */
.widget_calendar .widgettitle { display: none; }

#wp-calendar {
	width: 160px;
	margin: 10px auto;
	font-size: 100%;
}

#wp-calendar thead { font-weight: bold; }
#wp-calendar tbody { background: #FFF; }
#wp-calendar tbody a { font-weight: bold; }
#wp-calendar tfoot { font-weight: bold; }

#wp-calendar td, #wp-calendar th {
	font-size: 85%;
	color: #333;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar caption {
	color: #333;
	padding: 3px 0;
	font-size: 93%;
	text-align: center;
	font-weight: bold;
	margin-bottom: 3px;
	background: #FFF;
}

td#today { background: #FC0; }

/* RSS */
.rsswidget img { vertical-align: text-bottom; }
.rsswidget { font-weight: normal; color: #333; }

/* 本文枠 */

#primary {
	display: block;
	overflow: visible;
	margin: 0 0 12px 0;
    clear: both;
    width: 660px;
	background: url(images/bg_content.png) repeat-y;
}

#primary h2.pagetitle {
	display: block;
	margin: 0 10px;
	padding: 16px;
	text-align: left;
	overflow: hidden;
	color: #000;
	border-top: #985 1px dotted;
}

#primary h2.posttitle {
	display: block;
	margin: 0 10px;
	padding: 16px;
	text-align: left;
	overflow: hidden;
	color: #000;
	border-top: #985 1px dotted;
}

#primary h2.pagetitle a { color: #000; }
#primary h2.posttitle a { color: #000; }

#primary h4 {
	clear: both;
	display: block;
	width: 100%;
	border-top: #036 1px solid;
	color: #036;
	margin: 10px 0;
	padding: 6px 0;
}

#primary .subtitle {
	font-weight: bold;
}

#primary table, dl {
	width: 90%;
}

#primary th {
	color: #333;
	padding: 4px;
	text-align: center;
}

#primary td {
	padding: 4px;
	text-align: center;
}

#primary dt {
	padding-left: 10px;
	padding-top: 10px;
	font-weight: bold;
}

#primary dd {
	margin: 0 0 16px 16px;
}

#primary ol, #primary ul {
	margin: 0 0 16px 16px;
}
#primary ol li {
	list-style: decimal outside;
}

#primary ul li {
	list-style: disc outside;
	color: #421;
}

#primary li {
	margin: 6px 0;
}


#primary .post {
	display: block;
	margin: 0 20px 10px 20px;
	color: #000;
	line-height: 1.5em;
	padding: 10px;
}

.postinfo {
	clear: both;
	width: 95%;
	color: #960;
	text-align: right;
	font-size: 85%;
	padding: 0 0 20px 0;
}

#toiawasetable {
	background: #999;
}

#toiawasetable td {
	background: #9cc;
	text-align: left;
	padding: 5px 6px;
}

#toiawasetable img {
	vertical-align: middle;
	padding-right: 4px;
}

#toiawasetable .tdsubmit {
	background: #f66;
	text-align: center;
}

.pagelink { clear: both; }

.pagelink a {
	font-size: 85%;
	font-weight: bold;
	color: #000;
}

.pageprev { float: left; padding-left: 20px; }
.pagenext { float: right; padding-right: 20px;}

.aligncenter {
	display: block;
	margin: 4px auto;
}

.alignleft {
	float: left;
	margin: 4px 8px 4px 0;
}

.alignright {
	float: right;
	margin: 4px 0 4px 8px;
}

.wp-caption-text { text-align: center; font-size: 85%; color: #421; }

.post img { padding: 4px; background: #F0F0F3; }
.post img.nonpad { padding: 0; background: none; }

/* 本文枠 コメントとトラックバック */
#comments {
	clear: both;
	display: block;
}

#com { margin: 0 10px; }
#comarea { padding: 0 20px; border-top: #000 1px dotted; }

#com h3 {
	display: block;
	font-size: 100%;
	text-align: center;
	padding: 10px;
}

#com div { font-size: 100%; }
#com ul, #com ul li { list-style: none; padding: 0; }
#com ul li input { padding: 2px; }

.labeltxt { color: #900; }
.compost { border-bottom: #000 1px dotted; }
.cominfo { font-size: 85%; text-align: right; }

#comfeed img { border: 0; padding: 0 4px 0 0; vertical-align: text-bottom; }
#comfeed { padding: 6px 0; }
#comfeed a { color: #00A0C6; }

#tburl {
	color: #404040;
	padding: 6px;
	border: #404040 1px solid;
	margin-bottom: 12px;
}


/* Clearfix */

#container:after, #primary:after, .post:after {/*for modern browser*/
    content:".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}