@charset "Shift_JIS";

/*---------------------------------------------------------------
	2011/10/11 ver.005
---------------------------------------------------------------*/

/*---------------------------------------------------------------
	各要素のリセット
---------------------------------------------------------------*/
html {
	height: 100%;	/*高さの初期化*/
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, p, blockquote, th, td{
	margin: 0; 
	padding: 0;
	line-height: 1.2em;
}

body {
	font-size:   13px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Verdana,'ＭＳ Ｐゴシック',sans-serif;
	/position: absolute;
}

/*firefox用スクロールバー強制表示*/
html {
	overflow-y: scroll;
}

h1, h2, h3, h4, h5, h6{
	font-size: 100%; 
	font-weight: normal;
	text-align: left;
}

ol, ul{
	list-style:none;
}

fieldset, img{
	 border:0;
}

table{
	border-collapse: collapse; 
	border-spacing:0;
}

caption, th{
	text-align: left;
}

a img {
  border: none;
}

address, caption, cite, code, dfn, em, strong, th, var{
	font-style: normal; 
	font-weight: normal;
}

/*Firefoxフラッシュ点線非表示*/
object {
	outline: none;
}

/*---------------------------------------------------------------
	ClearFIX
---------------------------------------------------------------*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
