@charset "Shift_JIS";

/* **************************************************

Name: basic.css

Description: Initial Setting

Create: 2007.10.XX
Update: 2014.02.13

Copyright 2007 Hitachi, Ltd. 

***************************************************** */



/* content===========================================

[-] All Setting
[-] Body & Base Setting
[-] Link Setting

===================================================== */



/* 1: All Setting
=========================================================================================== */

* {
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 100%;
	line-height: 100%;
}



/* 2: Body & Base Setting
=========================================================================================== */

html {
	overflow-y: scroll;
}
body {
	margin: 0 auto;
	font-size: 100%;
	line-height: 100%;
	text-align: center;
	vertical-align: top;
}
fieldset { border: none; }

ul { list-style: none; }

img { border: none; }

strong { font-weight: bold; }

em { font-style: italic; }

sub {
	margin: auto 1px auto;
	font-size: 92.2%;
	vertical-align: -0.15em;
	line-height: 100%;
}
/* Win IE7 & IE6 lower */
* html body sub { font-size: 105%; }
*:first-child+html body sub { font-size: 105%; }
/* */

sup {
	margin: auto 1px auto;
	font-size: 92.2%;
	vertical-align: 0.15em;
	line-height: 100%;
}
/* Win IE7 & IE6 lower */
* html body sup { font-size: 105%; }
*:first-child+html body sup { font-size: 105%; }
/* */


/* 3: Link Setting
=========================================================================================== */

a:link {
	color: #08427c;
	text-decoration: underline;
}
a:visited { 
	color: #551a8b;
	text-decoration: underline;
}
a:hover {
	color: #890000;
	text-decoration: underline;
}
a[name]:hover { color: #000000; }
a:active {
	color: #890000;
	text-decoration: underline;
}

h1 a { text-decoration: none ;}

h1 a[name],h2 a[name],h3 a[name],h4 a[name] {text-decoration: none !important;}
