@charset "UTF-8";
@media screen
{

a
	{
	text-decoration: underline;
	}
a:link
	{
	color: #2b51db;
	}
a:visited
	{
	color: #a75aa6;
	}
a:hover
	{
	color: #f37497;
	}
html
	{
	background: #fefefe;
	margin: 0;
	padding: 0;
	}
body
	{
	background: #fefefe;
	color: #333333;
	font-size: 14px;
	margin: 2% 5%;
	padding: 0;
	position: relative;
	}

body.fontL
	{
	font-size:16px!important;
	}
body.fontM
	{
	font-size:14px!important;
	}
body.fontS
	{
	font-size:12px!important;
	}

dl#size
	{
	width:141px;
	}
		dl#size dt
			{
			float:left;
			width:67px;
			}
		dl#size dd
			{
			float:left;
			width:72px;
			margin: 0;
			display:inline;
			}
		dl#size ul
			{
			margin:0;
			padding:0;
			width:72px;
			}

		li#small,
		li#medium,
		li#large
			{
			background-image:url(../images/fontsize_bg01.gif);
			cursor:pointer;
			display:block;
			float:left;
			list-style:none;
			margin-right:2px;
			width:22px;
			height:18px;			
			}
		li#small{ background-position:0 0;}
		li#medium{ background-position:-24px 0;}
		li#large{ background-position:-48px 0;}
		li#small:hover,
		li#medium:hover,
		li#large:hover{
		 background-image:url(../images/fontsize_bg01.gif);
			cursor:pointer;
			display:block;
			width:22px;
			height:18px;	
			}
			li#small:hover{ background-position:0 -22px;}
		 li#medium:hover{ background-position:-24px -22px;}
		 li#large:hover{ background-position:-48px -22px;}
			
			li#small span,
		 li#medium span,
		 li#large span
			{
				text-indent:-9999px;
				overflow:hidden;
			}



}
