/* CSS Document */
@charset "utf-8";


/* base
------------------------------------ */
body {
	font-family: メイリオ,'ヒラギノ角ゴ pro W3','ＭＳ Ｐゴシック',Meiryo,'MS P Gothic',sans-serif;
	color: #333;
	font-size: 13px;
	line-height: 1.5em;
}
table { _font-size: 12px; }
a {
	color: #274834;
	text-decoration: none;
}
a:hover {
	color: #3c6b4d;
	text-decoration: underline;
}

/* clearfix */
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
	
.clearfix {display: inline-block;} 

/* Hides from IE Mac */
* html .clearfix {height: 1%;}
.clearfix {display:block;}
/* End Hack */ 
.clear { clear: both; }

.space5  { margin-bottom: 5px; }
.space10 { margin-bottom: 10px; }
.space15 { margin-bottom: 15px; }
.space20 { margin-bottom: 20px; }
.space25 { margin-bottom: 25px; }
.space30 { margin-bottom: 30px; }
.space40 { margin-bottom: 40px; }
.space50 { margin-bottom: 50px; }

/* Font Size */ 
.fs10{font-size:10px}
.fs11{font-size:11px}
.fs12{font-size:12px}
.fs14{font-size:14px}
.fs16{font-size:16px}
.fs18{font-size:18px}
.fs20{font-size:20px}

/* Font Color */ 
.center	{ text-align: center; }
.bold	{ font-weight: bold; }
.orange	{ color: #ff9900; }
.red	{ color: #F00; }


/* header
------------------------------------ */
#header {
	height: 16px;
	background: #000;
	color: #FFF;
	position: relative;
	z-index: 1;
}
#header h1 {
	font-size: 10px;
	font-weight: bold;
	line-height: 16px;
	padding: 0 0 0 1em;
	text-align:left;
}
#header a {
	color: #FFF;
	font-size: 10px;
	line-height: 16px;
	display: block;
	position: absolute;
	right: 1em;
	top: 0;
}
#header a:hover {
	color: #aaa;
	text-decoration: none;
}

.colorLead{
	font-size:14px;
	font-weight:bold;
	color:#F00;
	margin:0 0 5px;
	line-height:1.3em;
}

/* footer
------------------------------------ */
#footer {
	width: 100%;
	background: #fff;
	text-align: center;
	padding: 20px 0 15px;
	clear:both;
}
#footer #supportNav { margin: 0 0 10px; }
#footer #supportNav li { display: inline; }
#footer address { font-size: 11px; }
#footer .jasrac { font-size: 11px; }

#pageTop {
	width: 56px;
	height: 56px;
	position: fixed;
	right: 60px;
	bottom: 30px;
	z-index:999;
}
