body {
	color: #000;
	background-color: #FFF;
	width: 720px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


p {
color:#000;
}





h1 {
color:#000;
font-size:20px;

}



h2 {
color:#000;
font-size:17px;

}


h3 {
	color:#000;
	font-size:16px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCC00;
	border-left-width: 18px;
	border-left-style: solid;
	border-left-color: #CCCC00;
	
}

h5 {
color:#000;
font-size:10px;
}




.gray666 {
	color: #777;
	font-size: small;
}
.red000 {
	color: #F00;
	font-size: 13px;
}

.red15 {
	color: #F00;
	font-size: 15px;
	font-weight: bold;
}


.black13medium {
	font-size: 13px;
	color: #000;
	font-weight: medium;
	line-height: 1.2;
}

.black12medium {
	font-size: 12px;
	color: #000;
	font-weight: medium;
	line-height: 1.2;
}


.black11medium {
	font-size: 11px;
	color: #000;
	font-weight: medium;
	line-height: 1.2;
}


.black10medium {
	font-size: 10px;
	color: #000;
	font-weight: medium;
	line-height: 1.2;
}



.black {
	font-size: 14px;
	color: #000;
	font-weight: bold;
}

.white {
	color: #FFF;
	font-size: medium;
	line-height: 120%;
}


.whitemedium13 {
	color: #FFF;
	font-size: 13px;
	font-weight: medium;
	line-height: 1.2;
}


.whitemedium12 {
	color: #FFF;
	font-size: 12px;
	font-weight: medium;
	line-height: 1.2;
}


.whitemedium11 {
	color: white;
	font-size: 11px;
	font-weight: medium;
	line-height: 1.2;
}







.whitebold14 {
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
}



.brown {
	color: #630;
	font-size: 11px;
}

img {
  -webkit-transition:all 0.5s;
  -moz-transition:all 0.5s;
  -ms-transition:all 0.5s;
  -o-transition:all 0.5s;
  transition:all 0.5s;
}
.big img:hover {
  -webkit-transform: scale(3.0);
  -moz-transform: scale(3.0);
  -ms-transform: scale(3.0);
  -o-transform: scale(3.0);
}
.small img:hover {
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
}



div img { vertical-align: text-bottom;
}


img { vertical-align: bottom; }


span.del {
  text-decoration-line: line-through;
  text-decoration-style: double;
  text-decoration-color: red;
}
