@charset "utf-8";
/* ブラウザスタイルの初期化、平成２１年２月２４日作成 */


/*ブラウザの初期化*/
html, body,div, span,dl, dt, dd, ul, ol, li,h1, h2, h3, h4, h5, h6,blockquote, p, address, pre, cite,form, fieldset, input, textarea, select,table, th, td {
	margin:0;
	padding:0;
}

body {
	text-align:center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
}


table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	padding-top: 20px;
	padding-right: 30px;
}
a:link,a:visited {

}
a:hover,a:active  {

}
.right {
	text-align: right;
	margin-bottom: 5px;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}

.clear {
	clear: both;
}

.fleft {
	float: left;
}
.fright {
	float: right;
}


/*----------------------------------------------------------
	リストタグの初期化
  ----------------------------------------------------------
*/
ul,ol,dl{
	list-style:none;
}
li{
	display:list-item;
	zoom:normal;
}

/*----------------------------------------------------------
	画像・オブジェクトの初期化
  ----------------------------------------------------------
*/
img,a img{
	vertical-align:top;
	border:none;
}

object,embed{
	vertical-align:top;
}

/*----------------------------------------------------------
	フォームの初期化
  ----------------------------------------------------------
*/
input,textarea{
	font-size:1em;
}

/*----------------------------------------------------------
	テキスト初期化
  ----------------------------------------------------------
*/
h1, h2, h3, h4, h5, h6,strong,em,address,dfn {
	font-style: normal;
	font-weight: normal;
	font-size; 100%;
}
ul ul,ul dl,dl ul,table p,table ul,table table, dd p{
	font-size:1em;
}

p {
	color: #444444;
	line-height: 1.6em;
}
.red {
	color:#F00;
}
/*----------------------------------------------------------
	clearfix
  ----------------------------------------------------------
*/
.clearfix:after{
/* ここにドットなどを入れないとNetscape 7で背景が出ない */
/* 半角空白では意味が無い */
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	line-height:0;
/* 次のような指定を入れるとNetscape 7で背景が出ない
  font-size:0;
次の指定でも同じです。
  font-size:0.1em;
*/
}
/* \*//*/
.clearfix{
  display:inline-table;
}
/* */

/* \*/
html .clearfix{
	height:1%;
}

html>body .clearfix {
	height:auto;
}

.clearfix{
	display:block;
}
/* */




