@charset "utf-8";

* {
	font-style:normal;
	font-weight:normal;
}

html {
  font-size: 62.5%; /*font-size:10px;*/
}

body {
	/*background: #94a4ac url("../images/header_bg01.png") top center repeat-x;*/
	background: #BFC7CC url("../images/header_bg02.png") top center repeat-x;
	background-attachment: fixed;
	color: #343435;
	margin: 0;
	padding: 0;
	font-size:1.4rem; /*font-size:14px;*/
	font-family: Arial, Roboto, “Droid Sans”, “ヒラギノ角ゴ ProN W3”, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, “游ゴシック”, YuGothic, sans-serif;
	min-width: 280px;
}

/* 表示領域が991.98px以下の場合に適用するスタイル */
@media print, screen and (max-width: 991.98px) {
	body {
		background: #FFF url("../images/bg01.png") top center;
	}
}

ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
}

a img {
	border: none;
}

/* --- 全体のリンクテキスト --- */
a {
	color: #039;
}
a:visited {
	color: #009;
}
a:hover {
	color: #009;
}
a:active {
	color: #06C;
}

.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}

hr {
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #fff;
}

.clear {
	clear:both;
	height: 0;
	padding: 0;
	margin: 0;
	visibility:hidden;
}

noscript img {
	vertical-align: middle;
}
