@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-repeat: repeat;
	height: 100%;
	font-size: 12px;
	line-height: 160%;
	color: #000056;
	background-image: url(img/cloth-b1.png);
}

html{
    height:100%;
}

body > #wrapper {
    height: auto;
}

#wrapper {
	overflow: auto;
	padding: 0px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	background-repeat: repeat;
	width: 970px;
	background-color: #d0daed;
	height:100%;
	min-height: 100%;
}
#contents {
	width: 900px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 50px;
}
.title {
	font-size: 14px;
	color: #DB6064;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.mini {
	font-size: 10px;
	color: #BA0063;
	line-height: 120%;
}
.small {
	font-size: 10px;
}
.timetable {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #39F;
	font-size: 12px;
	line-height: 180%;
	background-color: #FFF;
}
.timetable-day {
	font-size: 11px;
	line-height: 120%;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #39F;
	background-color: #D2DDFF;
}


*.float
      {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
      }
	  
*.float-right
      {
	float: right;
	margin-bottom: 1em;
	margin-left: 1em;
      }	  
*.floatclear
      {
         clear: both;
		} 

a:link {
	color: #339;
	text-decoration: none;
}
a:visited {
	color: #339;
	text-decoration: none;
}
a:hover {
	color: #639;
	text-decoration: none;
}

