@charset "utf-8";
/* CSS Document */

body, div,
	dl, dt, dd, ul, ol, li,
	h1, h2, h3, h4, h5, h6,
	pre, form, fieldset, input, textarea,
	p, blockquote, th, td,img {
		margin:0;
		padding:0;}
	
	h1, h2, h3, h4, h5, h6 {
		font-size:100%;
		font-weight:normal;}
	
	li	{list-style-type: none;}
	iframe {border: 0px;outline:none;}
	img{border:none; vertical-align: bottom;}

	a img { border: none; }
	a { text-decoration:none; color:#000;}
	a:hover { text-decoration:underline; color:#000;}
	a:focus	{ outline:none;}
	


/* link */
a img {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
}

a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
}
