@charset "UTF-8";

/*=====================================================================
//  初期設定
//=====================================================================*/
*{
	margin:0;
	padding:0;
}
body {
	font-size:12px;
	line-height:140%;
	/*font-family:"Verdana","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3","メイリオ", Meiryo, Osaka,"ＭＳ Ｐゴシック","MS P Gothic", sans-serif;*/
	color:#000;
	background:#fff;
	text-align:center;
}
a{
	color:#000;
	text-decoration:none;
	/*\*/
	overflow:hidden;
	/**/
}
a:hover{
	color:#360;
	text-decoration:underline;
}
.left{
	float:left;
}
.right{
	float:right;
}
a img{
	border:0;
	text-decoration:none;
}
ul,ol{
	list-style:none;
}
.clr{
	clear:both;
/* macIE対策\*/
	overflow:hidden;
	width:1px;
	height:1px;
	margin:0 -1px -1px 0;
	border:0;
	padding:0;
	font-size:0;
	line-height:0;
/* macIE対策*/
}
.test{
	border:1px solid #f00;
}