@import url( bootstrap/css/bootstrap.min.css );

body {
	color: #333333;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.title-box {
  border: 2px solid #999999;
  margin: 2px 0;
  padding: 5px;
}

.yamatomo {
  background: linear-gradient(#eeeeee, #eeffee);
}
.gekiso {
  background: linear-gradient(#eeeeee, #ffeeff);
}
.bbs {
  background: linear-gradient(#eeeeee, #ddeeff);
}

.app-title {
  display: inline-block;
  font-size: 40px;
  font-weight: bold;
  text-shadow: 3px 3px 5px #666666;
}

.yamatomo a {
  color: #449933;
}
.gekiso a {
  color: #ff55bb;
}
.bbs a {
  color: #2222ff;
}
.app-title a{
  text-decoration:none;
}
.app-title a:hover{
  color: #999999;
}
.app-icon {
  display: inline-block;
  vertical-align: middle;
}

.app-link a {
  text-decoration:none;
}
.app-link {
  font-weight: bold;
  text-shadow: 1px 1px #cccccc;
  padding: 0 10px;
}
.app-link a:hover{
  color: #999999;
}
span.nw {
  display: inline-block;
}
