@charset "Shift_JIS";

/* **************************************************

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

===================================================== */



/* 1: All Setting
=========================================================================================== */

/* 2013.07.11 不要EE* {
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 100%;
	line-height: 100%;
}
*/


/* 2: Body & Base Setting
=========================================================================================== */

body#en{
	background-color:#fff;
	font-family: Arial, Verdana, sans-serif;
}

body#bp{
background-color:#fff;
	/*background-image: url(/data/image/custom/bg_jp.png);
	background-repeat: repeat-y;
	background-position: center center;	*/
}


fieldset { border: none; }

ul { list-style: none; }

img { border: none; }

strong { font-weight: bold; }

em { font-style: italic; }

/* general params
--------------------*/
h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote{
	padding: 0;/* margin&padding reset */
	line-height: 1.4;/* base line height */
	text-align: left;
	display: block;
	margin: 0px;
}
img {
	border: none;/* img do not want a border */
	vertical-align: center;
}


/* acronyms and abbreviations styles 
-------------------------------------*/
acronym,abbr{
	cursor: help;
}


/* 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;
}


