@charset "shift_jis";

/*------------------------------------------------------------
                      1.フォントのサイズ                      
------------------------------------------------------------*/
body,div,pre,p,blockquote,ul,ol,li,dl,dt,dd,table,th,td {
font-size: 12px;
}

/*------------------------------------------------------------
                       2.ボタンチェンジ                       
------------------------------------------------------------*/
#fontsmall a:link,#fontsmall a:visited
{
	font-weight: bold;
	line-height: 18px;
	display: block;
	width: 18px;
	height: 18px;
	margin-left: 7px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	border: solid 3px #7ca2e6;
	background-color: #7ca2e6;
	border-radius: 50%
}

#fontmedium a:link,#fontmedium a:visited,
#fontlarge a:link,#fontlarge a:visited
{
	font-weight: bold;
	line-height: 18px;
	display: block;
	width: 18px;
	height: 18px;
	margin-left: 7px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	color: #666666;
	border: solid 3px #e1ecff;
	background-color: #ffffff;
	border-radius: 50%;
}

#fontsmall a:hover,#fontsmall a:active,
#fontmedium a:hover,#fontmedium a:active,
#fontlarge a:hover,#fontlarge a:active
{
	color: #ffffff;
	border-color: #7ca2e6;
	background-color: #7ca2e6;
}