@charset "utf-8";

/* -----------------------------------------------------------------
RESET CSS
LAST UPDATE:2011/08/01
--------------------------------------------------------------------

/* INDEX
01:reset
02:font reset
----------------------------------------------------------------- */

/* 
	01:reset
-----------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th{ 
margin:0;
padding:0;
}
table#container td{

}
#header *{ 
margin:0;
padding:0;
}
#sideNavi *{ 
margin:0;
padding:0;
}
#footer *{ 
margin:0;
padding:0;
}

fieldset,img{ 
border:0;
}

address,caption,cite,code,dfn,em,strong,th,var{
font-style:normal;
/*
font-weight:normal;
*/
line-height:1.4;
}


h1,h2,h3,h4,h5,h6{
font-size:100%;
font-weight:normal;
line-height:1.4;
}

a{
text-decoration:none;
line-height:1.4;
}

a:hover{
text-decoration:underline;
}

a:focus{
outline:none;
}


#wrap hr{
display:none;
}

dt,dd,td,th,span,
ul li,ol li{
	line-height:1.6;
}

ul li,ol li{
list-style:none;
}

li img{
vertical-align:bottom;
}

/* 
	02:font reset
-----------------------------------------*/
body{
color: #3a3a3a;
font-size: 12px;
font-size: 75%; /*for IE6,IE7*/
font-family: 'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', Osaka,sans-serif;
}

table{
font-size:inherit;
font-size:100%;
}

select, input, textarea{
font-size:99%;
line-height:1.4;
}
