body 
{
	font-size: 15px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	margin: 0px;
	clear: both;
	position: absolute;
	float: right;
	_text-decoration: none;
	width: 720px;
	line-height: 150%
}


/*リンクの文字についての設定*/
a 
{
	text-decoration: none;
	color: #3300cc;
}

a:hover 
{
}

/*リンク設定終わり*/

#main 
{
	width: 720px;
	text-align: justify;
	background-color: #D6F2FF;
	float: none;
}

#example
{
	width: 150px;
	float: right;
	margin: 5px;
}

#content
{
	width: 560px;
	_width: 530px;
	text-align: left;
	float: left;
	_padding: 5px;
	height: auto;
}

#text
{
	width: 550px;
	_width: 520px;
	text-align: left;
	background-color:#FFFFFF;
	float: right;
	margin: 5px;
	_padding: 5px;
}

#minitext
{
	text-align:left;
	font-size: 9px
}
h1 
{
	_text-decoration: none;
	font-size: 22px;
	font-weight:bold;
	padding: 5px;
	color:#999999
}

h2
{
	_text-decoration: none;
	font-size: 15px;
	padding: 5px;
}

h3
{
	_text-decoration: none;
	font-size: 18px;
	font-weight : bold;
	padding: 5px;
	color:#FF0000;
}
h4
{
	_text-decoration: none;
	font-size: 9px;
	padding: 5px;
}

#fpic
{
	width: 720px;
	height: 125px;
/*	background-color: #999999;
	clear: both;
	background: url('images/skin_login_header_en.gif') no-repeat;
*/	
}

#fpic2
{
	width: 720px;
	height: 56px;
	background-color: #999999;
	clear: both;
	background: url('images/skin_navi_c_n_cn.gif') no-repeat;
	
}

a img {
	border-style: none;
}


#footer 
{
	background-color: #484848;
	background: url('images/footer.gif') no-repeat;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	height: 50px;
	clear: both;
	width: auto;
}



.push
{
	margin: 7px 0px 7px 0px;
}


p
{
	margin:0;
	padding: 0;
}

#secondary {
	/* positionの指定を削除 */
	margin-left: 510px; 
	background-color: #ffffff;
}
#primary {
	position: absolute;
	left: 5px;
	top: 2px; /* 上方向からの配置位置を変更 */
	width: 500px;
	background-color: #ffffff;
}

