﻿/* ======================================== サイト全体に適用*/
* { /* 全ての要素の間隔・余白を０へ */
margin:0;
padding:0;
}



body {
	margin: 0;
	color: #333;
	text-align: center;
	background-color: #ffffff;
	background-image: url(img/back01.jpg);
	background-position: top;
	background-repeat: repeat-x;
	font-family:"ヒラギノ角ゴ Pro W3","メイリオ",sans-serif;
}

/* 文字サイズ */
#main{}
#menuR,#menuL{
	font-size: 82%;
}

.clear{clear: both;
}

.stn{font-size:95%;
      margin: 0px;
	  padding: 15px;
}

.syutten{float: right;
font-size:12px;
       padding: 0px 0px 0px 0px;
	   margin: 0px 0px 0px 0px;
}

.red{color:#F00;
}

.red2{color:#F00;
      font-weight:bold;
}

.green{color:#008000;
}

.blue{color:#0000ff;
}

.kyou{background-color:#CCFFFF;
}

.pink{background-color:#FFEEFF;
}

.kimi{color:#4aea0b;
}

.ao2{background-color:#D0FFFF;
     margin: 20px 10px 20px 10px;
	padding: 15px 0px 15px 15px;
	font-size: 110%;
     font:bold;
     border:solid 2px #00C;
　   border-radius:5px;
	 box-shadow: 5px 5px 5px #AAA;
}

.ao3{background-color:#fff;
     margin: 0px 15px 0px 15px;
	 padding: 12px 0px 12px 15px;
	 font-size: 105%;
     font:bold;
     border-left: 10px solid #6CF;
	 border-right: 10px solid #6CF;
	 border-top: 2px solid #ccc;
	 border-bottom: 2px solid #ccc;
}

.sen{margin: 20px 20px 20px 20px;
     width:94%;
}

.pink{background-color:#FFDDFF
}

.pink2{background-color:#fef;
     margin: 20px 15px 20px 15px;
	 padding: 15px 0px 15px 15px;
	 font-size: 110%;
     font:bold;
     border:solid 2px #f5f;
　   border-radius:5px;
	 box-shadow: 5px 5px 5px #AAA;
}

.pink3{background-color:#fff;
     margin: 0px 15px 0px 15px;
	 padding: 12px 0px 12px 15px;
	 font-size: 105%;
     font:bold;
     border-left: 10px solid #f5f;
	 border-right: 10px solid #f5f;
	 border-top: 2px solid #ccc;
	 border-bottom: 2px solid #ccc;
}

.center{text-align:center;
}

.left{float:left;
      padding: 20px 5px 20px 25px;
	  margin: 0px 0px 0px;

}

.right1{text-align:right;
        float:right;
}

.left1{text-align:left;
       float:left;
}

.topimage1{
	float: right;
	width: 980px;
	height:200px;
	margin: 0px 0px 0px;
	padding: 0px;
    border-top: 0px solid #CCCCCC;
    border-right: 0px solid #CCCCCC;
	border-left: 0px solid #CCCCCC;
    border-bottom: 0px solid #CCCCCC;
	background-image: url("title1.png");
		
}

.ff{font-size:120%;
      margin: 10px;
	  padding: 0px 0px 0px 15px;
	  color:#F00; 
}

.kiji { color:#000000;
}

table.right {float: right;
             margin: 0px 0px 0px 0px;
			 padding: 0px 0px 0px 0px;
}

.right2 {text-align: right;
             margin: 0px 0px 0px 0px;
}

.small {font-size:80%;
}

.small2 {text-align: center;
	font-size:90%;
}

.huto{font-size:110%;
		 font-weight: bold;
}

.big {font-size:160%;
}

.breadcrumbs { 
    width: 930px;
	height:30px;
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 0px 20px;
	font-size:90%;
}
@media(max-width:800px){
	.breadcrumbs { 
    max-width: 95%;
	min-width: 300px;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 12px 0px 3px 10px;
	font-size:90%;
}
}

p, /* 文章の行間を指定 */
#contents li,
dl,
dd
{
	line-height: 180%;
}



p{
	font-size:100%;
      margin: 10px 10px 10px 10px;
	  padding: 10px 15px 10px 15px;
}
@media(max-width:480px){
p{
	font-size:100%;
	line-height: 200%;
      margin: 10px 5px 10px 5px;
	  padding: 10px 5px 10px 5px;
}
}

.midashi{
	text-align:center;
}

.midashi2{
	text-align:left;
	height: 35px;
	width: 660px;
	font-size:170%;
}
@media(max-width:800px){
   .midashi2{
	text-align:lert;
	height:auto;
	width: 660px;
	font-size:4vw;
	max-width: 100%;
	min-width: 320px;
}
}
@media(max-width:640px){
   .midashi2{
	text-align:left;
	height:auto;
	width: 660px;
	font-size:130%;
	max-width: 100%;
	min-width: 300px;
}
}

.midashi3{font-size:140%;
      margin: 40px 20px 30px 20px;
	  padding: 10px;
	  border-left: 10px solid #C00;
	  border-bottom: 2px solid #333333;
}
@media(max-width:480px){
   .midashi3{font-size:120%;
　    text-align:center;
      margin: 30px 10px 20px 10px;
	  padding: 8px 10px 12px 10px;
	  border-left: 10px solid #C00;
	  border-bottom: 2px solid #333333;
}
}

.midashi4{
	text-align:center;
	height: 35px;
	width: 950px;
	font-size:170%;
}
@media(max-width:800px){
   .midashi4{
	text-align:center;
	height: 35px;
	width: 950px;
	font-size:3.5vw;
	max-width: 100%;
	min-width: 320px;
}
}

@media(max-width:480px){
   .midashi4{
	text-align:center;
	height: 35px;
	width: 950px;
	font-size:5vw;
	max-width: 100%;
	min-width: 320px;
}
}

.midashi5{
	text-align:center;
	height: 35px;
	width: 660px;
	font-size:140%;
}
@media(max-width:800px){
   .midashi5{
	text-align:center;
	height: 35px;
	width: 100%;
	font-size:140%;
}
}

.syouhin1{
	text-align:center;
	margin: 0px 0px 20px 0px;
	height: 33px;
	width: 660px;
	font-weight:bold;
	font-size:140%;
}
@media(max-width:640px){
  .syouhin1{
	width: 100%;
	max-width:550px;
	height: auto;
	margin: 20px 5px 20px 5px;
	text-align: center;
	font-size:140%;
	font-weight: bold;
}
}

ul,dl{
	margin: 0px 10px 10px 25px;
}
.none{
      text-decoration: none;
}

/* ========================================  .contentswrap 間隔・余白調整用 */
.contentswrap{
	margin: 2px;
}



/* ========================================  #page ページ外枠 */
#page {
	width: 980px;
	margin: 0px auto;
	text-align: left;
}
@media(max-width:800px){
   #page {
	max-width: 99%;
	min-width: 330px;
	height: auto;
	margin: 0px 5px 0px 5px;
	text-align: left;
}
}
@media(max-width:480px){
   #page {
	max-width: 99%;
	min-width: 300px;
	height: auto;
	margin: 0px 0px 0px 2px;
	text-align: left;
}
}



/* ========================================  #header 画面上部 */
#header {
	height:auto;
	margin: 0px ;
	border-top: 1px solid #FFFFFF;
	color: #FFFFFF;
}


#sitename {
	height:auto;
	margin: 0px 0px 0px 0px;
	font-size: 24px;
}
@media(max-width:800px){
   #sitename {
	margin: 0px 0px 0px 0px;
	font-size: 24px;
	max-width: 100%;
	min-width: 310px;
    height: auto;
    width /***/:auto;
}
}



/* ========================================  #menu 上部メニュー */
#menu {
	border-right: 0px solid #CCCCCC;
	border-left: 0px solid #CCCCCC;
}
@media(max-width:800px){
   #menu  {
	display:none;
}
}



ul.menu_f02{
	height: 30px;
	margin: 0px;
}




ul.menu_f02 li{
	float: left;
	border-right: 1px solid #9AA7B6;
	display: block;
}



   
a.button:link, a.button:visited{
 display: block;
 width: 145px;
 height: 35px;
 text-decoration: none;
 text-indent: -10000px;
 background-image: url("images/but3.png");
 }

a.button:hover{
 background-image: url("images/but4.png");
 }

a.button:active{
 background-image: url("images/but3.png");
 }



a.button1:link, a.button1:visited{
 display: block;
 width: 161px;
 height: 40px;
 text-decoration: none;
 text-indent: -10000px;
 background-image: url("images/but1.png");
 }

a.button1:hover{
 background-image: url("images/but1.1.png");
 }

a.button1:active{
 background-image: url("images/but1.2.png");
 }



a.button2:link, a.button2:visited{
 display: block;
 width: 161px;
 height: 40px;
 text-decoration: none;
 text-indent: -10000px;
 background-image: url("images/but2.png");
 }

a.button2:hover{
 background-image: url("images/but2.1.png");
 }

a.button2:active{
 background-image: url("images/but2.2.png");
 }



a.button3:link, a.button3:visited{
 display: block;
 width: 161px;
 height: 40px;
 text-decoration: none;
 text-indent: -10000px;
 background-image: url("images/but3.png");
 }

a.button3:hover{
 background-image: url("images/but3.1.png");
 }

a.button3:active{
 background-image: url("images/but3.2.png");
 }



a.button4:link, a.button4:visited{
 display: block;
 width: 161px;
 height: 40px;
 text-decoration: none;
 text-indent: -10000px;
 background-image: url("images/but4.png");
 }

a.button4:hover{
 background-image: url("images/but4.1.png");
 }

a.button4:active{
 background-image: url("images/but4.2.png");
 }



a.button5:link, a.button5:visited{
 display: block;
 width: 161px;
 height: 40px;
 text-decoration: none;
 text-indent: -10000px;
 background-image: url("images/but5.png");
 }

a.button5:hover{
 background-image: url("images/but5.1.png");
 }

a.button5:active{
 background-image: url("images/but5.2.png");
 }



a.button6:link, a.button6:visited{
 display: block;
 width: 161px;
 height: 40px;
 text-decoration: none;
 text-indent: -10000px;
 background-image: url("images/but6.png");
 }

a.button6:hover{
 background-image: url("images/but6.1.png");
 }

a.button6:active{
 background-image: url("images/but6.2.png");
 }


ul.menu_f02 li a.nowthis{
	border-bottom: 5px solid #FF6699!important;
}




img {
    border-style:none;
	outline: none;
	padding: 0px 0px 0px 0px;
}
@media(max-width:800px){
   img {
    border-style:none;
	outline: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	max-width: 100%;
    height: auto;
    width /***/:auto;
}
}

img.top {
    border-style:none;
	outline: none;
	padding: 0px 0px 0px 0px;
	float:left;
}

img.center {
    border-style:none;
	outline: none;
	padding: 0px 0px 0px 0px;
    margin-left:auto;
	margin-right:auto;
}

img.right {
    border-style:none;
	outline: none;
	padding: 0px 0px 0px 10px;
	float:right;
}
@media(max-width:800px){
   img.right {
    border-style:none;
	outline: none;
	padding: 0px 0px 0px 10px;
	float:right;
	max-width: 50%;
    height: auto;
    width /***/:auto;
}
}

a {outline: none;

}
/* ========================================  #menu 目次 */
.moku {
	margin:20px 20px 40px 20px;
    padding:15px 20px 10px 20px;
	line-height: 140%;
    border:solid 2px #888;
    border-radius:10px;
    background-color:#ffffe0;
	box-shadow: 5px 5px 5px #AAA;
}

.moku1{
    margin:0px 0px 15px 10px;
	font-size:20px;
	font-weight:bold;
}

.moku2{
    margin:5px 0px 5px 15px;
	font-size:14px;
}

.moku3{
    margin:5px 0px 5px 30px;
	font-size:14px;
	list-style-type:disc;
}

.moku4{
	text-decoration: none;
}

.moku4:hover{
	color:#F00;
}

/* ======================================== #contents 画面中央部 #mainとサイドメニューの外枠 */
#contents{
	padding: 20px 0px 20px;
	margin: 0px;
}




/* ========================================  #main ページの本文 */
#main {
	float: left;
	width: 660px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
        border-top: 1px solid #CCCCCC;
        border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
        border-bottom: 1px solid #CCCCCC;
		
}
@media(max-width:800px){
   #main {
	width: 760px;
	margin: 20px 0px 10px 0px;
	padding: 0px;
        border-top: 1px solid #CCCCCC;
        border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
        border-bottom: 1px solid #CCCCCC;
		
	max-width: 98%;
	min-width: 310px;
}
}

@media(max-width:640px){
   #main {
	width: 660px;
	margin: 20px 0px 10px 0px;
	padding: 0px;
        border-top: 1px solid #CCCCCC;
        border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
        border-bottom: 1px solid #CCCCCC;
		
	max-width: 98%;
	min-width: 314px;
}
}

#main2 {
	float: left;
	width: 980px;
	margin: 0px 0px 20px;
	padding: 0px;
        border-top: 1px solid #CCCCCC;
        border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
        border-bottom: 1px solid #CCCCCC;
		
}
@media(max-width:800px){
   #main2 {
	float: left;
	width: 980px;
	margin: 0px 0px 20px;
	padding: 0px;
        border-top: 1px solid #CCCCCC;
        border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
        border-bottom: 1px solid #CCCCCC;
	max-width: 100%;
	min-width: 310px;
}
}

@media(max-width:640px){
   #main2 {
	float: left;
	width: 980px;
	margin: 0px 0px 20px;
	padding: 0px 0px 0px 0px;
        border-top: 1px solid #CCCCCC;
        border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
        border-bottom: 1px solid #CCCCCC;
	max-width: 100%;
	min-width: 320px;
}
}

.main3 {
	float: left;
	width: 980px;
	margin: 0px 0px 20px;
	padding: 5px;
        border-top: 1px solid #CCCCCC;
        border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
        border-bottom: 1px solid #CCCCCC;
		
}

#main h1 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #111111;
}

/* ========================================  menuL 左サイドメニュー */
#menuL {
	float: left;
	width:300px;
	height: 100%;

	margin: 0px 10px 20px 0px;
	background-color: #ffffff;
}

#menuL p{
	margin-right: 1em;
	margin-left: 1em;
}


/* ========================================  menuL 右サイドメニュー */
#menuR {
	float: right;
	width: 305px;
	margin: 0px 2px 20px 0px;
	background-color: #fff;
}
@media(max-width:800px){
   #menuR {
	   float:left;
	width:800px;
	height: auto;
	    border-top: 0px solid #CCCCCC;
        border-right: 0px solid #CCCCCC;
	    border-left: 0px solid #CCCCCC;
        border-bottom: 0px solid #CCCCCC;
		position: relative;
	margin: 0px 0px 0px 0px;
	padding:1%;
	max-width: 98%;
	min-width: 308px;
}
}

#menuR p{
	margin-right: 1em;
	margin-left: 1em;
}

/* ========================================  メールフォーム */

#formWrap {
	width:600px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:680px) {
#formWrap {
	width:95%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
input[type="text"], textarea {
	width:95%;
	padding:5px;
	font-size:110%;
	display:block;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}
}

/* ========================================  #underNavi 画面下部サブナビゲーション */
#underNavi{
	clear: both;
	margin: 0px;
	border-top: 0px solid #999999;
	text-align: center;
}



/* ========================================  #footer 画面下部 */
#footer {
	padding: 7px 0px;
	margin: 0px auto;
	width: 960px;
	color: #000000;
	text-align: center;
	font-size:90%;
	border-left: 10px solid #99ccff;
	border-right: 10px solid #99ccff;
	border-top: 1px solid #bbb;
	border-bottom: 2px solid #333333;
	background-color:#eaf4ff;
}
@media(max-width:800px){
	#footer {
	padding: 7px 0px;
	margin: 0px auto;
	max-width: 100%;
	min-width: 330px;
	height: auto;
	text-align: center;
	font-size:2vw;
	max-width: 95%;
}
}

@media(max-width:640px){
	#footer {
	padding: 7px 0px;
	margin: 0px 0px 0px 0px;
	min-width: 330px;
	height: auto;
	text-align: center;
	font-size:2.5vw;
	max-width: 95%;
}
}

@media(max-width:480px){
	#footer {
	padding: 7px 0px;
	margin: 0px 0px 0px 0px;
	min-width: 290px;
	height: auto;
	text-align: center;
	font-size:3vw;
	max-width: 94%;
}
}

.category0{
	float:left;
	width:327px;
	height: 50px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	max-width: 100%;
}

.category1{
	float:left;
	width:310px;
	height: 37px;
	margin: 3px 0px 0px 0px;
	padding: 13px 0px 0px 17px;
	font-size:90%;
	max-width: 100%;
	background-color:#eee;
	background-image: url("images/label24.png");
}

#link_box5{
position: relative;
width: 327px;
height: 50px;
border-color: #999999;
}

#link_box5 a{
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
}

#link_box5 a:hover{
    background-color:#BBBBBB;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.3;
	text-decoration:underline;
}

@media(max-width:800px){
.category1{
	float:left;
	height: 37px;
	margin: 0px 0px 0px 2px;
	padding: 13px 0px 0px 18px;
	max-width: 85%;
	background-image: url("images/label24.png");
	
}

#link_box5{
position: relative;
width: 327px;
height: 50px;
border-color: #999999;
max-width: 50%;
}

#link_box5 a{
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
}

#link_box5 a:hover{
    background-color:#BBBBBB;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.3;
	text-decoration:underline;
}
}

.unei{
	font-size:100%;
	margin: 5px 0px 10px 0px;
}

.unei2{
	margin: -5px 0px -5px 0px;
}

.unei3{
	color:#fff;
	margin: 0px 10px 0px 10px;
	display: inline-block;
}

.uneifont{
	color:#000;
}

a.uneifont:hover{
	color:#03F;
 }

/* ========================================  #templatelink 画面下部:著作リンク */
#templatelink {
	padding: 3px 0px;
	margin: 0px 0px 5px;
	font-size: 14px;
	text-align: right;
}



#templatelink a{
	color: #336699;
	text-decoration: none;
}

/* ========================================  動画 */

.video{
  position:relative;
  width:97%;
  padding-top:56.25%;
}
.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:97%;
  height:100%;
}

/* ========================================  table要素 */
table{
	margin: auto;
	max-width: 100%;
	min-width: 320px;

}
@media(max-width:640px){
	table{
	margin: auto;
	max-width: 100%;
	min-width: 290px;
}
}

/* ========================================  そのほか個別設定 */
.title{
	padding: 10px;
	margin: 0px 0px 20px;
	border-left: 30px solid #555555;
	border-right: 30px solid #555555;
	background-color: #ddd;
}

.nopad{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px;
	font-weight: bold;
text-align: center;
	color: #333333;

}

.label0{
	padding: 15px 5px 0px 10px;
	margin: 0px 0px 0px;
	border-left: 0px solid #555555;
        border-right: 0px solid #555555;
	font-weight: bold;
text-align: center;
	color: #333333;
	background-color: #dddddd;

}
@media(max-width:480px){
.label0{
	padding: 10px 5px 10px 10px;
	margin: 0px 0px 0px 0px;
	border-left: 5px solid #999;
	border-right: 5px solid #999;
	border-bottom: 2px solid #333;
	font-weight: bold;
text-align: center;
	color: #333333;
	background-color: #eee;
}
}

.label1{
	padding: 8px 7px 8px 10px;
	margin: 0px 0px 0px;
	border-left: 0px solid #555555;
        border-right: 0px solid #555555;
	font-weight: bold;
text-align: center;
	color: #333333;
	background-color: #dddddd;
        background-image: url("images/label29.png");

}

.label2{
	padding: 7px 5px 5px 10px;
	margin: 0px 0px 0px;
	border-left: 0px solid #555;
        border-right: 0px solid #555;
	font-weight: bold;
text-align: center;
	color: #333333;
	background-color: #dddddd;
        background-image: url("images/label7.png");

}

.label2:hover{
	padding: 7px 5px 5px 10px;
	margin: 0px 0px 0px;
	border-left: 0px solid #555;
        border-right: 0px solid #555;
	font-weight: bold;
text-align: center;
	color: #333333;
	background-color: #dddddd;
        background-image: url("images/label6.png");

}

.label3{
	padding: 3px 5px 5px 10px;
	margin: 0px 0px 0px;
	font-weight: bold;
	text-indent: 8px;
	color: #333333;
	background-color: #dddddd;
	background-image: url("images/label9.png");
}

.label3:hover{
	padding: 3px 5px 5px 10px;
	margin: 0px 0px 0px;
	font-weight: bold;
	text-indent: 8px;
	color: #333333;
	background-color: #dddddd;
	background-image: url("images/label10.png");
}

.label4{
	padding: 15px 0px 12px 20px;
	margin: 0px 0px 0px;
	border-left: 10px solid #99ccff;
    border-right: 10px solid #99ccff;
    border-bottom: 2px solid #333;
	font-weight: bold;
text-align: left;
	color: #000;
	background-color: #eaf4ff;

}
@media(max-width:480px){
   .label4{
	padding: 15px 0px 12px 10px;
	margin: 0px 0px 20px 0px;
	border-left: 5px solid #99ccff;
	border-right: 5px solid #99ccff;
	border-bottom: 2px solid #333;
	font-weight: bold;
text-align: left;
	color: #333333;
	background-color: #eee;
	 background-size:100% 100%;
	max-width: 100%;
	min-width: 280px;
}
}

.label5{
	padding: 3px 5px 5px 10px;
	margin: 0px 0px 0px;
	font-weight: bold;
	text-indent: 8px;
	color: #333333;
	background-color: #dddddd;
	background-image: url("images/label10.png");
}

.label6{
	padding: 2px 0px 0px 0px;
	margin: 0px 0px 0px;
	border-left: 0px solid #555555;
        border-right: 0px solid #555555;
	font-weight: bold;
text-align: center;
	color: #333333;
	background-color: #dddddd;
        background-image: url("images/label2.png");

}

.label7{
	padding: 5px 5px 5px 10px;
	margin: 0px 0px 0px;
    font-weight: bold;
	text-indent: 8px;
	color: #333333;
	background-color: #dddddd;
	background-image: url("images/label11.png");
}

.label7:hover{
	padding: 5px 5px 5px 10px;
	margin: 0px 0px 0px;
	font-weight: bold;
	text-indent: 8px;
	color: #333333;
	background-color: #dddddd;
	background-image: url("images/label12.png");
}

.label8{
	padding: 2px 0px 0px 0px;
	margin: 0px 0px 0px;
	border-left: 0px solid #555555;
        border-right: 0px solid #555555;
	font-weight: bold;
text-align: center;
	color: #333333;
	background-color: #dddddd;
        background-image: url("images/label13.png");

}

.label9{
	padding: 4px 5px 4px 10px;
	margin: 0px 0px 0px;
	font-weight: bold;
	text-indent: 8px;
	color: #333333;
	background-color: #dddddd;
	background-image: url("images/label16.png");
}

.label9:hover{
	padding: 4px 5px 4px 10px;
	margin: 0px 0px 0px;
	font-weight: bold;
	text-indent: 8px;
	color: #333333;
	background-color: #dddddd;
	background-image: url("images/label17.png");
}

.label10{
	padding: 15px 5px 12px 10px;
	margin: 0px 0px 0px;
	border-left: 0px solid #555555;
        border-right: 0px solid #555555;
	font-weight: bold;
text-align: center;
	color: #333333;
	background-color: #dddddd;
        background-image: url("images/label18.png");

}

.label11{
	padding: 5px 5px 4px 10px;
	margin: 0px 0px 0px;
	border-left: 0px solid #555;
        border-right: 0px solid #555;
	font-weight: bold;
text-align: center;
	color: #333333;
	background-color: #dddddd;
        background-image: url("images/label7.png");

}

.label11:hover{
	padding: 5px 5px 4px 10px;
	margin: 0px 0px 0px;
	border-left: 0px solid #555;
        border-right: 0px solid #555;
	font-weight: bold;
text-align: center;
	color: #333333;
	background-color: #dddddd;
        background-image: url("images/label6.png");

}

.label12{
	padding: 3px 5px 5px 10px;
	margin: 0px 0px 0px;
	border-left: 0px solid #555;
        border-right: 0px solid #555;
	font-weight: bold;
text-align: center;
	color: #333333;
	background-color: #dddddd;
        background-image: url("images/label7.png");

}

.label12:hover{
	padding: 3px 5px 5px 10px;
	margin: 0px 0px 0px;
	border-left: 0px solid #555;
        border-right: 0px solid #555;
	font-weight: bold;
text-align: center;
	color: #333333;
	background-color: #dddddd;
        background-image: url("images/label6.png");

}

.label13{
	padding: 8px 5px 0px 10px;
	margin: 0px 0px 0px 0px;
	border-left: 0px solid #555555;
    border-right: 0px solid #555555;
	font-weight: bold;
    text-align: center;
	clear:both;
	color: #333333;
	background-color: #dddddd;
    background-image: url("images/label32.png");

}


.subh {
	padding: 5px 0px 0px 3px;
	margin: 0px;
	border-top: 1px dashed #999999;
	font-weight: bold;
	color: #4A8854;
}


.photo {
	margin: 0px 0px 20px;
}


.toInfo {
	margin: 10px 10px 20px 0px;
	text-align: right;
	list-style-type: none;
}

.boxM {
	float: left;
	height: 160px;
	width: 370px;
	margin: 0px 0px 15px;
	font-size: 92%;
	background-color: #EBF0F3;
}

.boxL {
	float: left;
	height: 160px;
	width: 245px;
	margin: 0px 0px 15px;
	font-size: 92%;
	background-color: #EBF0F3;
}
.boxR {
	float: right;
	height: 160px;
	width: 245px;
	margin: 0px 0px 15px;
	font-size: 92%;
	background-color: #EBF0F3;
}

.boxL p, .boxR p{
	margin: 10px !important;
}

.logbox
      {
         border: solid 1px #808080;
         width: 300px;
         height: 60px;
         padding: 0.5em;
		 margin: 0px 10px 0px 0px;
         overflow: auto;
		 float: right;
      }
.koushin
      {
		 border: solid 0px #808080;
         width: 318px;
         height: 17px;
		 text-align: center;
		 float: right;
		 padding: 3px 0px 0px 0px;
		 margin: 10px 10px 0px 0px;
		 background-image: url("images/koushin.png");
	  }
	    

.kensaku{float:right;
         margin: 10px 10px 0px 0px;
	     padding: 0px 0px 0px 0px;
}

.map{    float: right;
         font-size:100%;
         margin: 85px 10px 0px 0px;
	     padding: 0px 0px 0px 0px;
}

.sitemap1 {
	font-size: 82%;
	float: left;
	margin: 0px 5px 0px 5px;
	padding: 10px 4px 0px 4px;
	width: 305px;
	background-color: #ffffff;
}

.link {
	padding: 10px 0px 0px 0px;
	margin: 0px auto;
	width: 860px;
	font-weight: bold;
	text-align: center;
}

.sougo {
	line-height: 20px;
	font-size: 90%;
	float: left;
	margin: 10px 10px 0px 0px;
	padding: 0px 10px 0px 15px;
	width: 180px;
	background-color: #ffffff;
}

.sougo2 {
	line-height: 20px;
	font-size: 90%;
	float: left;
	margin: 10px 0px 0px 10px;
	padding: 0px 10px 0px 10px;
	width: 400px;
	background-color: #ffffff;
}

.ads{
	float: center;
	width: 655px;
	height:300px;
	margin: 0px 0px 20px;
	padding: 0px;
        border-top: 1px solid #CCCCCC;
        border-right: 1px solid #CCCCCC;
	border-left: 2px solid #CCCCCC;
        border-bottom: 2px solid #CCCCCC;
		
}


.ads2{
	float: right;
	width: 337px;
	height:290px;
	margin: 0px 0px 0px 0px;
	padding: 2px;
        border-top: 1px solid #CCCCCC;
        border-right: 1px solid #CCCCCC;
	border-left: 2px solid #CCCCCC;
        border-bottom: 2px solid #CCCCCC;
		
}

.ads3{
	width: 288px;
	height:216px;
	margin: 10px 5px 0px 10px;
	padding: 0px;
	float:right;
	text-align: center;
	font-size: 90%;
        border-top: 2px solid #CCCCCC;
        border-right: 2px solid #CCCCCC;
	border-left: 2px solid #CCCCCC;
        border-bottom: 2px solid #CCCCCC;
		
}

.ads4{
	width: 302px;
	height:252px;
	margin: 10px 5px 0px 10px;
	padding: 0px;
	float:right;
	text-align: center;
	font-size: 90%;
        border-top: 2px solid #CCCCCC;
        border-right: 2px solid #CCCCCC;
	border-left: 2px solid #CCCCCC;
        border-bottom: 2px solid #CCCCCC;
		
}

.ads5{
	width: 352px;
	height:242px;
	margin: 10px 5px 0px 10px;
	padding: 0px;
	float:right;
	text-align: center;
	font-size: 90%;
        border-top: 2px solid #CCCCCC;
        border-right: 2px solid #CCCCCC;
	border-left: 2px solid #CCCCCC;
        border-bottom: 2px solid #CCCCCC;
		
}

.ads6{
	width: 630px;
	height:62px;
	margin: 10px 0px 0px 10px;
	padding: 0px;
	float:center;
	text-align: center;
	font-size: 90%;
        border-top: 0px solid #CCCCCC;
        border-right: 0px solid #CCCCCC;
	border-left: 0px solid #CCCCCC;
        border-bottom: 0px solid #CCCCCC;
		
}

.ads7{
	width: 252px;
	height:252px;
	margin: 10px 5px 0px 10px;
	padding: 0px;
	float:right;
	text-align: center;
	font-size: 90%;
        border-top: 2px solid #CCCCCC;
        border-right: 2px solid #CCCCCC;
	border-left: 2px solid #CCCCCC;
        border-bottom: 2px solid #CCCCCC;
		
}

.kanren{
	float: left;
	width: 310px;
	height:23px;
	font-weight: bold;
    text-align: center;
	margin: 3px 0px 0px 0px;
	padding: 7px 0px 0px 0px;
    background-image: url("images/label23.png");

}

.kanren2{
	float: left;
	width: 296px;
	height:255px;
	line-height: 22px;
	margin: 0px 0px 0px;
	padding: 5px;
        border-top: 2px solid #CCCCCC;
        border-right: 2px solid #CCCCCC;
	border-left: 2px solid #CCCCCC;
        border-bottom: 2px solid #CCCCCC;
		
}

.kanren3{
	float: left;
	width: 310px;
	height:295px;
	margin: 0px 0px 0px;
	padding: 0px 0px 0px 0px;

}

.kanren4{
	float: center;
	width: 655px;
	height:100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
        border-top: 1px solid #CCCCCC;
        border-right: 1px solid #CCCCCC;
	    border-left: 1px solid #CCCCCC;
        border-bottom: 1px solid #CCCCCC;
		
}
@media(max-width:800px){
   .kanren4{
	float: center;
	width: 760px;
	height:auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
        border-top: 0px solid #CCCCCC;
        border-right: 0px solid #CCCCCC;
	    border-left: 0px solid #CCCCCC;
        border-bottom: 0px solid #CCCCCC;
	max-width: 98%;
	min-width: 300px;
}
}


.kanren5{
	float: center;
	width: 615px;
	height:75px;
	margin: 10px 20px 10px 20px;
	padding: 0px 0px 0px 0px;
        border-top: 0px solid #CCCCCC;
        border-right: 0px solid #CCCCCC;
	    border-left: 0px solid #CCCCCC;
        border-bottom: 0px solid #CCCCCC;
		
}

.kanren6{
	float: left;
	width: 90px;
	height:75px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
        border-top: 0px solid #CCCCCC;
        border-right: 0px solid #CCCCCC;
	    border-left: 0px solid #CCCCCC;
        border-bottom: 0px solid #CCCCCC;
		background-color: #eeeeee;
		
}

.kanren7{
	float: right;
	width: 514px;
	height:18px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 10px;
        border-top: 1px solid #CCCCCC;
        border-right: 1px solid #CCCCCC;
	    border-left: 0px solid #CCCCCC;
        border-bottom: 0px solid #CCCCCC;
		background-color: #eeeeee;
		
}

.kanren8{
	float: right;
	width: 494px;
	height:45px;
	line-height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 30px;
        border-top: 0px solid #CCCCCC;
        border-right: 1px solid #CCCCCC;
	    border-left: 0px solid #CCCCCC;
        border-bottom: 1px solid #CCCCCC;
		background-color: #eeeeee;
		
}

.kanren9{
	float: center;
	width: 655px;
	height:200px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
        border-top: 1px solid #CCCCCC;
        border-right: 1px solid #CCCCCC;
	    border-left: 1px solid #CCCCCC;
        border-bottom: 1px solid #CCCCCC;
		
}

.link_box2{
position: relative;
width: 615px;
height: 75px;
border-color: #999999;
border-style: dotted;
text-decoration: none;
}

.link_box2 a{
	display: block;
	position: absolute;
	top: 0;
	left: 1px;
	width: 100%;
	height: 100%;
}

.link_box2 a:hover{
    background-color:#BBBBBB;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.3;
	text-decoration: underline;
	border:2px #000 solid;
}


.tugi{
	float: center;
	width: 487px;
	height:31px;
	margin: 0px 92px 0px;
	padding: 0px;
		
}

.tugi2{
	font-size:90%;
	font-weight: bold;
	text-align: center;
	float: left;
	width: 190px;
	height:23px;
	margin: 0px 0px 0px 0px;
	padding: 7px 0px 0px 0px;
		background-image: url("images/label24.png");
		
}

.tugi3{
	font-size:90%;
	font-weight: bold;
	text-align: center;
	float: left;
	width: 107px;
	height:23px;
	margin: 0px 0px 0px 0px;
	padding: 7px 0px 0px 0px;
		background-image: url("images/label26.png");
		
}

.tugi4{
	font-size:90%;
	font-weight: bold;
	text-align: center;
	float: left;
	width: 190px;
	height:23px;
	margin: 0px 0px 0px 0px;
	padding: 7px 0px 0px 00px;
		background-image: url("images/label25.png");
		
}

.menuL2 {
	float: left;
	float: bottom;
	width: 180px;
	height: 610px;
	background-color: #ffffff;
	position: absolute;
}

.access {
	padding: 5px 0px 35px 0px;
	margin: 0px auto;
	width: 880px;
	color: #000000;
	text-align: center;
}

.access2 {
	line-height: 30px;
	font-weight: bold;
	font-size: 100%;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 219px;
	background-color: #ffffff;
	background-image: url("images/label27.png");
}

.access3 {
	line-height: 13px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 2px 0px;
	width: 217px;
	border: 1px solid #999999;
}

.tukibetu {margin:0 auto;
width:180px;
height: 70px;
text-align:ceter;}

.tukibetu br{clear:both;}


.kusuri{
	padding: 0px;
	margin: 0px;
	font-weight: bold;
text-align: center;
	color: #333333;
	background-color: #dddddd;

}

.byouin{font-size:150%;
      margin: 0px 20px 20px 20px;
	  padding: 10px;
	  border-left: 10px solid #C00;
	  border-bottom: 2px solid #333333;
}

#map{width:630px;
     margin: auto;
	 border: 1px solid #000;
}

.syousai{font-size:120%;
         text-align:right; 
		 font-weight: bold;
		 letter-spacing: normal;
		 margin: 0px 30px 10px 0px;
}

.left1{float:left;
      padding: 3px 10px 0px 5px;
	  margin: 0px 0px 0px;

}

.ranking1{
	float: center;
	width: 302px;
	height:600px;
	margin: 0px 0px 0px;
	padding: 0px;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}

.ranking0{
	float: center;
	width: 302px;
	height:65px;
	margin: 0px 0px 0px;
	padding: 0px;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}

.ranking2{
	float: left;
	width: 70px;
	height:60px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    border-top: 0px solid #CCCCCC;
    border-right: 0px solid #CCCCCC;
	border-left: 0px solid #CCCCCC;
    border-bottom: 0px solid #CCCCCC;
}

.ranking3{
	float: center;
	width: 302px;
	height:52px;
	margin: 8px 0px 5px 0px;
	padding: 0px;
    border-top: 0px solid #CCCCCC;
    border-right: 0px solid #CCCCCC;
	border-left: 0px solid #CCCCCC;
    border-bottom: 0px solid #CCCCCC;
}

.link_box1{
position: relative;
width: 302px;
height: 65px;
border-color: #999999;
border-style: dotted;
}
.link_box1 a{
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.link_box1 a:hover{
    background-color:#BBBBBB;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.3;
	text-decoration:underline;
}

.waku {
	margin:20px 20px 40px 20px;
    padding:20px 20px 20px 20px;
	line-height: 160%;
    border:solid 2px darkred;
    border-radius:10px;
    background-color:LemonChiffon;
	box-shadow: 5px 5px 5px #AAA;
}
@media(max-width:640px){
.waku {
	margin:20px 10px 40px 10px;
    padding:20px 10px 20px 10px;
	line-height: 160%;
    border:solid 2px darkred;
    border-radius:10px;
    background-color:LemonChiffon;
	box-shadow: 5px 5px 5px #AAA;
}
}

.waku2 {
	margin:20px 20px 30px 20px;
    padding:15px 10px 15px 10px;
	line-height: 160%;
    border:solid 2px darkred;
    border-radius:10px;
    background-color:LemonChiffon;
	box-shadow: 5px 5px 5px #AAA;
}
@media(max-width:640px){
.waku2 {
	margin:20px 10px 30px 10px;
    padding:15px 10px 15px 10px;
	line-height: 160%;
    border:solid 2px darkred;
    border-radius:10px;
    background-color:LemonChiffon;
	box-shadow: 5px 5px 5px #AAA;
}
}

.waku3 {
	margin:20px 20px 30px 20px;
    padding:20px 10px 10px 10px;
	line-height: 160%;
    border:solid 1px #333;
	border-radius:10px;
	box-shadow: 5px 5px 5px #AAA;
}
@media(max-width:640px){
.waku3 {
	margin:20px 10px 30px 10px;
    padding:20px 10px 10px 10px;
	line-height: 160%;
    border:solid 1px #333;
	border-radius:10px;
	box-shadow: 5px 5px 5px #AAA;
}
}

.waku4 {
	margin:10px 20px 10px 20px;
    padding:20px 10px 10px 10px;
	line-height: 160%;
    border:solid 2px darkred;
    border-radius:10px;
    background-color:LemonChiffon;
	box-shadow: 5px 5px 5px #AAA;
}

.waku5 {
	margin:20px 20px 30px 20px;
    padding:20px 10px 10px 10px;
	line-height: 160%;
    border:solid 1px #333;
	border-radius:10px;
	box-shadow: 5px 5px 5px #AAA;
}
@media(max-width:640px){
.waku5 {
	margin:20px 10px 30px 10px;
    padding:20px 10px 10px 10px;
	line-height: 160%;
    border:solid 1px #333;
	border-radius:10px;
	box-shadow: 5px 5px 5px #AAA;
}
}

.inyou1 {
	margin:20px 20px 20px 20px;
    padding:10px 5px 10px 5px;
	line-height: 160%;
    border:solid 1px #666;
    border-radius:10px;
    background-color:LemonChiffon;
	box-shadow: 5px 5px 5px #AAA;
}

.rank-waku{
	width: 650px;
	height:680px;
	margin: 0px 0px 0px 2px;
	padding: 0px;
	float:center;
	font-size: 90%;
        border-top: 1px solid #aaaaaa;
        border-right: 1px solid #aaaaaa;
	border-left: 1px solid #aaaaaa;
        border-bottom: 1px solid #aaaaaa;
		
}
@media(max-width:640px){
.rank-waku{
	clear: both;
	width: 650px;
	height:700px;
	margin: 0px 0px 0px 2px;
	padding: 0px;
	float:center;
	font-size: 90%;
        border-top: 1px solid #aaaaaa;
        border-right: 1px solid #aaaaaa;
	border-left: 1px solid #aaaaaa;
        border-bottom: 1px solid #aaaaaa;
		width:100%;
		
}
}

.rank-title1{
	width: 563px;
	height:40px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 5px 85px ;
	float:center;
	font-size: 200%;
        border-top: 0px solid #CCCCCC;
        border-right: 0px solid #CCCCCC;
	    border-left: 0px solid #CCCCCC;
        border-bottom: 0px solid #CCCCCC;
		background-image: url("images/title11.png");
		
}

.rank-title2{
	width: 563px;
	height:40px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 5px 85px ;
	float:center;
	font-size: 200%;
        border-top: 0px solid #CCCCCC;
        border-right: 0px solid #CCCCCC;
	    border-left: 0px solid #CCCCCC;
        border-bottom: 0px solid #CCCCCC;
		background-image: url("images/title12.png");
		
}

.rank-title3{
	width: 563px;
	height:40px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 5px 85px ;
	float:center;
	font-size: 200%;
        border-top: 0px solid #CCCCCC;
        border-right: 0px solid #CCCCCC;
	    border-left: 0px solid #CCCCCC;
        border-bottom: 0px solid #CCCCCC;
		background-image: url("images/title13.png");
		
}

.rank-title4{
	width: 563px;
	height:40px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 5px 85px ;
	float:center;
	font-size: 200%;
        border-top: 0px solid #CCCCCC;
        border-right: 0px solid #CCCCCC;
	    border-left: 0px solid #CCCCCC;
        border-bottom: 0px solid #CCCCCC;
		background-image: url("images/title14.png");
		
}

.rank-title5{
	width: 563px;
	height:40px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 5px 85px ;
	float:center;
	font-size: 200%;
        border-top: 0px solid #CCCCCC;
        border-right: 0px solid #CCCCCC;
	    border-left: 0px solid #CCCCCC;
        border-bottom: 0px solid #CCCCCC;
		background-image: url("images/title15.png");
		
}
@media(max-width:600px){
	.rank-title1{
	width: 563px;
	height:auto;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 75px ;
	float:center;
	font-size: 4.5vw;
        border-top: 0px solid #CCCCCC;
        border-right: 0px solid #CCCCCC;
	    border-left: 0px solid #CCCCCC;
        border-bottom: 0px solid #CCCCCC;
		background-image: url("images/title11.png");
		background-size:100% 100%;
		width:77%;
}

.rank-title2{
	width: 563px;
	height:auto;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 75px ;
	float:center;
	font-size: 4.5vw;
        border-top: 0px solid #CCCCCC;
        border-right: 0px solid #CCCCCC;
	    border-left: 0px solid #CCCCCC;
        border-bottom: 0px solid #CCCCCC;
		background-image: url("images/title12.png");
		background-size:100% 100%;
		width:77%;
}

.rank-title3{
	width: 563px;
	height:auto;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 75px ;
	float:center;
	font-size: 4.5vw;
        border-top: 0px solid #CCCCCC;
        border-right: 0px solid #CCCCCC;
	    border-left: 0px solid #CCCCCC;
        border-bottom: 0px solid #CCCCCC;
		background-image: url("images/title13.png");
		background-size:100% 100%;
		width:77%;
}

.rank-title4{
	width: 563px;
	height:auto;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 75px ;
	float:center;
	font-size: 4.5vw;
        border-top: 0px solid #CCCCCC;
        border-right: 0px solid #CCCCCC;
	    border-left: 0px solid #CCCCCC;
        border-bottom: 0px solid #CCCCCC;
		background-image: url("images/title14.png");
		background-size:100% 100%;
		width:77%;
}
	
	.rank-title5{
	width: 563px;
	height:auto;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 75px ;
	float:center;
	font-size: 4.5vw;
        border-top: 0px solid #CCCCCC;
        border-right: 0px solid #CCCCCC;
	    border-left: 0px solid #CCCCCC;
        border-bottom: 0px solid #CCCCCC;
		background-image: url("images/title15.png");
		background-size:100% 100%;
		width:77%;
}
}

.rank-gazou{
	float: left;
	width: 300px;
	height:250px;
	margin: 0px 0px 0px;
	padding: px;
        border-top: 0px solid #CCCCCC;
        border-right: 0px solid #CCCCCC;
	    border-left: 0px solid #CCCCCC;
        border-bottom: 0px solid #CCCCCC;
		
}

.rank1{
	float: left;
	width: 350px;
	height:250px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    border-top: 0px solid #CCCCCC;
    border-right: 0px solid #CCCCCC;
	border-left: 0px solid #CCCCCC;
    border-bottom: 0px solid #CCCCCC;
		
}

.rank2{
	float: right;
	width: 350px;
	height:25px;
	font-weight: bold;
	font-size: 120%;
	text-align:center; 
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 7px 0px;
    border-top: 0px solid #CCCCCC;
    border-right: 0px solid #CCCCCC;
	border-left: 0px solid #CCCCCC;
    border-bottom: 0px solid #CCCCCC;
		
}

.rank3{
	float: right;
	width: 348px;
	height:130px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    border-top: 0px solid #CCCCCC;
    border-right: 0px solid #CCCCCC;
	border-left: 0px solid #CCCCCC;
    border-bottom: 0px solid #CCCCCC;
		
}

.rank4{
	float: right;
	width: 315px;
	height:100px;
	font-size: 120%;
	line-height: 22px;
	margin: 5px 5px 7px 0px;
	padding: 15px 10px 0px 10px;
	border:solid 2px #87CEEB;
    border-radius:10px;
    background-color:LemonChiffon;
	box-shadow: 5px 5px 5px #ccc;
}

.rank-main{
	width: 645px;
	height:280px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px ;
	float:center;
	font-size: 100%;
        border-top: 1px solid #ffffff;
        border-right: 1px solid #ffffff;
	    border-left: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff;
		background-image: url("images/waku1.png");
}

.rank-tokutyou1{
	width: 600px;
	height:30px;
	margin: 40px 0px 0px 0px;
	padding: 5px 0px 0px 30px ;
	float:center;
	font-size: 180%;
	font-weight: bold;
        border-top: 0px solid #CCCCCC;
        border-right: 0px solid #CCCCCC;
	    border-left: 0px solid #CCCCCC;
        border-bottom: 0px solid #CCCCCC;
		
}

.rank-tokutyou2{
	width: 550px;
	height:23px;
	margin: 15px 0px 0px 50px;
	padding: 2px 0px 0px 10px ;
	float:center;
	font-size: 125%;
	font-weight: bold;
        border-top: 0px solid #CCCCCC;
        border-right: 0px solid #CCCCCC;
	    border-left: 0px solid #CCCCCC;
        border-bottom: 0px solid #CCCCCC;
		background-image: url("images/reten2.png");
		
}

.rank-tokutyou3{
	width: 550px;
	height:23px;
	margin: 5px 0px 0px 50px;
	padding: 2px 0px 0px 10px ;
	float:center;
	font-size: 125%;
	font-weight: bold;
        border-top: 0px solid #CCCCCC;
        border-right: 0px solid #CCCCCC;
	    border-left: 0px solid #CCCCCC;
        border-bottom: 0px solid #CCCCCC;
		background-image: url("images/reten2.png");
		
}

a.rank-button1{
	width: 250px;
	height:58px;
	margin: 10px 0px 0px 55px;
	padding: 0px 0px 0px 0px ;
	float:left;
        border-top: 0px solid #CCCCCC;
        border-right: 0px solid #CCCCCC;
	    border-left: 0px solid #CCCCCC;
        border-bottom: 0px solid #CCCCCC;
		text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
		background-image: url("images/button5.png");
		
}

a.rank-button1:hover{
 background-image: url(images/button5.1.png);
 }

a.rank-button2{
	width: 250px;
	height:58px;
	margin: 10px 55px 0px 0px;
	padding: 0px 0px 0px 0px ;
	float:right;
        border-top: 0px solid #CCCCCC;
        border-right: 0px solid #CCCCCC;
	    border-left: 0px solid #CCCCCC;
        border-bottom: 0px solid #CCCCCC;
		text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
		background-image: url("images/button6.png");
		
}

a.rank-button2:hover{
 background-image: url(images/button6.1.png);
 }

.ranktable{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px ;
		
}

.rank-waku1{
	width: 319px;
	height:340px;
	margin: 0px 3px 20px 3px;
	padding: 0px 0px 0px 0px;
	float:left;
	font-size: 45%;
        border-top: 1px solid #aaaaaa;
        border-right: 1px solid #aaaaaa;
	border-left: 1px solid #aaaaaa;
        border-bottom: 1px solid #aaaaaa;
		
}
@media(max-width:340px){
.rank-waku1{
	width: 97%;
	height:340px;
	margin: 0px 3px 20px 3px;
	padding: 0px 0px 0px 0px;
	float:left;
	font-size: 45%;
        border-top: 1px solid #aaaaaa;
        border-right: 1px solid #aaaaaa;
	border-left: 1px solid #aaaaaa;
        border-bottom: 1px solid #aaaaaa;
		
}
}

.rank-title6{
	width: 293px;
	height:20px;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 5px 30px ;
	float:center;
	font-size: 240%;
	font-weight: bold;
        border-top: 0px solid #CCCCCC;
        border-right: 0px solid #CCCCCC;
	    border-left: 0px solid #CCCCCC;
        border-bottom: 0px solid #CCCCCC;
		background-image: url("images/title16.png");
		
}
@media(max-width:340px){
.rank-title6{
	width: 275px;
	height:20px;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 5px 30px ;
	float:center;
	font-size: 240%;
	font-weight: bold;
        border-top: 0px solid #CCCCCC;
        border-right: 0px solid #CCCCCC;
	    border-left: 0px solid #CCCCCC;
        border-bottom: 0px solid #CCCCCC;
		background-image: url("images/title16.png");
		
}
}

.rank-title7{
	width: 281px;
	height:20px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 2px 42px ;
	float:center;
	font-size: 100%;
        border-top: 0px solid #CCCCCC;
        border-right: 0px solid #CCCCCC;
	    border-left: 0px solid #CCCCCC;
        border-bottom: 0px solid #CCCCCC;
		background-image: url("images/title12.png");
		
}

.rank-title8{
	width: 281px;
	height:20px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 2px 42px ;
	float:center;
	font-size: 100%;
        border-top: 0px solid #CCCCCC;
        border-right: 0px solid #CCCCCC;
	    border-left: 0px solid #CCCCCC;
        border-bottom: 0px solid #CCCCCC;
		background-image: url("images/title13.png");
		
}

.rank-title9{
	width: 281px;
	height:20px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 2px 42px ;
	float:center;
	font-size: 100%;
        border-top: 0px solid #CCCCCC;
        border-right: 0px solid #CCCCCC;
	    border-left: 0px solid #CCCCCC;
        border-bottom: 0px solid #CCCCCC;
		background-image: url("images/title14.png");
		
}

.rank-title10{
	width: 281px;
	height:20px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 2px 42px ;
	float:center;
	font-size: 100%;
        border-top: 0px solid #CCCCCC;
        border-right: 0px solid #CCCCCC;
	    border-left: 0px solid #CCCCCC;
        border-bottom: 0px solid #CCCCCC;
		background-image: url("images/title15.png");
		
}

.rank-gazou1{
	float: left;
	width: 150px;
	height:125px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
        border-top: 0px solid #CCCCCC;
        border-right: 0px solid #CCCCCC;
	    border-left: 0px solid #CCCCCC;
        border-bottom: 0px solid #CCCCCC;
		
}

.rank-gazou2{
	float: left;
	width: 319px;
	height:125px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
        border-top: 0px solid #CCCCCC;
        border-right: 0px solid #CCCCCC;
	    border-left: 0px solid #CCCCCC;
        border-bottom: 0px solid #CCCCCC;
		
}

.rank5{
	float: left;
	width: 160px;
	height:125px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    border-top: 0px solid #CCCCCC;
    border-right: 0px solid #CCCCCC;
	border-left: 0px solid #CCCCCC;
    border-bottom: 0px solid #CCCCCC;
		
}

.rank7{
	float: right;
	width: 160px;
	height:65px;
	font-size: 170%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    border-top: 0px solid #CCCCCC;
    border-right: 0px solid #CCCCCC;
	border-left: 0px solid #CCCCCC;
    border-bottom: 0px solid #CCCCCC;
		
}
@media(max-width:340px){
.rank5{
	float: left;
	width: 150px;
	height:125px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    border-top: 0px solid #CCCCCC;
    border-right: 0px solid #CCCCCC;
	border-left: 0px solid #CCCCCC;
    border-bottom: 0px solid #CCCCCC;
		
}

.rank7{
	float: right;
	width: 150px;
	height:65px;
	font-size: 170%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    border-top: 0px solid #CCCCCC;
    border-right: 0px solid #CCCCCC;
	border-left: 0px solid #CCCCCC;
    border-bottom: 0px solid #CCCCCC;
		
}
}

.rank8{
	float: right;
	width: 150px;
	height:50px;
	font-size: 120%;
	line-height: 11px;
	margin: 2px 2px 3px 0px;
	padding: 7px 5px 0px 5px;
	border:solid 2px #87CEEB;
    border-radius:5px;
    background-color:LemonChiffon;
	box-shadow: 2px 2px 2px #ccc;
}

.rank-main1{
	width: 318px;
	height:140px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px ;
	float:center;
	font-size: 100%;
        border-top: 1px solid #ffffff;
        border-right: 0px solid #ffffff;
	    border-left: 0px solid #ffffff;
        border-bottom: 0px solid #ffffff;
		background-image: url("images/waku4.png");
}
@media(max-width:340px){
.rank-main1{
	width: 318px;
	height:140px;
	margin: 0px 0px 0px -10px;
	padding: 0px 0px 0px 0px ;
	float:center;
	font-size: 100%;
        border-top: 1px solid #ffffff;
        border-right: 0px solid #ffffff;
	    border-left: 0px solid #ffffff;
        border-bottom: 0px solid #ffffff;
		background-image: url("images/waku4.png");
}
}

.rank-tokutyou4{
	width: 300px;
	height:15px;
	margin: 20px 0px 0px 0px;
	padding: 2px 0px 0px 15px ;
	float:center;
	font-size: 220%;
	font-weight: bold;
        border-top: 0px solid #CCCCCC;
        border-right: 0px solid #CCCCCC;
	    border-left: 0px solid #CCCCCC;
        border-bottom: 0px solid #CCCCCC;
		
}
@media(max-width:340px){
.rank-tokutyou4{
	min-width: 280px;
	height:15px;
	margin: 20px 0px 0px 0px;
	padding: 2px 0px 0px 15px ;
	float:center;
	font-size: 220%;
	font-weight: bold;
        border-top: 0px solid #CCCCCC;
        border-right: 0px solid #CCCCCC;
	    border-left: 0px solid #CCCCCC;
        border-bottom: 0px solid #CCCCCC;
		
}
}

.rank-tokutyou5{
	width: 275px;
	height:11px;
	margin:7px 0px 0px 25px;
	padding: 1px 0px 0px 5px ;
	float:center;
	font-size: 200%;
	line-height: 18px;
        border-top: 0px solid #CCCCCC;
        border-right: 0px solid #CCCCCC;
	    border-left: 0px solid #CCCCCC;
        border-bottom: 0px solid #CCCCCC;
		
}
@media(max-width:340px){
.rank-tokutyou5{
	min-width: 255px;
	height:11px;
	margin:7px 0px 0px 25px;
	padding: 1px 0px 0px 5px ;
	float:center;
	font-size: 200%;
	line-height: 18px;
        border-top: 0px solid #CCCCCC;
        border-right: 0px solid #CCCCCC;
	    border-left: 0px solid #CCCCCC;
        border-bottom: 0px solid #CCCCCC;
		
}
}

a.rank-button3{
	width: 135px;
	height:31px;
	margin: 5px 0px 0px 20px;
	padding: 0px 0px 0px 0px ;
	float:left;
        border-top: 0px solid #CCCCCC;
        border-right: 0px solid #CCCCCC;
	    border-left: 0px solid #CCCCCC;
        border-bottom: 0px solid #CCCCCC;
		text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
		background-image: url("images/button7.png");
		
}

a.rank-button3:hover{

 background-image: url(images/button7.1.png);
 }

a.rank-button4{
	width: 135px;
	height:31px;
	margin: 5px 20px 0px 0px;
	padding: 0px 0px 0px 0px ;
	float:right;
        border-top: 0px solid #CCCCCC;
        border-right: 0px solid #CCCCCC;
	    border-left: 0px solid #CCCCCC;
        border-bottom: 0px solid #CCCCCC;
		text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
		background-image: url("images/button8.png");
		
}

a.rank-button4:hover{
 background-image: url(images/button8.1.png);
 }
@media(max-width:340px){
a.rank-button3{
	width: 135px;
	height:31px;
	margin: 5px 0px 0px 10px;
	padding: 0px 0px 0px 0px ;
	float:left;
        border-top: 0px solid #CCCCCC;
        border-right: 0px solid #CCCCCC;
	    border-left: 0px solid #CCCCCC;
        border-bottom: 0px solid #CCCCCC;
		text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
		background-image: url("images/button7.png");
		
}

a.rank-button3:hover{

 background-image: url(images/button7.1.png);
 }

a.rank-button4{
	width: 135px;
	height:31px;
	margin: 5px 10px 0px 0px;
	padding: 0px 0px 0px 0px ;
	float:right;
        border-top: 0px solid #CCCCCC;
        border-right: 0px solid #CCCCCC;
	    border-left: 0px solid #CCCCCC;
        border-bottom: 0px solid #CCCCCC;
		text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
		background-image: url("images/button8.png");
		
}

a.rank-button4:hover{
 background-image: url(images/button8.1.png);
 }
}

.ranktable1{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px ;
		
}

a.rank-button5{
	width: 300px;
	height:51px;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px ;
	float:left;
        border-top: 0px solid #CCCCCC;
        border-right: 0px solid #CCCCCC;
	    border-left: 0px solid #CCCCCC;
        border-bottom: 0px solid #CCCCCC;
		text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
		background-image: url("images/ranking6.png");
		
}

a.rank-button5:hover{
 background-image: url(images/ranking6.1.png);
 }
 
 a.rank-button6{
	width: 300px;
	height:51px;
	margin: 0px 0px 10px 20px;
	padding: 0px 0px 0px 0px ;
	float:left;
        border-top: 0px solid #CCCCCC;
        border-right: 0px solid #CCCCCC;
	    border-left: 0px solid #CCCCCC;
        border-bottom: 0px solid #CCCCCC;
		text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
		background-image: url("images/ranking7.png");
		
}

a.rank-button6:hover{
 background-image: url(images/ranking7.1.png);
 }
 
a.rank-button7{
	width: 300px;
	height:51px;
	margin: 0px 0px 10px 20px;
	padding: 0px 0px 0px 0px ;
	float:left;
        border-top: 0px solid #CCCCCC;
        border-right: 0px solid #CCCCCC;
	    border-left: 0px solid #CCCCCC;
        border-bottom: 0px solid #CCCCCC;
		text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
		background-image: url("images/ranking8.png");
		
}

a.rank-button7:hover{
 background-image: url(images/ranking8.1.png);
 }
 
a.rank-button8{
	width: 300px;
	height:51px;
	margin: 0px 0px 20px 20px;
	padding: 0px 0px 0px 0px ;
	float:left;
        border-top: 0px solid #CCCCCC;
        border-right: 0px solid #CCCCCC;
	    border-left: 0px solid #CCCCCC;
        border-bottom: 0px solid #CCCCCC;
		text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
		background-image: url("images/ranking9.png");
		
}

a.rank-button8:hover{
 background-image: url(images/ranking9.1.png);
 }

a.rank-button9{
	width: 300px;
	height:51px;
	margin: 0px 0px 20px 20px;
	padding: 0px 0px 0px 0px ;
	float:left;
        border-top: 0px solid #CCCCCC;
        border-right: 0px solid #CCCCCC;
	    border-left: 0px solid #CCCCCC;
        border-bottom: 0px solid #CCCCCC;
		text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
		background-image: url("images/ranking10.png");
		
}

a.rank-button9:hover{
 background-image: url(images/ranking10.1.png);
 }
 
a.rank-button10{
	width: 300px;
	height:51px;
	margin: 10px 15px 30px 0px;
	padding: 0px 0px 0px 0px ;
	float:left;
        border-top: 0px solid #CCCCCC;
        border-right: 0px solid #CCCCCC;
	    border-left: 0px solid #CCCCCC;
        border-bottom: 0px solid #CCCCCC;
		text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
		background-image: url("images/ranking11.png");
		
}

a.rank-button10:hover{
 background-image: url(images/ranking11.1.png);
 }
 
 a.rank-button11{
	width: 300px;
	height:51px;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px ;
	float:left;
        border-top: 0px solid #CCCCCC;
        border-right: 0px solid #CCCCCC;
	    border-left: 0px solid #CCCCCC;
        border-bottom: 0px solid #CCCCCC;
		text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
		background-image: url("images/ranking6.png");
		
}

a.rank-button11:hover{
 background-image: url(images/ranking6.1.png);
 }
 
  a.rank-button12{
	width: 300px;
	height:51px;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px ;
	float:left;
        border-top: 0px solid #CCCCCC;
        border-right: 0px solid #CCCCCC;
	    border-left: 0px solid #CCCCCC;
        border-bottom: 0px solid #CCCCCC;
		text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
		background-image: url("images/ranking11.png");
		
}

a.rank-button12:hover{
 background-image: url(images/ranking11.1.png);
 }
 
a.rank-button13{
	width: 550px;
	height:46px;
	margin: 0px 0px 30px 25px;
	padding: 24px 0px 0px 0px ;
	float:left;
	text-align: center;
	text-decoration: none;
	font-size: 160%;
	font-weight: bold;
	color: #ffffff;
        white-space: nowrap;
        overflow: hidden;
        border-top: 0px solid #CCCCCC;
        border-right: 0px solid #CCCCCC;
	    border-left: 0px solid #CCCCCC;
        border-bottom: 0px solid #CCCCCC;
		background-image: url("images/button9.png");
		
}
@media(max-width:800px){
  a.rank-button13{
	width: 100%;
	max-width:550px;
	height: 46px;
	margin: 0px 0px 20px 15px;
	padding: 24px 0px 0px 0px ;
	float:left;
	text-align: center;
	text-decoration: none;
	font-size:3.5vw;
	font-weight: bold;
	color: #ffffff;
        white-space: nowrap;
        overflow: hidden;
        border-top: 0px solid #CCCCCC;
        border-right: 0px solid #CCCCCC;
	    border-left: 0px solid #CCCCCC;
        border-bottom: 0px solid #CCCCCC;
		background-image: url("images/button9.png");
		background-size:100% 100%; 
}
}
@media(max-width:480px){
  a.rank-button13{
	width: 100%;
	max-width:550px;
	height: 46px;
	margin: 0px 0px 20px 0px;
	padding: 24px 0px 0px 0px ;
	float:left;
	text-align: center;
	text-decoration: none;
	font-size:4.5vw;
	font-weight: bold;
	color: #ffffff;
        white-space: nowrap;
        overflow: hidden;
        border-top: 0px solid #CCCCCC;
        border-right: 0px solid #CCCCCC;
	    border-left: 0px solid #CCCCCC;
        border-bottom: 0px solid #CCCCCC;
		background-image: url("images/button9.png");
		background-size:100% 100%; 
}
}

a.rank-button13:hover{
 background-image: url("images/button9.1.png");
 }
 
a.rank-button14{
	width: 550px;
	height:46px;
	margin: 0px 0px 20px 25px;
	padding: 24px 0px 0px 0px ;
	float:left;
	text-align: center;
	text-decoration: none;
	font-size: 160%;
	font-weight: bold;
	color: #ffffff;
        white-space: nowrap;
        overflow: hidden;
        border-top: 0px solid #CCCCCC;
        border-right: 0px solid #CCCCCC;
	    border-left: 0px solid #CCCCCC;
        border-bottom: 0px solid #CCCCCC;
		background-image: url("images/button10.png");
		
}
@media(max-width:800px){
  a.rank-button14{
	width: 100%;
	max-width:550px;
	height: 46px;
	margin: 0px 0px 20px 15px;
	padding: 24px 0px 0px 0px ;
	float:left;
	text-align: center;
	text-decoration: none;
	font-size:3.5vw;
	font-weight: bold;
	color: #ffffff;
        white-space: nowrap;
        overflow: hidden;
        border-top: 0px solid #CCCCCC;
        border-right: 0px solid #CCCCCC;
	    border-left: 0px solid #CCCCCC;
        border-bottom: 0px solid #CCCCCC;
		background-image: url("images/button10.png");
		background-size:100% 100%; 
}
}
@media(max-width:480px){
  a.rank-button14{
	width: 100%;
	max-width:550px;
	height: 46px;
	margin: 0px 0px 20px 0px;
	padding: 24px 0px 0px 0px ;
	float:left;
	text-align: center;
	text-decoration: none;
	font-size:4.5vw;
	font-weight: bold;
	color: #ffffff;
        white-space: nowrap;
        overflow: hidden;
        border-top: 0px solid #CCCCCC;
        border-right: 0px solid #CCCCCC;
	    border-left: 0px solid #CCCCCC;
        border-bottom: 0px solid #CCCCCC;
		background-image: url("images/button10.png");
		background-size:100% 100%; 
}
}

a.rank-button14:hover{
 background-image: url("images/button10.1.png");
 }
 
.mao1 {
	width: 585px;
	min-height:62px;
	margin: 20px 20px 30px 20px;
    padding:20px;
	line-height: 180%;
	background-image: url("images/mao1.png");
}
@media(max-width:680px){
.mao1 {
	width:85%;
	min-width:275px;
	margin:20px 5px 40px 5px;
    padding:20px 10px 20px 10px;
	line-height: 160%;
    border:solid 2px darkred;
    border-radius:10px;
    background-color:LemonChiffon;
	box-shadow: 5px 5px 5px #AAA;
	background-image:none;
}
}

.mao2 {
	width: 585px;
	min-width:320px;
	min-height:42px;
	margin: 20px 20px 30px 20px;
    padding:20px;
	line-height: 160%;
	background-image: url("images/mao2.png");
}
@media(max-width:680px){
.mao2 {
	width:85%;
	min-width:275px;
	margin:20px 5px 40px 5px;
    padding:20px 10px 20px 10px;
	line-height: 160%;
    border:solid 2px darkred;
    border-radius:10px;
    background-color:LemonChiffon;
	box-shadow: 5px 5px 5px #AAA;
	background-image:none;
}
}
.mao3 {
	width: 585px;
	min-height:89px;
	margin: 20px 20px 30px 20px;
    padding:20px;
	line-height: 160%;
	background-image: url("images/mao3.png");
}
@media(max-width:680px){
.mao3 {
	width:85%;
	min-width:275px;
	margin:20px 5px 40px 5px;
    padding:20px 10px 20px 10px;
	line-height: 160%;
    border:solid 2px darkred;
    border-radius:10px;
    background-color:LemonChiffon;
	box-shadow: 5px 5px 5px #AAA;
	background-image:none;
}
}
.mao4 {
	width: 570px;
	height:62px;
	margin: 10px 20px 20px 20px;
    padding:32px 20px 5px 30px;
	line-height: 160%;
	background-image: url("images/mao5.png");
}
@media(max-width:680px){
.mao4 {
	padding: 15px 0px 12px 15px;
	margin: 0px 0px 20px 10px;
	border-left: 10px solid #FCF;
	border-right: 10px solid #fcf;
	border-bottom: 2px solid #333;
	font-weight: bold;
text-align: left;
	color: #333333;
	background-color: #eee;
	 background-size:100% 100%;
	max-width: 90%;
	min-width: 270px;
	background-image:none;
}
}

@media(max-width:480px){
.mao4 {
	padding: 15px 0px 12px 15px;
	margin: 0px 0px 20px 5px;
	border-left: 10px solid #FCF;
	border-right: 10px solid #fcf;
	border-bottom: 2px solid #333;
	font-weight: bold;
text-align: left;
	color: #333333;
	background-color: #eee;
	 background-size:100% 100%;
	max-width: 86%;
	min-width: 270px;
	background-image:none;
}
}

.koumoku1{
	float: center;
	width: 640px;
	height:150px;
	line-height: 22px;
	margin: 10px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
        border-top: 1px solid #CCCCCC;
        border-right: 1px solid #CCCCCC;
	    border-left: 1px solid #CCCCCC;
        border-bottom: 1px solid #CCCCCC;

}

.koumoku2{
	font-size:100%;
	line-height: 140%;
    margin: 10px 10px 0px 10px;
	}

.topimage{
	float: left;
	width: 150px;
	height: 150px;
	
	margin: 0px 10px 0px 0px;
	padding: 0px;
	font-size: 90%;
        border-top: 0px solid #CCCCCC;
        border-right: 1px solid #CCCCCC;
	    border-left: 0px solid #CCCCCC;
        border-bottom: 0px solid #CCCCCC;
}

#link_box4{
position: relative;
width: 640px;
height: 150px;
border-color: #999999;
border-style: dotted;
}

#link_box4 a{
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
}

#link_box4 a:hover{
    background-color:#BBBBBB;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.3;
	text-decoration:underline;
}

@media(max-width:900px){
	.koumoku1{
	float: center;
	width: 640px;
	height:150px;
	line-height: 22px;
	margin: 10px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
        border-top: 1px solid #CCCCCC;
        border-right: 1px solid #CCCCCC;
	    border-left: 1px solid #CCCCCC;
        border-bottom: 1px solid #CCCCCC;
		max-width: 100%;
		height: auto;
	min-width: 320px;
	overflow:hidden;

}

   .topimage{
	float: left;
	width: 150px;
	height: 150px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	font-size: 90%;
        border-top: 0px solid #CCCCCC;
        border-right: 1px solid #CCCCCC;
	    border-left: 0px solid #CCCCCC;
        border-bottom: 0px solid #CCCCCC;
		max-width: 100%;
		height: auto;
	min-width: 100px;
	float:left;
}

#link_box4{
position: relative;
width: 640px;
height: 150px;
border-color: #999999;
border-style: dotted;
max-width: 100%;
}

#link_box4 a{
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

#link_box4 a:hover{
    background-color:#BBBBBB;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.3;
	text-decoration:underline;
}
}

@media(max-width:640px){
	.koumoku1{
	float: left;
	width: 640px;
	height:100px;
	line-height: 22px;
	margin: 10px 5px 0px 5px;
	padding: 0px 0px 0px 0px;
        border-top: 1px solid #CCCCCC;
        border-right: 1px solid #CCCCCC;
	    border-left: 1px solid #CCCCCC;
        border-bottom: 1px solid #CCCCCC;
		max-width: 100%;
		height: auto;
	min-width: 290px;
	overflow:hidden;

}

   .topimage{
	float: left;
	width: 100px;
	height: 100px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	font-size: 90%;
        border-top: 0px solid #CCCCCC;
        border-right: 1px solid #CCCCCC;
	    border-left: 0px solid #CCCCCC;
        border-bottom: 1px solid #CCCCCC;
		max-width: 100%;
		height: auto;
	min-width: 80px;
	float:left;
}

#link_box4{
position: relative;
width: 640px;
height: auto;
border-color: #999999;
border-style: dotted;
max-width: 100%;
min-width: 300px;
}

#link_box4 a{
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

#link_box4 a:hover{
    background-color:#BBBBBB;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.3;
	text-decoration:underline;
}
}