html, body {
overflow: visible;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}

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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
margin: 0;
padding: 0;
outline: 0;
border: 0;
vertical-align: baseline;
font-weight: normal;
font-style: normal;
font-size: 100%;
font-family: inherit;
}

body {
width:100%;
margin: 0;
padding: 0;
background: #fff;
color: #333;
font: 13px/1.8 "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
-webkit-text-size-adjust: 100%;
}

object {
outline: none;
}

div,td,th,p,pre {
text-align:left;
margin:0;
padding:0;
}

a {
text-decoration: none;
overflow:hidden;
outline:none;
}

a:focus{
outline:none;
} 

input, textarea {
  font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
  border:0;
  margin:0;
  padding:0;
  list-style:none; 
  outline:none;
}


img {
border:0;
vertical-align:bottom;
}

li {
margin: 0;
list-style: none;
}

ul,ol {
margin:0;
padding:0;
}

hr {
margin:0;
padding:0;
}

h1,h2,h3,h4,h5,h6 {
margin:0;
padding:0;
font-style: normal;
font-size: 100%;
vertical-align: bottom;
}

select {
display:block;
}

.clear {
clear:both;
}

.center {
text-align:center;
}

.left {
float:left;
}

.right {
float:right;
}

.none {
display: none;
}

