/*  
Theme Name: TOZAI 2007
Theme URI: http://www.tozaishabou.com/
Description: The WordPress theme for TOZAI SHABOU
Version: 0.1a
Author: GUCIO & CO.
Author URI: http://gucio.jp/
*/



body {
	font-size: 14px;
	line-height: 1.65;
    font-family: helvetica, arial, sans-serif;
	width: 810px;
	margin: 0 auto;
	color: #222;
	}

#wrapper_box {
	display: block;
	text-align: left;
	width: 810px;
	margin: 15px 0 0;
	}

#wrapper {
	display: block;
	float: left;
	text-align: left;
	width: 810px;
	margin: 0;
	padding: 0 5px;
	background: url(images/mainbg.gif) top center repeat-y;
	}


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

#header_box {
	display: block;
	width: 810px;
	margin: 0 auto;
	padding: 0 5px;
	background: url(images/header.gif) top no-repeat;
	}

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

#header p {
    font-family: helvetica, arial, sans-serif;
	font-size: 85%;
	text-align: right;
	margin: 0;
	padding: 0;
	}

#header p a {
	text-decoration: none;
	}
	
#headerimg {
	float: left;
	}

#headerimg h1 a {
	display: block;
	width: 134px;
	height: 85px;
	margin: 16px 0 0 16px;
	}

p#keyword {
    font-family: helvetica, arial, sans-serif;
	margin: 2px 6px 0 0;
	font-size: 10px;
	}
	
#language_panel {
    font-family: helvetica, arial, sans-serif;
	float: right;
	display: block;
	width: 500px;
	margin: 0 4px 0 0;
	text-align: right;
	}

#language_panel p {
	margin: 3px 0;
	}

ul#minimenu {
	display: inline;
	}

ul#minimenu li {
	float: right;

	font-size: 85%;
	}

ul#minimenu li a {
	padding: 2px 0 2px 18px;
	margin: 0 0 0 6px;
	background: url(images/menu_li.gif) left center no-repeat;
	}
	
div#search {
	clear: right;
	margin: 0;
	text-align: right;
	}

input.search {
	width: 124px;
	margin: 0 3px 1px;
	}





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

#topnavi {
	clear: both;
	display: block;
	width: 800px;
	height: 45px;
	margin: 0 auto;
	background: url(images/nav_menu.gif) no-repeat;
	}

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

#topnavi ul li {
	float: left;
	}

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

#nav01 { width: 133px; }
#nav02 { width: 133px; }
#nav03 { width: 133px; }
#nav04 { width: 133px; }
#nav05 { width: 133px; }
#nav06 { width: 135px; }

#nav01 a { background-image: url(images/nav_menu.gif);background-position: 0 0; }
#nav02 a { background-image: url(images/nav_menu.gif);background-position: -133px 0; }
#nav03 a { background-image: url(images/nav_menu.gif);background-position: -266px 0; }
#nav04 a { background-image: url(images/nav_menu.gif);background-position: -399px 0; }
#nav05 a { background-image: url(images/nav_menu.gif);background-position: -532px 0; }
#nav06 a { background-image: url(images/nav_menu.gif);background-position: -665px 0; }

#nav01 a:hover { background-position: 0 -45px; }
#nav02 a:hover { background-position: -133px -45px; }
#nav03 a:hover { background-position: -266px -45px; }
#nav04 a:hover { background-position: -399px -45px; }
#nav05 a:hover { background-position: -532px -45px; }
#nav06 a:hover { background-position: -665px -45px; }

#nav01 a.active { background-position: 0 -45px; }
#nav02 a.active { background-position: -133px -45px; }
#nav03 a.active { background-position: -266px -45px; }
#nav04 a.active { background-position: -399px -45px; }
#nav05 a.active { background-position: -532px -45px; }
#nav06 a.active { background-position: -665px -45px; }




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

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

#main {
	float: left;
	display: block;
	width: 800px;
	margin: 0 auto;
	}



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

div.breadcrumb {
	width: 500px;
	float: left;
	margin: 6px 0 16px 0;
	padding: 0 0 0 10px;
	}

div.breadcrumb a{
	text-decoration: none;
	}





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

#content {
	display: block;
	float: left;
	width: 545px;
	margin: 0 0 16px;
	}

#content_inner {
	display: block;
	width: 525px;
	margin: 0 auto;
	padding: 0;
	}

#content p {
	}

#content table {
	width: 95%;
	}

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

div.entry_center {
	text-align: center;
	}

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

.ddsg-wrapper ul li a {
	font-weight: bold;
	text-decoration: none;
	}
	
.ddsg-wrapper ul li ul {
	margin: 0 10px;
	padding: 10px 0;
	}
	
.ddsg-wrapper ul li ul li a {
	padding: 0;
	font-weight: normal;
	}

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 alt {
	}

.post p {
	padding: 2px 10px;
	}



/* ----- トップページ下部 ----- */

#toppage_main {
	float: left;
	width: 480px;
	}

#toppage_main_inner {
	display: block;
	width: 440px;
	margin: 0 auto;
	}

#top_message p {
	font-size: 103%;
	color: #333;
	}

#top_readmore a {
	display: block;
	width: 199px;
	height: 40px;
	margin: 15px 0 0 240px;
	}

#top_news h3 {
	height: auto;
	margin: 10px 0 5px;
	padding: 0;
	background: none;
	border-bottom: 2px solid #741c64;
	}

#top_news p {
	font-size: 90%;
	margin: 0;
	padding: 0 0 0 10px;
	}

#top_sidebar {
	float: right;
	width: 310px;
	padding: 10px 5px 0 0;
	}

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

#top_sidebar_news_inner {
	display: block;
	margin: 0;
	padding: 0 0 10px;
	background: url(images/sidenewsbg.gif) left bottom no-repeat;
	}

p.news {
	margin: 0 10px 10px;
	padding: 0;
	color: #741c64;
	border-bottom: 2px solid #741c64;
	}
	
#top_sidebar_news ul.normal {
	font-size: 85%;
	}

#top_sidebar_news ul.normal li {
	padding: 0 0 0 10px;
	}








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

p.contentnavi {
	text-align: right;
	}

p.gotop {
	text-align: right;
	}



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

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


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

#sidebar {
	float: right;
	width: 225px;
	margin: 0 0 16px;
	line-height: 1.8;
	}

#sidebar h3{
	margin: 0 0 6px;
	padding: 9px 15px 7px;
	border: none;
	background: url(images/sidemenu.gif) left no-repeat;
	}

#sidebar h3 a {
	color: #333;
	text-decoration: none;
	}

#contact a {
	display: block;
	width: 215px;
	height: 42px;
	margin: 3px 0 10px;
	background: url(images/contact.png) no-repeat;
	}

#contact a:hover {
	background: url(images/contact.png) 0 -42px no-repeat;
	}
	
#sidebar ul{
	list-style: none;
	margin: 0px;
	padding: 0;
	}

#sidebar ul li{
	margin: 0;
	padding: 0;
	}

#sidebar ul li a {
	width: 210px !important;
	width /**/: 210px;
	margin: 0px 0px 0px 0px;
	padding: 6px 0 8px 20px;
	letter-spacing: 0.03em;
	text-decoration: none;
	background: url(images/menu_btn.gif) 6px 9px no-repeat;
	}

#sidebar ul li a:hover {
	background: url(images/menu_btn2.gif) 6px 9px no-repeat;	}

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




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

#footer_box {
	display: block;
	float: left;
	text-align: left;
	width: 810px;
	height: 100px;
	margin: 0;
	padding: 0 5px;
	background: url(images/footer.gif) top center no-repeat;

	}
	
#footer {
	text-align: center;
	width: 800px;
	padding: 33px 0 0;
	}

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

#footer p.screen a {
	padding: 0 5px 3px 18px;
	background: url(images/menu_li.gif) top left no-repeat;
	}

#footer p.print {
	display: none;
    font-family: helvetica, arial, sans-serif;
	margin: 0 10px;
	font-size: 85%;
	}


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

h2 {
	display: block;
	margin: 0;
	height: 60px;
	background: url(images/h2_bg.png) left top no-repeat;
	font-size: 130%;
	font-weight: bold;
	padding: 13px 18px 0;
	color: #fff;
	}
	
h2 a {
	text-decoration: none;
	}
	
h3{
	display: block;
	height: 40px;
	margin: 15px 0 10px 0;
	padding: 8px 24px 0;
	background: url(images/h3_bg.png) left top no-repeat;
	font-weight: bold;
	font-size: 115%;
	color: #741c64;
	}

h3 a {
	color: #333;
	text-decoration: none;
	}

h4{
	display: block;
	hright: 35px;
	margin: 10px 0 0;
	padding: 5px 10px;
	background: url(images/h4_bg.png) left top no-repeat;
	font-size: 100%;
	font-weight: bold;
	color: #333;
	}

h4 a {
	text-decoration: none;
	}

h5{
	display: block;
	margin: 10px 10px 0;
	padding: 5px 16px;
	background: url(images/h5.png) left center no-repeat;
	font-weight: bold;
	font-size: 95%;
	color: #222;
	}

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

th, td {
	padding: 6px 0;
	}

td.middle {
	width: 10%;
	vertical-align: middle;
	text-align: right;
	}

img{
	border: 0px;
	vertical-align: bottom;
}

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

a { color: #741c64; text-decoration: none; }
a:hover { color: #688; text-decoration: underline;}

a.link {
	padding: 5px 12px 3px 13px;
	background: url(images/menu_li.gif) 8px left no-repeat;
	}

a.brogroll {
	padding: 5px 12px 3px 13px;
	background: url(images/menu_li.gif) 8px left no-repeat;
	text-decoration: none;
	color: #069;
	font-weight: bold;
	}

a.brogroll:hover {
	color: #688;
	}
	
hr {
	display: none;
	}

.print{
	display: none;
	}

img.bottom {
	vertical-align: bottom;
	}

input, textarea {
	font-size: 95%;
	}

.center {
	text-align: center;
	}

.right {
	text-align: right;
	}
	
	
	

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

table.form {
	width: 95%;
	font-size: 100%;
	margin: 20px 0;
	}

table.form th, td {
	padding: 3px 10px;
	vertical-align: top;
	}

table.form th {
	font-weight: bold;
	white-space: nowrap;
	}


/*
table {
	width: 95%;
	font-size: 100%;
	}

table tbody th, td {
	padding: 3px 10px;
	vertical-align: top;
	}

th {
	background: #f7f7f7;
	color: #666;
	font-weight: bold;
	}

table.contact {
	width: 500px;
	font-size: 0.85em;
	line-height: 160%;
	border: 1px solid #dfdfdf;
	}

table.contact th {
	white-space: nowrap;
	padding: 4px 6px;
	border: 1px solid #dfdfdf;
	background: #dfdfdf;
	}

table.contact td {
	padding: 4px 6px;
	border: 1px solid #dfdfdf;
	}
	*/