
/* @group Reset */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, em, img, ins, strong, sub, sup, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}

a img, :link img, :visited img {
	border: 0;
}

img{ vertical-align:bottom;}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ol, ul ,li{
	list-style: none;
}

hr{ display:none;}
/* @end */
hr{ display:none;}

body {
	text-align: left;
	font-size: 100%;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","メイリオ",Meiryo,sans-serif;
}


.clear{ clear:both;}

/*　clearfix　*/
.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 */


/*　リンク設定　*/

a:link {
	color:#123662;
	text-decoration: none;
}
a:visited {
	color:#123662;
	text-decoration: none;
}
a:hover {
	color:#123662;
	text-decoration: underline;
}
a:active {
	color:#123662;
	text-decoration: underline;
}
/*　IE6.0以前だけ適用CSSハック　*/
/* \*/

	/*　PNG対応　IE6.0　IE5.5　*/

*html img{ behavior: url(iepngfix.htc) }

/*　トップへ戻る　*/
.top_to00{
	font-size:12px;
	cursor:pointer;
	margin-right:50px;
	text-align:right;
	float:right;
}
