/*ベース*/
body {
	color: #000000;
	text-align: left;
	background-image:  url("images/bg.gif");
}

table {
    font-size:90%;
	}

table li {
   line-height:150%;
   }

/*文字*/

.red {color: #FF0000}
.blue {color: #0000FF}
.white {color: #FFFFFF}
.xlarge {font-size:160%}
.large {font-size: 120%}
.small {font-size: 80%}


/*見出し*/

h1 {
	font-size: 180%;
	font-weight: bold;
	color: #0000FF;
	text-align:left
}

h2 {
    margin:10px 5px;
	font-size: 160%;
	font-weight: bold;
	color: #333333;
	text-align:left;
}

h2:first-letter {
    font-size: 180%;
	}

h3 {
    margin:10px 5px;
	font-size: 140%;
	font-weight: bold;
	color: #333333;
	text-align:left
}

h4 {
	font-weight: bold;
	color: #333333;
	text-align:left
}




/*リンク*/
a:link {
	color: #008000;
}
a:active {
	color: #008000;
	font-weight:bold
}
a:visited {
	color: #006600;
}
a:hover {
	background: #ffff50;
}

img	{
	border:none
	}

/*行*/
p{
 line-height:180%;
 margin-right:25px;
}


/* 段組
----------------------------------------------- */
#content {
	margin-left:5px;
	width:760px;
  }
.maincol {
	float:left;
	width:510px;
	margin:0;
	font-size:90%;
	line-height:1.5em;
  }
.subcol {
  float:right;
  width:120px;
  margin:0;
  font-size:85%;
  line-height:1.5em;
  }
.xcol {
  float:right;
  width:120px;
  font-size:85%;
  line-height:1.5em;
  }
  
.col-M .maincol {
  float:none;
  width:100%;
  }
.col-SM .maincol, .col-SMX .maincol {width:630px;}
.col-SM .xcol, .col-MS .xcol, .col-M .subcol, .col-M .xcol {display:none;}
.col-SM .maincol, .col-SMX .maincol {float:right;}
.col-SM .subcol, .col-SMX .subcol {float:left;}
  
.col-MSX .wrap, .col-SMX .wrap {
  float:left;
  width:632px;
  }
.col-MSX .maincol, .col-SMX .maincol {width:510px;}
.col-MSX .subcol, .col-SMX .subcol {width:120px;}


#triple .maincol {
	float:left;
	width:250px;
	margin:0;
	font-size:90%;
	line-height:1.5em;
  }
#triple .subcol {
  float:right;
  width:250px;
  margin:0;
  font-size:90%;
  line-height:1.5em;
  }
#triple .xcol {
  float:right;
  width:250px;
  margin:0;
  font-size:90%;
  line-height:1.5em;
  }

#triple .wrap {
  float:left;
  width:505px;
  }


/*ヘッダ*/

#header {
    height:88px;
	}
	
.logo {
	position:absolute;
	width:402px;
	height:86px;
	background-image: url("images/logo.gif");
	background-repeat:no-repeat;
	left: 369px;
	top: 10px;
  }
#header h1 {display:none;}




/* メインナビ
----------------------------------------------- */
#nav {
    clear:both;
	margin-left:5px;
	margin-bottom:5px;
	font-size:120%;
  
	/*margin-top: 30px;*/
  }
#nav div {
  width:755px;
  bottom:0;
  left:0;
  border-left:1px solid #9c3;
  background-color:#CCFF99;	
  }
#nav a, #nav strong, #nav em {
  float:left;
  display:block;
  padding:2px 6px 7px;
  border-width:0;
  border-style:none;
  border-right:1px solid #006600;
  text-decoration:none;
  text-transform:lowercase;
  color:#006600;
  height:1.2em;
  } html>body #nav a, html>body #nav strong, html>body #nav em {height:1.2em;}
#nav strong {
  border-bottom:5px solid #009900;
  padding-bottom:2px;
  color:#000;
  }
#nav a:hover {
  color:#f00;
  }
/* \ Hack to get IE5/Mac to ignore the following rule */
#nav a:hover {
  border-bottom:5px solid #9c3;
  padding-bottom:2px;
  }
#nav strong a {
  float:none;
  display:inline;
  border-width:0;
  padding:0;
  }
#nav strong a:hover {
  border-bottom-width:0;
  }
#nav em {
  float:none;
  display:block;
  padding-left:0;
  padding-right:0;
  border-right-width:0;
  }
#nav span {display:none;}




/* フッタナビ
----------------------------------------------- */
#navf {
	clear:both;
	margin-left:5px;
	margin-bottom:5px;
	font-size:120%;
	margin-top: 30px;
  }
#navf div {
  width:755px;
  bottom:0;
  left:0;
  border-left:1px solid #9c3;
  background-color:#CCFF99;	
  }
#navf a, #navf strong, #navf em {
  float:left;
  display:block;
  padding:2px 6px 7px;
  border-width:0;
  border-style:none;
  border-right:1px solid #006600;
  text-decoration:none;
  text-transform:lowercase;
  color:#003300;
  height:1.2em;
  } html>body #navf a, html>body #navf strong, html>body #navf em {height:1.2em;}
#navf strong {
  border-bottom:5px solid #009900;
  padding-bottom:2px;
  color:#000;
  }
#navf a:hover {
  color:#f00;
  }
/* \ Hack to get IE5/Mac to ignore the following rule */
#navf a:hover {
  border-bottom:5px solid #9c3;
  padding-bottom:2px;
  }
#navf strong a {
  float:none;
  display:inline;
  border-width:0;
  padding:0;
  }
#navf strong a:hover {
  border-bottom-width:0;
  }
#navf em {
  float:none;
  display:block;
  padding-left:0;
  padding-right:0;
  border-right-width:0;
  }
#navf span {display:none;}



/*位置*/
.con1 {
  margin-left: 60px;
  margin-right: 20px;
  }

.con2 {
  margin-left: 100px;
  margin-right: 20px;
  }
  
.con3 {
  margin-left: 140px;
  margin-right: 20px;
  }

.con4 {
  margin-left: 180px;
  margin-right: 20px;
  }

.con5 {
  margin-left: 220px;
  margin-right: 20px;
  }

.con6 {
  margin-left: 260px;
  margin-right: 20px;
  }


.center {
  text-align:center;
  }
  
.right {
  text-align:right;
  }


/* パンくず
-----------------------------------------------*/
.pannavi {

  clear:both;
  width:755px;
  margin-bottom:10px;
  font-size: 80%;
  color:#FFFFFF;
  background-color:#000000;
  }

.pannavi p {
  margin:3px 5px;
  }

.pannavi a:link,#eat .pannavi a:link  {
  color:#CCCCCC;
  text-decoration:none;
  }

.pannavi a:active,#eat .pannavi a:active {
    color:#000000;
	font-weight:bold;
	text-decoration:none;
  }
.pannavi a:visited,#eat .pannavi a:visited {
	color: #FFFFFF;
	text-decoration:none;
	}
.pannavi a:hover,#eat .pannavi a:hover {
  background:#FFFFFF;
  color:#000000;
  }
  



/*トップへ
----------------------------------------------*/

#gohome img	{
	border:none
	}


#gohome .button a {
    display:block;
	width:600px;
	height:25px;
	}

#gohome #button01	{
	background-image:url("images/gotop.gif");
	}


#gohome .button a:hover img	{
	visibility:hidden
	}


/*鑑へ*/

#gopast img	{
	border:none
	}


#gopast .past a {
    display:block;
	width:300px;
	height:25px;
	}

#gopast #past01	{
	background-image:url("images/past1.gif");
	}


#gopast .past a:hover img	{
	visibility:hidden
	}



/*更新日付*/

#date {
    width:760px;
	text-align:right;
	font-size:80%;
	}


/*かこみ*/

.box {
    border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	}

.box p {
    margin-bottom:20px;
	}

.box1 {
	width:600px;
	border:3px solid #FF6600;
	background-color:#FFFFCC;
	}

.box2 {
	width:480px;
	border:2px solid #FF6600;
	background-color:#FFFFCC;
	}

.box3 {
	border: 1px solid #CCCCCC;
  }


/*フッタ*/
#footer {
	clear:both;
	font-size:75%;
	width:600px;
	height:200px;
	margin-left: 160px;
	background-image: url('file:///C:/Documents%20and%20Settings/SANEP/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/4D2381AR/contents/downtown.gif');
	background-repeat: no-repeat;
	margin-top: 30px;
	padding-top: 20px
  }


  
/*画像のまわりこみ*/

.pictleft {
  float:left;
  padding-right:5px;
  }  

.pictright {
  float:right;
  padding-left:5px;
  } 
  
/*区切り線*/

.hr {
  clear:both;
  } 

/*サブタイトル*/

.subtitle {
  font-family: "MS UI Gothic";
  font-weight:bold;
  color:#009900;
  }

/*所感*/

#note h2 {
    margin:10px 5px;
	font-size: 160%;
	font-weight: bold;
	color:#999999;
	text-align:left;
	padding:5px;
	border-top:1px solid #996633;
	border-left:8px solid #33FF66;
}

#note h2:first-letter {
    font-size: 180%;
	}

#note h3 {
    margin:10px 5px;
	font-size: 140%;
	font-weight: bold;
	color: #999999;
	text-align:left;
	padding:5px;
	border-top:1px solid #FFCC99;
	border-left:8px solid #33FF66;
	
}

#note h3:first-letter {
    font-size: 160%;
	}

}

/*必読*/

#book h3 {
    margin:10px 5px;
	font-size: 140%;
	font-weight: bold;
	color: #666666;
	text-align:left;
	padding:5px;
	border-top:1px solid #FFFF00;
	border-left:8px solid #FF9900;
	
}

#book h3:first-letter {
    font-size: 160%;
	}

/*ごあいさつ*/

#myroom h2 {
    margin:10px 5px;
	font-size: 160%;
	font-weight: bold;
	color:#000000;
	text-align:left;
	padding:5px;
	border-top:1px solid #000000;
	border-left:8px solid #FF0000;
}

#myroom h2:first-letter {
    font-size: 180%;
	}

#myroom h3 {
    margin:10px 5px;
	font-size: 140%;
	font-weight: bold;
	color: #666666;
	text-align:left;
	padding:5px;
	border-top:1px solid #000000;
	border-left:8px solid #990000;
	
}

#myroom h3:first-letter {
    font-size: 160%;
	}

/*食堂*/

#eat h2 {
    margin:10px 5px;
	font-size: 160%;
	font-weight: bold;
	color:#333333;
	text-align:left;
	padding:5px;
	border-top:1px solid #996633;
	border-left:8px solid #990000;
}

#eat h2:first-letter {
    font-size: 180%;
	}

#eat h3 {
    margin:10px 5px;
	font-size: 140%;
	font-weight: bold;
	color: #999999;
	text-align:left;
	padding:5px;
	border-top:1px solid #FFCC99;
	border-left:8px solid #990000;
	
}

#eat h3:first-letter {
    font-size: 160%;
	}

#eat li {
	list-style-position:outside;
	list-style-image: url('images/mark.gif');
	line-height:200%;
}

#eat a:link {
	color: #CC6600;
}

#eat a:active {
	color: #CC3300;
}

#eat a:visited {
	color: #FFCC33;
}

#eat a:hover {
	background: #ffff50;
}

