@ Shift_JIS
/*							
	M	 E	 N	 U

■ 1. Text
   	1) color   2) decolation

■■ 2. Shared

■■■ 3. Area - wrap (A+B+C+D)
	A) Head*top    B) Cont*entry    C) Menu*side    D) Foot*bottom

■■■■ 4. Special
	1) search-form    2) jump pageTop    3) mail-form    4) mag-form

*/


html * {box-sizing:border-box;}
* {
	margin:0; padding:0;
	font:small "ヒラギノ角ゴ Pro W3","ＭＳＰゴシック",sans-serif;
	font-weight: normal;
	color:#333;
	list-style:none;
}


/* 	1. Text    ■ */

/* 	1) color	 */

h1 a, h1 a:visited {color:#ff3;}
h1 a:hover {color:#6ff;}
h2, h3 ,h4, #cont dt em, #cont dt, #cont2 dt, #menu dd,
a {color:#0033ff;
}

a:visited {color:#0033ff;}
a:hover {color:#063;}
#mail td, #mail li {color:#863300;}
strong {color:#f60;}


/* 	2) decolation	 */

.top a, img, img a {border:none;}
strong {font-weight:bold;}
address a  {text-decoration:none;}
dt em {letter-spacing:0.1em;}
strong, em, pre	{letter-spacing:0.1em;}



/* 	2. shared  ■■ */

body {
	margin:0 12px 10px 12px;
	background-color:#cfc;
}
h1 a {
	font-family:"HG創英角ﾎﾟｯﾌﾟ体","TBP丸ｺﾞｼｯｸDE","HG創英角ｺﾞｼｯｸUB";
	font-size:28px;
	letter-spacing:0.1em;
}
.h2 {
	font-family:"TBP丸ｺﾞｼｯｸDE","HG創英角ｺﾞｼｯｸUB";
	font-size:large;
	letter-spacing:0.3em;
	text-indent:1em;
}

h3 {
	letter-spacing:0.1em;
	text-indent:0em;
}
.h4 {
	font-family:"HG創英角ｺﾞｼｯｸUB";
	font-size:14px;
	letter-spacing:0.1em;
	text-indent:0em;
}
strong, em {
	margin:0 0.1em;
}
p {
	line-height:1.5em;
}
.s, .s a {
	font-size:14px;
}

.left {text-align:left;}
.right {text-align:right;}
.center {text-align:center;}

.i-left {float:left; margin:7px;}
.i-right {float:right; margin:6px;}



/* 	3. Area    ■■■ */

/* 	wrap (A+B+C+D)	 */

#container {
	line-height: 140%;
	width:780px;	
	background-color: #FFf;
	margin-right:auto;
	margin-left:auto;
        border-width: 3px 1px 5px 1px;
        border-style: solid;
        border-color: #093;
        position:relative;
}


/* 	A) Head*top	 */

/*バナー*/

h1 a {
	background:url('./img/bana3.jpg') no-repeat;
	padding:30px 200px 0 50px;
	font-size:28px;
	text-decoration:none;
	text-align:right;
	display:block;
	height:110px;
   border-bottom:3px solid #093;
}


/* 	B) Cont*entry	 */

#main {
	margin:5px 20px 15px 10px;
	width:520px;
	float:right;
                display:inline;
                background-color: #ffffff;
}
#main a:hover {
   background-color: #063;
   color: #fff;
   text-decoration: none;
}
#main h2 {
    margin:3px 0px 0 0px;
      background:url('./img/h2.gif') no-repeat;
      background-color:#ffc;
      padding:5px 0 5px 40px;
      line-height:20px;
      color:#066;
      font-size:18px;
      font-weight:bold;
      border-bottom:1px solid #096;
      border-right:4px solid #096;
}
.description{
     font-size:13px;
      margin:5px 0px 10px 0px;
      background-color:#fffff0;
      border-top:1px solid #fc9;
      border-left:1px solid #fc9;
      border-bottom:4px solid #fc6;
      border-right:4px solid #fc6;
	line-height: 140%;
}
.description p {
   padding:10px 30px 5px 30px;
   margin:7px 0 7px 0;
   line-height: 130%;
}
.description p a {
   margin:0px 1px;
}
.katelist {
      font-size:12px;
      margin:6px 0px 10px 0px;
      padding:20px 0 10px 0;
      background-color:#fff;
      border-top:1px solid #f63;
      border-left:1px solid #f63;
      border-bottom:4px solid #f63;
      border-right:4px solid #f63;
}
.katelist a {
     font-size:14px;
     font-weight:bold;
}
.katelist2 {
     margin:0 0 0 10px;
     font-size:14px;
}
.katelist2 a {
     font-size:14px;
     text-decoration: none;
     padding:0 0 0px 5px;
}
.word {
     padding:0 40px 0 40px;
     line-height: 140%;
}
.zenbuyomu {
     text-align:right;
     padding:0 20px 0 0;
     margin:3px 0 5px 0;
}
.zenbuyomu a {
     padding:0 0px 0 5px;
     text-decoration: underline;
     font-size:12px;
}


/* 	個別記事用　　　   */
.entry-body{
     font-size:13px;
      margin:6px 0px 5px 0px;
      padding:12px 10px 20px 10px;
      background-color:#fff;
      border-top:1px solid #f63;
      border-left:1px solid #f63;
      border-bottom:4px solid #f63;
      border-right:4px solid #f63;
      letter-spacing:0.1em;
}
.entry-body p {
     margin:10px 0 0 0;
     padding:0 30px 0px 30px;
     font-size:14px;
     line-height: 140%;
}
.entry-body p a {
      font-size:14px;
      margin:0px 1px;
      text-decoration: none;
      color:#;
}
.subtitle , subtitle a {
      font-size:15px;
      background:url('./img/h3.gif') no-repeat;
      padding:3px 0 0px 28px;
      margin:7px 0 5px 0;
      color:#363;
      font-weight:bold;
}
.pagetop {
     text-align:right;
     padding:0 5px 0 0;
}
.pagetop a {
     font-size:10px;
     color:#;
     text-decoration:none;
}


/* 	C) Menu*side   */

#left {
	margin:0px 0px 0 16px;
	width:200px;
	float:left;
     background-color:#fff;
	border:1px solid #;
  display:inline;
}
#left a:hover {
   background-color: #063;
   color: #fff;
}
#left dt {
   font-weight:bold;
	margin:15px 0 3px 0;
	padding:8px 0 8px 0px;
	text-align:center;
                letter-spacing:0.1em
	background-color:#;
                color:#60f;
	font-size:14px;
                background:url('./img/dt12.gif') no-repeat;
}
#left dt em {
    font-weight:bold;
	font-size:14px;
                color:#60f;
}
#left dt em a {
                color:#f33;
   font-size:14px;
   text-decoration: none;
   font-weight:bold;
}
#left dt em a:hover {
   background-color: #f90;
   color: #fff;
   text-decoration: none;
}
#left dt.linkshu ,#left dt.arekore {
  background:url('./img/dt13.gif') no-repeat;
}
#left dt.linkshu a {
  color:#03f;
  font-size:14px;
  text-decoration: none;
  font-weight:bold;
}
#left dt.linkshu a:hover {
   background-color: #f90;
   color: #fff;
   text-decoration: none;
}
#left dt.wadai {
  background:url('./img/dt22.gif') no-repeat;
}
#left dt.wadai em {
  color:#603;
}
#left dd {
   padding:0px 0 0px 1px;
   font-size: 12px;
   margin:0px 0 2px 0;
   text-align:left;
}
#left dd a { 
  width: 195px; 
   height: 20px;
   background: #eff;
   text-indent: 25px;
   display: block;
   font-size: 12px;
   line-height: 20px;
   letter-spacing: 0.1em;
   border-top: 1px solid #fff;
   border-left: 1px solid #fff;
   border-right: 1px solid #096;
   border-bottom: 1px solid #096;
   text-decoration: none;
   color:#03f;
}
#left dd a:hover {
   background-color: #063;
   border-top: 1px solid #;
   border-left: 1px solid #;
   border-right: 1px solid #;
   border-bottom: 1px solid #;
   color: #fff;
   text-decoration: none;
}
#left dd.wadaidd a {
  width: 195px; 
   height: 20px;
   background: moccasin;
   text-indent: 45px;
   display: block;
   font-size: 12px;
   line-height: 20px;
   letter-spacing: 0.1em;
   border-top: 1px solid #fff;
   border-left: 1px solid #fff;
   border-right: 1px solid #f60;
   border-bottom: 1px solid #f60;
   text-decoration: none;
   color:#03f;
}
#left dd.wadaidd a:hover {
   background-color: #063;
   border-top: 1px solid #;
   border-left: 1px solid #;
   border-right: 1px solid #063;
   border-bottom: 1px solid #063;
   color: #fff;
   text-decoration: none;
}
#left dd.oshirase {
   width: 175px;
   padding:0 10px 0 10px;
   font-size: 12px;
   line-height: 1.3em;
   letter-spacing: 0.1em;
   border-top: 1px solid #fff;
   border-left: 1px solid #fff;
   border-right: 1px solid #096;
   border-bottom: 1px solid #096;
   color:#333;
}
.okiniiri {
     margin:10px 0 0 0;
}
.yahoo {
   text-align:center;
   font-size:12px;
   line-height:1.3em;
}
.yahoo2 {
   text-align:center;
   font-size:12px;
   line-height:1.3em;
   margin:10px 0 0 0 ;
}

/*XML・検索のテキスト*/

.link-note #search  {
                width:140px;
                margin:8px 5px 0px 2px;
                font-size:12px;
}
#left form.okini {
	margin-bottom:8px;
	padding-top:6px;
	text-align:center;
}
#left p {
	text-align:center;
}
.kensaku {
    text-align:center;
}
.toplink {
      font-size:12px;
      margin:10px 0 10px 5px;
}
.toplink a {
      margin:2px 0px 0 5px;
      font-size:12px;
}
.toplink a:hover{
   text-decoration:none;
      color:#f60;
}
.toplink2 {
   width: 185px;
   height: 420px; 
   margin:10px 0 0 0;
   padding:5px 5px 5px 5px;
   font-size: 12px;
   line-height: 1.3em;
   letter-spacing: 0em;
   border-top: 1px solid #096;
   border-left: 1px solid #096;
   border-right: 1px solid #096;
   border-bottom: 1px solid #096;
   color:#333;
}
.toplink2 a {
   font-size: 12px;
   margin:0px 0 0 0px;
}
.toplink2 a:hover{
   text-decoration:none;
}
.google {
     margin:5px 0 30px 0;
}

.minna {
      margin:0px 6px 0px 6px;
}
.minna a {
      margin:0px 2px 0 1px;
}
.minna a:hover{
      color:#f63;
}



/* 	D) Foot*bottom   */

#foot {
  clear:both;
	margin:0px 0 0 0;
	background:#ffc;
                text-align: center;
   border-top: 1px solid #093;
   border-bottom: 1px solid #093;
}
#foot a {
         text-decoration:none;
}
#foot p, #foot address {
	margin:0;
	padding:0px 0;
	text-align:center;
	padding:10px 0 10px 0;
	color:#333;
}
#footue {
      text-align:right;
      margin:20px 0 0 0;
      font-size:10px;
}
#footue a {
      text-decoration:none;
      font-size:10px;
      color:#555;
}
#pan{
       position:absolute;
       top:120px; left:5px;
       font-size:small;
  color:#fff;
}
#pan a { color: #fc0; }
#pan a:hover { color: #6ff; }



/* 	4. Special ■■■■ */

/* 	1) search-form	 */

input.s-btn {
	text-align:center;
}
input.s-input {
	width:120px;
}




#hidarimigi {
      margin:5px 0px 5px 0px;
}
#hidarimigi h3, #hidarimigi h3 a {
    font-size:18px;
    color:#f60;
    margin:10px 0px 0px 60px;
    font-family:"TBP丸ｺﾞｼｯｸDE","ＭＳＰゴシック";
}
#ue {
      margin:5px 0px 0px 0px;
      background-color:#fff;
      border-top:1px solid #096;
      border-left:1px solid #096;
      border-bottom:4px solid #096;
      border-right:4px solid #096;
}
#naka {
      margin:5px 0px 5px 0px;
      background-color:#fff;
      border-top:1px solid #f63;
      border-left:1px solid #f63;
      border-bottom:4px solid #f63;
      border-right:4px solid #f63;
}
#shita {
      margin:8px 0px 5px 0px;
      background-color:#fff;
      border-top:1px solid #096;
      border-left:1px solid #096;
      border-bottom:4px solid #096;
      border-right:4px solid #096;
}
#shita2 {
      margin:5px 0px 5px 0px;
      background-color:#fff;
      border-top:1px solid #f63;
      border-left:1px solid #f63;
      border-bottom:4px solid #f63;
      border-right:4px solid #f63;
}
#uehidari,#nakahidari,#shitahidari ,#shita2hidari {
      margin:5px 5px 5px 5px;
      width:230px;
      float:left;
}
#uemigi,#nakamigi,#shitamigi ,#shita2migi {
      margin:5px 5px 5px 5px;
      width:230px;
      float:right;
}
#hidarimigi h4 {
    margin:0px 0px 0px 0px;
    text-decoration:none;
      font-weight:bold;
}
#hidarimigi h4 a {
    margin:0px 0px 0px 20px;
    font-size:14px;
    line-height:20px;
    text-decoration:none;
      font-weight:bold;
}
#shita2 h4 {
    margin:10px 0px 0px 30px;
    font-size:14px;
    line-height:20px;
    text-decoration:none;
    font-weight:bold;
    color:#066;
}
.katesetsu {
     font-size:12px;
     padding:5px 0 0px 5px;
}
.entlink {
      margin:0 0 0px 10px;
}
.entlink a {
     font-size:12px;
    vertical-align:middle;
    text-decoration: underline;
}
.kobesetsu {
      margin:5px 0 10px 15px;
      letter-spacing:0.1em;
      line-height:1.1em;
}
.oomidashiue {
	margin:0 0 0 0px;
	padding:5px 0px 0px 30px;
    background:url('./img/oomidashi.gif') no-repeat;
}
.oomidashinaka {
	margin:0px;
	padding:0px 0px 0px 0px;
}
.oomidashishita {
	margin:0 0 0 0px;
	padding:5px 0px 0px 30px;
    background:url('./img/oomidashi.gif') no-repeat;
}
.kiji {
    font-size:14px;
    margin:20px 0 15px 0;
    padding:0px 0 0px 25px;
    background:url('./img/kiji.gif') no-repeat;
}
#nabi ul {
  clear:both;
   margin:0 0 5px 0;
  padding:0 3px 0 2px;
}
#nabi ul li {
     font-size:12px;
     text-align:left;
     white-space: nowrap;
	float:left;
	width : 125px;
	background-color:#eff;
                margin:0 0 3px 2px;
             list-style-type:none;
}
#nabi ul li a {
	display : block;
	padding	: 0.1em 0;
	color	: #03f;
	text-indent : 0.8em;
   background-color: #eff;
   line-height: 20px;
   letter-spacing: 0em;
   border-top: 1px solid #fff;
   border-left: 1px solid #fff;
   border-right: 1px solid #063;
   border-bottom: 1px solid #063;
             list-style-type:none;
    text-decoration: none;
}
#nabi ul li a:hover {
   background-color: #063;
   border-top: 1px solid #;
   border-left: 1px solid #;
   border-right: 1px solid #;
   border-bottom: 1px solid #;
   color: #fff;
  text-decoration:none;
}

.sougo {
    text-align:center;
     font-size:13px;
     padding:5px 30px 5px 30px;
      margin:5px 5px 10px 12px;
      background-color:#fff;
      border-top:1px solid #9ff;
      border-left:1px solid #9ff;
      border-bottom:4px solid #0cf;
      border-right:4px solid #0cf;
	line-height: 140%;
}
.sougo a {
    margin:0 0.1em;
    font-weight: normal;
    text-decoration:none;
}
.sougo a:hover {
    text-decoration:underline;
}


/*            検索テンプレ用　　　　　　　　*/

#container2 {
	line-height: 140%;
	width:780px;	
	background-color: #FFF;
	margin-right:auto;
	margin-left:auto;
   border-top: 3px solid #093;
   border-left: 1px solid #093;
   border-right: 1px solid #093;
   border-bottom: 5px solid #093;
        position:relative;
}
#search4 {
}
#search4 a:hover {
   background-color: #f90;
   color: #fff;
  text-decoration:none;
}
#search4 p {
     font-size:13px;
     margin:0px 0 0 20px;
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	line-height: 150%;
	text-align: left;
	}

#search4 h2 {
    margin:3px 0px 0 0px;
      background:url('./img/h2.gif') no-repeat;
      background-color:#ffc;
      padding:5px 0 5px 40px;
      line-height:20px;
      color:#066;
      font-size:18px;
      font-weight:bold;
      border-bottom:1px solid #096;
      border-right:4px solid #096;
 }
#search4 h3 {
     font-size:16px;
     margin:5px 0 0 10px;
}
#search4 h3 a {
     font-size:14px;
     padding:0px 0 0 5px;
}
#search4 b {
     font-size:12px;
}



.adstop {
          margin:5px 0 10px 27px;
          color:#666;
          font-size:12px;
}
.adstop2 {
  clear:both;
          margin:0px 0 15px 27px;
          color:#666;
          font-size:12px;
}
.ads1 {
          margin:10px 0 10px 27px;
          color:#666;
          font-size:12px;
	line-height:1em;
}
.ads2 {
          padding:20px 0 10px 27px;
          color:#666;
          font-size:12px;
}
.ads3 {
          margin:20px 0 10px 5px;
          color:#666;
          font-size:12px;
}
.adside {
      font-size:12px;
      color:#666;
      border-right: 1px solid #096;
      border-bottom: 1px solid #096;
      padding:15px 0 5px 20px;
      margin:7px 2px 5px 0;
      text-align: left;
}
.asp {
     margin:25px 0 10px 35px;
  }
.asp a {
          font-size:12px;
}
.adsbox {
      color: #333;
      font-size:14px;
      font-weight:bold;
      margin:10px 0px 5px 5px;
}

/*            更新日　　　　　　　　*/

.koushinbi {
      color:#666;
      position:absolute;
      top:158px; right:27px;
      font-size:small;
}