@charset "UTF-8";
/* CSS Document */


/*-----------------------------------------------
    Browser Reset
-----------------------------------------------*/
body {
    margin:0;
    padding:0;
	background-color:#FFF;
	color:#666;	
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:110%;
}

h1,h2,h3,h4,h5,h6,pre,address,em,strong,th,ins {
    font-size:100%;
    &nbsp;&nbsp;&nbsp;&nbsp;font-style:normal;
}

h1,h2,h3,h4,h5,h6,pre,address,ul,ol,li,dl,dt,dd,form,legend,p {
    margin:0;
    padding:0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
}

table {
    border-collapse:collapse;
    border:0;
}

tr{
	vertical-align:top;
}

th {
    text-align:left;
}

input,select,textarea {
    vertical-align:middle;
}

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

ins, a {
    text-decoration:none;
}

ul {
    list-style:none;
}

br {
    letter-spacing: 0;
}

a:visited{
	color:#000;
}

a:link{
	color:#000;	
}

a:hover{
	color:#F00;	
}
