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

body {
  background: #fff url(/media/images/alumni/bg.png) repeat-y center center;
  color: #222222;
  font-family: Arial, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo UI','メイリオ',Verdana,'ＭＳ Ｐゴシック',sans-serif;
  margin: 0;
  padding: 0;
}

img {
  border: none;
}

#wrap {
  width: 100%;
  margin: 0;
  padding: 0;
}

/* ---------- ヘッダ・header ---------- */
#header {
  width: 100%;
}

#header01 {
  width: 960px;
  margin: 0 auto;
}

#header01 img {
  float: left;
  padding: 15px 0px 15px 0px;
}

#header02 {
  width: 960px;
  margin: 0 auto;
}

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

#header03 {
  color: #fff;
  background: #7e97ad;
  margin: 0;
  width: 100%;
  clear: both;
  box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.4);
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=0, strength=0, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=90, strength=5, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=180, strength=5, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=270, strength=0, enabled=true);
}

#header03a {
  width: 960px;
  line-height: 30px;
  text-align: right;
  margin: 0 auto;
  padding: 0px;
}

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

#bread {
  width: 960px;
  font-size: 9pt;
  margin: 0px auto 20px;
  padding-left: 120px;
  clear: both;
}

.wavy-line01 {
  background: url(../image/wavy01.png) bottom repeat-x;
  padding-bottom: 4px;
}

.bold01 {
  font-weight: bold;
}

#container {
  width: 960px;
  margin: 0 auto;
  padding: 1;
  font-size: 100%;
}

#content {
  width: 900px;
  margin: 50px auto;
  font-size: 100%;
  line-height: 25px;
  text-align: justify;
}

#subject {
  width: 900px;
  margin-left: -30px;
  padding: 1.5em 1em;
  color: #222222;
  /*background:#e6e6fa;
   background:#7e97ad ;*/
  border: 3px solid #999;
  /* border-radius: 3em .7em 2em .7em/.7em 2em .7em 3em; */
  /*border-radius: 255px 15px 60px 15px/15px 225px 15px 255px; */
  border-radius: .5em 5em .7em 5em/ 5em .7em 2em .7em;
  text-indent: 0.5em;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
  position: relative;
  background-color: #fff;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=0, strength=0, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=90, strength=5, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=180, strength=5, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=270, strength=0, enabled=true);
}

.subject01 {
  font-size: 220%;
  text-align: center;
}

.subject02 {
  margin-top: 40px;
  text-align: right;
  margin-right: 15px;
  font-size: 140%;
  letter-spacing: 5px;
}

.subject03 {
  margin-top: -20px;
  text-align: right;
  margin-right: 20px;
  font-size: 90%;
  /*	font-style:oblique;*/
}

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

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

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

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

.content01 {
  text-indent: 1em;
  margin-bottom: -5px;
}

.content03 {
  margin-top: 2em;
  margin-left: 2em;
}

.section {
  padding: 8px;
  margin-top: 40px;
  margin-bottom: 20px;
  margin-left: -20px;
  font-size: 120%;
  /*background: url(../image/bg01.png)  repeat-x center center; /* #ededed */
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}

.t-right {
  text-align: right;
  line-height: 20px;
}

.t-right a:link {
  color: #000066;
  text-decoration: none;
}

.t-right a:visited {
  color: #000066;
  text-decoration: none;
}

.t-right a:hover {
  color: #47577b;
  text-decoration: none;
}

.t-right a:active {
  color: #ff8000;
  text-decoration: none;
}

/* ---------- message ---------- */
#message_title01 {
  font-size: 250%;
  position: absolute;
  top: -200px;
  margin: 100px 0;
}

#message_title02 {
  position: relative;
  top: 280px;
  background: #bbb no-repeat;
  height: 344px;
  width: 640px;
  margin: 0 auto;
}

#message_title03 {
  width: 0;
  height: 100px;
  background: #ddd;
  position: relative;
  margin-left: -1000px;
  top: 300px;
  text-align: left;
}

.none {
  display: none;
}

.list-name {
  list-style-type: none;
  padding-left: 10em;
  font-size: 90%;
}

#box02 {
  background: url(../image/mitsuoaidamuseum_j.jpg) no-repeat right bottom;
  margin: 2em 1em 2em 2em;
}

/* ---------- ポートレート、プロフィール ---------- */
#box01 {
  margin: -40px 0 100px;
  padding-top: 80px;
  overflow: hidden;
}

/* -- box_leftリンク -- */
.box_left span a:link {
  color: #00008b;
  text-decoration: none;
  border-bottom: 1px #00008b solid;
}

.box_left span a:visited {
  color: #00008b;
  text-decoration: none;
  border-bottom: 1px #00008b solid;
}

.box_left span a:hover {
  color: #990000;
  text-decoration: none;
  border-bottom: 1px #990000 solid;
}

.box_left span a:active {
  color: #cc0000;
  text-decoration: none;
  border-bottom: 1px #cc0000 solid;
}

/* -- box_rightリンク -- */
.box_right span a:link {
  color: #00008b;
  text-decoration: none;
  border-bottom: 1px #00008b solid;
}

.box_right span a:visited {
  color: #00008b;
  text-decoration: none;
  border-bottom: 1px #00008b solid;
}

.box_right span a:hover {
  color: #990000;
  text-decoration: none;
  border-bottom: 1px #990000 solid;
}

.box_right span a:active {
  color: #cc0000;
  text-decoration: none;
  border-bottom: 1px #cc0000 solid;
}

#portrait {
  margin-right: 20px;
  width: 125px;
  height: 125px;
  float: left;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  position: relative;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=0, strength=0, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=90, strength=5, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=180, strength=5, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=270, strength=0, enabled=true);
}

#profile01 {
  font-size: 90%;
  /*font-weight:bold;*/
  margin-bottom: 0px;
}

#profile02 {
  font-size: 90%;
  margin-top: 0px;
  line-height: 21px;
  overflow: hidden;
}

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

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

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

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

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

/* back */
#back {
  width: 100%;
  margin: 0 auto;
  clear: both;
}

#back div {
  width: 960px;
  margin: 0 auto;
}

div form {
  width: 860px;
  margin: 1.2em 0em;
}

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

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

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

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