@charset "utf-8";

body, div, h1, h2, h3, h4, h5, h6, hr,
p, ul, li, dl, dt, dd, address, span, a, img{
	margin:0;
	padding:0;
}

body{
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:100%;
	line-height:1.4;

}

h2{
	color:#fff;
}


p{
	color:#fff;
}

ul{
	list-style:none;
}

img{
	border:none;
	max-width:100%;
	height:auto; 
}

p{
	margin-bottom:10px;
}

strong{
	font-weight:bold;
}

/* for IE5.5-IE7 IE5.5～7用 */
.clearfix{
	display:inline-block;
}

/* for Modern Browsers モダンブラウザ用 */
.clearfix:after{
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	font-size:0.1em;
}

a {
text-decoration: none;
color:#fff;
}
 