body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 17px;
	line-height: 29px;
	letter-spacing: 1px;
}

body::before {
  background:url('../images/base.jpg') no-repeat left top;
  background-size: 100% auto;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 150%;
  content: "";
  z-index: -1;
}  

a:link {
	color: #E31C24;
	text-decoration: none;
}
a:visited {
	color: #E31C24;
	text-decoration: none;
}
a:hover {
	color: #F1A63B;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
a img {
	-webkit-transition: 0.2s ease-in-out;
	   -moz-transition: 0.2s ease-in-out;
	     -o-transition: 0.2s ease-in-out;
	        transition: 0.2s ease-in-out;
}
	 
.bold { 
	font-size: 14px; 
	font-weight: bolder; 
	line-height: 24px; 
}
.big { 
	font-size: 27px; 
	font-weight: bolder; 
	line-height: 34px; 
}
.big2 { 
	font-size: 21px; 
	font-weight: bolder; 
	line-height: 32px; 
}
.bigred { 
	font-size: 24px; 
	font-weight: bolder; 
	line-height: 34px; 
	color: #C1272D;
}
.middle { 
	font-size: 17px; 
	font-weight: bolder; 
	line-height: 31px; 
}
.middle2 { 
	font-size: 17px; 
	line-height: 31px; 
}
.middlegray { 
	font-size: 17px; 
	font-weight: bolder; 
	line-height: 30px; 
	color: #4D4D4D;
}
.middlered { 
	font-size: 17px; 
	font-weight: bolder; 
	line-height: 29px; 
	color: #C1272D;
}
.black11px {
	font-size: 11px;
	line-height: 16px;
	color: #000000;
}
.black12px {
	font-size: 12px;
	line-height: 17px;
	color: #000000;
}
.black13px{
	font-size: 13px;
	line-height: 20px;
	color: #000000;
}
.black16px {
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 1px;
	color: #000000;
}
.black18px {
	font-size: 18px;
	line-height: 32px;
	letter-spacing: 1px;
	color: #000000;
}
.gray14px {
	font-size: 14px;
	line-height: 22px;
	color: #666666;
}
.gray13px {
	font-size: 13px;
	line-height: 20px;
	color: #666666;
}
.gray12px {
	font-size: 12px;
	line-height: 17px;
	color: #666666;
}
.gray11px {
	font-size: 11px;
	line-height: 16px;
	color: #666666;
}
.bkgray {
	background-color: #aaaaaa;
}
.red12px {
	font-size: 12px;
	line-height: 17px;
	color: #FF0000;
}
.red13pxbold {
	font-size: 13px;
	line-height: 19px;
	font-weight: bolder; 
	color: #FF0000;
}
.red14px {
	font-size: 14px;
	line-height: 22px;
	color: #FF0000;
}
.white13px {
	font-size: 13px;
	line-height: 20px;
	color: #FFFFFF;
}
.white14px {
	font-size: 15px;
	line-height: 25px;
	color: #FFFFFF;
}
.whiteboldbig {
	font-size: 18px;
	line-height: 35px;
	letter-spacing: 1px;
	color: #FFFFFF;
}
.line{ 
	border: 1px solid #cccccc;
}
.btn{ 
}
.pngfix{ 
}
ul, li{
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}

