@charset "utf-8";
@import url(./reset.css);
/*
Theme Name: Nijimo Press1
Theme URI: http://nijimo.jp/
Description: 株式会社ニジモのワードプレステーマ
Version: 1.0
Author: 株式会社ニジモ
Tags: 
*/

body {
	color: #666;
	font-size: 78%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background: #eee;
}

a {
	color: #258FB8;
}

a:visited {
	color: #995899;
}

a:hover {
	color: #FF9900;
}

a img {
	border: none;
}

p {
	margin-bottom: 1em;
}

hr {
	display: none;
}

table{
	width:100%;
	border-collapse:collapse;
}

th{
	white-space: nowrap;
	padding:4px 6px;
	font-weight:400;
	text-align:left;
	border:#ccc solid 1px;
	vertical-align: middle;
	background:url(./images/th_bg.gif);
}

td{
	padding:4px 6px;
	border:#ccc solid 1px;
}

ol {
	margin-bottom: 1em;
}

ol li {
	margin-left: 3em;
	list-style: decimal;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 800px;
	overflow: hidden;
	border-top: solid 4px #96C568;
	background: #fff;
}

#header {
	position: relative;
	height: 120px;
}

#header h1 {
	position: absolute;
	top: 24px;
	left: 20px;
	width: 173px;
	height: 50px;
	background: url(http://nijimo.jp/wp-content/uploads/2010/08/nijimo_logo.png) no-repeat;
}

#header h1 a {
	display: block;
	width: 173px;
	height: 50px;
}

#header h1 a span {
	position: absolute;
	display: block;
	text-indent: -2000px;
}

#header h2 {
	position: absolute;
	top: 4px;
	left: 10px;
	line-height: 120%;
	font-size: 90%;
	font-weight: 400;
}

#header_navigation {
	position: absolute;
	top: 4px;
	right: 10px;
	height: 80px;
	font-size: 90%;
	text-align: right;
}

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

#header_navigation .header_navigation_menu {
	margin-bottom: 6px;
}

#header_navigation .sitemap {
	margin-right: 10px;
	padding-left: 20px;
	background: url(./images/sitemap_bg.gif) left no-repeat;
}

#header_navigation .feed {
	padding-left: 20px;
	background: url(./images/feed_bg.gif) left no-repeat;
}

#header_navigation #searchform {
	margin-bottom: 10px;
}

#header_navigation .tel {
	text-align: right;
}

#header_navigation .tel img {
	margin-bottom: 7px;
}

#s {
	padding:0;
	width: 160px;
	line-height: 1em;
}

#header_menu {
	position: absolute;
	bottom: 0;
	height: 28px;
	background: #96C568;
}

#header_menu li {
	float: left;
	text-align: center;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	background: url(./images/menu_bg.gif);
}

#header_menu li a {
	display: block;
	padding-top: 6px;
	width: 159px;
	height: 18px;
	color: #666;
	text-decoration: none;
	border-right: dotted 1px #ccc;
}

#header_menu li a.last {
	width: 160px;
	border: none;
}

#header_menu li a:hover {
	color: #f90;
}

#content {
	padding: 20px;
	line-height:140%;
	background: url(./images/content_bg.gif) top repeat-x;
}

#content #main_image {
	display: block;
	margin-bottom: 20px;
	height: 160px;
	overflow: hidden;
}

#content .sub_image {
	display: block;
	padding-bottom: 10px;
}

#content .breadcrumb {
	display: block;
	margin: 0 auto;
	width: 96%;
	padding-bottom: 10px;
}

#content h3 {
	position: relative;
	margin-bottom: 10px;
	padding: 5px 0 18px 3%;
	font-size: 140%;
	width: 96.9%;
	line-height: 100%;
	background: url(./images/h3_bg.gif) left bottom no-repeat;
}

#content h3 .back_number {
	position: absolute;
	top: 5px;
	right: 120px;
	padding-left: 20px;
	font-size: 64%;
	font-weight: 400;
	background: url(./images/li_bg.gif) left no-repeat;
}

#content h3 .feed {
	position: absolute;
	top: 5px;
	right: 10px;
	padding-left: 20px;
	font-size: 64%;
	font-weight: 400;
	background: url(./images/feed_bg.gif) left no-repeat;
}

#content h3.info{
	background:#fff url(./images/h3_info_bg.gif) left bottom no-repeat;
}

#content h3.press{
	background:#fff url(./images/h3_press_bg.gif) left bottom no-repeat;
}

#content h3.info span,
#content h3.press span {
	display: block;
	text-indent: -8000px;
}

#content h4 {
	clear: left;
	margin-bottom: 10px;
	padding: 5px 0 5px 2%;
	font-size: 120%;
	width: 97.9%;
	line-height: 100%;
	border-bottom: solid 1px #ccc;
}

#content table {
	margin-bottom: 20px;
}

#footer {
	clear: both;
	padding: 10px;
	width: 780px;
	text-align: center;
	border-top: solid 1px #ccc;
	border-bottom: solid 6px #96C568;
}

#footer_menu ul{
	margin-bottom: 10px;
}

#footer_menu li {
	display: inline;
}

#copyright {
	font-size: 80%;
}

#footer_menu li a {
	color: #666;
}

#main_news {
	float: left;
	display: inline;
	margin-bottom: 20px;
	padding: 0 10px;
	width: 520px;
}

.news_list {
	line-height:180%;
}

.news_list dl:after {   
    content: ".";   
    display: block;   
    visibility: hidden;   
    height: 0.1px;   
    font-size: 0.1em;   
    line-height: 0;   
    clear: both;   
}

.news_list dt {
	float:left;
	width: 25%;
	font-weight: bold;
	border-bottom: dotted 1px #ccc;
}

.news_list dd {
	float:right;
	width: 75%;
	border-bottom: dotted 1px #ccc;
}

#main_banner {
	float: left;
	display: inline;
	margin-left: 8px;
	width: 202px;
}

#main_banner li {
	float: left;
	margin-bottom: 8px;
}

#main_banner li img {
	border: solid 1px #bbb;
}

.search_result dt {
	font-size: 120%;
	font-weight: bold;;
}

.search_result dd {
	margin-bottom: 10px;	
}

.search_result dd p {
	margin-bottom: 0;
}

.search_result dd .result_url {
	font-size: 90%;
	color: #080;
}

.search_result dd .search-excerpt {
	color: #000;
	background: #ff0;
}

.wide_entry {
	margin-bottom: 20px;
	padding: 0 10px;
	line-height:140%;
}

.narrow_entry {
	float: left;
	display: inline;
	margin: 0px 10px 20px 0;
	padding: 0 10px;
	width: 570px;
	line-height:140%;
}

.entry_text {
	margin-bottom: 20px;
	padding: 0 3% 30px 3%;
	width: 94%;
	background:url(./images/content_bg.gif) bottom repeat-x;
}

.entry_text:after {   
    content: ".";   
    display: block;   
    visibility: hidden;   
    height: 0.1px;   
    font-size: 0.1em;   
    line-height: 0;   
    clear: both;   
}

.entry_sitemap {
	padding: 0 3% 20px 3%;
	width: 94%;
}

.entry_sitemap li {
	margin-left: 20px;
	list-style: circle;
}

.entry_sitemap:after {   
    content: ".";   
    display: block;   
    visibility: hidden;   
    height: 0.1px;   
    font-size: 0.1em;   
    line-height: 0;   
    clear: both;   
}


.navigation {
	width: 100%;
}

.navigation:after {   
    content: ".";   
    display: block;   
    visibility: hidden;   
    height: 0.1px;   
    font-size: 0.1em;   
    line-height: 0;   
    clear: both;   
}

.pager {
	margin: 0 auto;
	width: 25%;
}

.pager:after {   
    content: ".";   
    display: block;   
    visibility: hidden;   
    height: 0.1px;   
    font-size: 0.1em;   
    line-height: 0;   
    clear: both;   
}

.archive {
	border-top: solid 1px #96C568;
	float: left;
	margin-bottom: 20px;
}

.archive li a {
	display: block;
	padding: 5px 10px 0 20px;
	width: 120px;
	height: 22px;
	border: solid 1px #96C568;
	border-top: none;
	background: url(./images/li_bg.gif) 5px no-repeat;
}

.archive .children a{
	padding: 5px 10px 0 40px;
	width: 100px;
	background: url(./images/li_bg.gif) 25px no-repeat;
}

.business_introduction {
	clear: left;
}

.business_introduction .entry_text {
	float: left;
	display: inline;
	margin-left: 10px;
	padding: 0;
	width: 380px;
	background: url(./images/business_introduction_bg.gif) top repeat-y;
}

.business_introduction .inner_text {
	padding: 15px 20px;
	background: url(./images/business_introduction_span_bg.gif) bottom no-repeat;
}

.alignright {
	float: right;
	display: inline;
	margin: 0 10px 10px 0;
}

.alignleft {
	float: left;
	display: inline;
	margin: 0 0 10px 10px;
}

.submit {
	padding: 10px 0;
	width: 100%;
	text-align: center;
}

.wpcf7-response-output {
	width: 100%;
	text-align: center;
}

.wpcf7-not-valid-tip-no-ajax {
	float: left;
	display: block;
	color: #f00;
}

.wpcf7-validation-errors {
	color: #f00;
}
