@charset "shift_JIS";
* {
	margin: 0;
	padding: 0;
}
body{
	margin: 0;
	padding: 0;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;	font-size: 14px;
	line-height: 160%;
	color: #333333;
}
img {
	border: 0px none;
}

a{
	color: #3b4fd5;
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	color: #CC2D2D;
	text-decoration: underline;
}
a:visited{
	color: #3b4fd5;
}

/*-----------------------------------------------
 __clearfix
-----------------------------------------------*/

.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}