@charset "UTF-8";


/* Reset */
body,div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ul,ol,li,brockquote,pre,table,caption,th,td,address,form,fieldset,legend,object{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6,pre,table,code,kbd,samp,acronym,input,textarea,select{font-size:100%;font-weight:normal;}
a,ins{text-decoration:none;}
address,em,cite,dfn,var{font-style:normal;}
input,textarea{font-family:sans-serif;font-weight:normal;}
img{vertical-align:bottom;}
a img{border:none;}
html{overflow-y:scroll;}
html,body{height:100%;}
ul{list-style-position:outside;list-style-type:none;}
ol{list-style-position:outside;}
table{border-collapse:collapse;}
legend{color:#333;}


/* Font */
body{
font-family:Helvetica, Arial, sans-serif;
font-size:13px;
color:#333;
line-height:1.5;
background:#57637c url(/images/common/footer/footer_bg01.gif) repeat-y 50% 0;
}
*html body{font-size:small;}/* for IE6 */ 
*:first-child+html body{font-size:small;}/* for IE7 */

a{color:#06C;}
a:hover{
text-decoration:underline;
}