﻿@charset "utf-8";

/* Reset
------------------------------------------------- */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,
pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,
strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,
caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,
figure,footer,header,hgroup,menu,nav,section,summary,time,mark,
audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;
vertical-align:baseline;background:transparent;font-weight:normal;}
body{line-height:1}article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section{display:block}
ul{list-style:none}blockquote,q{quotes:none}blockquote:before,
blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;
font-size:100%;vertical-align:baseline;background:transparent}
del{text-decoration:line-through}abbr[title],dfn[title]
{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;
margin:1em 0;padding:0}input,select{vertical-align:middle}


/* Default
------------------------------------------------- */
body {
      background-color: rgb(255,255,255);
      color:  rgb(0,0,0);
      margin: 0px 10px;
      text-align: center;
      font-family: ;
      line-height: 1.4;
      font-size: 100%;
      overflow:scroll;
}



/* Hyper text
------------------------------------------------- */
a { 
	/*\*/
	overflow: hidden;	/* for Fx */
	/**/
}

a:link { text-decoration:none; color: rgb(51,102,255);  }
a:visited { text-decoration:none; color: rgb(51,102,255); }
a:focus, a:hover { text-decoration:none;  rgb(153,102,153); }
a:active { text-decoration:none;  rgb(153,102,153); }



/* Image（新規）
------------------------------------------------- */
a img {	border: none;
        margin: 0px;
}

.pic1s { 
       width:500px;
       float:right;
       padding: 0px 0px 0px 10px;
}
.pic1t { 
       width:180px;
       float:right;
       padding: 2px 0px ;
}

.pic1h { 
       height:500px;
       padding: 2px 0px ;
}

.pic2 { 
       width:200px;
       padding: 2px 0px ;
}
.pic2h { 
       height:200px;
       padding: 2px 0px ;
}

.pic3 { 
       width:400px;
       padding: 2px 0px ;
}
.pic3h { 
       height:400px;
       padding: 2px 0px ;
}

.pic4 { 
       width:350px;
       padding: 2px 0px ;
}

.pic6 { 
       width:300px;
       padding: 2px 0px ;
}

.pic7 { 
       width:100%;
       padding: 2px 0px ;
}

.picF { 
       margin: 0px 0px 10px;
}

.picH { 
       height: 25px;
}



/* Image
-------------------------------------------------
.pic1 { 
        margin: 0px 0px 0px 0px ;
}



.pic3 { 
       float:right;
       padding: 0px 0px 0px 10px;
}

 */

/* Base elements（新規）
------------------------------------------------- */
h1 { font-size: 200%;
     font-weight: 600;
     line-height:1.2;
     margin: 0 0 10px;
}

h2 { font-size: 150%;
     font-weight: 600;
     color: rgb(105,105,105);
     margin: 0 0 2px;
}

h3 { font-size: 100%;
     font-weight: 600;
}

h4 { font-size: 80%; 
     line-height:1.5;
     margin: 5px 0px 2px;
}

h5 { font-size: 100%;
     margin: 10px auto 10px;
     text-align: right;
     letter-spacing:2px;
}




/* Base elements
-------------------------------------------------





.gray   { color: rgb(105,105,105);}
.blue { color: rgb(0,0,255);}
.black { color: rgb(0,0,0);}
.mediumseagreen { color: rgb(60,179,113);} 




.green  { color: rgb(0,128,0);}
.white  { color: rgb(255,255,255);}
.lemon  { color: rgb(255,255,153);}
.yellow { color: rgb(255,255,0);}


ul, ol, li, dl, dt, dd { list-style: none; }

 */




/* Iframe（新規）
------------------------------------------------- */
iframe {
       border: none;
       margin: 10px 0px 5px 5px;
}



/* Layout（新規）
------------------------------------------------------------ */
#header{
      width: 750px;
      position: relative;
      overflow: hidden;
      line-height:1;
      text-align: center;
      margin: 5px auto;
      padding: 0px 0px 2px;
      color: rgb(0,128,128);
      border-bottom: 3px solid rgb(255,192,203);
}

#title {
	width: 750px;
	position: relative;
	overflow: hidden;
        line-height:1.8;
        text-align: left;
        font-size: 90% ;
	margin: 30px auto;
	padding: 0px;
	border: 0px ;
}

.indextitle{
       width: 198px;
       height:198px;
       float:left;
       position: relative;
       margin: 0px 20px 10px 0px;
       padding: 0px ;
       text-align: center;
       line-height: 9.2;
       font-size: 150% ;
       border:1px solid rgb(60,179,113);
}

.indextitle a {
       color: rgb(60,179,113);
}

.index{
       width: 510px;
       float:left;
       position: relative;
       text-align: center;
       margin: 0px auto ;
       padding: 30px 10px ;
       border:0px ;
       color: rgb(105,105,105);
}

#container {
	width: 720px;
	position: relative;
	overflow: hidden;
        line-height:1.2;
        text-align: left;
        font-size: 90% ;
	margin: 15px auto;
	padding: 20px 15px 15px;
	border-top: 1px solid rgb(105,105,105);
	border-bottom: 0px ;
}

#subcontainer {
	width: 720px;
	position: relative;
	overflow: hidden;
        line-height:20px;
        text-align: left;
        font-size: 80% ;
	margin: 15px auto;
	padding: 20px 15px 15px;
	border-top: 1px dotted rgb(192,192,192);
	border-bottom: 0px ;
}

.map { 
       float:right ;
       padding: 0px 0px 0px 0px;   
}

.route ul { 
       margin: 20px 0px 30px;
       text-align: left;
       line-height: 1.5;
}
.route li { 
       padding-right :15px ; 
       display: inline-block;
}

.coursepic{
       float:left;
       position: relative;
       font-size: 80% ;
       text-align:left;
       letter-spacing:1px;
       line-height:1.2;
       margin: 0px 10px 5px 0px;
       padding: 0px ;
       border:0px ;
}
/* 小石川貝塚 */
.cap300{
       width: 300px;
       line-height:1.4;
       padding: 0px 2px 2px;
       border:1px solid rgb(211,211,211);
}
/* 富士塚 */
.cap200{
       width: 200px;
       float:left;
}

.coursepicN{
       float:none;
       position: relative;
       font-size: 80% ;
       text-align:left;
       letter-spacing:1px;
       line-height:1.2;
       margin: 0px 10px 5px;
       padding: 0px ;
       border:0px ;
}

#footer {
	width: 750px;
	position: relative;
	clear: both;
        line-height:1.2;
        margin: 0px auto;
        padding :10px 0 80px;
        font-size: 80% ;
        text-align: center;
	letter-spacing: normal;
        color: rgb(105,105,105);
        border-top: 3px solid rgb(255,192,203);

}

.clear { clear: both; }



/* Layout
------------------------------------------------------------

#lead{
       width: 530px;
       float:left;
       position: relative;
       text-align: left;
       letter-spacing:0px;
       margin: 0px auto 0px;
       padding: 30px 10px 0px  ;
       border:0px solid rgb(60,179,113);
       color: rgb(0,0,0);
}


#coursepic2{
       width: 294px;
       float:left;
       position: relative;
       font-size: 80% ;
       text-align:left;
       letter-spacing:1px;
       line-height:20px;
       margin: 0px 10px 0px 0px;
       padding: 2px 2px 2px 2px;
       background-color: rgb(255,255,255);
       border:1px solid rgb(105,105,105);
}

#coursepic3{
       float:left;
       position: relative;
       font-size: 80% ;
       text-align:left;
       letter-spacing:1px;
       line-height:20px;
       margin: 0px 10px 5px 0px;
       padding: 0px 0px 0px 0px;
       border:0px solid rgb(60,179,113);
}

#coursepic4{
       width: 150px;
       float:left;
       position: relative;
       font-size: 80% ;
       text-align:left;
       letter-spacing:1px;
       line-height:20px;
       margin: 0px 10px 5px 0px;
       padding: 0px 0px 0px 0px;
       border:0px solid rgb(60,179,113);
}

#coursepic5{
       float:right;
       position: relative;
       font-size: 80% ;
       text-align:left;
       letter-spacing:1px;
       line-height:20px;
       margin: 0px 0px 5px 10px;
       padding: 0px 0px 0px 0px;
       border:0px solid rgb(60,179,113);
}

#creditR {
	width: 720px;
	position: relative;
	overflow: hidden;
        line-height:25px;
        text-align: right;
        font-size: 90% !important;
        letter-spacing:0px;
	margin: 15px auto;
	padding: 0px 15px 15px;
	border-top: 0px solid rgb(105,105,105);
	border-bottom: 0px solid rgb(105,105,105);
}
 */


/* Button（新規）
------------------------------------------------------------ */
.page-top {
      display:inline-block;
      position: fixed;
      line-height:1.5;
      height: 50px;
      width:50px;
      opacity: 0.7;
      box-shadow:0px 0px 6px 3px rgb(105,105,105);"
    　padding-top: 0px;
      text-align: center;
      vertical-align:middle;
      font-size: 80% ;
} 

.bg-purple {
      bottom: 20px;
      right: 44px; 
      background-color: rgb(138,43,226);
}

.bg-blue {
      bottom: 20px;
      right: 97px; 
      background-color: rgb(0,191,255);
}

.page-top a{
      color: rgb(255,255,255);
      text-decoration : none;
} 

.page-top p{
      margin: 5px 0px;
} 




/* Button
------------------------------------------------------------

#button {
      width:720px;
      height: 50px;
      position: relative;
      overflow: hidden;
      background-color: rgb(255,255,240);
      clear: both;
      margin: 0 auto;
      padding: 0px 0px 0px;
      font-size: 130% !important;
      font-weight: 600%;
      text-align: center;
    　color: rgb(30,144,255);
      border:0px solid  rgb(205,133,63);
}

.btn a{
      display:inline-block;
      height: 25px;
      width:25px;
      background-color: rgb(255,255,240);
      border: 1px solid rgb(30,144,255);
      margin: 0px 5px 0px;
    　padding: 5px;
      text-decoration: none;
      text-align: center;
    　color: rgb(30,144,255);
}

.btn  a:link,
.btn  a::visited{
    　color: rgb(30,144,255);
      border: 1px solid rgb(30,144,255);
      text-decoration: none;
} 

.btn  a:focus,
.btn  a:active,
.btn  a:hover{
      background-color: rgb(30,144,255);
    　color: rgb(255,255,240);
      text-decoration: none;
    　border:1px solid  rgb(30,144,255);
} 

.btnN {
      display:inline-block;
      height: 25px;
      width:25px;
      background-color: rgb(30,144,255);
      border: 1px solid rgb(30,144,255); 
      color: rgb(255,255,240);
      margin: 0px 5px 0px;
    　padding: 5px;
      text-align: center;
      vertical-align: top;
} 

 */



/* Advertising（新規）
------------------------------------------------------------ */
.ad  {
	width: 250px;
        height: 250px;
        float:right;
	position: relative;
        overflow: hidden;
        text-align: right;
        margin: 20px auto 30px;
        padding :0px 5px 0px;
	border: 0px solid ; 
}



/* Advertising
------------------------------------------------------------
#ad2  {
	width: 720px;
        overflow: hidden;
	position: relative;
        text-align: right;
        margin: 0px auto 20px;
        padding :0px 5px 0px;
	border: 0px  solid #ff0066; 
}
 */


/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and ( max-width:479px )
{

  .pic1s { 
       width: 100%;
       padding: 0px ;
  }

  .pic1t { 
       float:none;
       display:block;
  }

  .pic3 { 
       width: 100%;
       padding: 0px ;
  }

  .pic4 { 
       width: 100%;
  }

  .pic6 { 
       width: 100%;
  }

  iframe {
       width: 100%;
       margin: 0px auto 10px;
  }

  #header{
        width: auto;
  }

  #title {
       width: auto;
  }

  .indextitle{
       float:none;
       margin: 0px auto;
  }

  .index{
       width: auto;
       float:none;
  }

  #container {
	width: auto;
  }

  #subcontainer {
	width: auto;
  }

  .map { 
       float:none;
  }

  .coursepic{
       float:none;
  }
  .cap300{
       width: 100%;
  }

  #footer {
	width: auto;
  }

  .ad  {
        float:none;
  }

}


