@charset "utf-8";
/* common&reset */
body, header, footer, section, nav, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, address {
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

p{
	padding:0;
	margin:0;}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	border: 0 none;
	vertical-align: bottom;
}
a {
	color: #000;
	text-decoration:none;
}
a:hover {
	color: #850619;
}
body {
	width:100%;
	min-width: 1280px;
	font-size: 14px;
	color: #333;
	margin: 0 auto 0;
	line-height: 1.7;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color:#ffffff;
	background-image:url(../images/bg.jpg);
	background-position:center top;
	background-repeat:repeat;
}
section {
}
.banner a:hover img, .btn a:hover img {
	opacity:0.75;
	background-color:#fff;
}
a:hover img {
	opacity:0.75;
}
article, aside, figure, figcaption, footer, header, nav, section {
	display: block;
}
#slider {
	position: relative;
	top: 208px;
}
.left {
	float:left;}
.right {
	float:right;}

.clear {
	clear: both;
}
.textred {
	color:#C00;
}
.marginbt20 {
	margin-bottom: 20px;
}

.aka{
	color:#900;}