@charset 'Shift_JIS';


/* base font style
------------------------- */
body{
color: #454545;
font-family: 'Hiragino Kaku Gothic Pro', '‚l‚r ‚oƒSƒVƒbƒN', sans-serif;
font-size: 12px;
line-height: 1.3;
}

input,textarea,select{
font-family: 'Hiragino Kaku Gothic Pro', '‚l‚r ‚oƒSƒVƒbƒN', sans-serif;
font-size: 1em;
}

table,tr,td{
color: #454545;
font-family: 'Hiragino Kaku Gothic Pro', '‚l‚r ‚oƒSƒVƒbƒN', sans-serif;
font-size: 12px;
}



/* Link style
------------------------- */
a:link,
a:visited  { 
color: #454545;
text-decoration: none;
}

a:hover,
a:active {
color: #26499d;
text-decoration: underline;
}

a:hover,a:active,a:focus{
text-decoration: underline;
}


/* Browser style reset
------------------------- */
h1,h2,h3,h4,h5,h6{
margin: 0;
font-size: 1em;
}

p,form,dl,dd{
margin: 0;
}

ol,ul{
list-style-type: none;
margin: 0;
padding: 0;
}


/* Extra style
------------------------- */
img{
border:none;
vertical-align: middle;
}

label{
cursor: pointer;
}

hr.separate{
display: none;
}