﻿@charset "utf-8";

/* CSS Document */

body {
	color: #464646;
	background-attachment: scroll;
	background-position: center top;
	font-family: "メイリオ",Meiryo,"Lucida Grande","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 15px;
	line-height: 24px;
	margin: 0;
	padding: 0;
	background-color: #f7f7f7;
	background-image: url(../images/tempBg.png);
	background-repeat: repeat-x;
}

h1 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	display: none;
}

p,dl {
	padding: 0px;
	margin: 0px;
}

a:link {
	color: #4A1F06;
	text-decoration: none;
}

a:visited {
	color: #4A1F06;
	text-decoration: none;
}

a:hover {
	color: #4A1F06;
	text-decoration: underline;
}

a img {border-style:none;}
img {border:0;vertical-align:bottom;}
embed {vertical-align:bottom}
td img {display: block;}

ul {
	margin:0;
	padding:0;
}

li {
	list-style: none;
	margin:0;
	padding:0;
}

.fR {float: right;}
.fL {float: left;}
.center{text-align:center;}
.t_right{text-align:right;}
.clear {clear: both;}


/*----------------------------------------------------
	font (bass:15px)
----------------------------------------------------*/
.font10 { font-size:67%; }
.font11 { font-size:74%; }
.font12 { font-size:80%; }
.font13 { font-size:87%; }
.font14 { font-size:94%; }
.font15 { font-size:100%; }
.font16 { font-size:107%; }
.font17 { font-size:114%; }
.font18 { font-size:120%; }
.font19 { font-size:127%; }
.font20 { font-size:134%; }
.font21 { font-size:140%; }
.font22 { font-size:147%; }
.font23 { font-size:154%; }
.font24 { font-size:160%; }
.font25 { font-size:167%; }
.font26 { font-size:174%; }
.bold{font-weight:bold;}

.MG-R0 { margin-right: 0px !important; }
.MG-T20 { margin-top: -20px !important; }
.MG-B20 { margin-bottom: 20px !important; }

.fred{
	color: #FF6600;
	font-weight: bold;
}

.eventSmTx{
	margin:5px 0 0 0;
	font-size:94%;
	line-height:18px;
}

.forange{
	color: #FF6600;
}

/*----------------------------------------------------
	page top icon
----------------------------------------------------*/
#page-top {
	position: fixed;
	bottom: 45px;
	right: 20px;
	font-size: 93%;
}

#page-top a {
	width: 70px;
	height:56px;
	display: block;
}

#page-top a:hover {
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}




