@charset "shift_jis";


/*------- ◆ 共通部分 ◆ -------*/

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS P ゴシック", "MS P Gothic", sans-Serif;
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #333;
  background-image: url(img/back.gif);
  background-repeat: repeat-x;
}

*{
  margin: 0;
  padding: 0;
  font-style: normal;
}

a:link {
  color: #69821b;
  font-size: 12px;
}

a:hover {
  color: #99ab4e;
  font-size: 12px;
}

a:visited {
  color: #69821b;
  font-size: 12px;
}

p {
  margin: 12px 0 15px 0;
  line-height: 180%;
  letter-spacing: 1px;
}

h1 {
  font-size: 12px;
  margin: 0;
  padding: 2px 3px 0 3px;
  color: #333;
}



/*------- ◆ main 部分 ◆ -------*/

#main {
  margin: 0 auto 0 auto;
  padding: 0;
  width: 880px;
  border-right: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  border-left: solid 1px #cccccc;
  background-color: #ffffff;
}


/*------- ◆ header ◆ -------*/

#header {
  margin: 0;
  background-color: #999999;
  width: 880px;
}

h2 {
  font-size: 12px;
  margin: 0;
  padding: 5px 3px 5px 3px;
  color: #444444;
}

#header-inner {
  margin: 0;
  padding: 0;
  color: #333333;
  width: 880px;
  background-color: #ffffff;
  background-repeat: no-repeat;
}


#table-left{
  text-align: left;
  margin: 0;
  padding: 10px 0 0 10px;
  font-size: 16px;
  color: #333333;
  line-height: 150%;
  text-decoration: none;
}

#table-left a{
  margin:0;
  font-size: 16px;
  color: #333333;
  text-decoration: none;
}

#table-left a:hover{
  font-size: 16px;
  color: #666666;
  text-decoration: none;
}


#table-right{
  text-align: right;
  margin: 0;
  padding: 2px 14px 2px 0;
  font-size: 12px;
  color: #333333;
  line-height: 150%;
  text-decoration: none;
}

#table-right a{
  font-size: 12px;
  color: #333333;
  text-decoration: none;

}

#table-right a:hover{
  font-size: 12px;
  color: #666666;
  text-decoration: none;
}


#header-menu {
  margin: 0px;
  padding: 0px;
  height: 28px;
  border-top: solid 1px #69821b;
  border-bottom: solid 1px #69821b;
  background-image: url(img/menu_back.gif);
}

#header-menu li {
  margin:0;
  list-style-type: none;
  float: left;
}

#header-menu li a {
  font-size: 11px;
  width: 100px;
  line-height: 18px;
  color: #fffffc;
  background-image: url(img/menu_back.gif);
  text-align: center;
  display: block;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #69821b;
  text-decoration: none;
  padding: 7px 0 3px 0;
}

#header-menu li  a:hover {
  background-image: url(img/menu_back_hover.gif);
}

/* スライドショー */

#slideshow {
  position:relative;
  margin:0 80px;
  padding: 0;
  width: 720px;
  height: 180px;
  font-family:Verdana;
}


#slideshow img {
   position: absolute;
   top: 0;
   left:0;
   z-index: 9;
   opacity: 0.0;
}

#slideshow img.active {
   z-index: 11;
   opacity: 1.0;
}

#slideshow img.last-active {
   z-index: 10;
}


#header-img-sub {
  margin:0 80px;
  padding: 0;
  width: 720px;
  height: 80px;
  font-family:Verdana;
}

#header-img-sub p{margin:0; padding:0;}

/*------- ◆ contents ◆ -------*/

#container {
  margin: 0;
  padding: 7px 0 5px;
  width: 880px;
  background-color: #ffffff;
}



/*------- ◆ main contents ◆ -------*/

#contents {
  float: right;
  margin:  5px 40px 0 0;
  padding: 0 0 0 6px;
  line-height: 150%;
  letter-spacing: 1px;
  width: 570px;
}

#contents img.sample {
  float: left;
  margin: 20px;
}

#contents h2 {
  margin: 0;
  padding: 7px 0 12px 15px;
  line-height: 120%;
  font-size: 14px;
  color: #444444;
  background-image: url(img/titlebar.gif);
  background-repeat: no-repeat;
}

#contents h3 {
  margin: 0 0 8px;
  padding: 13px 0 0 0;
  line-height: 120%;
  font-size: 12px;
  color: #69821b;
}

#contents h4{
  margin: 6px 0 6px;
  padding: 0 0 3px;
  font-size: 12px;
  font-weight: bold;
}

#contents p {
  margin: 10px 0 12px 0;
  padding: 0;
  line-height: 180%;
  letter-spacing: 1px;
}

#news {
  width: 558px;
  height: 150px;
  overflow: auto;
  background-color: #ffffff;
  padding: 5px;
  margin: 12px 0 10px 0;
  border-top: 1px;
  border-right: 1px;
  border-bottom: 1px;
  border-left: 1px;
  border-style: solid;
  border-color: #999999;
}

.futoji{
  font-weight: bold;
  color: #69821b;
}

/* 先生写真配置 */

.floatL{
  float: left;
  margin: 5px 20px 10px 0;
}

/* 新歓情報配置 */

.floatR{
  float: right;
  margin: 5px 5px 10px 15px;
  padding: 0;
}

/* フロート解除 */

.clear{clear: both;}

/* 団紹介、リンク用テーブル */

.schedule{
  width: 540px
  border-spacing: 0px;
  margin:8px 0 20px;
}

.schedule th{
  width: 180px;
  padding: 4px;
  text-align: left;
  vertical-align: top;
  color: #444;
  background-color: seashell;
  border-left: 2px solid dimgray;
  border-top: 1px solid #fff;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.schedule td{
  width: 350px;
  padding: 4px;
  background-color: aliceblue;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

/* 新歓日程用テーブル */

table.shinkan {
	border-collapse: separate;
	border-spacing: 0;
	width:270px;
        text-align: center;
	vertical-align: center;
	line-height: 150%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
table.shinkan th {
	padding: 6px 0;
	font-weight: bold;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #eee;}

table.shinkan td {
	padding: 8px 0;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}



/*------- ◆ sidemenu ◆ -------*/

#sidemenu {
  float: left;
  margin: 0;
  padding: 5px 3px 0 8px;
  width: 230px;
  text-align: left;
  line-height: 150%;
  letter-spacing: 1px;
  background-color: #ffffff;
}

#sidemenu h2 {
  margin: 0;
  padding: 10px 0 7px 12px;
  line-height: 110%;
  font-size: 12px;
  color: #fffffc;
  background-image: url(img/sidebar.gif);
  background-repeat: no-repeat;
}

#sidemenu p {
  margin: 12px 8px 15px 4px;
  line-height: 180%;
}

#sidemenu a{
  color: #69821b;
  font-size: 12px;
  line-height: 190%;
 }

#sidemenu a:hover{
  color: #99ab4e;
  font-size: 12px;
  line-height: 190%;
}

/* ツイッター */

#twitter{
  width:220px;
  margin:15px 0px 20px;
}




/*------- ◆ footer ◆ -------*/

#footer {
  clear: both;
  margin: 0;
  padding: 10px 15px 10px 0;
  text-align: right;
  font-size: 12px;
  color: #666666;
  border-top: solid 2px #999999;
  background-color: #f3f3f3;
}

#footer h2 {
  margin: 0;
  text-align: right;
  padding: 2px 8px 0 0;
  font-size: 10px;
  color: #666666;
}

#footer h2 a {
  color: #666666;
  font-size: 10px;
 }

#footer h2 a:hover {
  color: #666666;
}

#footer a {
  color: #666666;
  font-size: 12px;
 }

#footer a:hover {
  color: #333333;
}
