
body {
	font: 14px/1.231 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro';
	-webkit-text-size-adjust: 100%;
}
#header {
	background: url(../images/bg_header.png) repeat-x;
	height: 61px;
}
#header h1 {
	float: left;
	margin: 0;
	padding: 0;
}
#header span {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #cbcccf;
	background: -webkit-gradient(linear, left top, left bottom, from(#cbcccf), to(#acaeb0));
	width: 7em;
	font-size: 85%;
	text-align: center;
	float: right;
	margin:20px 10px 0 0;
}
#header span a {
	text-shadow: 1px 1px 0 #ddd;
	display: block;
	padding: 5px 0;
	color: #444444;
	text-decoration: none;
}

#photo {
	background: url(../images/bg_photo.png) repeat-x;
	float: left;
	width: 100%;
	height: 150px;
	margin-bottom: 10px;
}
#photo2 {
	background: url(../images/bg_photo.png) repeat-x;
	float: left;
	width: 100%;
	height: 105px;
	margin-bottom: 10px;
}
h2 {
	font-size: 115%;
	text-shadow: 1px 1px 2px #ccc;
	color: #000000;
	margin-bottom: 10px;
	padding-left: 6px;
}
#wrap {
	padding: 10px;
}
#blue {
	height: 3px;
	background-color: #990000;
	margin-bottom: 10px;
}

section, nav {
	margin-bottom: 5px;
}
h3 {
	background: url(../images/ico_title.png) left top no-repeat;
	padding-left: 20px;
	color: #000000;
	margin-bottom: 0.3em;
	min-height: 16px;
}
h4 {
	font-size: 115%;
	text-shadow: 1px 1px 2px #ccc;
	color: #000000;
	margin-bottom: 10px;
	padding-left: 6px;
}
h5 {
	font-size: 14px;
	text-shadow: 1px 1px 2px #ccc;
	color: #000000;
	margin-bottom: 10px;
	padding-left: 6px;
}
p {
	margin-bottom: 0.3em;
}
p2 {
	color: #000000;
	margin-bottom: 0.3em;
	min-height: 16px;
}
aside {
	background-color: #E4E4E4;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 10px;
}
aside p:last-child {
	margin-bottom: 0;
}

#navigation {
	width: 100%;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px
}
#navigation ul {
	width: 100%;
	list-style: none;
	border-top: 1px solid #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px
}
#navigation ul li {
	width: 100%;
	height:60px;	 
	line-height: 60px;
	overflow: hidden;
	background-repeat: no-repeat;
	border-bottom: 1px solid #990000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px
}
#navigation ul li strong {
	font-size: 15px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 15px
}
#navigation ul li span {
	font-size: 10px;
	color: #333333;
	float: right;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px
}
#navigation ul li img {
	float: right;
	margin: 3px 3px 0px 0px;
	padding: 0px 0px 0px 0px
}
#navigation ul li a {
	width: 100%;
	height:58px;	 
	display:block;
	text-decoration: none;
	padding: 1px 0;
}

#navigation ul li.menu {
	background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0, rgb(243, 247, 250)),color-stop(0.4, rgb(232, 236, 239)),color-stop(0.5, rgb(227, 231, 234)),color-stop(1, rgb(243, 247, 250)));
	background-image: -moz-linear-gradient(-90deg,rgb(243, 247, 250) 0%,rgb(232, 236, 239) 49%,rgb(227, 231, 234) 50%,rgb(243, 247, 250) 100%);
	background-image: linear-gradient(-90deg,rgb(243, 247, 250) 0%,rgb(232, 236, 239) 49%,rgb(227, 231, 234) 50%,rgb(243, 247, 250) 100%);
}
#navigation ul li.menu strong {
	border-left: 5px solid  #990000;
	color: #990000;
}
#navigation ul li.menu2 {
	background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0, rgb(243, 247, 250)),color-stop(0.4, rgb(232, 236, 239)),color-stop(0.5, rgb(227, 231, 234)),color-stop(1, rgb(243, 247, 250)));
	background-image: -moz-linear-gradient(-90deg,rgb(243, 247, 250) 0%,rgb(232, 236, 239) 49%,rgb(227, 231, 234) 50%,rgb(243, 247, 250) 100%);
	background-image: linear-gradient(-90deg,rgb(243, 247, 250) 0%,rgb(232, 236, 239) 49%,rgb(227, 231, 234) 50%,rgb(243, 247, 250) 100%);
}
#navigation ul li.menu2 strong {
	border-left: 5px solid  #666666;
	color: #666666;
}

#footer {
	border-top: 1px solid #ebebeb;
	padding-top: 10px;
}
#switchButton {
	clear: both;
	text-align: center;
	font-size: 80%;
}
#btnTop {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #cbcccf;
	background: -webkit-gradient(linear, left top, left bottom, from(#cbcccf), to(#acaeb0));
	width: 7em;
	font-size: 85%;
	text-align: center;
	float: right;
	margin-right: 10px;
}
#btnTop a {
	text-shadow: 1px 1px 0 #ddd;
	display: block;
	padding: 5px 0;
	color: #444444;
	text-decoration: none;
}
#footer {
	background: url(../images/bg_footer.png) repeat-x;
	text-align: center;
}
#footer p {
	clear: both;
	padding: 0;
}
#footer img {
	vertical-align: top;
	text-align: center;
}
#footer p:last-child {
	margin: 0;
}

#balloon {
	width: 200px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 0 0 15px #666;
	-webkit-box-shadow: 0 0 15px #666;
	position: absolute;
	background-color: rgba(231, 26, 91, 0.9);
	padding: 20px;
	color: #fff;
	line-height: 1.5;
	text-align: center;
}

#balloon p {
	margin: 0;
}

/* clearfix */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
