@charset "utf-8";

/*スタイルシートの初期化
------------------------------------------------------------ */
*{
	margin:0;
	padding:0;
	/*background-color:transparent;*/
	border:0px;/*FireFoxでhrが非表示になる*/
	font-size:100%;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
}

/* body設定
------------------------------------------------------------ */
body{
	background:#FFF url(../img/bg.jpg) repeat-x 0 0;
	color:#333333;
}
/* リンク設定
------------------------------------------------------------ */
a{
	text-decoration:underline;
}
a:link{color:#6E6E6E;}
a:visited{color:#6E6E6E;}
a:hover{color:#D9D9D9;}
a:active{color:#D9D9D9;}
a strong{
	text-decoration:underline;
}
/* 強調表現
------------------------------------------------------------ */
.red{
	color:#FF3333;
}
strong{
	font-weight:bold;
}

/* floatバグ回避ハック
------------------------------------------------------------ */
span.clear {
	margin: 0;
	display: block;
	clear: both;
	line-height: 1px;
	font-size: 1px;
}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */}

