/* reset */
html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
b,u,i,center,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
body{line-height:1;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
:focus{outline:0;}
ins{text-decoration:none;}
del{text-decoration:line-through;}
table{border-collapse:collapse;border-spacing:0;}

/* reset+ */
h1,h2,h3,h4,h5,h6 { font-weight: normal; }
a { text-decoration: none; }
input,select,textarea,button { font: 11px/1.6em arial, sans-serif; }
table  { border-collapse: separate; }
form label, form input, form select, form textarea, form button, form span { float: left; }
form span input { float: none; }
form br { clear: both; }

/* style */
html { height: 100%; font: 14px arial, helvetica, sans-serif; color: #000; }
#wrapper { position: relative; width: 640px; min-height: 100%; margin: 0 auto; padding: 0; background: url(../image/wrapper.png) repeat-y; }
#header { height: 180px; background: url(../image/header.png) no-repeat center 0; }
h1 { margin: 20px 50px 40px 50px; font-size:1.6em; font-weight:bold; color:#005aa0; text-align: center; }
p { margin: 20px 50px 20px 50px; line-height:1.5em;}
a { text-decoration: none; color: #005aa0;}
a:hover { text-decoration: underline; color: #005aa0; }
strong { font-weight:bold; color:#005aa0;}
#footer { height: 180px; background: url(../image/footer.png) no-repeat center 0; }