@charset "UTF-8";

/*------ 各要素をリセット -----*/

* {
	margin: 0;
	padding: 0;
	}

html {
	margin: 0;
	padding: 0;
	}

fieldset, img { border:0; } 

strong { font-weight: bold; color: #060; }

em { font-style: italic; }

table,img{border:0px;}

body {
	font:13px arial, verdana, "ＭＳ Ｐゴシック", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	color: #333322;
	}
address { text-align:center; font-style:normal; padding-top:4px; font-size:12px; letter-spacing:1.2pt; }	

a,
a:visited,
a:hover {
	text-decoration: none;
	padding-bottom: 0;
}

a { color: #009; }
a:visited { color: #939; }
a:hover { color: #F06; }


#contents .inq-bnr a { 
  display:block;
	background:url(../images/inq-bnr.gif) 0 0 no-repeat;
	width:640px;
	height:85px;
	margin-top:25px;
	margin-bottom:20px;
	margin-left:5px;
	text-indent:-9999px;
	outline:none;
	}
	
#contents .inq-bnr a:hover { background-position:bottom; }


/*----- floatをclearするための汎用クラス定義 -----*/

.clear { clear: both; }

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
