@charset "Shift_JIS";

/*---------------------------------------------
JA-AICHI
Guide Style
Version 1.0.0

http://www.ja-aichi.or.jp/hearthome/guide/

Last Update: 2010.1.19
---------------------------------------------
01. reset
02. header
03. footer

---------------------------------------------*/

/*---------------------------------------------
01. reset
---------------------------------------------*/
*      { margin: 0px; padding: 0px; font-size: 100%; }
html   { color: #555555; overflow-y: scroll; }
body   { width: 800px; margin: 0px auto; font-family: "‚l‚r ‚oƒSƒVƒbƒN", "MS PGothic", Arial, Helvetica, Verdana, sans-serif; text-align: center; background-color:#00A1E9; }

hr     { display: none; }
img    { border: none; vertical-align: bottom; }

div, dl, dt, dd, form, input, ul, ol, li, p, select, textarea, span, th, td { margin: 0; padding: 0; }
address, th, caption, em, strong { font-style: normal; font-weight: normal; }
h1, h2, h3, h4, h5, h6           { font-size: 100%; font-weight: normal; margin: 0; padding: 0; }
input, select, textarea          { font-size: 100%; font-family: inherit; font-weight: inherit; }
sup     { vertical-align: text-top; font-size: 72%; }
sub     { vertical-align: text-bottom; font-size: 72%; }
ol, ul  { list-style: none; }
table   { border-collapse: collapse; border-spacing: 0; font-size: 100%; font-size: inherit; }
caption { text-align: left; }

a         { overflow: hidden; }
a:link    { color: #333399; text-decoration: underline; }
a:visited { color: #333399; text-decoration: underline; }
a:hover, 
a:active  { color: #333399; text-decoration: none; }


/*---------------------------------------------
02. header
---------------------------------------------*/
#header        { width: 790px; margin: 20px auto 0 auto; text-align: left; line-height: 1em; overflow: hidden; }
#headerLogo    { float: left; width: 257px; height: 82px; }
#headerLogo h1,
#headerLogo p  { width: 257px; height: 49px; position: relative; top: 17px; left: 20px; }



/*---------------------------------------------
03. footer
---------------------------------------------*/
#footer      { width: 790px; margin: 10px auto 0px auto; padding: 0px 5px; text-align: left; }
#footer .copyright    { padding: 12px 0px; text-align: center; color: #ffffff; }


