/* import css files
------------------------------------------------------------------------------------- */
@import "common_layout.css";
@import "common_contents.css";
@import "common_whitespace.css";

@import "chinese.css";

/* common
------------------------------------------------------------------------------------- */
* {
	margin:0;
}

html, body {
	height:100%;
	margin: 0px;
	padding: 0px;
	color:#444444;
	background:url(../common_img/bg_wrapper.gif) repeat-y top center #E4E4E4;
	font-size:12px;
	font-family:Arial Unicode MS,SimHei,SimSun,Arial,sans-serif;
}

img {
	border:0px;
}


/* link color
------------------------------------------------------------------------------------- */
a{text-decoration:underline;color:#324DA3;}
a:hover{color:#002FC9;text-decoration:none;}



/* link
------------------------------------------------------------ */
/*
.link-pageopen{
	background:url(../common_img/icon_arrow1.gif) no-repeat 0px 2px;
	text-decoration:none;
	padding:0 0 0 12px;
	}
.link-pageopen:hover{
	background:url(../common_img/icon_arrow1_o.gif) no-repeat 0px 2px;
	text-decoration:underline;
	}
	
.link-pageopenS{
	background:url(../common_img/icon_arrow2.gif) no-repeat 0px 2px;
	text-decoration:none;
	padding:0 0 0 12px;
	}
.link-pageopenS:hover{
	background:url(../common_img/icon_arrow2_o.gif) no-repeat 0px 2px;
	text-decoration:underline;
	}

.link-openwin{
	background:url(../common_img/icon_open.gif) no-repeat 0px 2px;
	padding:0 0 0 12px;
	text-decoration:none;
}

.link-openwin:hover{
	background:url(../common_img/icon_open_o.gif) no-repeat 0px 2px;
	text-decoration:underline;
}

.link-openwinS{
	background:url(../common_img/icon_open2.gif) no-repeat 0px 2px;
	padding:0 0 0 12px;
	text-decoration:none;
}

.link-openwinS:hover{
	background:url(../common_img/icon_open2_o.gif) no-repeat 0px 2px;
	text-decoration:underline;
}
*/
