@charset "utf-8";

/* **************************************************

Name: basic.css

Description: Initial Setting

Create: 2007.10.XX
Update: 8888.88.88

Copyright 2007 Hitachi, Ltd. 

***************************************************** */



/* content===========================================

[-] All Setting
[-] Body & Base Setting
[-] Link Setting

===================================================== */



/* [-] All Setting
=========================================================================================== */

* {
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 100%;
	line-height: 100%;
}



/* [-] Body & Base Setting
=========================================================================================== */

body {
	margin: 0 auto;
	font-size: 100%;
	line-height: 100%;
	font-family: Arial, Verdana, sans-serif;
	text-align: center;
}
fieldset { border: none; }

ul { list-style: none; }

img { border: none; }

strong { font-weight: bold; }

em { font-style: italic; }



/* [-] Link Setting
=========================================================================================== */

a:link {

	text-decoration: none;
}


a[name]:hover { color: #000000; }
a:active {
	color: #890000;
	text-decoration: underline;
}

h1 a {
	text-decoration: none !important;
}
