@charset "utf-8";
/* ブラウザスタイル初期化 */

/* 主要なブロックタグの初期化 */
body, 
h1, h2, h3, h4, h5, h6, p, div, 
ul, ol, li, dl, dt, dd,
table, th, td {
	font-family:
				"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",
				"メイリオ", Meiryo,
				Osaka,
				"ＭＳ Ｐゴシック","MS PGothic",
				sans-serif;
	margin: 0px;
	padding: 0px;
}

/* リスト関連タグの行頭マークを非表示 */
ol, ul, li {
	list-style-type: none;
}

/* 画像の配置を下に */
img {
	vertical-align: bottom;
}

/* リンク指定された画像のボーダーを非表示 */
a img  {
	border:none;
}

/* テーブルのボーダーを一重線に・セル間隔をゼロに */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* floatを解除するための 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 */
.imgleft {
	float: left;
	margin-left: 10px;
}
.textred {
	font-size: small;
	color: #F00;
}
#companygide {
	font-size: small;
	line-height: 15px;
	list-style-type: none;
}
