/* CSS Document */

body {
 background-color:#FFFFFF;
 margin-top:30px;
 margin-bottom:0;
 margin-left:auto;
 margin-right:auto;
 padding:0;
 text-align:center;
 font-size:12px;
 color:#333333;
 font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

#container {
 width:970px;
 text-align:center;
 margin:auto;
}

.head {
 width:970px;
}

#album img {
 border-top:1px solid #000000;
 border-right:1px solid #000000;
 border-bottom:1px solid #000000;
 border-left:6px solid #000000;
}

h1 {
 font-size:14px;
 font-weight:bold;
 margin:0;
 padding:0;
}

.no-margin {
 margin:0;
 padding:0;
 list-style:none;
}

#photo {
 margin:0;
 padding:0;
 width:740;
 height:400px;
}

.itemline {
 width:970px;
 height:180px;
}

.item {
 width:150px;
 margin-right:14px;
 float:left;
 text-align:right;
 line-height:16px;
}

.iteme {
 width:150px;
 float:left;
 text-align:right;
 line-height:16px;
}

#footer {
 width:100%;
 color:#FFFFFF;
 background-color:#333333;
 padding:0;
 text-align:center;
}

#footerindex {
 width:930px;
 color:#FFFFFF;
 background-color:#333333;
 padding:20px 20px 0;
 margin:0 auto;
 text-align:left;
 line-height:20px;
}

#contents {
 width:733px;
 border-top:1px solid #000000;
 border-right:1px solid #000000;
 border-bottom:1px solid #000000;
 border-left:6px solid #000000;
 background-color:#FFFFFF;
}

.item_sum {
 border:1px solid #333333;
}

.text1 {
 line-height:16px;
}

.text2 {
 font-size:16px;
 font-weight:bold;
 color:#333333;
 line-height:20px;
}

.text3 {
 font-size:18px;
 line-height:18px;
}

p {
 margin:0;
}

.txt {
	text-align:justify;
	text-justify:inter-ideograph;
}

.txt p {
	margin-bottom:10px;
}









#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
 font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}
#cssmenu {
  width: 733px;
  font-family: Helvetica, Arial, sans-serif;
  color: #ffffff;
}
#cssmenu.align-right ul li {
  float: right;
  border-right: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.22);
}
#cssmenu.align-right ul li a {
  border-right: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}
#cssmenu ul {
  background: #222222;
  padding-left:1px;
  /* Old browsers */

  background: -moz-linear-gradient(bottom, #000000 0%, #222222 50%, #3c3c3c 51%, #393939 78%, #888888 100%);
  background: -webkit-linear-gradient(bottom, #000000 0%, #222222 50%, #3c3c3c 51%, #393939 78%, #888888 100%);
  background: -o-linear-gradient(bottom, #000000 0%, #222222 50%, #3c3c3c 51%, #393939 78%, #888888 100%);
  background: -ms-linear-gradient(bottom, #000000 0%, #222222 50%, #3c3c3c 51%, #393939 78%, #888888 100%);
  background: linear-gradient(to top, #000000 0%, #222222 50%, #3c3c3c 51%, #393939 78%, #888888 100%);
}
#cssmenu:after,
#cssmenu ul:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu ul li {
  float: left;
  display: block;
  width:183px;
  border-right: 1px solid rgba(0, 0, 0, 0.22);
  z-index: 1;
}
#cssmenu ul li::after {
  content: '';
  width: 100%;
  height: 8px;
  position: absolute;
  border-top-left-radius: 50% 4px;
  border-top-right-radius: 50% 4px;
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 60%, #222222 61%, #222222 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 60%, #222222 61%, #222222 100%);
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 60%, #222222 61%, #222222 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 60%, #222222 61%, #222222 100%);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  z-index: 2;
  bottom: 10px;
}
#cssmenu ul li a {
  display: block;
  padding: 10px 30px;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  z-index: 3;
}
#cssmenu ul li a:hover,
#cssmenu ul li.active a {
  color: #ffffff;
}
#cssmenu ul li:hover,
#cssmenu ul li.active {
  background: #374f5c;
  /* Old browsers */

  background: -moz-linear-gradient(bottom, #1a262c 0%, #374f5c 50%, #4a6a7c 51%, #486879 78%, #9bb5c4 100%);
  background: -webkit-linear-gradient(bottom, #1a262c 0%, #374f5c 50%, #4a6a7c 51%, #486879 78%, #9bb5c4 100%);
  background: -o-linear-gradient(bottom, #1a262c 0%, #374f5c 50%, #4a6a7c 51%, #486879 78%, #9bb5c4 100%);
  background: -ms-linear-gradient(bottom, #1a262c 0%, #374f5c 50%, #4a6a7c 51%, #486879 78%, #9bb5c4 100%);
  background: linear-gradient(to top, #1a262c 0%, #374f5c 50%, #4a6a7c 51%, #486879 78%, #9bb5c4 100%);
}
#cssmenu ul li:hover::after,
#cssmenu ul li.active::after {
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 60%, #374f5c 61%, #374f5c 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 60%, #374f5c 61%, #374f5c 100%);
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 60%, #374f5c 61%, #374f5c 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 60%, #374f5c 61%, #374f5c 100%);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}
