@charset "UTF-8";


body {

}

*html body {  　　　　　/*IE6だけに適用*/
   overflow-y:auto;
   overflow: hidden;
}

*+html body {　　　　　/*IE7だけに適用*/
   overflow: hidden;
}

body {
   overflow-y:scroll;
   
}

a:focus { outline:none;}



.clr {
	clear:both;
	_line-height:0;
	font-size:0;
}



a:link ,
a:active ,
a:visited {
	color: #333;
	text-decoration:none;
}
a:hover {
	color: #444;
	text-decoration:none;
}

img {
	border:none;
}

p {

}

.ctr {
	text-align:center;
}

h1 {

}

h2 {

}

input { } 
textarea {};