@charset "utf-8";



html {
	overflow-y:scroll;
	background:#A79186 url(../img/html_bg.jpg) repeat-x left bottom;
}
body {
	background:url(../img/bg.jpg) repeat;
  padding: 0;
  text-align: center;
  color:#666;
  line-height:150%;
  font-family: "メイリオ", "ＭＳ Ｐゴシック";
  position: relative;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

img { vertical-align:bottom; border:none;}

/* ------------------------------------------
 		[   link   ] 
------------------------------------------ */
a {
  text-decoration: none;
}
a:link,
a:visited {
	color:#333;
	text-decoration:none;
	cursor:pointer;
}
a:hover {
  color:#795139;
}
a:hover img {
	filter:alpha(opacity=70);
	opacity:0.7;
}
/* ----------------------------------------------------------
	color / font-size / left right
 ---------------------------------------------------------- */


.brown { 	color:#795139;}
.grey {		color:#666;}
.red {		color:#cc474c;}
.bold {		font-weight:bold;}
.px10 {		font-size:10px;}
.small {	font-size:85%;}
.large {	font-size:117%;}
.floatR {	float:right;}
.floatL {	float:left;}
.alignL {	text-align:left;}
.alignR {	text-align:right;}
.pictR {
	float:right;
	margin: 0 0 20px 20px;
}
.pictL {
	float:left;
	margin: 0 15px 20px 0;
}


