@charset "utf-8";

/*======================================
　1.Reset
=======================================*/

body,div,p,dl,dt,dd,h1,h2,h3,h4,h5,h6,address {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	line-height: 1.45;
}
#Mhead ul {
	list-style-type: none;
}

img {
	border:0;
	background-repeat: no-repeat;
}
ul {list-style: none;}

/*======================================
　2.Fonts
=======================================*/

body {
font-size: 75%;
font-family:'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,Osaka, 'ＭＳ Ｐゴシック',sans-serif;
}

/* --- link --- */
a {
	color: #00F;
	text-decoration: none;
}

/* --- clearfix --- */
.clearfix {
zoom:1;/*for IE 5.5-7*/
}
.clearfix:after{/*for modern browser*/
content:".";
display: block;
height:0px;
clear:both;
line-height:0; 
visibility:hidden;
}

