@charset "shift_jis";

/* ---BASE------------------------------------------------------- */
html, body, div, p, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6,
dl, dt, dd, ol, ul, li{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: inherit;
	font-size: 100%;
	font-style : inherit;
	font-weight: inherit;
	vertical-align: baseline;
	background: transparent;
}
:focus {outline: 0;}

body,html {
	line-height: 1;
	height: 100%;
}
ol, ul {
	list-style: none;
}
header, nav, section, footer,
article, aside, details, figcaption, figure,  hgroup, menu,
h2,h3{
	display: block;
	float:none;
	clear:both;
}

*{
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
     -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
        box-sizing: border-box;
	behavior: url("boxsizing.htc");
}

ol, ul {
	list-style: none;
}


img{
	border: 0;
/*smoothRollOverが動かなくなる
	max-width: 100%;
	height: auto;
	width : auto; 
*/
}
a:hover img,
a:active img{
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
}

form{
	margin-left:auto;
	margin-right:auto;
}


