@charset "UTF-8";
/* ---------- html ---------- */
html {
  overflow-y: scroll;
}

/* ---------- ボディー・body ---------- */
body {
  background: url(/media/images/alumni/bg.png) #f0f0f0 center repeat-y;
  background-color: #ffffff;
  color: #222222;
  font-family: Arial, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo UI','メイリオ',Verdana,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 12pt;
  scrollbar-face-color: #A2B1CA;
  scrollbar-shadow-color: #999960;
  scrollbar-darkshadow-color: #999970;
  margin: 0;
  padding: 0;
}

/* ---------- 画像・image ---------- */
img {
  border: none;
}

/* ---------- 水平線・hr ---------- */
.line01 {
  background-image: url(/media/images/alumni/bar_02.png);
  background-repeat: repeat-x;
  height: 3px;
  width: 960px;
  align: center;
  clear: both;
}

.line02 {
  border: 1px #000066 solid;
  background-color: #00066;
  width: 800px;
  height: 2px;
  align: center;
  clear: both;
}

/* ---------- リンク・link ---------- */
a:link {
  color: #000066;
}

a:visited {
  color: #000066;
}

a:hover {
  color: #47577b;
}

a:active {
  color: #ff8000;
}

/* ---------- タイトル・title ---------- */
.title {
  margin: 20px 200px 0 20px;
  line-height: 30px;
  color: #ffffff;
  font-size: 120%;
  font-weight: 600;
  text-shadow: 1px 1px 1px #000000;
  background-color: #777777;
  border-radius: 10px 0 0 0;
  padding: 10px;
}

/* ---------- リスト・dl,ul ---------- */
dl {
  margin-left: -40px;
}

dt {
  margin: 25px 0 25px -25px;
  line-height: 30px;
  text-align: right;
}

dd {
  padding-left: 20px;
  text-indent: -55px;
  font-weight: normal;
}

dd.indent {
  margin-left: 60px;
  margin-top: 5px;
  text-indent: -25px;
  font-weight: normal;
}

/* ---------- トップに戻る・back to top ---------- */
div.backtotop {
  font-size: 19pt;
  font-family: Arial, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo UI','メイリオ',Verdana,'ＭＳ Ｐゴシック',sans-serif;
  position: fixed;
  bottom: 10px;
  right: 15px;
}

div.backtotop a:link {
  color: #000066;
  text-decoration: none;
}

div.backtotop a:visited {
  color: #000066;
  text-decoration: none;
}

div.backtotop a:hover {
  color: #47577b;
  text-decoration: none;
}

div.backtotop a:active {
  color: #ff8000;
  text-decoration: none;
}

/* ---------- コンテナ・container ---------- */
div#container {
  width: 960px;
  margin: 0 auto;
  float: both;
}

/* ---------- ヘッダ・header ---------- */
div#header01 img {
  float: left;
  padding: 15px 0px 15px 0px;
}

div#header02 img {
  float: left;
  padding: 13px 0px 15px 5px;
}

/* ---------- ブレッド・bread ---------- */
p#bread {
  font-size: 9pt;
  margin: 0px 0px 20px 60px;
  clear: both;
}

/* ---------- ヘディング・heading ---------- */
p#heading {
  margin: 0 0 0 50px;
  clear: both;
}

/* ---------- コンテント・content ---------- */
#content {
  width: 900px;
  margin: 0 auto;
  padding: 40px 60px 0 40px;
  clear: both;
}

#content a:link {
  color: #000066;
}

#content a:visited {
  color: #000066;
}

#content a:hover {
  color: #47577b;
}

#content a:active {
  color: #ff8000;
}

dd {
  margin: 5px 10px 0 25px;
  text-indent: -1em;
  font-weight: normal;
}

/* ---------- ボックス・box ---------- */
.box01 {
  width: 350px;
  height: 500px;
  float: left;
}

.box02 {
  width: 500px;
  height: auto;
  float: right;
}

/* ---------- 装飾 ---------- */
.ff-ss {
  font-family: 'ＭＳ Ｐゴシック',sans-serif;
}

.ff-ss-light {
  font-family: 'ＭＳ Ｐゴシック',sans-serif;
  color: #bcbcbc;
}

.cap {
  width: 173px;
  clear: both;
  float: left;
  font-size: 90%;
  font-style: italic;
  text-align: center;
}

/* ---------- bt01:前のページに戻る ---------- */
#return {
  clear: both;
}

.bt01 {
  margin: 40px 0 20px 0;
}

/* ---------- フッタ・footer ---------- */
div#footer {
  background-repeat: repeat-x;
  width: 960px;
  margin-top: 0;
  padding-top: 6px;
  padding-bottom: 120px;
  clear: both;
}

address {
  font-size: 10pt;
  line-height: 21px;
  font-style: normal;
  text-align: center;
}

/* ---------- 写真・photo ----------  */
.photo {
  width: 200px;
  height: 288px;
  float: left;
  text-align: center;
  padding-top: 60px;
  padding-left: 50px;
}

.photo_m {
  width: 300px;
  height: 288px;
  float: left;
  text-align: center;
  margin-bottom: 100px;
  padding-top: 60px;
  padding-left: 0px;
}

/* color */
.color01 {
  color: red;
}

.color02 {
  color: brown;
}

/*# sourceMappingURL=alumni-style02.css.map */
