@charset "UTF-8";

/* set
------------------------------------------------------------ */
body {
	background: url(../img/common/bg_bdy.jpg) repeat;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 160%;
	color: #866149;
	text-align: center;
}
body,h1,h2,h3,h4,h5,h6,p,div,dl,dt,dd,ul,ol,li,table,th,td,form,figure {
	margin: 0px;
	padding: 0px;
}
h1,h2,h3,h4,h5,h6,em,address,th {
	font-style: normal;
	font-weight: normal;
}
ul {
	list-style: none;
}
hr {
	display: none;
}
img {
	border: 0;
	vertical-align: bottom;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
	empty-cells: show;
}
em {
	font-weight: bold;
}
header,nav,section,article,aside,footer {
	display: block;
}
.clear {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.left {
	float: left;
	display: inline;
}
.right {
	float: right;
	display: inline;
}
.cr {
	text-align: center;
}
.rt {
	text-align: right;
}
.red {
	color: #E00;
}

/* link
------------------------------------------------------------ */
a {
	color: #00ABE4;
	text-decoration: underline;
}
a:hover {
	color: #FC6768;
	text-decoration: none;
}
header a,
#navi a,
footer a {
	color: #866149;
	text-decoration: underline;
}
header a:hover,
#navi a:hover,
footer a:hover {
	color: #866149;
	text-decoration: none;
}
#side ul a {
	color: #866149;
	text-decoration: none;
}
#side ul a:hover {
	color: #FC6768;
	text-decoration: none;
}
#home article a:hover img,
#side a:hover img {
	filter: alpha(opacity=70); -moz-opacity:0.70; opacity:0.70;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	zoom: 1;
}