﻿@charset "utf-8";
/* CSS Document */
body,div,p,ul,ol,li,dl,dt,dd,form,input,textarea,pre,h1,h2,h3,h4,h5,h6,article{
	margin: 0;
	padding: 0;
}

ul,li{list-style-type: none;}

table,img{border: 0px;}

/* for IE */
*html *,
*:first-child+html * {font-family: "ＭＳ Ｐゴシック", Osaka,"メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3";}

a{text-decoration: none;}
a:focus {outline: none;}
em{font-style: normal;}
hr{display: none;clear: both;}
address{font-style: normal;}


/*その他*/
/* ***************************************************
 *hover
*************************************************** */

img.hover:hover{
/*モダンブラウザ用*/
opacity:0.8;
/*IE7以下用*/
filter:alpha(opacity=80);
/*IE8用*/
-ms-filter:"alpha(opacity=80)";
}
input.hover:hover{
/*モダンブラウザ用*/
opacity:0.8;
/*IE7以下用*/
filter:alpha(opacity=80);
/*IE8用*/
-ms-filter:"alpha(opacity=80)";
}