@charset "shift-JIS"; 

/* 1-1 Universal selector */

*						{ padding: 0; margin: 0; line-height: 1.3; font-size: 100%; }


/* 1-2 Structure Module */

body					{ text-align: center; background-color: white; }
body *					{ line-height: 1.3; }

body					{ font: 12px/18px "‚l‚r ‚oƒSƒVƒbƒN", "Lucida Grande", "Hiragino Kaku Gothic Pro", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", Geneva, Arial, Verdana, sans-serif; }

body					{ background: url(/i-phiss/images/bg_body.gif); }


/* 1-3 Text Module */

p, address				{ margin: 0 0 0.8em 0; padding: 0; }
h1, h2, h3				{ margin: 0 0 0.8em 0; padding: 0; line-height: 1.2; }
h1						{ font-size: 120%; }
h2						{ padding: 0.4em 0 0.8em 0; }
h3						{ margin: 0 0 0.5em 0; font-size: 100%; font-weight: bold; }
h4						{ margin: 0 0 5px 0; font-size: 100%; }

/* 1-4 Hypertext Module */

a:link					{ color: #0033CC; text-decoration: underline; }
a:visited				{ color: #0033CC; text-decoration: underline; }
a:hover					{ color: purple; text-decoration: underline; }


/* 1-5 List Module */

ul,ol,dl				{ margin: 0.8em 0.8em 0.8em 1.8em; padding: 1px 10px; }
dt						{ margin: 0.4em; }
dd						{ margin: 0 10px; }


/* 1-6 Forms Module */

select,input,
textarea				{ font: 99% "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3"; }

