﻿@charset "utf-8";

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address,cite, code, del, dfn, font, ins, kbd, q, s, samp, small, strike, sub, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align:
}

:focus {outline: 0;}

ol, ul {list-style: none;

}

table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

body{
text-align: justify; /* 両端揃え */
text-justify: inter-ideograph; /* 両端揃えの種類を定義 */



font:88%/1.5 "Lucida Sans Unicode", "Lucida Grande", Arial, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
color:#252525;
-webkit-text-size-adjust: none;
background:#fcf8ef;

}

p {
text-align: justify; /* 両端揃え */
text-justify: inter-ideograph; /* 両端揃えの種類を定義 */

}

/* リンク設定
------------------------------------------------------------*/
a {
  margin: 0;
  padding: 0;
  background: transparent none repeat scroll 0%;
  text-decoration: none;
  outline-color: invert;
  outline-style: none;
  outline-width: 0;
  vertical-align: baseline;
  font-size: 100%;
  color: #4C4C4C;
}
a:hover, a:active {
  outline-color: invert;
  outline-style: none;
  outline-width: medium;
  color: #4C4C4C;
}
nav .panel:after, nav#mainNav:after, .newsTitle:after, .bg:after, .post:after {
  content: "";
  display: table;
  clear: both;
}
nav .panel, nav#mainNav, .newsTitle, .bg, .post {
}
input[type="text"], textarea {
  border: 1px solid #d4d4d7;
  padding: 1px 5px;
  background: #fcfcfc none repeat scroll 0%;
  vertical-align: middle;
  max-width: 90%;
  line-height: 30px;
  height: 30px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  font-size: 100%;
  color: #555555;
}
textarea {
  height: auto;
  line-height: 1.5;
}
input[type="submit"], input[type="reset"], input[type="button"] {
  border:  none;
  padding: 3px 10px;
  background: #2a588b none repeat scroll 0%;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  line-height: 1.5;
  font-size: 100%;
  color: #ffffff;
}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
  background: #2a588b none repeat scroll 0%;
}
*:first-child + html input[type="submit"] {
  padding: 3px;
}
#wrapper, .inner {
  margin: 0 auto;
  width: 970px;
}
#header {
  background: #ffffff none repeat scroll 0%;
  overflow: hidden;
}
#content {
  padding: 30px 0;
  float: left;
  width: 710px;
}
#sidebar {
  padding: 30px 0;
  float: right;
  width: 225px;
}
#footer{
clear:both;
padding-top:20px;
background:#f4eddd;
}
/* ヘッダー
*****************************************************/
#header .bg {
  background: #ea8d9a
}
/* サイト説明文 + 住所
----------------------------------*/
#header h1, #header p {
  padding: 3px 0;
  background: #ea8d9a
  float: left;
  color: #ffffff;
  font-size: 80%;
  font-weight: normal;
}
#header p {
  float: right;
}
/* ロゴ (サイトタイトル)
----------------------------------*/

#header h2 {
  padding: 20px 0;
  clear: both;
  float: left;
  color: #515151;
  font-size: 160%;
  font-weight: bold;
}
/* サブナビゲーション
----------------------------------*/

#header ul {
  padding-top: 40px;
  float: right;
}
#header ul li {
  display: inline;
  margin-left: 10px;
  font-size: 90%;
}
#header ul li a {
  background: transparent url(images/arrowSub.png) no-repeat scroll 0 50%;
  padding-left: 10px;
  color: #000000;
}
#header ul li a:hover {
  background-position: 3px 50%;
}
nav#mainNav {
  background: #ea8d9a none repeat scroll 0%;
  clear: both;
  position: relative;
  z-index: 200;
}
nav#mainNav ul li {
  border-right: 1px solid #efb1ba;
  float: left;
  position: relative;
}
nav#mainNav ul li:first-child {
  border-left: 1px solid #efb1ba;
}
nav#mainNav ul li a {
  padding: 15px 40px 5px;
  display: block;
  text-align: center;
  color: #ffffff;
  height: 40px;
  line-height: 40px;
}
nav#mainNav ul li a span, nav#mainNav ul li a strong {
  display: block;
  font-size: 90%;
  line-height: 1.4;
}
nav#mainNav ul li a span {
  font-size: 70%;
  color: #f5d5da;
}
nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover, nav#mainNav ul li a:active, nav#mainNav ul li.current-menu-parent a {
  background: #df7f8c none repeat scroll 0%;
}


nav#mainNav ul ul {
  width: 280px;
}


nav#mainNav ul li ul {
  display: none;
}
nav#mainNav ul li:hover ul {
  display: block;
  position: absolute;
  top: 60px;
  left: -2px;
  z-index: 500;
}
nav#mainNav ul li li {
  border-style: none none solid;
  border-color: -moz-use-text-color -moz-use-text-color #efb1ba;
  border-width: 0 0 1px;
  margin: 0;
  padding: 0 0 0 10px;
  background: #df7f8c none repeat scroll 0%;
  float: none;
  height: 40px;
  line-height: 40px;
  width: 100%;
   white-space: nowrap;
}
nav#mainNav ul li li {
  border-style: none none solid;
  border-color: -moz-use-text-color -moz-use-text-color #efb1ba;
  border-width: 0 0 1px;
  margin: 0;
  padding: 0 0 0 10px;
  background: #df7f8c none repeat scroll 0%;
  float: none;
  height: 40px;
  line-height: 40px;
  width: max;
   white-space: nowrap;
}

nav#mainNav ul li li:first-child {
  border-left: 0 none;
}
nav#mainNav ul li li a {
  padding: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 95%;
  text-align: left;
}
nav#mainNav ul li li a span {
  padding: 0 10px;
}
nav#mainNav ul li li a:hover, nav#mainNav ul li li.current-menu-item a {
  color: #f5d5da;
}
nav#mainNav ul li:hover ul li:last-child {
  border:  none;
}
#mainImg {
  clear: both;
  margin-top: 20px;
  line-height: 0;
  text-align: center;
  z-index: 0;
}

.post {
  border: 1px solid #dadada;
  margin: 0 0 20px;
  padding: 10px;
  background: #ffffff none repeat scroll 0%;
}
.post2 {
  border: 1px solid #dadada;
  margin-right:2em;
  padding: 10px;
  width:170px;
  background: #ffffff none repeat scroll 0%;
}

div.imagebox_right {
  border: 1px solid #898989;
  margin: 3px;
  float: right;
  width: 240px;
}
.imagebox_right span {
  display: block;
  font-size: x-small;
  text-align: left;
  margin-left: 4px;
}
div.imagebox_right {
  border: 1px solid #898989;
  margin: 3px;
  float: right;
  width: 240px;
}

div.imagebox_right2 {
  border: 1px solid #898989;
  margin: 3px;
  float: right;
  width: 300px;
}

div.clear {
  margin: 0 0 10px;
  clear: both;
}

div.imagebox_left {
  border: 1px solid #898989;
  margin: 5px;
  float: left;
  width: 240px;
}
div.imagebox_left2 {
  border: 1px solid #898989;
  margin: 5px;
  float: left;
  width: 300px;
}

.imagebox_left span {
  display: block;
  font-size: x-small;
  text-align: left;
  margin-left: 4px;
}
div.imagebox_top {
 border: 1px solid #ffffff;
  margin: 5px;
  float: left;
  width: 205px;
}
.imagebox_top span {
  display: block;
  font-size: x-small;
  text-align: left;
  margin-left: 4px;
}
.imagebox {
  border: 1px solid #898989;
  padding: 2px;
  margin-right: 6em;
  width: 250px;
  float: left;
}


div.image, span.caption {
  margin: 2px;
}
.imagebox2 {
  border: 1px solid #898989;
  padding: 2px;
  margin: 5px;
  width: 300px;
  float: left;
}
div.image2, span.caption {
  margin: 3px;
}
.imagebox2-r {
  border: 1px solid #898989;
  margin: 5px;
    padding: 2px;
  width: 300px;
  float: right;
}
div.image2-r, span.caption {
  margin: 3px;
}
.imagebox3 {
  border: 1px solid #898989;
  padding: 2px;
  margin: 7px;
 width:290px;
 height:220px;
  float: left;
}
.imagebox3_r {
  border: 1px solid #898989;
  padding: 2px;
  margin: 7px;
 width:290px;
 height:220px;
  float: right;
}
.imagebox4-r {
  margin: 5px;
    padding: 2px;
  width: 280px;
  float: right;

}

span.caption {
  font-size: x-small;
}
.caption {
  font-size: x-small;
  padding-left: 2px;
}
.caption2 {
  font-size: x-small;
 width:400px;
}
.imagebox_long {
  border: 1px solid #898989;
  margin: 15px 30px 3px 3px;
  width: 220px;
  float: left;
}
div.imagebox_long_r {
  border: 1px solid #898989;
  margin: 3px 14px 3px 3px;
  width: 220px;
  float: right;
}
div.imagebox_s_r {
  border: 1px solid #898989;
  margin: 3px 14px 3px 3px;
  width: 220px;
  float: right;
}
div.imagebox_s_l {
  border: 1px solid #898989;
  margin: 3px 2px 3px 3px;
  width: 220px;
  float: left;
}
div.imagebox_r2 {
  border: 0px solid #898989;
  margin: 3px;
  float: right;
  width:290px;
}
div.imagebox_l2 {
  border: 0px solid #898989;
  margin: 3px;
  float: left;
  width:290px;
}
.text0{
  text-indent: 1em;
 margin:0px;
  padding;0px;
  text-align:justify;
  width:295px
 }
.text {
 text-indent: 1em;
margin:0px;
 padding;0px;
 text-align:justify
}
.text2 {
padding-left: 1em;
text-indent: -1em;
margin:0px;
padding;0px;
text-align:justify
}
.text3 {
padding-left: 3em;
text-indent: -3em;
margin:0px;
padding;0px;
text-align:justify
}
.tex4{
 text-align:justify;
 text-justify: inter-ideograph;
}

.d{letter-spacing: 1em;
}
.ls1{
  letter-spacing: 1em;
}
.ls2{
  letter-spacing: 2em;
}
.ls25{
  letter-spacing: 2.5em;
}
.ls3{
  letter-spacing: 3em;
}
.ls35{
  letter-spacing: 3.5em;
}
.ls4{
  letter-spacing: 4em;
}

.d2{letter-spacing: 2em;}
.d6{letter-spacing: 6em;}
.year{
padding-left: 1em;
text-indent: -1em;
margin:0px;
padding;0px;
text-align:justify;
font-size:12px;
line-height:20px;}

.year2{
padding-left: 1em;
margin:0px;
padding;0px;
text-align:justify;
font-size:12px;
line-height:20px;}


.big{
font-size: 20px;
}
.xbig{
font-size: 17px;
}
.xxbig{
font-size: 15px;
}
.bigbig{
font-size: 25px;
}
.small{
font-size: 11px;
}
.small2{
font-size: 9px;
}
.font_s{
font-size:11px;
color:
#828282;
}
.strong{
font-weight: bold;}

.sitemap{
line-height: 1.7;
padding-left: 0.5em;
margin:0px;
padding;0px;
font-size:12px;

}
.sitetitle{
	border-bottom:solid 2px #FACBCC;
	font-size:13px;
	width:200px;
	background: transparent url(images/arrowSub.png) no-repeat scroll 0 50%;
	padding-left:7px;
	padding-top:7px;}

  .style7 {
    color: #cc0000;
  }
  .style8 {
    color: #339933;
  }
  .style9 {
    color: #9900cc;
  }
  .style10 {
    color: #0000ff;
  }

#r
{float:right; width:180px;
line-height:2;
}
#left-sibu{
float:left; width:307px;
line-height:2;
}
#left-circle{
float:left; width:420px;
line-height:2;
}
#right-sibu{
float:right; width:307px;
line-height:2;
}

#c{
float:left; width:290px;
line-height:2;
height:500px;

}
#l{float:left; width:200px;
line-height:2;
}
#c_blank{
float:left; width:300px;
height:10px;
line-height:2;
}
#l_blank{float:left; width:200px;
line-height:2;
height:10px;
}
#down{
float:right; width:150px;
line-height:2;
}


.sibu {
  background-repeat: no-repeat;
  background-position:  95px 10px;
  background-image: url(about/images/im_shibumap_5.jpg);
  margin:10px;
  width: 600px;
  height: 563px;
}

.style1 {
  color: red;
  font-weight: bold;
}
#menu {
  border: 1px solid #dadada;
  margin: 0 0 20px;
  padding: 10px;
  background: #ffffff none repeat scroll 0%;
  height: 800px;
}
#menu p {
  padding-bottom: 15px;
}
#menu ul li {
  list-style-type: none;
}
#menu ul li {
  margin: 0px 1.5% 10px 0px;
  display: block;
  float: left;
  list-style-type: none;
  list-style-position: outside;
  padding-left: 10px;
  width: 30%;
}
#menu ul li a {
  margin: 0px;
  padding: 0px;
  display: block;
  width: 100%;
  color: black;
  text-decoration: none;
}
#menu li a .image {
  border: 1px solid #cccccc;
  background: #dfdbd0 none no-repeat scroll 50%;
  overflow: hidden;
  display: block;
  width: 100%;
  padding-top: 75%;
  text-align: right;
  padding-right: 2px;
  font-size: 12px;
  color: white;
  text-shadow: black 1px 1px 0px;
  margin-bottom: 5px;
  text-decoration: none;
  -moz-box-sizing: content-box;
}
#menu ul li a .timestamp {
  display: block;
  float: none;
  text-align: right;
  font-size: 12px;
  text-decoration: none;
}
#menu ul li a .title {
  overflow: hidden;
  display: block;
  font-size: 12px;
  height: 60px;
  text-decoration: none;
}
.box {
  margin: 0 0 10px;
  padding:10px;
  float: left;
  width: 30%;
}
.box2 {
  margin: 0 0 10px;
  padding:10px;
  float: left;
  width: 20%;
}

p.image, p.caption {
  margin: 5px;
}
p.caption {
  font-size: x-small;
}
.kakai{
padding:3px;
}
.kakai legend {
}
.img{
  border: 1px solid #cccccc;
  background: #dfdbd0 none no-repeat scroll 50%;
  overflow: hidden;
  display: block;
  width: 200px;
  padding-top: 62%;
  text-align: right;
  padding-right: 2px;
  font-size: 12px;
  color: white;
  text-shadow: black 1px 1px 0px;
  margin-bottom: 5px;
  text-decoration: none;
  -moz-box-sizing: content-box;
}
.img2{
  border: 1px solid #cccccc;
  background: #dfdbd0 none no-repeat scroll 50%;
  overflow: hidden;
  display: block;
  width: 212px;
  height:300px;
  padding: 1%;
  text-align: right;
  padding-right: 2px;
  font-size: 12px;
  color: white;
  text-shadow: black 1px 1px 0px;
  margin-bottom: 5px;
  text-decoration: none;
  -moz-box-sizing: content-box;
}

.img3{
  border: 1px solid #cccccc;
  background: #dfdbd0 none no-repeat scroll 50%;
  overflow: hidden;
  display: block;
  width: 124px;
  height:175px;
  text-align: right;
  padding: 2px;
  font-size: 12px;
  color: white;
  text-shadow: black 1px 1px 0px;
  margin-bottom: 5px;
  text-decoration: none;
  -moz-box-sizing: content-box;
}


#outline{
}

#outline li{
}

#outline ol>li{
 list-style:none;
 text-indent: -1em;
padding-left: 0em;
}
#outline li {
padding-bottom:3px;
margin:0px;
}
#outline ol>li:first-child:before {
 content: "\2460" ;
}
#outline ol>li:first-child+li:before {
 content: "\2461";
}
#outline ol>li:first-child+li+li:before {
 content: "\2462";
}
#outline ol>li:first-child+li+li+li:before {
 content: "\2463";
}



/* タイポグラフィ
*****************************************************/
h2.title {
  border-style: solid solid none;
  border-color: #dadada #dadada -moz-use-text-color;
  border-width: 1px 1px 0;
  margin: 30px 0 0;
  padding: 7px 10px;
  background: #ffffff url(images/border.png) repeat-x scroll 0 100%;
  clear: both;
  font-size: 110%;
}
h2.first {
  margin-top: 0;
}


.dateLabel {
  margin: 0 0 10px;
  text-align: right;
  font-family: "Palatino Linotype","Book Antiqua",Palatino,serif;
  font-style: italic;
  font-variant: normal;
  font-weight: normal;
  font-size: 1em;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
}
.post p {
  padding-bottom: 15px;


}
.post ul {
  margin: 0 0 10px 10px;
}
.post ul li {
  background: transparent url(images/bullet.png) no-repeat scroll 0 8px;
  margin-bottom: 5px;
  padding-left: 15px;
}
.post ol {
  margin: 0 0 10px 30px;
}
.post ol li {
  list-style-type: decimal;
  list-style-image: none;
  list-style-position: outside;
}
.post h1 {
  border-bottom: 3px solid #000000;
  margin: 20px 0;
  padding: 5px 0;
  font-size: 150%;
  color: #000000;
}
.post h2 {
  border-bottom: 2px solid #515151;
  margin: 10px 0;
  padding-bottom: 2px;
  font-size: 130%;
  font-weight: normal;
  color: #333333;
}
.post h3 {
  border-bottom: 1px solid #515151;
  margin: 10px 0;
  font-size: 120%;
  font-weight: normal;
  color: #214a78;
}
.post h4{
  margin: 10px 0;
  font-size: 120%;
  font-weight: normal;
  color: #214a78;
}
.post h5{
  margin: 10px 0;
  font-size: 120%;
  font-weight: normal;  color: green;
}
.post h6{
  margin: 10px 0;
  padding-left:10px;
  font-size: 100%;
  font-weight: normal;
  color: #214a78;
}
.post h7{
  margin: 10px 0;
  padding: 0 0 0 10px;
  font-size: 110%;
  font-weight: bold;
  color: #000000;
}

.title2{
  padding: 0 0 0 10px;
  font-size: 100%;
  font-weight: normal;
  color: #214a78;
background: transparent url(images/arrow.png) no-repeat scroll 0 50%;
}

.title8{
padding: 0 0 0 0px;
border-bottom: 3px dashed #000;
font-size: 120%;
}
.t8{
padding: 0 0 0 0px;
border-bottom: 3px dashed #000;
font-size: 120%;
}

.post blockquote {
  border-left: 5px solid #cccccc;
  margin: 10px 0 25px 30px;
  padding: 10px 0 10px 15px;
  clear: both;
}
.post blockquote p {
  padding: 5px 0;
}
.post table {
  border: 1px solid #214a78;
  margin: 10px 0 20px;
  border-collapse: collapse;
  border-spacing: 0;
}
.post table th {
  border-style: solid;
  border-color: #214a78;
  border-width: 0 0 1px 1px;
  padding: 7px 10px 7px 5px;
  background: #214a78 none repeat scroll 0%;
  font-weight: bold;
  color: #ffffff;
}
.post table td {
  border-style: solid;
  border-color: #214a78;
  border-width: 0 0 1px 1px;
  padding: 7px 5px;
  background: #ffffff none repeat scroll 0%;
}
.post dt {
  font-weight: bold;
}
.post dd {
  padding-bottom: 10px;
}
.post img {
  max-width: 100%;
  height: auto;
}
img.aligncenter {
  margin: 5px auto;
  display: block;
}
img.alignright, img.alignleft {
  margin: 0 0 2px 7px;
  padding: 4px;
  display: inline;
}
img.alignleft {
  margin: 0 7px 2px 0;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.price{
float:right;
padding-right:5em;
}
.pri1{
float: left;
font-weight: normal;

}

.clearfix {overflow:hidden;}


.title6{
  color: #364e96;/*文字色*/
  padding: 0.5em 0;/*上下の余白*/
  border-top: solid 3px #364e96;/*上線*/
  border-bottom: solid 3px #364e96;/*下線*/
}

.title7{
  color: #000000;/*文字色*/
  padding: 0.5em 0;/*上下の余白*/
  border-top: solid 3px #364e96;/*上線*/
  border-bottom: solid 3px #364e96;/*下線*/
}

/* テーブル設定
*****************************************************/
#t2{
margin:0px;
padding:0px;

}
#t2 table{
border: 0px;
margin:0px 0 0px;
}
#t2 table th{
padding:7px 10px 7px 5px;
font-weight:bold;
border: 0px;
}
#t2 table td{
padding:3px 0px;
border: 0px;
line-height:24px;
font-size:14px;
text-align:justify;
}

#t3{
margin:0px;
padding:0px;

}
#t3 table{
border: 0px;
margin:0px 0 0px;
}
#t3 table th{
padding:7px 10px 7px 5px;
font-weight:bold;
border: 0px;
}
#t3 table td{
padding:3px 0px;
border: 0px;
line-height:27px;
font-size:14px;
text-align:justify;
}

#sibu{
margin:0px;
padding:0px;

}
#sibu table{
background: rgb(51, 0, 0);
  border: 1px solid rgb(51, 0, 0);
  margin: 10px 0 20px;
  border-collapse: collapse;
  border-spacing: 0;

}
#sibu table th{
padding:7px 10px 7px 5px;
font-weight:bold;
border: 0px;
}
#sibu table td{
  border-color: rgb(51, 0, 0);
  border-width: 0 0 1px 1px;
  padding: 7px 5px;
}




table.brwsr2 {
margin: 0 auto;
width: 650px;
border: none;
border-top: solid 1px #666;
border-bottom: solid 1px #666;
border-collapse: separate;
border-spacing: 0 10px;
background: #f5f5f5;
}

table.brwsr2 th {
vertical-align: middle;
height: 53px;
width: 124px;
border-right: solid 1px #666;
margin: 0;
text-align: center;
color: #333;
font-size: 16px;
font-weight: bold;
}

table.brwsr2 td.data {
padding: 0;
margin: 0;
height: 53px;
width: 100px;
border: none;
color: #666;
font-size: 12px;
line-height: 16px;
text-align: center;
vertical-align: middle;
white-space: nowrap;
overflow: hidden;
}

table.brwsr2 td:fst-child {
padding: 0 0 0 10px;
vertical-align: middle;
}

table.brwsr2 td.bar {
height: 1px;
width: 100%;
border-top: solid 1px #34495e;
}

table.c2{
margin:0px 0 0px;
}

th.c2{
border: 0px;
padding:7px 10px 7px 5px;
font-weight:bold;
border: 0px;
}
td .c2{
border: 0px;
}
tr .c2{
border: 0px;
border-width:0px;

}


/* サイドバー　ウィジェット
*****************************************************/
section.widget, .widgetInfo {
  border: 1px solid #dadada;
  margin: 0 0 20px;
  padding: 10px 7px;
  background: #ffffff none repeat scroll 0%;
}
#banners img {
  max-width: 225px;
  height: auto;
  padding-bottom: 3px;
}
section.widget h3 {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 10px;
  padding: 5px 0;
  clear: both;
  font-size: 100%;
  font-weight: normal;
  color: #333333;
}
section.widget a {
  padding: 3px 0 3px 13px;
  background: transparent url(images/arrow.png) no-repeat scroll 0 50%;
  display: block;
  text-decoration: none;
}
section.widget a:hover {
  text-decoration: underline;
  background-position: 3px 50%;
}
#searchform input[type="text"] {
  line-height: 1.7;
  height: 24px;
  width: 100px;
  vertical-align: bottom;
}



/* お知らせ　
-------------*/


.newsTitle {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 20px;
  padding: 5px 0;
  clear: both;
  font-size: 100%;
  color: #333333;
}
.newsTitle h3 {
  float: left;
  font-weight: normal;
}
.newsTitle p {
  padding: 0 0 0 10px;
  background: transparent url(images/arrow.png) no-repeat scroll 0 50%;
  float: right;
  font-size: 0.9em;
}
.news p {
  border-bottom: 1px solid #cccccc;
  clear: both;
  padding-bottom: 2px;
}
.news p:last-child {
  border:  none;
}
.news p a {
  padding: 5px 0;
  display: block;
  color: #333333;
  font-family: "Palatino Linotype","Book Antiqua",Palatino,serif;
  font-style: italic;
  font-variant: normal;
  font-weight: normal;
  font-size: 110%;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
}
.news a span {
  color: #515151;
  font-family: Arial,'ﾒ魄ﾎﾒｴ Pro W3','Hiragino Kaku Gothic Pro','-3 0ｴｷﾃｯ',sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 90%;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
}
.news span {
  padding-left: 10px;
}
.news a:hover span {
  color: #777777;
}

/* フッター
*****************************************************/
#footer ul {
  padding-bottom: 10px;
}
#footer ul li {
display:inline-block;
vertical-align:text-top;
text-align:left;
padding:5px 0;
margin-right:60px;
background:url(images/arrow.png) no-repeat 0 12px;
}

#footer ul li a {
  padding: 0 0 0 12px;
  overflow: hidden;
  display: block;
}
#footer ul li a:hover {
  text-decoration: underline;
}
#footer ul li li {
  margin: 0 0 0 10px;
  padding: 0;
  display: block;
  background-position: 0 5px;
}
*:first-child + html #footer ul li {
  display: inline;
}
*:first-child + html #footer ul ul, *:first-child + html #footer ul li li a, *:first-child + html #footer ul li li {
  display: none;
}
#copyright {
  padding: 10px;
  background: #ea8d9a none repeat scroll 0%;
  clear: both;
  text-align: center;
  font-size: 75%;
  color: #ffffff;
}


/* page navigation
------------------------------------------------------------*/

.pagenav {
  margin: 5px 0 20px;
  clear: both;
  width: 100%;
  height: 30px;
}
.prev {
  float: left;
}
.next {
  float: right;
}
#pageLinks {
  clear: both;
  color: #2a588b;
  text-align: center;
}

/* トップページ 最新記事3件
------------------------------------------------------------*/

.thumbWrap {
  margin: 20px -25px 20px 0;
  width: 735px;
}
.thumbWrap li {
  margin: 0 25px 0 0;
  padding: 2px 0 15px;
  background: transparent none repeat scroll 0%;
  float: left;
  width: 220px;
}

/* 最新記事リンク */

ul.thumb h3 {
  border: 1px solid #777777;
  padding: 1px;
  background: #ffffff none repeat scroll 0%;
  margin-top: 10px;
  font-weight: normal;
  font-size: 100%;
  text-align: center;
}
ul.thumb h3 span {
  padding: 2px 3px;
  background: #ea8d9a none repeat scroll 0%;
  display: block;
}
ul.thumb h3 a {
  color: #ffffff;
}
ul.thumb h3:hover span {
  background: #f5d5da none repeat scroll 0%;
}
