@charset "utf-8";

/*--------------------------------------------------
Theme Name:Yuinomachi
Theme URI: 
Description: 
Version: 1.0
Author: JUNK CO., LTD.
--------------------------------------------------*/

@import url(default.css);
@import url(common.css);
@import url(contents.css);


.important-info {
    margin: 10px 0;
    padding: 10px;
    font-size: 131%;
    border: 1px solid #ff4019;
    color: #ff4019;
}

h2 {
	margin:10px 0 20px;
	padding:5px 10px;
	font-weight:bold;
	color:#fff;
	background-color:#31496d;
}

table {
	border-collapse:separate;
	border-spacing:2px;
}

dl{
	margin:0;
	padding:0;
	margin-left:1em;
	margin-bottom:2em;
}

dt {
	font-weight:bold;
	margin: 0.4em 10px;
}

dd {
	margin: 0 2em 2em;
	text-indent:0;
}
dd.attention {
	text-indent:0;
	margin-left:0;
}

ol {
	list-style-type:decimal;
	margin-left:1em;
	margin-bottom:1em;
}

ul {
	list-style-type:disc;
	margin-left:1em;
	margin-bottom:1em;
}

li {
	margin:0 0 0.4em 1em;
}

strong {
	font-weight:bold;
}

p {
	margin-bottom:0.4em;
}

.tagcat-links {
	margin-top:30px;
}


.sentence table {
	border:1px solid black;
	background-color:#eee;
}

.sentence th ,
.sentence td {
	padding:5px;
	background-color:#fff;
}

.sentence p {
	margin-bottom:0;
}


.sentence p.indent {
	text-indent:1em;
}

.sentence p.noindent {
	text-indent:0;
	margin-bottom:0;
}

.sentence p.clearmargin {
	margin-bottom:0;
}

.sentence .m0Box p {
	margin:0;
}

.sentence:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}

.sentence{ display: inline-block;}

/* \*/
* html .sentence { height: 1%;}
.sentence { display: block;}
/* */


/*======================================
## 共通クラス
=======================================*/
.clear {
    clear:both;
}

.navigation {
    clear:both;
    margin-bottom:1em;
    text-align:center;
}

.alignleft {
    float:left;
    display:inline;
    margin-right:10px;
    margin-bottom:10px;
}

.alignright {
    float:right;
    display:inline;
    margin-left:10px;
    margin-bottom:10px;
}

.aligncenter {
    display:block;
    position:relative;
    margin:auto;
    text-align:center;
}

div#main p.mb0 {
    margin-bottom:0;
}

.setbtm1 ,
div#main p.mb1 {
    margin-bottom:1em;
}

.setbtm2 ,
div#main p.mb2 {
    margin-bottom:2em;
}

div#main p.mb3 {
    margin-bottom:3em;
}

.settop1{
    margin-top:1em;
}

.settop2{
    margin-top:2em;
}

.clearmargin {
    margin:0;
}

.bold {
    font-weight:bold;
}

.noindent {
    text-indent:0;
}

.indentpBox p {
    text-indent:1em;
}

.indent01 {
    text-indent:1em;
}

.cIndent {
    text-indent:-1em;
    margin-left:1em;
}

.markIndent {
    text-indent:-1em;
    margin-left:1em;
}

.attention {
    text-indent:-1em;
    margin-left:1em;
    color:#e00;
}

.pb01 img {
    background-color:#f5deb3;
    padding:5px;
}

.pbm01 img {
    margin-bottom:5px;
    padding:5px;
    background-color:#f5deb3;
}

img.imgAlignRight {
    float:right;
    display:inline;
    margin-right:10px;
    margin-bottom:10px;
    padding:5px;
    background-color:#ffffbd;
    border:1px solid #f5deb3;
}

img.imgAlignLeft {
    float:left;
    display:inline;
    margin-right:10px;
    margin-bottom:10px;
    padding:5px;
    background-color:#ffffbd;
    border:1px solid #f5deb3;
}

.sentence .imgTbl {
    border:none;
    background-color:#fff;
    margin:auto;
    font-size:100%;
}

.imgTbl img {
    padding:5px;
    background-color:#ffffbd;
    border:1px solid #f5deb3;
}


.imgTbl img.noborder {
    padding:0;
    background-color:none;
    border:none;
}

.imgTbl th,
.imgTbl td{
    vertical-align:top;
}

.sentence .imgTbl td.cstm01 {
    color:#666;
    font-size:85%;
}

/* imgTbl002 //{{{ */
.sentence .imgTbl002 {
    border-collapse: collapse;
    border-spacing: 0;
    border:none;
    background-color:#fff;
    margin:auto;
    font-size:100%;
}

.sentence .imgTbl002 img {
    padding:6px;
}

.sentence .imgTbl002 img.border {
    padding:5px;
    border: 1px solid #f5deb3;
}

.sentence .imgTbl002 th,
.sentence .imgTbl002 td{
    vertical-align:top;
    margin: 0;
    padding: 0;
}

.sentence .imgTbl002 td.center {
    width: 10px;
}

div#main .imgTbl002 p {
    margin: 0;
    padding: 0;
}
/* //}}} */

.imgP img {
    padding:5px;
    background-color:#ffffbd;
    border:1px solid #f5deb3;
}

.column {
    width:640px;
    margin:auto;
    padding:10px;
    background-color:#ffc;
}

.sentence .column .imgTbl ,
.sentence .column .imgTbl td {
    background-color:#ffc;
}

.red {
    color:red;
}


/*--------------------------------------------------
## table
--------------------------------------------------*/
.table01 {
    margin:auto;
    border:1px solid black;
    background-color:#eee;
}
.table01 th,
.table01 td {
    padding:5px;
    background-color:#fff;
}

/*--------------------------------------------------
## list
--------------------------------------------------*/

.list01:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

.list01{ display: inline-block;}

/* \*/
* html .list01 { height: 1%;}
.list01 { display: block;}
/* */


.list01 li {
    float:left;
    display:inline;
    margin-bottom:1em;
}





.category-link {
    margin-right:20px;
    font-size:80%;
    text-align:right;
    text-decoration:none;
}

.clearpadding {
    padding:0;
}


/* Captions */
.aligncenter,
div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    border: 1px solid #999;
    text-align: center;
    background-color: #ffc;
    padding-top: 4px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.wp-caption {
}


.wp-caption img {
    margin: 0;
    padding:0 0 5px 0;
    border: 0 none;
}

div#main .wp-caption p.wp-caption-text {
    text-align:left;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}

table.listTableRow {
    margin-bottom:40px;
    border:none;
    background-color:#eee;
}

table.listTableRow caption {
    text-align: left;
}

table.listTableRow td {
    vertical-align:top;
    width:100px;
    background-color:#fff;
    text-align:center;
    font-size:70%;
}

.breadlist {
    margin:5px 0;
    font-size:86%;
}

.sub-exp {
    margin-bottom:30px;
    padding:5px;
    background-color:#ffc;
    text-indent:1em;
}

.toTop {
    text-align:right;
}

.cube {
    padding-left:24px;
    background: url(images/cube.gif) no-repeat left 0.2em ;
}

.star {
    padding-left:24px;
    background: url(images/star.gif) no-repeat left 0.2em ;
}

.goHome {
    font-weight:bold;
}

.goHome a {
    color:#696;
}

.goHome a:hover {
    color: #cd4730;
}

.hyou1 {
    margin:0 auto 20px;
    border:1px solid black;
    background-color:#ccc;
}

.hyou1 th ,
.hyou1 td {
    width:120px;
    text-align:center;
    background-color:#fff;
}

.hyou1 caption ,
.hyou1 th {
    font-weight:bold;
    text-align:center;
}

.photoList li {
    float:left;
    display:inline;
    margin:10px;
    padding:0;
    width:155px;
}

.photoList:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

.photoList{ display: inline-block;}

/* \*/
* html .photoList { height: 1%;}
.photoList { display: block;}
/* */


.sep01 ,
h3.hw01-369 {
    clear:both;
    margin:1em 0;
    padding:5px 10px;
    background-color:#369;
    color:#fff;
    font-weight:bold;
}

.sep02 ,
h3.hw02-600 {
    clear:both;
    margin:1em 0;
    padding:0 0 0 4px;
    border-width:0 0 2px 10px;
    border-style:solid;
    border-color:#600;
    color:#600;
    font-weight:bold;
    line-height:1.5;
}


.sep03 ,
h3.hw02-336 {
    clear:both;
    margin:1em 0;
    padding:0 0 0 4px;
    border-width:0 0 2px 10px;
    border-style:solid;
    border-color:#336;
    color:#336;
    font-weight:bold;
    line-height:1.5;
}


.sep04 {
    clear:both;
    margin:1em 0;
    padding-left:6px;
    border-left:10px solid #336;
    line-height:1.2;
    font-weight:bold;
    font-size:120%;
    color:#336;
}

.sep05 {
    clear:both;
    margin:1em 0;
    line-height:1.2;
    font-weight:bold;
    font-size:140%;
    color:#cc3031;
    font-family:'ＭＳ Ｐ明朝', 'MS PMincho',serif;
}

.sep-orange {
    clear:both;
    margin:1em 0;
    padding:0 0 0 4px;
    border-width:0 0 2px 10px;
    border-style:solid;
    border-color:#ea8000;
    color:#ea8000;
    font-weight:bold;
    line-height:1.5;
}


/*--------------------------------------
## Hack
--------------------------------------*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

.clearfix{ display: inline-block;}

/* \*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/* */





/*======================================
## メイン
=======================================*/

body {
    text-align: center;
    position:relative;
}


/*--------------------------------------
## wrapper
--------------------------------------*/
div#wrapper {
    margin:0 auto;
    padding:0;
    width:980px;
    font-size: 130%;
    background-color:#fff;
}

/*--------------------------------------
## ヘッダー
--------------------------------------*/
div#header {
    margin:0;
    padding:0;
    width:980px;
    height:137px;
    position: relative;
    background:#eef url(images/header.jpg) no-repeat left bottom ;
    text-align:left;
}

div#header h1 {
    margin: 0;
    padding:0;
}

div#header h1 img {
    border: none;
    position:absolute;
    display: block;
    top:38px;
    left:250px;
}

/*--------------------------------------
## メイン　サイドバーとコンテンツを包む
--------------------------------------*/
div#content {
    margin:0;
    width:980px;
    background: #fff url(images/bk_content.gif) repeat-y left bottom;
}

/*--------------------------------------
## Hack
--------------------------------------*/

div#content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

div#content{ display: inline-block;}

/* \*/
* html div#content { height: 1%;}
div#content { display: block;}
/* */


/*--------------------------------------
## メインコンテンツ
--------------------------------------*/
div#main {
    margin:0 27px 0 0;
    padding:0 0 20px 0;
    float:right;
    display:inline;
    width:730px;
    text-align: left;
}

div#main p {
    margin-bottom:1em;
}

div#main div#tokusyuu-list p {
    margin:0;
}

#topPage #main {
    width:760px;
    margin-right:10px;
}




table.noborder {
    border:none;
    background-color:#fff;
}



/*--------------------------------------
## サイドバー
--------------------------------------*/
div#sidebar {
    margin:0 0 0 10px;
    padding:10px 0 10px;
    float:left;
    width:182px;
    display:inline;
    text-align:left;
    background-color:#fff;
}

div#sidebar ul,
div#sidebar ol,
div#sidebar dl {
    list-style-position: outside;
}

/*-- ナビ --*/
div#sidebar div.navi-wrapper {
}

div#sidebar div.navi {
    padding:3px 0 4px;
}

div#sidebar div.navi h2 {
    padding-top:8px;
}

div#sidebar div.navi ul {
    /*margin:0 0 40px;*/
    margin:0 0 20px;
    padding:0;
    font-size:90%;
    list-style-type:none;
}

div#sidebar div.navi ul ul {
    font-size:100%;
}

div#sidebar div.navi li {
    height:50px;
    display:block;
}


div#sidebar div.navi li p {
}
div#sidebar div.navi li  a {
    margin:0;
    padding:0;
    width:auto;
    display:block;
    position:relative;
    height:50px;
    line-height:50px;
    padding-left:50px;
    background-color:#006837;
    background-color:#fff;
    color:#000;
}

div#sidebar div.navi li a:hover {
    color:#fc3;
}

div#sidebar div.navi p.center  {
    text-align:center;
}

#toHome {
    margin:0 auto 5px;
    text-align:center;
    text-indent:0;
}


/*--------------------------------------
## フッター
--------------------------------------*/

div#footer {
    clear:both;
    margin: 0 auto 10px;
    padding:0;
    width:980px;
    height:80px;
    position:relative;
    text-align:left;
    font-size:90%;
    background: #fff url(images/bk_footer.gif) no-repeat left bottom;
}

div#footer .copyright {
    position:absolute;
    bottom:10px;
    right:10px;
    text-align:left;
    line-height:1.5;
    color:#006;
}

ul#footer-link {
    margin:0 0 0 auto;
    padding-top:20px;
    list-style-type:none;
    text-align:center;
}

ul#footer-link li {
    width:12em;
    padding:0;
    float:right;
    font-size:12px;
}

/*======================================
## flvボタン
======================================*/
.flv {
    cursor:pointer;
    cursor:hand;
}

/*======================================
## gmap
======================================*/
div#map {
    margin:0 auto 30px ;
    width:400px;
    height:300px;
}

div.singleInfoWindow {
    text-align:left;
    overflow:auto;
}

div.infoWindow {
    width:250px;
    height:100px;
    margin:0;
    padding:0;
    overflow:auto;
    text-align:left;
}

div.infoWindow img {
    width:100px;
    float:left;
    display:inline;
    margin-right:1em;
}

div#kankouMap div.infoWindow a ,
div#kankouMap div.infoWindow p {
    padding:5px;
    font-size:80%;
}

/*======================================
## サイドバー　企業リスト
======================================*/
#kigyou-list {
    margin-bottom:10px;
    padding-top: 10px;
    width:180px;
    text-align:center;
    background: #fff url(images/kigyou-list-top.gif) no-repeat;
}

#kigyou-list .inner {
    background: url(images/kigyou-list-bottom.gif) no-repeat bottom;
    padding: 0 5px 20px;
}

#kigyou-list img {
    margin:0 auto 2px;
    padding:0; 
}

#kigyou-list .title {
    margin-bottom:5px;
}

#kigyou-list p {
    margin-bottom:0;
}


/*======================================
## カテゴリ
======================================*/
div.cLinkBox {
    margin:20px;
    background-color:#fff;
    text-align:left;
}

div.cLinkBox td.photo ,
div.cLinkBox td img.nophoto {
    width:150px;
}
/*--------------------------------------
## デフォルトカテゴリ
--------------------------------------*/
ul.categorydefault-list {
    list-style-type:none;
}

ul.categorydefault-list p {
    margin:0 1em 2em;
}

/*======================================
## トップページ
======================================*/
body#topPage div#main {
    background-color:#fff;
}

body#topPage div#main div#mainInner {
    width:450px;
    float:left;
    display:inline;
    background-color:#fff;
}

#weather {
    margin:20px 0 0;
    padding:0;
    list-style-type:outside;
}

#weather li {
    list-style-type:none;
}

#weather li.inner {
    margin:5px 0;
    padding:10px 0 0;
    float: left;
    display:inline;
    width: 240px;
    background:url(images/weather_top.gif) no-repeat left top;
}

#weather li.inner p {
    padding:0 8px 8px;
    background:url(images/weather_bottom.gif) no-repeat left bottom;
}

#weather li.inner img {
    background:green;
    padding:1px;
}
/*--------------------------------------
## 特集ピックアップ
--------------------------------------*/
#pickup {
    margin: 0 0 5px;
    padding-top:5px;
    background: #fff url(images/pickup-top.gif) no-repeat;
    width: 450px;
}

#pickup table {
    width:98%;
    margin:0 auto;
}

#pickup td {
    vertical-align:top;
}

#pickup .inner {
    background: url(images/pickup-bottom.gif) no-repeat bottom;
    padding: 0 0 5px;
    font-weight:bold;
}

#pickup img {
    margin-bottom:0;
}

#pickup a:link {
    color:#000;
}

#pickup a:visited {
    color:#000;
}

#pickup a:hover {
    color:#936;
}

#pickup .shincyakuStr {
    margin:0;
    font-weight:bold;
    color:#339;
    font-size:80%;
}


#pickupTitle {
    font-size:80%;
    text-align:right;
}

#pickupTitle a {
    text-decoration: none;
}

#pickupInner {
    padding:8px;
}

/*--------------------------------------
## 犯罪情報
--------------------------------------*/
div#crime ul {
    list-style-type:none;
    margin: 0 0 0 2px;
    padding: 0;
}
div#crime li {
    float: left;
    display: inline;
    margin: 0 10px 7px 0;
    padding: 0;
}
div#crime li.last {
    margin-right: 0;
}


/*--------------------------------------
##特集ヘッドライン
--------------------------------------*/
#tokusyuu-headline  {
    width:450px;
    background: url(images/tokusyuu-headline-top.gif) no-repeat;
    margin-bottom: 10px;
    padding-top: 10px;
    font-size:80%;
}

#tokusyuu-headline .inner {
    overflow:auto;
    background: url(images/tokusyuu-headline-bottom.gif) no-repeat bottom;
    padding: 0 5px 20px;
}

#tokusyuu-headline .inner .inner2{
    overflow:auto;
    height:250px;
    font-size:95%;
}

#tokusyuu-headline .shincyakuStr {
    margin:0;
    font-weight:bold;
    color:#339;
}


/*background: url(images/line01.gif) no-repeat 20px bottom;*/
#tokusyuu-headline table {
    margin:5px auto 0;
    width:420px;
    border-bottom:1px solid #999;
}

#tokusyuu-headline  td {
    padding:0;
    vertical-align:top;
}

div#main div#tokusyuu-headline p {
    margin:0;
}

#tokusyuu-headline a:link {
    color:#000;
}

#tokusyuu-headline a:visited {
    color:#000;
}

#tokusyuu-headline a:hover {
    color:#936;
}



/*--------------------------------------
## 特集バナー一覧
--------------------------------------*/
#tokusyuu-banners {
    margin-bottom:10px;
    padding-left:7px;
}

#tokusyuu-banners img {
    margin:3px;
    display:inline;
    float:left;
}
/*--------------------------------------
##お役立ち ヘッドライン
--------------------------------------*/
div#main div#headline {
    float:right;
    display:inline;
    width:286px;
}

#noticeArea {
    margin-bottom:10px;
}

/*--------------------------------------
##お役立ち
--------------------------------------*/
#category-11 li {
    margin-left:2em;
    list-style-type:disc;
}

#oyakudachi ,
#oyakudachi-news {
    width:286px;
    background: #fff url(images/oyakudachi-top.gif) no-repeat;
    padding-top: 10px;
}

#oyakudachi .inner ,
#oyakudachi-news .inner {
    background: url(images/oyakudachi-bottom.gif) no-repeat bottom;
    padding: 0 5px 20px;
    font-size:90%;
}
#oyakudachi .inner {
    font-size:12px;
}

#oyakudachi td a {
    font-size:126%;
    font-weight:bold;
    text-decoration:none;
}

#oyakudachi td a:hover {
    color: #cd4730;
}
#oyakudachi-news .inner {
    padding:0 15px 15px;
}

#oyakudachi-news {
    position:relative;
}

#oyakudachi-news-title {
    position:relative;
    top:0;
    left:0;
    text-align:right;
    background: url(images/bk_oyakudachi.jpg) no-repeat left top;
}

#oyakudachi-news-title img {
}


#oyakudachi table {
    margin-top:10px;
    width:276px;
}

#oyakudachi td {
    padding-left:15px;
    width:33%;
    background: url(images/mark01.gif) no-repeat left 0.4em;
}

div#main div#oyakudachi p ,
div#main div#oyakudachi-news p {
    margin-bottom:0;
}


#oyakuAppData {
    width:640px;
    margin:0 auto 20px;
}

#oyakuAppData td {
    padding:5px;
    font-size:80%;
}

#oyakuAppData table {
}

#backnumber {
    list-style-type:none;
}

#backnumber li {
    display:inline;
}

#child_link {
    margin:0 auto 30px;
    width:620px;
    font-size:80%;
}

#child_link li {
    margin:0 10px 0 0;
    padding:5px 0;
    width:190px;
    list-style-type:none;
    float:left;
    display:inline;
    text-align:center;
    background-color:#ffc;
    border:1px solid orange;
}

/*
//{{{
#oyakudachi-note {
    width: 100%;
    margin: -20px 0 0;
}

#oyakudachi-note td {
    background-color: #ffc;
}
//}}}
*/

/*======================================
## フォトギャラリー
======================================*/
div#main table.photoGallery {
    margin:auto;
    width:477px;
    font-size:14px;
}

div#main table.photoGallery td {
    width:150px;
}

div#main table.photoGallery td p {
    text-indent:0;
}

.p2g01 {
    margin:auto;
    width:620px;
}
.p2g01 td {
    width:300px;
}

.p2g01 td div {
    margin-bottom:20px;
}



/*======================================
## お問い合わせ
======================================*/
div.wpcf7 {
    margin:0 auto 10px;
    padding-top:40px;
    width: 598px;
    background: #fff url(images/mailform-top.gif) no-repeat;
}

div.wpcf7 form {
    margin:0;
    padding: 0 25px 20px 45px;
    background: #fff url(images/mailform-bottom.gif) no-repeat left bottom;
}

.wpcf7 .submit {
    text-align:center;
}

.wpcf7 .wpcf7-list-item {
    display:block;
}


/*======================================
## 特集のインデックスページ
======================================*/
/*--------------------------------------------------
## 特集のインデックスページ
--------------------------------------------------*/
.index-list-box {
    margin:0 auto 30px;
    padding:10px;
    width:90%;
    border :1px dashed orange;
}

.index-list-box h3 {
    margin-bottom:5px;
    padding:3px;
    background-color:#ffecb4;
}

.index-list-box h3 a {
    font-weight:bold;
}

.index-list-box h3 a:link {
    color:#000;
}

.index-list-box h3 a:visited {
    color:#666;
}

.index-list-box h3 a:hover {
    color:#936;
}

/*--------------------------------------------------
## 各特集のインデックスページ
--------------------------------------------------*/
#tokusyuu-exp {
    margin-bottom:30px;
}

#tokusyuu-exp p {
    text-indent:1em;
    margin-bottom:1em;
}

#tokusyuu-image {
    margin-right:20px;
    float:left;
    display:inline;
    width:250px;
}

#tokusyuu-list {
    width:400px;
}

#tokusyuu-list p {
    margin:0;
    padding:0;
    text-indent:0;
    font-size:90%;
}

#tokusyuu-list a {
    text-decoration:none;
    color:#00597c;
}

#tokusyuu-list a:hover {
    color:#c33;
}

#tokusyuu-list h4 {
    text-align:left;
    font-size:14px;
    font-weight:bold;
}

#tokusyuu-list table {
    margin-bottom:20px;
    border-collapse:collapse;
    border:1px solid black;
    font-size:14px;
}

#tokusyuu-list table img {
    vertical-align:bottom;
}

#tokusyuu-list table td {
    padding:3px;
    vertical-align:top;
    background-color:#fff;
    border:1px solid black;
    font-size:100%;
}

#tokusyuu-list table td.col2 {
    width:100%;
    text-align:right;
}

#tokusyuu-list table td.col2 p a {
    line-height:1.1;
}

#tokusyuu-list table.PTA td {
    border-color:#c63;
    background-color:#ffc;
}

/*--------------------------------------
## 特集のインデックスページ(イベント)
--------------------------------------*/
#tokusyuu-event a {
    display:block;
    margin-bottom:10px;
    line-height:1.2;
}

/*--------------------------------------
## 特集のインデックスページ(ヤクルト)
--------------------------------------*/
.yakuruto-list li {
    margin-bottom:1em;
    padding-left:22px;
    list-style-type:none;
    background:url(images/icn_base_ball.gif) no-repeat left 0.2em;
}
.yakuruto-list li a {
    font-weight:bold;
}

/*======================================
## 企業一覧
======================================*/
#category-3 h3 {
    margin-bottom:10px;
    padding-left:5px;
    font-weight:bold;
    color:green;
    border-left:6px solid green;
    border-bottom:1px dashed green;
}

#category-3 #SearchForm {
    margin-bottom:20px;
    width:300px;
    border:1px solid #cc3;
    background-color:#ffc;
}

#category-3 #SearchForm label {
    font-size:80%;
}

#category-3 #SearchForm form {
    margin:5px auto;
    width:280px;
}

.kigyouIchiran-list {
    margin-bottom:30px;
    font-size:80%;
}

.kigyouIchiran-list li {
    margin-left:0;
    margin-bottom:10px;
    float: left;
    width:220px;
}

/*======================================
## 企業情報
======================================*/
table#company-info {
    margin:0 0 20px;
    width:500px;
    border:1px solid black;
    background-color: #eee;
}


table#company-info th {
    width:120px;
    text-align:left;
    background-color: #ffc;
    padding:0.2em;
}

table#company-info td {
    background-color: #ffe;
    padding:0.2em;
}

table#company-info p {
    text-indent:0;
}

table.comPhotoGallery {
    margin-left:10px;
    float:right;
    display:inline;
    border:none;
    background-color:#fff;
    width:174px;
    font-size:80%;
}

table.comPhotoGallery td {
    padding-bottom:10px;
}

/*--------------------------------------
## 議員情報
--------------------------------------*/
#giin h3 {
    color:#58238a;
    padding-left:6px;
    border-left:5px solid #58238a;
}

.giinC {
    width:520px;
    border:1px solid black;
}
.giinC h3 ,
.giinC p {
    margin:10px;
}

.giin-title {
    margin-bottom:20px;
    font-size:13px;
    background:url(images/giin_title_back.gif) no-repeat left top;
    height:45px;
    width:515px;
    position:relative;
}

div.giin-title p {
    position:absolute;
    left:20px;
    top:3px;
    padding-left:5px;
    text-indent:0;
    color:#fff;
    font-weight:bold;
}

.sentence .giinKao {
    margin: 0 10px 10px 0;
    width:160px;
    float:left;
    border:0;
    background-color:#fff;
    display:inline;
}

.giinKao td {
    background-color:#ffc;
}

#profileMainTitle {
    background-color:#5ebea7;
    color:#fff;
    font-weight:bold;
    text-align:center;
}


table.giinPhotoGallery {
    margin:0 0 0 10px;
    padding:0;
    float:right;
    display:inline;
    width:195px;
    text-align:center;
    border:none;
    background-color:#fff;
    background-color:#fff;
    font-size:80%;
}

table.giinPhotoGallery td {
    margin:0;
    padding:0;
    padding-bottom:10px;
}

table.giinPhotoGallery td div {
    margin:auto;
}

.profile {
    margin:0;
    padding:0;
    padding-top:26px;
    width:191px;
    text-align:left;
    background: #fff url(images/profile-top.gif) no-repeat;
}

.profile .inner {
    margin:0;
    padding-top:0;
    padding-bottom:20px;
    background: #fff url(images/profile-bottom.gif) no-repeat left bottom;
}

.profile .inner p {
    margin:10px;
}

.profileMain {
    margin:auto;
    background-color:#fff;
    border:none;
    width:172px;
    font-size:100%;
}
.profileMain dl {
    margin:0;
    padding:0;
}
.profileMain dt {
    margin-bottom:0;
}
.profileMain dd {
    margin:0 10px;
    padding:0 10px 2px;
    border-bottom:1px dashed #999;
}


/*======================================
## 食べ歩き情報
======================================*/
#tabearukiGenreList {
    margin:30px auto;
    width:600px;
}
#tabearukiGenreList a {
    text-decoration:none;
}

ul#tabearuki-list ul li{
}


#tabearukiSubLink {
    margin: auto auto 20px;
    width: 640px;
    text-align:center;
    list-style-type:none;
}

#tabearukiSubLink li {
    /* display:inline; */
    float:left;
    width:8em;
    line-height:1.8;
    font-size:80%;
}

.tabearukibox {
    margin:0 auto 30px;
    width:610px;
    border:1px solid black;
}

.tabearukibox h3 {
    font-size:120%;
    line-height:1.5em;
    font-weight:bold;
    color:#fff;
}

.tabearukibox th {
    background-color:#f66;
}

.tabearukibox td {
    vertical-align:top;
    background-color:#fff;
}

.tabearukibox {
    background-color:#eee;
}

.tabearukibox p {
    font-size:90%;
}

.tabearukibox table.mark td {
    text-align:left;
    font-size:80%;
}

.tabearukiDate {
    margin:0 auto;
    width:610px;
    text-align: right;
    margin-bottom: 20px;
}

#tempo-info {
    clear:both;
    margin:10px auto 0;
    width:450px;
    border:1px solid black;
    background-color: #eee;
}

#tempo-info th {
    width:120px;
    text-align:left;
    background-color: #ffc;
    padding:0.2em;
}

#tempo-info td {
    background-color: #ffe;
    padding:0.2em;
	word-break:break-all;
}

/*--------------------------------------
## 食べ歩き情報 丸特
--------------------------------------*/
#marutoku-list {
    width:600px;
    margin:auto;
}

#marutoku-list h3 {
    color:#df1010;
    font-size:150%;
    font-weight:bold;
}

#marutoku-list p.list {
    padding-left:24px;
    background: url(images/cube_red.gif) no-repeat left 0.1em ;
}

.marutoku {
    margin:0 auto 10px;
    padding-top:69px;
    width: 666px;
    background: #fff url(images/marutoku-top.gif) no-repeat;
    line-height:1.5;
}

.marutoku .inner {
    margin:0;
    padding: 0 25px 25px 45px;
    background: #fff url(images/marutoku-bottom.gif) no-repeat left bottom;
}

.marutoku-box {
    margin:0 auto;
    width: 666px;
}

.marutoku-header {
    padding-top:69px;
    background: #fff url(images/marutoku-top.gif) no-repeat;
    line-height:1.5;
}

.marutoku-body {
    padding:0 25px;
    background: #fff url(images/marutoku-body.gif) repeat-y left bottom;
    _zoom:1;
    overflow: hidden;
}

.marutoku-footer {
    height:24px;
    background: #fff url(images/marutoku-bottom2.gif) no-repeat left bottom;
}

.link-marutoku {
    margin:10px auto;
}

/*--------------------------------------------------
## 食べ歩き情報 丸特 詳細ページ
--------------------------------------------------*/
h3.marutoku-title {
    margin-bottom:10px;
    padding-left:24px;
    font-size:120%;
    background: url(images/cube_orange.gif) no-repeat left 0.2em ;
}

h3.marutoku-title a {
    color:#f63;
    font-weight:bold;
}
/*
.dokusyaTokuten{
margin:0;
vertical-align:bottom;
}
    #mainList .dokusyaTokuten p{
    margin-bottom:0;
}

    .dokusyaTokuten{
    height: 50px;
    background: transparent url("images/gourmet/marutoku-joho.gif") left top no-repeat;
}

    #mainListWrap .dokusyaTokuten p{
    padding-left:140px;
    font-weight:bold;
    padding-top:10px;
}
 */
/*======================================
## 【地域の安全のために】防犯情報
======================================*/
#category-22 div {
    font-weight:bold;
}
.title {
}

.urasoe {
    color:#33c;
}

.nishihara {
    color:#c33;
}

.upsafety {
    padding-left:40px;
    background: #fff url(images/up.gif) no-repeat left 0.2em;
}

/*======================================
## コンテンツ本体
======================================*/
.p2box {
    width:600px;
    margin:auto;
}

/*--------------------------------------
## エッセイ
--------------------------------------*/
.sentence .profileEssay {
    margin:5px auto 30px;
    padding:0;
    border:none;
    background-color:#fff;
    border-bottom:12px solid #336;
}

.sentence .profileEssay td {
    vertical-align:top;
}

.sentence .profileEssay p {
    text-align:left;
    text-indent:0;
}

/*--------------------------------------
## 地域貢献企業　page
--------------------------------------*/
#chiikikoukenMesBox p {
    line-height:1.8em;
}

#chiikiKoukenKigyou h3 {
    margin:30px 0 20px;
    font-weight:bold;
    font-size:120%;
    padding-left:25px;
    background: #fff url(images/cube.gif) no-repeat left 0.2em;
    color:#336;
}

#chiikiKoukenKigyou h4 {
    margin-bottom:10px;
    padding-left:5px;
    font-weight:bold;
    color:green;
    border-left:6px solid green;
    border-bottom:1px dashed green;
}

.chiikiKoukenKigyou-list ,
.chiikiKoukenInsyoku-list {
    margin-bottom:30px;
    list-style-type:none;
}

.chiikiKoukenKigyou-list li ,
.chiikiKoukenInsyoku-list li {
    margin:0 10px;
    padding-left:1.2em;
    float:left;
    width:310px;
    background: #fff url(images/icn_blueStar.gif) no-repeat left 0.2em;
}

.chiikiKoukenInsyoku-list li {
    background: #fff url(images/icn_redStar.gif) no-repeat left 0.2em;
}

/*--------------------------------------
## 地域の安全のために
--------------------------------------*/
.chiikiAnzenOld-list .menu4 {
    color: #6d3149;
    padding:5px;
    display:block;
    border:solid 1px #6d3149;
    text-decoration:none;
    background-color:#ffddee;
}
.chiikiAnzenOld-list a.menu4:hover {
    color:#993366;
    background-color:#ffeefc;
    text-decoration:none;
}
.chiikiAnzenOld-list a.menu4:visited {
    color:#9933669;
    text-decoration:none;
}

.chiikiAnzenOld-list a.menu-safety ,
.chiikiAnzenNew-list a.menu-safety {
    width:650px;
    margin:auto;
}

.chiikiAnzenOld-list a.menu-safety ,
.chiikiAnzenNew-list a.menu-safety {
    padding:5px;
    display:block;
    border:solid 1px #31496d;
    text-decoration:none;
    background-color:#ddeeff;
}

.chiikiAnzenNew-list a.menu-safety {
    margin-bottom:20px;
}

.chiikiAnzenOld-list a.menu-safety:hover ,
.chiikiAnzenNew-list a.menu-safety:hover {
    color:#336699;
    background-color:#eefcff;
    text-decoration:none;
}

.chiikiAnzenOld-list a.menu-safety:visited ,
.chiikiAnzenNew-list a.menu-safety:visited {
    color:#336699;
    text-decoration:none;
}

/*--------------------------------------------------
## ティーダな出会い
--------------------------------------------------*/

/*--------------------------------------------------
## 不動産
--------------------------------------------------*/
div#estate-links {
    width: 580px;
    margin: 20px auto;
}
div#estate-links ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

div#estate-links ul li {
    float: left;
    width: 136px;
    margin: 0 12px 10px 0;
    padding: 0;
}

div#estate-links ul li.last {
    margin-right: 0;
}


/*==================================================
## お役立ちのコンテンツ
==================================================*/
.oyakudachiContent {
    margin:20px 20px 50px;
    padding-bottom:20px;
    border-bottom:2px solid #eee;
}

.oyakudachiContent h3 {
    margin-bottom:1em;
    padding:10px;
    font-weight:bold;
    font-size:120%;
    background-color:#ffc;
}

/*==================================================
## 公園特集
==================================================*/
.kouenTable {
    width:100%;
}
.kouenTitle {
    background-color:green;
    padding:5px;
    color:#fff;
    font-weight:bold;
}
/*==================================================
## 歴史アーカイブ映像
==================================================*/
/*--------------------------------------------------
## 親インデックスページ
--------------------------------------------------*/
#archiveMovie {
    margin:50px 0;
    list-style-type:none;
    width:600px;
    font-size:200%;
}

#archiveMovie li {
}
/*	background:url(images/icon/archiveMovie2.gif) no-repeat left bottom;*/

#archiveMovie li a {
    color:#933;
}

#archiveMovie li a:hover {
}

#category-70 {
    height:500px;
}
/*--------------------------------------------------
## インデックスページ
--------------------------------------------------*/
#rekishiArchiveTitle {
    padding-top:5px;
    padding-bottom:15px;
    width:730px;
    background: url(images/bk_RekishiArchiveTitle.jpg) no-repeat;
    font-size:12px;
}
#rekishiArchiveTitle h2,
#rekishiArchiveTitle p {
    background-color:transparent;
    margin:0 5px 5px;
    color:#fff;
}

table#rekishiArchiveList {
    width:710px;
    font-size:80%;
    color:#fff;
    margin: 0 auto;
}

table#rekishiArchiveList td {
    padding:10;
    margin:0;
    width:300px;
    background-color:#633;
}

table#rekishiArchiveList td p {
    padding:0;
    margin:0;
}

table#rekishiArchiveList .img1 {
    margin-right:10px;
    float:left;
    vertical-align:top;
}

#category-70 ,
#category-225 {
    padding-top:10px;
    padding-bottom:200px;
    background: #ccc0c0 url(images/bk_RekishiArchive.jpg) no-repeat right bottom;
}
/*--------------------------------------------------
## コンテンツページ
--------------------------------------------------*/
#rekishiArchiveContents {
    padding-top:20px;
    padding-bottom:20px;
    background-color: #ccc0c0;
}

#rekishiArchiveContents .exp {
    margin:auto;
    padding:20px;
    width:90%;
    background-color:#633;  
}

#rekishiArchiveContents .exp p {
    color:#fff;
}

#rekishiArchiveContents .exp h3 {
    color:#fff;
}

/*==================================================
## てぃーだぬふぁー通信
==================================================*/
#tokusyuu-list table.pta {
    border-color:#c63;
}

#tokusyuu-list table.pta td {
    padding:3px;
    vertical-align:top;
    background-color:#ffc;
    border:1px solid #c63;
}


#category-70 ,
#category-225 {
    padding-top:10px;
    padding-bottom:200px;
    background: #ccc0c0 url(images/bk_RekishiArchive.jpg) no-repeat right bottom;
}
/*--------------------------------------------------
## コンテンツページ
--------------------------------------------------*/
#rekishiArchiveContents {
    padding-top:20px;
    padding-bottom:20px;
    background-color: #ccc0c0;
}

#rekishiArchiveContents .exp {
    margin:auto;
    padding:20px;
    width:90%;
    background-color:#633;  
}

#rekishiArchiveContents .exp p {
    color:#fff;
}

#rekishiArchiveContents .exp h3 {
    color:#fff;
}

/*==================================================
## てぃーだぬふぁー通信
==================================================*/
#tokusyuu-list table.pta {
    border-color:#c63;
}

#tokusyuu-list table.pta td {
    padding:3px;
    vertical-align:top;
    background-color:#ffc;
    border:1px solid #c63;
}

