﻿@charset "utf-8";

/* CSS Document */

body {
	color: #666666;
	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: 13px;
	line-height: 22px;
	background-color: #F8F3EF;
	margin: 0;
	padding: 0;
	background-image: url(../images/back.jpg);
}

h1 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

p {
	padding: 0px;
	margin: 0px;
}

a:link {
	color: #006699;
	text-decoration: none;
}

a:visited {
	color: #006699;
	text-decoration: none;
}

a:hover {
	color: #0099E3;
	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:13px)
----------------------------------------------------*/
.font10 { font-size:77%; }
.font11 { font-size:85%; }
.font12 { font-size:93%; }
.font13 { font-size:100%; }
.font14 { font-size:108%; }
.font15 { font-size:116%; }
.font16 { font-size:123.1%; }
.font17 { font-size:131%; }
.font18 { font-size:138.5%; }
.font19 { font-size:146.5%; }
.font20 { font-size:153.9%; }
.font21 { font-size:161.6%; }
.font22 { font-size:167%; }
.font23 { font-size:174%; }
.font24 { font-size:182%; }
.font25 { font-size:189%; }
.font26 { font-size:197%; }

.f13brown{
	font-size:100%;
	color:#930;
	font-weight:bold;
}

.f13red{
	font-size:100%;
	color:#A64A38;
}

.f14red{
	font-size:108%;
	color:#B22D00;
	font-weight:bold;
}

.f18brown{
	font-size:138.5%;
	color:#930;
	font-weight:bold;
}

.bold{font-weight:bold;}

/*----------------------------------------------------
	page top icon
----------------------------------------------------*/
#page-top {
	position: fixed;
	bottom: 150px;
	right: 20px;
	font-size: 93%;
}

#page-top a {
	background: #EDEADE;
	text-decoration: none;
	color: #92846D;
	width: 100px;
	padding: 10px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	border:1px solid #D6CEB1;
}

#page-top a:hover {
	text-decoration: none;
	background: #EAE7D9;
}
