/*CSS for IE*/

/*フォントサイズ（相対指定）*/

.fxxs	{font-size: xx-small;}
.fxs	{font-size: x-small;
	     line-height: 1.4em;
}
.fxs_2	{font-size: x-small;
	     line-height: 1.2em;
}
.fs		{font-size: small;}
.fm		{font-size: medium;}
.fl		{font-size: large;}
.fxl	{font-size: x-large;}
.fxxl	{font-size: xx-large;}
.fxs_i	{font-size: x-small;
	     line-height: 1.4em;
	     text-indent: 1em;
}

/*フォントサイズ（絶対指定）*/

.ffxxs	{font-size: 10px;}
.ffxs	{font-size: 12px;
	     line-height: 1.4em;
}
.ffs	{font-size: 14px;}
.ffm	{font-size: 16px;}
.ffl	{font-size: 24px;}
.ffxl	{font-size: 32px;}
.ffxxl	{font-size: 48px;}

/*色指定*/
.cblack	{color: #000000;}
.cwhite	{color: #FFFFFF;}
.cgray3	{color: #333333;}
.cgray6	{color: #666666;}
.cgray9	{color: #999999;}
.cgrayc	{color: #CCCCCC;}
.cred	{color: #FF0000;}
.cblue	{color: #0000FF;}
.cgreen	{color: #00FF00;}
.cyellow	{color:#FFFF00;}
.corange	{color: #FF6600;}


/*ボディ*/

body {
	background-color: #999999;
	margin: 0px;
	color: #FFFFFF;
}

/*コンテンツ*/
.main_box {
	margin: 20px;
	padding: 0px;
	height: 502px;
	width: 707px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #FFFFFF;
}
#infobox {
	visibility: hidden;
	height: 90px;
	width: 280px;
}

