@charset "utf-8";

html {
  font-size: 62.5%; /*font-size:10px;*/
}

body {
	background: #FFFEEA;
	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;
}

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;
}
