@charset "UTF-8";

/*
===== CONTENTS ==============================
	1: body and base setting
		:general params
		:acronyms and abbreviations styles
	2: link setting
	3: Browser clear
=============================================
*/

/*
===== 1: body and base setting =====
*/
html {
	overflow-y:scroll;
	height: 100%;
}

body {
	height: 100%;
	text-align: center;/* box centering */
	font-size: 16px;
	_font-size: 100%;
	color: #5a5a5a;
	margin: 0 auto;
	padding: 0;
	background: url(../images/bodyBg.gif) right top;
}
*:first-child+html body {font-size/**/: 100%;}/* IE7 */
html*body {font-size: 90%;}/* safari */

/* general params */
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
	line-height: 1.6;
	font-size: 100%;
	text-align: left;
	zoom: 1;/*for IE 5.5-7*/
}
il {
	_zoom: normal;
}
*:first-child+html li {zoom/**/: normal;}/* IE7 */


table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	font-size:100%;
}
fieldset,img {
	border: none;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}
li {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}
q:before,q:after {
	content: '';
}
abbr,acronym {
	border: none;
}


/*
===== 3:link setting =====
*/
/* text-decoration: none;color: #; */
a:link {
	color: #FF930F;
}
a:visited {
	color: #FF9900;
}
a:hover {
	color: #FF6600;
}
a:active {
	color: #FF6600;
}
a:focus {
	color: #FF6600;
}
a:active,a:focus {
	outline: none;
}


/*
===== 4:Browser clear =====
*/
#header:after,
#contents:after,
#footer:after,
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html #header,
* html #contents,
* html #footer,
* html .clearfix {
	/*\*/height: 1%;/*for WinIE*/
	display: inline-table;/*for MacIE*/
}
.clear {
	clear: both;
}