@charset "UTF-8";

/*****************************************
			Global Setting
*****************************************/
html {
	background: #FFF;
	color: #333;
	height: 100%;
}
body {
	font-size: 88%;
	/font-size: 104%;
	font-family:  "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Arial, Verdana, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.61;
	height: 100%;
}

a:link {
	color: #6e1615;
}
a:visited {
	color: #606;
}
a:hover {
	color: #C03;
}
a:active {
	color: #F00;
}
/* Font Size */
.fs_xsmall { font-size: 71%; }
.fs_small { font-size: 86%; }
.fs_medium { font-size: 100%; }
.fs_large { font-size: 129%; }
.fs_xlarge { font-size: 171%; }
.fs_xxlarge { font-size: 214%; }

/* Image Rollover Opacity */
a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	background: #FFF;
}
/* Update Icon */
.i_new {
	width: 33px;
	height: 14px;
	margin: 0px 0px 0px 5px;
	background: url(../img/common/new.jpg) no-repeat;
	vertical-align: middle;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;	
}
.i_ess {
	width: 33px;
	height: 14px;
	margin: 0px 0px 0px 5px;
	background: url(../img/common/ess.jpg) no-repeat;
	vertical-align: middle;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;	
}
.i_urg {
	width: 33px;
	height: 14px;
	margin: 0px 0px 0px 5px;
	background: url(../img/common/urg.jpg) no-repeat;
	vertical-align: middle;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;	
}
/*****************************************
				Container
*****************************************/
#container {
	min-height: 100%;
	_height: 100%;
	padding-bottom: 375px;
	zoom: 1;
}
/*****************************************
				Slice
*****************************************/
#gnav {
	background: url(../img/slice/gnav.png) center top no-repeat;
	height: 77px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin: 0 0 3px 0;
}
#calendar {
	text-align: center;
	margin: 5px 0 20px;
}
#slice {
	width: 960px;
	margin: 0 auto;
}
#img01,
#img02,
#bnr {
	text-align: center;
}
#img01 {
	margin: 0 0 8px 0;
}
#bnr {
	margin: 20px 0 0 0;
}
#weblio {
	margin: 0 0 20px 0;
}

/*****************************************
				Wrapper
*****************************************/
#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

.hide {
	display: none;
}
