@charset "utf-8";

/*------------------------------
 *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;  
    background: transparent;  
    border: 0;  
    outline: 0; 
    font-size: 1em;  
} 
html,body{
	height:100%;
}
body{
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', sans-serif;
	color:#333333;
	line-height:1.7;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
}
table{
	border-collapse:collapse;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
ol, ul{
	list-style:none;
}
input, select {
    vertical-align:middle;
}
img{
	vertical-align: bottom;
	border:none;
}
hr{
	height: 0px;
	margin: 30px 0;
	border: none;
	border-top: 1px solid #aaa;
}
table{
	border-spacing: 0;
	border-collapse: collapse;
}