@charset "utf-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
}
address,article,aside,figure,figcaption,footer,header,hgroup,hr,legend,menu,nav,section,summary {
	display:block;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	color: #333;
	background-color: #F7F7F7;
}
html {
	overflow: scroll;
}
a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #666;
	text-decoration: underline;
}
a:hover {
	color: #690;
	text-decoration: underline;
}


img {
	border:0;
}
ul {
	list-style-type: none;
}




/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
/*　坂井追加　*/

blockquote {
background-color: white;
border: 1px dashed gray;
margin: 3px 15px;
padding: 3px;
}

h4{
  font-size: 16px;
  line-height: 40px;
  background-image: url(../img/h3.png);
  background-repeat: no-repeat;
  height: 40px;
  width: 605px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  padding-left: 50px;
}