@charset "Shift_JIS";

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.fukidashi {
  width: 100%;
  margin-bottom: 4px;
}

.title_text {
	font-size: 40px;
	line-height: 50px;
	font-weight: bold;
	color: #333;
	letter-spacing: 2px;
	text-shadow: 1px 1px 1px rgba(51, 51, 51, 0.6);
}
body {
  color: #456f90;
  line-height: 2.2;
  letter-spacing: 1px;
	font-size: 14px;
	line-height: 24px;
	background-image: url(../images/base.gif);
	background-repeat: repeat;
	background-position: center center;
	padding: 0px;
	margin: 0px;
	background-attachment: fixed;
	font:normal 14px/28px "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
	letter-spacing: 1px;
}
input, button, textarea, select {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="text"] {
  outline: none;
  border: 3px solid #3b5d7a;
  -webkit-transition: all .3s;
  transition: all .3s;
  padding: 0.3em;
  border-radius: 2;
}
input[type="text"]:focus {
  box-shadow: 0 0 7px #e4562f;
  border: 3px solid #e4562f;
}
.date {
	font-size: 100%;
	line-height: 10px;
	padding-top: 10px;
	padding-left: 10px;
	color: #727272;
}
.border {
	background-image: url(../images/dot.gif);
	background-position: center center;
	width: 855px;
	background-repeat: repeat-x;
	height: 20px;
}

.title {
	font-size: 140%;
	line-height: 1.4;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.honmon {
	padding-left: 15px;
}
.photo {
	padding-bottom: 15px;
}
.subtitle_text {
	font-size: 20px;
	line-height: 26px;
	letter-spacing: 2px;
}

.honmon {
  font-size: 100%;
}

/*@N@*/

a:link{ color: #239503; text-decoration: none; }
	 
a:visited{ color: #8883ad; text-decoration: none; }
	 
a:hover{ color: #ff5a24; text-decoration: none; }