@charset "utf-8";

/* 
Imported Styles -exclude ns4.x & ie4.x & Mac+IE
*/

/*/*/
@import url('share-01.css');
@import url('index-01.css');
/* */

body {
	background-color:#FFFFFF;
	color:#000000;
	font-size:11px;
	font-family: "Times New Roman", Times, serif;
	text-decoration:none;
	}



.text01 {
	font-size: 11px;
	font-family: "Times New Roman", Times, serif;
	color:#000000;
	line-height: 130%;
	text-decoration:none;
}

a:link {
	color:#000000;
	text-decoration:none;
	}

a:visited {
	color:#000000;
	text-decoration:none;
	}

a:active {
	color:#FF0000;
	text-decoration:none;
	}

a:hover {
	color: #FF0000;
	text-decoration:none;
	}

