/*  
Theme Name: BLOG 2007
Theme URI: http://www.saitama-nissan.com/apps/
Description: The WordPress theme for SAITAMA NISSAN
Version: 0.1a
Author: Masao Hirasawa
Author URI: http://gucio.jp/
*/



body {
	line-height: 1.7;
    font-family: helvetica, arial, sans-serif;
    font-size: 14px;
	color: #333;
	background: url(images/bg.gif);
	}
	


/* ----- ヘッダー部 ----- */

#header {
	display: block;
	width: 800px;
	height: 315px;
	margin: 0 auto;
	}

#logo {
	display: block;
	width: 800px;
	height: 55px;
	margin: 0;
	background: url(images/logo_top.gif) no-repeat;
	}

#gotop a {
	display: block;
	height: 55px;
	width: 800px;
	margin: 0;
	background: none;
	}

#headerimg_top a {
	display: block;
	width: 800px;
	height: 185px;
	margin: 0;
	background: url(images/top_img.gif) no-repeat;
	}

#headerimg_shop {
	display: block;
	width: 800px;
	height: 185px;
	margin: 0;
	background: url(images/tempo_banner.gif) no-repeat;
	overflow: hidden;
	}

#headerimg h1 a {
	display: block;
	width: 800px;
	height: 185px;
	margin: 0;
	}

#shop_titile {
	display: block;
	position: relative;
	top: 90px;
	left: 16px;
	width: 190px;
	height: 40px;
	font-size: 165%;
	font-weight: bold;
	color: #c71444;
	}

#shop_phone {
	display: block;
	position: relative;
	top: 52px;
	left: 210px;
	font-size: 150%;
	font-weight: bold;
	}
	
#shop_link a {
	clear: both;
	display: block;
	position: relative;
	top: 65px;
	left: 80px;
	width: 264px;
	height: 25px;
	}



/* ----- 上部ナビゲーションメニュー ----- */

#topnavi {
	clear: both;
	text-align: left;
	width: 800px;
	height: 60px;
	margin: 10px 0;
	}

#topnavi ul {
	list-style: none;
	display: inline;
	}

#topnavi ul li {
	float: left;
	}

#topnavi ul li a {
	display: block;
	overflow: hidden;
	height: 0 !important;
	height /**/: 60px;
	padding-top: 60px;
	width: 100%;
	}

#nav01 { width: 160px; }
#nav02 { width: 160px; }
#nav03 { width: 160px; }
#nav04 { width: 160px; }
#nav05 { width: 160px; }

#nav01 a { background-image: url(images/top_menu.gif);background-position: 0 0; }
#nav02 a { background-image: url(images/top_menu.gif);background-position: -160px 0; }
#nav03 a { background-image: url(images/top_menu.gif);background-position: -320px 0; }
#nav04 a { background-image: url(images/top_menu.gif);background-position: -480px 0; }
#nav05 a { background-image: url(images/top_menu.gif);background-position: -640px 0; }

#nav01 a:hover { background-position: 0 -60px; }
#nav02 a:hover { background-position: -160px -60px; }
#nav03 a:hover { background-position: -320px -60px; }
#nav04 a:hover { background-position: -480px -60px; }
#nav05 a:hover { background-position: -640px -60px; }

#nav01 a.return { background-position: 0 -240px; }
#nav01 a.return:hover { background-position: 0 -300px; }

#nav01 a.shop { background-position: 0 -120px; }
#nav01 a.shop:hover { background-position: 0 -180px; }





/* ----- コンテンツ部全体 ----- */

#page {
	width: 800px;
	margin: 0 auto;
	}




/* ----- 左上のパン屑表示 ----- */

div.breadcrumb {
	width: 600px;
	float: left;
	margin: 6px 0 16px 0;
	padding: 0 0 0 10px;
	font-size: 90%;
	}

div.breadcrumb a{
	font-size: 90%;
	}




/* ----- 右上の検索窓 ----- */

div#searchpanel {
	display: block;
	width: 270px;
	margin: 10px 0 0;
	padding: 30px 0 11px;
	background: url(images/side_search-top.gif) left top no-repeat;
	}

input.search {
	width: 135px;
	margin: 0 10px 0 0;
	font-size: 90%;
	vertical-align: middle;
	}

input.search_wide {
	width: 180px;
	margin: 0 10px 0 20px;
	font-size: 90%;
	vertical-align: middle;
	}

ul#searchpanel_inner {
	height: 1%;
	list-style: none;
	margin: 0;
	padding: 10px 0 10px 15px;
	background: url(images/side_search.gif) left bottom no-repeat;
	}

ul#searchpanel_inner li.arrow {
	padding: 0 16px;
	background: url(images/list_search.gif) left no-repeat;
	}

ul#searchpanel_inner li.noarrow {
	padding: 0 0 0 32px;
	background: none;
	}

/* ----- ページタイトル画像（表示ページが所属するカテゴリーで画像切り換え ----- */

div#pagetitle {
	display: block;
	width: 800px;
	}





/* ----- 本文エリア ----- */

#content {
	clear: right;
	display: block;
	float: right;
	width: 530px;
	margin: 0 0 16px;
	line-height: 1.5;
	}

#content_inner {
	display: block;
	float: right;
	width: 510px;
	margin: 0;
	padding: 0;
	}

#content_wide {
	clear: right;
	display: block;
	width: 95%;
	margin: 0 auto 16px;
	padding: 0 10px;
	}

#content_wide_inner {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	}

#content_wide_white {
	display: block;
	width: 100%;
	margin: 10px 0 0;
	padding: 0;
	}

#topic {
	display: block;
	background: url(images/contents_top.gif) left top no-repeat;
	margin: 10px 0 0;
	padding: 70px 0 0;
	}

#topic_inner {
	display: block;
	margin: 0;
	padding: 0 20px 0;
	height: 1%;
	}

#topic_bottom {
	display: block;
	height: 32px;
	width: 100%;
	background: url(images/contents_bottom.gif) left bottom no-repeat;
	}
	
#map_title {
	display: block;
	height: 154px;
	width: 510px;
	margin: 15px 0 0;
	overflow: hidden;
	background: url(images/map_title.gif) top no-repeat;
	}

#map_title #search_map a {
	display: block;
	float: left;
	height: 150px;
	width: 250px;
	}
	
#map_title #search_list a {
	display: block;
	float: right;
	height: 150px;
	width: 250px;
	}
	
#content p {
	}

#content table {
	width: 96%;
	}

#content small {
	float: right;
	background: #fbf6ea;
	padding: 2px 6px 3px;
	}

div.archive_post {
	margin: 15px 0 0;
	background: url(images/contents_tempo.gif) left top no-repeat;
	}

div.archive_post_inner {
	padding: 10px 20px 0;
	}

div.archive_post_bottom {
	clear: both;
	display: block;
	width: 100%;
	height: 32px;
	background: url(images/contents_bottom.gif) right top no-repeat;
	}
	
div.single_post {
	display: block;
	width: 760px;
	margin: 10px 0 0;
	padding: 25px 0 0;
	background: url(images/single_top.gif) left top no-repeat;
	}

div.faq {
	width: 760px;
	margin: 10px 0 0;
	padding: 70px 0 0;
	background: url(images/faq_top.gif) left top no-repeat;
	}
	
div.single_post_bg {
	background: url(images/single.gif) left repeat-y;
	}

div.single_post_inner {
	width: 710px;
	margin: 0 0 0 20px;
	padding: 0;
	}
	
div.single_post_bottom {
	width: 760px;
	height: 40px;
	background: url(images/single_bottom.gif) left top no-repeat;
	}

#content ul {
	margin: 6px 0 10px 16px;
	padding: 10px 0;
	}
	
#content ul li {
	margin: 0 0 0 28px;
	}

div.navigation {
	display: block;
	width: 100%;
	height: 20px;
	margin: 20px 0 0 0;
	}

div.navigation a {
	}

div.alignleft {
	display: block;
	float: left;
	width: 50%;
	text-align: left;
	}

div.alignright {
	display: block;
	float: right;
	width: 50%;
	text-align: right;
	}

p.postmetadata {
	font-size: 85%;
	}

ol.commentlist {
	}

ol.commentlist li {
	clear: both;
	width: 460px;
	margin: 10px 0 0 ;
	padding: 10px;
	background: #f8fcff;
	}

ol.commentlist li.alt {
	background: #e4f1fd;
	}

ol.commentlist li  p {
	font-size: 90%;
	}
	
cite {
	font-weight: bold;
	}

.entry {
	margin: 0;
	padding: 20px 0 10px;
	}

.entry p {
	margin: 0 10px;
	}

.entry p img {
	clear: both;
	float: left;
	margin: 5px 16px 10px 0;
	}

	
	
/* ------トップページの店舗一覧 ---- */

.shoplist_box {
	display: block;
	float: left;
	width: 50%;
	margin: 0;
	padding: 0;
	}	

.shoplist_box table {
	width: 180px;
	margin: 0 auto;
	}
	
.shoplist_box table td {
	border: none;
	padding: 3px 3px;
	}

#shoplist_south {
	width: 245px;
	margin: 15px 0 0 4px;
	padding: 34px 0 0;
	background: url(images/tempo_south.gif) left top no-repeat;
	}

#shoplist_west {
	margin: 15px 0 0 4px;
	width: 245px;
	padding: 34px 0 0;
	background: url(images/tempo_west.gif) left top no-repeat;
	}
	
#shoplist_north {
	margin: 15px 0 0 4px;
	width: 245px;
	padding: 34px 0 0;
	background: url(images/tempo_north.gif) left top no-repeat;
	}
	
#shoplist_east {
	margin: 15px 0 0 4px;
	width: 245px;
	padding: 34px 0 0;
	background: url(images/tempo_east.gif) left top no-repeat;
	}

.shoplist_inner {
	background: url(images/tempoichi_bottom.gif) left bottom no-repeat;
	padding: 0 0 14px;
	}



/* ----- 店舗一覧ページ ----- */

#mapmain {
	position: relative;
	height: 510px;
	overflow: hidden;
	margin: 0px 0px 50px 0px;
	padding: 0;
	}

#map {
	z-index: 2;
	width: 550px;
	height: 500px;
	}

#categoryNavi {
	position: absolute;
	top: 5px;
	left: 555px;
	width: 200px;
	}

#categoryNavi select {
	width: 200px;
	}

#itemNavi {
	position: absolute;
	top: 30px;
	left: 555px;
	width: 205px;
	height: 475px;
	font-size: 95%;
	line-height: 115%;
	background: #fff;
	}

#itemNavi table td {
	border: none;
	padding: 3px 6px;
	}
	
#shoplist_top1 {
	display: block;
	width: 100%;
	height: 44px;
	background: url(images/tempo_title.gif) left bottom no-repeat;
	}

#shoplist_top2 {
	display: block;
	width: 760px;
	height: 126px;
	background: url(images/area.gif) left top no-repeat;
	text-align: right;
	}
	
#shoplist_top2 table {
	display: block;
	float: right;
	margin: 3px 6px 0 0;
	padding: 0;
	width: 200px;

	}

#shoplist_top2 table#areaselect tr,
#shoplist_top2 table#areaselect td {
	padding: 0;
	background-color: transparent;
	border: none;
	}
	
#shoplist_top2 table#areaselect td.areaselector1 a {
	display: block;
	padding: 0;
	width: 80px;
	height: 115px;
	}

#shoplist_top2 table#areaselect td.areaselector2 a {
	display: block;
	padding: 0;
	width: 110px;
	height: 50px;
	}

#shoplist_top2 table#areaselect td.areaselector3 a {
	display: block;
	padding: 0;
	width: 37px;
	height: 60px;
	}

#shoplist_top2 table#areaselect td.areaselector4 a {
	display: block;
	padding: 0;
	width: 37px;
	height: 60px;
	}

#shoplist_top2 table#areaselect td.areaselector5 a {
	display: block;
	padding: 0;
	width: 37px;
	height: 60px;
	}


#shoplist_top2 table#areaselect td a:hover {
	text-decoration: none;
	}

/* ---------- 前のページ・次のページ・トップへ戻る ---------- */

p.contentnavi {
	text-align: right;
	font-size: 85%;
	}

p.gotop {
	text-align: right;
	font-size: 85%;
	}



/* ---------- GoogleMap ---------- */

div.googlemaps {
	margin: 0 0 0 6px;
	}


/* ---------- サイドバー ---------- */

#sidebar {
	float: left;
	width: 270px;
	margin: 0 0 16px;
	}

#sidebar h3{
	color: #000;
	padding-left: 10px;
	border: none;
	}
	
#sidebar ul.normal {
	list-style: none;
	margin: 0;
	padding: 0 0 10px;
	background: url(images/side_bottom.gif) left bottom no-repeat;
	}

#sidebar ul.normal li{
	margin: 0 0 0 10px;
	padding: 6px 0 0 21px;
	background: url(images/li_side.gif) left 6px no-repeat;
	}

#sidebar ul.normal li a {
	display: block;
	width: 239px !important;
	width /**/: 239px;
	text-decoration: none;
	letter-spacing: 0.03em;
	font-size: 90%;
	font-weight: normal;
	color: #07b;
	}

#sidebar ul.normal li a:hover {
	color: #9caab6;
	text-decoration: underline;
	}

/*#sidebar ul li a:active{
	font-weight: bold;
	}
	
#sidebar ul li a.active{
	font-weight: bold;
	}*/

#sidebar p {
	padding: 0px 10px 0px 10px;
	}

#editors {
	margin: 0;
	padding: 5px 0 10px 10px;
	background: url(images/side_bottom.gif) bottom no-repeat;
	}

#weather {
	margin: 0;
	padding: 5px 0 10px 10px;
	text-align: center;
	background: url(images/side_bottom.gif) bottom no-repeat;
	}
	
li.categories {
	list-style: none;
	margin: 10px 0 0;
	padding: 10px 0;
	background: url(images/s_menu_top.gif) top no-repeat;
	}

li.categories ul {
	padding: 0 0 14px;
	background: url(images/s_menu_btm.gif) bottom no-repeat;
	}
	
li.categories ul li {
	padding: 7px 16px 6px;
	background: url(images/s_menu.gif) left no-repeat;
	}
	
li.categories ul li a {
	color: #fff;
	font-weight: bold;
	}


/* ---------- フッター関連 ---------- */

#footer {
	clear: both;
	text-align: left;
	width: 800px;
	height: 38px;
	margin: 10px auto;
	padding: 0 0 10px;
	background: url(images/footer.gif) left top no-repeat;
	}


#footer p {
	font-size: 85%;
    font-family: helvetica, arial, sans-serif;
	margin: 0 10px;
	text-align: center;
	}



/* ---------- 全体のテキストやイメージなど ---------- */

#content h2 {
	display: block;
	margin: 10px 0 0;
	background: url(images/h2_bg.gif) no-repeat;
	font-size: 120%;
	font-weight: bold;
	padding: 18px 0 10px 55px;
	color: #fff;
	}

h2#editor_note  {
	display: block;
	font-size: 140%;
	font-weight: bold;
	color: #07b;
	margin: 0;
	padding: 0 0 1px;
	background: transparent;
	}

#sidebar h2 {
	font-size: 130%;
	font-weight: bold;
	padding: 0 0 1px;
	color: #07b;
	}

#content h3{
	display: block;
	padding: 0px 16px;
	background: url(images/h3.gif) left no-repeat;
	font-size: 110%;
	font-weight: bold;
	}

#content_wide h3{
	clear: both;
	display: block;
	padding: 0px 16px;
	background: #fff url(images/h3.gif) left no-repeat;
	font-size: 110%;
	font-weight: bold;
	}

.single_post h3{
	display: block;
	padding: 0px 16px;
	background: #fff url(images/h3.gif) left no-repeat;
	font-size: 110%;
	font-weight: bold;
	}

h4{
	margin: 30px 0 0;
	padding: 0 32px;
	font-size: 120%;
	font-weight: bold;
	color: #10228c;
	background: #fff url(images/q.gif) left center no-repeat;
	}

h5{
	display: block;
	margin: 0 2px;
	padding: 0 32px;
	font-size: 110%;
	font-weight: bold;
	color: #c71444;
	background: url(images/a.gif) left center no-repeat;
	}

strong {
	font-weight: bold;
	}
	
p {
	padding: 6px 0 0;
	}

#kouki p {
	font-size: 90%;
	padding: 6px 10px 5px 6px;
	line-height: 1.4;
	}

th, td {
	padding: 6px 0;
	font-size: 95%;
	}

img{
	border: 0px;
}

img.imgalignleft {
	clear: left;
	float: left;
	margin: 5px 15px 5px 0px;
	}

img.imgalignright {
	clear: right;
	float: right;
	margin: 5px 0px 5px 15px:
	}

img.rss {
	vertical-align: -10%;
	}

a{
	color: #07b;
	text-decoration: none;	
}

a:hover{
	color: #9caab6;
	text-decoration: underline;
	}

hr {
	display: none;
	}

.print{
	display: none;
	}

img.bottom {
	vertical-align: bottom;
	}

.right {
	float: right;
	text-align: right;
	margin: 5px;
	}

.left {
	float: left;
	text-align: left;
	margin: 5px;
	}
	
.center {
	text-align: center;
		}
		
.readmore {
	text-align: right;
	font-size: 85%;
	margin: 0 10px 0 0;
	padding: 0;
	}

textarea {
	font-size: 90%;
	}

textarea#comment {
	width: 480px;
	height: 180px;
	}

/* ----- テーブル関連 ----- */

table {
	width: 90%;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 10px auto 16px;
	}

table th {
	padding: 8px 12px;
	background: #f2f2f2;
	font-weight: bold;
	text-align: left;
	border: 1px solid #cfcfcf;
	white-space: nowrap;
	}

table td {
	padding: 8px 12px;
	background: #fff;
	text-align: left;
	border: 1px solid #cfcfcf;
	white-space: nowrap;
	}



/* ----- 店舗トップの表示 ----- */

.entry_shop {
	display: block:
	width: 520px;
	margin: 10px 0;
	padding: 10px;
	background: #fff;
	}

.entry_shop div#map {
	display: block;
	float: right;
	width: 485px;
	height: 360px;
	}
	
table.shopinfo {
	display: block;
	float; left;
	width: 500px;
	margin: 5px 0;
	border: 10px solid #fff;
	}

table.shopinfo th {
	padding: 0 5px;
	border-bottom: 10px solid #fff;
	background: #e4f1fd;
	}
	
table.shopinfo td {
	white-space: normal;
	padding: 0 5px;
	border: 5px solid #fff;
	}

table.shopinfo td.btn {
	width: 1%;
	text-align: center;
	vertical-align: top;
	white-space: nowrap;
	}	

table.shopphoto {
	width: 500px;
	border-collapse: collapse;
	}

table.shopphoto td {
	width: 160px;
	overflow: hidden;
	border: 5px solid #fff;
	padding: 0;
	text-align: left;
	vertical-align: top;
	white-space: normal;
	}

table.shopphoto td img {
	padding: 0;
	}

table.shopphoto td p {
	margin: 5px;
	padding: 0;
	font-size: 80%;
	line-height: 1.4;
	}

table.form th {
	border: 0px;
	background: transparent;
	padding: 4px 5px;
	}
	
table.form td {
	border: 0px;
	background: transparent;
	padding: 4px 5px;
	white-space: normal;
	}
