﻿/*  
Theme Name: nagashima-dennki
Theme URI: http://www.brain-web.co.jp/
Description: WP brown-right theme designed by <a href="http://www.brain-web.co.jp/">BRAINWARE</a>.
Author: BRAINWARE
Author URI: http://www.brain-web.co.jp/

	This theme was designed and built by BRAINWARE.

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
* {	margin: 0;	padding: 0; }

body { font-size:80%; line-height:170%; color: #333333;	margin: 0px;	padding: 0px 0px 40px; background-color:#EBF2FE; font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"; }
a {	color: #0C60EC;	text-decoration: none;}
a:visited {	color: #0C60EC;	text-decoration: none;}
a:hover {	color: #FF6600;	text-decoration: underline;}
img {	border: none;}

p {	padding: 0px 0px 5px;	margin: 0px; margin-bottom: 1em;}

/* タイトル */
h1 {	margin:0 0 0 0;	height: 86px; float:left; }
h1 a, h1 a:visited{	color: #77B238;	text-decoration: none;}
h1 a:hover{	color: #77B238;	text-decoration: none;}
h2 {	color: #59770e;	margin: 0px 0px 2px;	font-size:120%; line-height:100%; padding-bottom: 3px; }
h2 a, h2 a:visited {	color: #59770e;	text-decoration: none;}
h2 a:hover {	color: #FF6600;	text-decoration: none;}
h3 {	color: #0C60EC;	margin: 10px 0px 5px; font-size:100%; }
h4 {	color: #0C60EC;	margin: 10px 0px 5px; font-size:100%; }

form {	margin:0px;	padding:0px;}
#page {	margin: 0px auto;	width: 760px;	border-bottom: 1px solid #9FC2FD;	border-left: 1px solid #9FC2FD;	border-right: 1px solid #9FC2FD;	background: #FFFFFF url(images/content-bg.gif) repeat-y;}

/* ヘッダ */
#header {	background: #FFF url(images/header-bg.jpg) no-repeat bottom;	height: 311px; position: relative; }
#headerimg {	position: relative;	height: 86px;}
#headerimg .description{	left: 0px;	top: 86px;	font-size: 100%; padding:0px; }

/* トップナビ */
#navcontainer ul {	background: #0C60EC;	border-top: 1px solid #DFDFDF;	border-bottom: 1px solid #DFDFDF;	float: left;	width: 760px; line-height:100%; }
#navcontainer ul li {	display: inline; }
#navcontainer ul li.page_item a {	padding: 5px 15px;	background:url(images/nav-button-bg.gif) repeat-x; color: #ffffff;	text-decoration: none;	font-weight: bold;	float: left;	border-right: 1px solid #FFFFFF; }
#navcontainer ul li.page_item a:hover {	color: #333;	background:url(images/nav-button-bg-hover.gif) repeat-x;  }
#navcontainer ul li.current_page_item a {	padding: 5px 14px 5px 14px;	background: #C9C0B0;	color: #FFFFFF;	text-decoration: none;	float: left;	border-right: 1px solid #DFDFDF; }
#navcontainer ul li.current_page_item a:hover {	background: #6F6F6F; }

/* パンくず */
div#breadcrumb { border-bottom:#CCC solid 1px; }

/* コンテンツ */
#content div#archives { border:#0C60EC dotted 1px; padding:10px; margin:0 0 20px 0; background-color:#EBF2FE; }
#content div#archives ul{ margin:0 10px; list-style:none; }
#content div#archives ul li{ background: url(images/blog.gif) no-repeat; text-indent:20px; }
#content h2 {	color: #0C60EC; background:url(images/h2_content_bg.jpg) no-repeat; height:32px; padding:12px 0 0 30px; }
#content h2 a, #content h2 a:visited {	color: #0C60EC;	text-decoration: underline;}
#content h2 a:hover {	color: #FF6600;	text-decoration: none;}
#content {	padding: 10px 13px 30px 0;	float: right;	width: 532px;	overflow: hidden;}
#content img{ margin:0 5px;}
.post {	clear:both;	padding-top: 10px;}
.post-date {	width: 45px;	height: 49px;	float:left;	background: url(images/date-bg.gif) no-repeat;}
.post-month {	font-size: 10px;	text-transform: uppercase;	color: #FFFFFF;	text-align: center;	display:block; line-height: 11px;	padding-top: 2px;	margin-left: -3px;	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";	font-weight:bold;}
.post-day {	font-size: 18px;	text-transform: uppercase;	color: #999999;	text-align: center;	display:block;	line-height: 18px;	padding-top: 7px;	margin-left: -3px;}
.entry {	width: 532px;}
.post-cat {	background: url(images/mini-category.gif) no-repeat left center;	padding-left: 20px;	float:left;	color: #999999;}
.post-comments {	background: url(images/mini-comments.gif) no-repeat left center;	padding-left: 20px;	float: right;	}
.post-calendar {	background: url(images/mini-calendar.gif) no-repeat left center;	padding-left: 20px;	float: right;	color: #999999;}
.post-content {	clear: both;	padding-top: 10px;}
.post-content img{ margin:0 5px;}

/* コンテンツナビ */
.navigation {	clear: both;	padding: 10px 0px;}
.navigation a, .navigation a:visited {	color: #59770e;}
.previous-entries a {	float: left;	padding-left: 18px;	background: url(images/mini-nav-left.gif) no-repeat left center;}
.next-entries a {	float: right;	padding-right: 18px;	background: url(images/mini-nav-right.gif) no-repeat right center;}

/* コメント */
#comments, #respond {	border-bottom: 1px dotted #CCCCCC;	padding-bottom: 5px;}
.commentlist {	margin: 10px 0px;	padding-left: 20px;	line-height: 130%;}
.commentlist li{	padding: 5px 10px;}
.commentlist .alt {	background: #F9F6F1;}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {	font-weight: bold;	font-style: normal;	color: #CC6600;}
.commentlist small {	margin-bottom: 5px;	display: block;	font-size: 87%;}
#commentform {	margin-top: 10px;	font: 110% Arial, Helvetica, sans-serif;}
#commentform p {	padding: 6px 0px;	margin: 0px;}
#commentform label{	color: #787878;	font-size: 87%;}
#commentform input{	width: 200px;	background:#F9F6F1;	border: 1px solid #AC987F; padding: 3px;	margin-top: 3px;}
#commentform textarea{	width: 485px;	height: 115px;	background:#F9F6F1;	border: 1px solid #AC987F;	padding: 2px;	margin-top: 3px;}
#commentform textarea:focus, #commentform input[type="text"]:focus {	background: #ffffff;}
#commentform #submit{	background: url(images/btn-bg.gif) no-repeat;	font: bold 12px Arial, Helvetica, sans-serif;	color: #FFFFFF;	border: none; float:right;	width: 144px;	height: 28px;	cursor: pointer;}

/* サイドバー */
#sidebar {	float: left;	padding: 0px 10px 20px 10px;	width: 180px;	color: #666666;	overflow: hidden; }
/*sidebar title (h2) */
#sidebar h2 {	padding: 10px 0 0 20px; background:url(images/brick.gif) no-repeat left bottom ; }
#sidebar h2, #sidebar .sidebartitle{ font-size:120%; line-height:100%; color: #0C60EC; }
/*sidebar text styles */
#sidebar a, #sidebar a:visited{	color: #FFF; font-weight:bold;}
#sidebar a:hover{	color: #FFF;	text-decoration: none;	background: url(images/side-button-bg-hover.gif) no-repeat left center;}
/*sidebar list level1 */
#sidebar ul {	margin: 0;	padding: 0; list-style: none;}
#sidebar ul li {	margin: 0;	padding: 0;	border: none;}
/*sidebar list level2 */
#sidebar ul li ul {	padding: 0;	margin: 0;}
#sidebar ul li ul li{	width:180px; height:25px; }
#sidebar ul li ul li a{		background: url(images/side-button-bg.gif) no-repeat left center; display:block;	text-decoration: none; padding:2px 5px; }
/*sidebar list level3 */
#sidebar ul li ul li ul li{	padding: 1px 0 1px 10px;	border: none;}

/*calendar widget */
li.widget_calendar td {	padding: 1px 7px;}
/*text widget */
.textwidget {	padding-top: 5px;}

/*search form */
#searchform {	margin: 15px 0 0;}
#searchform br {	display: none;}
#searchform #s {	border:1px solid #203346;	width: 135px;	height: 22px;	padding: 4px 5px 0px 5px;	border: 1px solid #bed881;	background: #fff;	margin-right: 2px;	color: #000000;	font-weight: normal;}
/* search form button - to specify button only use input[type="submit"] */
#searchform input[type="submit"] {	background: url(images/search-btn-bg.gif) no-repeat;	border: none;	width: 67px;	height: 26px;	font: bold 12px Arial, Helvetica, sans-serif;	color: #FFFFFF;	vertical-align: middle;}

/* フッタ */
#credits {	margin: 5px auto; width: 760px;	color: #666;	font-size: 80%; height:16px;}
#credits a, #credit a:visited{	color: #048db4;}
#area {	margin: 5px auto; width: 740px;	color: #666;	font-size: 80%;　line-height:150%;　background-color: #FFFF99; padding: 10px;}



.center {	text-align: center;}
img.center, a img.center {	display: block;	margin-left: auto;	margin-right: auto;	border: 1px solid #D5E6AC;	padding: 3px;	background: #FFFFFF;}
a:hover img.center {	border-color: #FF6600;	background: #FF6600;}

.alignleft {	float: left;}
img.alignleft, a img.alignleft {	float:left;	margin: 4px 10px 5px 0px;	border: 1px solid #D5E6AC;	padding: 5px;	background: #FFFFFF;}
a:hover img.alignleft{	border-color: #FF6600;	background: #FF6600;}

.alignright {	float: right;}
img.alignright, a img.alignright {	float:right;	margin: 4px 10px 5px 0px;	border: 1px solid #D5E6AC;	padding: 3px;	background: #FFFFFF;}
a:hover img.alignright{	border-color: #FF6600;	background: #FF6600;}
.clear {	clear:both;}
hr.clear {	clear:both;	visibility: hidden;	margin: 0px;	padding: 0px;}


.rss {	background: url(images/mini-rss.gif) no-repeat left center;	padding-left: 18px;	padding-bottom: 2px;	margin-left: 8px;}
.loginout {	background: url(images/mini-loginout.gif) no-repeat left center; padding-left: 18px;	padding-bottom: 2px;	margin-left: 8px;}
.admin {	background: url(images/bullet_wrench.gif) no-repeat left center; padding-left: 18px;	padding-bottom: 2px;	margin-left: 8px;}