@charset "utf-8";


/* Font Size setting
--------------------------------------------------*/
body {
	font-size: 75%; /* normal */
}

#footer .btm_link_sec01 {
	font-size: 80%;
	margin: 30px auto 0;
}
#footer .btm_link_sec02 {
	margin-top: 36px;
}

.list_caution {
	text-indent: -10px;
	padding-left: 10px;
}

#header #fs_select ul .fs_small a {
	display: block;
	width: 15px;
	height: 20px;
	background:url(../img/common/header_fs_small_on.gif)
}
#header #fs_select ul .fs_small a:hover {
	display: block;
	width: 15px;
	height: 20px;
	background:url(../img/common/header_fs_small_on.gif)
}
#header #fs_select ul .fs_normal a {
	display: block;
	width: 17px;
	height: 20px;
	background:url(../img/common/header_fs_normal_off.gif)
}
#header #fs_select ul .fs_normal a:hover {
	display: block;
	width: 17px;
	height: 20px;
	background:url(../img/common/header_fs_normal_on.gif)
}
#header #fs_select ul .fs_large a {
	display: block;
	width: 20px;
	height: 20px;
	background:url(../img/common/header_fs_large_off.gif)
}
#header #fs_select ul .fs_large a:hover {
	display: block;
	width: 20px;
	height: 20px;
	background:url(../img/common/header_fs_large_on.gif)
}