@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
=========================================================================================== */

* { margin: 0; padding: 0; color: #000000; font-size: 100%; font-family: sans-serif; line-height: 110%; }

/* 2: Body & Base Setting
=========================================================================================== */

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; }

/* 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; }


