@charset "utf-8";

/*
----------------------------------------------------------------------------------------------------

	■ 基本情報
		- 著作権	:	Copyright(c) 2009 アプロコム株式会社 All Rights Reserved.
		- 作成者	:	アプロコム株式会社　田中大士
		- 作成日	:	2009/02/02
		- 更新日	:

	■ ファイル情報
		- 名称
			∟ 初期化

		- 概要
			∟ 各ブラウザのレンダリング設定を初期化（共通化）する

	■ ソース内容
		- ブラウザ設定の初期化
		- Clearfix
		- IEPngFix

	■ 対応ブラウザ
		- Microsoft Internet Explorer
			∟ 6 +		:	○	2009/02/02

		- Mozilla Firefox
			∟ 2.0 +	:	○	2009/02/02

		- Opera
			∟ 9.0 +	:	○	2009/02/02

		- Apple Safari
			∟ 3.0 +	:	○	2009/02/02

		- Google Chrome
			∟ beta		:	○	2009/02/02

	■ 更新履歴

----------------------------------------------------------------------------------------------------
*/


/*
 全称
---------------------------------------------------------------------- */
*{
	font-family		: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-style		: normal;
	font-weight		: normal;
	font-size		: 100%;
	text-decoration	: none;
	margin			: 0px;
	zoom			: 1;
}


/*
 ドキュメント
---------------------------------------------------------------------- */
html,body{
	width		: 100%;
	height		: 100%;
	line-height	: 130%;
	padding		: 0px;
}


/*
 ハイパーリンク
---------------------------------------------------------------------- */
/* アンカー */
a{outline:none;}

/* クリッカブルマップ */
area{outline:none;}


/*
 インライン
---------------------------------------------------------------------- */


/*
 リスト
---------------------------------------------------------------------- */
/* ボックス */
ul,ol,dl{
	list-style	: none;
	padding		: 0px;
}

/* 要素 */
li{
	display	: list-item;
	padding	: 0px;
	zoom	: normal;
}


/*
 テーブル
---------------------------------------------------------------------- */
/* ボックス */
table{
	border-collapse	: collapse;
	border-spacing	: 0px;
	border			: none;
}

/* 表題 */
caption{
	text-align	: left;
}

/* ヘッダ、セル */
th,td{
	text-align		: left;
	vertical-align	: top;
}


/*
 画像・オブジェクト
---------------------------------------------------------------------- */
/* 画像 */
img,a img{
	background		: transparent;
	border			: none;
	vertical-align	: bottom;
}

/* オブジェクト */
object,embed{vertical-align:top;} 


/*
 フォーム
---------------------------------------------------------------------- */
/* 入力グループ */
fieldset{
	padding	: 0px;
	border	: none;
}

/* グループタイトル */
legend{
	padding	: 0px;
}


/*
 その他
---------------------------------------------------------------------- */
/* ライン */
hr{
  height	: 0px;
  margin	: 5px 0px;
  border	: none;
  border-top: solid 1px #000000;
}
* html hr{margin:0px;}
*+html hr{margin:0px;} 


/*
 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 */


/*
 IEPngFix
---------------------------------------------------------------------- */
* html .iepngfix{behavior:expression(IEPNGFIX.fix(this));}
