@charset "UTF-8";


/* ---------------------------------------------------------------- *
	フォントサイズ変更に関する設定
 * ---------------------------------------------------------------- */
body { font-size: 14px;
/**font-size: small;
*font: x-small;*/
line-height: 1.5em; background-image: url(../img-css/main-background-01.jpg); background-repeat: no-repeat; background-attachment: scroll; background-position: center top; }

#fontsize { position: relative; top: -200px; margin: 0; padding: 0; height: 21px; }
#fontsize ul { list-style: none; padding: 0; margin: 0; }
#fontsize li {
	float: left;
	margin: 0px;
	padding: 0px;
}
#fontsize li a {
	display: block;
	color: #999999;
	text-align: left;
	text-decoration: none;
	font-size: 10%;
	height: 21px;
}


/*テキスト非表示*/
#fontsize em {
	visibility: hidden;
}

/*フォント小*/
#fontsize #small  {
	margin: 0px;
	padding: 0px;
	background-image: url(../parts/fs_size01.png);
	background-repeat: no-repeat;
	width: 32px;
}
/*
#fontsize #small a:hover,#fontsize #small a:active {
	background-image: url(../parts/fs_size01_f2.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}*/

/*フォント中*/
#fontsize #middle  {
	margin: 0px;
	padding: 0px;
	background-image: url(../parts/fs_size02_f2.png);
	background-repeat: no-repeat;
	width: 32px;
}
/*
#fontsize #middle a:hover,#fontsize #middle a:active {
	background-image: url(../parts/fs_size02.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}*/

/*フォント大*/
#fontsize #big  {
	margin: 0px;
	padding: 0px;
	background-image: url(../parts/fs_size03.png);
	background-repeat: no-repeat;
	width: 32px;
}
/*
#fontsize #big a:hover,#fontsize #big a:active {
	background-image: url(../parts/fs_size03_f2.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}*/

.header-bg01 { background-image: url(../img-css/header-bg.gif); background-repeat: repeat-x; background-position: 0 bottom; }
.header-rotary-text { color: #fff; font-size: x-large; font-weight: 900; text-decoration: none; padding-right: 20px; }
