
/* ==============================
	base.css
============================== */

/*
===== 初期設定 ===========================================
*/

body { 
	font-size:12px;
	font-family: "ＭＳ Ｐゴシック", "Osaka", Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	line-height:1.6; 
	margin:0;
	padding:0;
}

a{
	color:#0099ff;
}
a:hover{
	color:#ff6410;
	text-decoration:none;
}


/*
===== クリアハック ===========================================
*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	zoom:100%;
}


/*
===== クリアボックス =========================================
*/

.clearbox {
	height: 0%;
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
	visibility: hidden;
}



