@charset "utf-8";

/*------------------------------------------------------------

タグ基本設定／部品など

------------------------------------------------------------*/

/* フォント設定（OS振り分け）
------------------------------------------------------------*/

*{
	font-family: "Arial", sans-serif;
	}

body.win *{
	font-family: "Arial", sans-serif;
	font-size: 11px;
	_font-size: 75%;
	}

body.mac *{
	font-family: "Arial", sans-serif;
	font-size: 75%;
	}

/* 常用設定など
------------------------------------------------------------*/
body{
	background: #ffffff;
	}

a:link, a:visited {
	color: #0053a6;
	text-decoration: none;
	}
a:hover, a:active {
	color: #0053a6;
	text-decoration: underline;
	}

/* clear用
------------------------------------------------------------*/
.clearfix{
	zoom: 100%;
}

.clearfix:after {
	content: ".";
	font-size: 0.1px;
	line-height: 0;
	display: block;
	height: 0.1px;
	visibility: hidden;
	clear: both;
 }