@charset "utf-8";
/* CSS Document */
/* Ｔ商事ＨＰ　共通 */
*{
	margin:0;
	padding:0;
}

body{
/*	background: url(../img/top_bg.gif) repeat-x;*/
	background-color:#F9F9FF;
	margin:0;
	padding:0;
}

object,
embed{
	vertical-align:top;
}

img{
	border:0px;
}

li,
ol{
	list-style-type:none;
}

/* 文章・リスト標準書式 */
p,ol,li{
	font-size:12px;
	color:#444;
	line-height:20px;
	letter-spacing:2px;
}

p{
	margin-bottom:5px;
}

/* 文章・リスト注釈クラス書式 */
.annotation{
	font-size:10px;
	line-height:13px;
	letter-spacing:2px;
}

/* 文章・リスト　アスタリスク付与クラス書式 */
.asterisk{
	background:url(../img/asterisk.gif) no-repeat 0px 2px;
	padding-left:15px;
}

/* 文章・リスト強調書式 */
.strong{
	font-size:14px;
	color:#C00;
}

div#main-body{
	width:900px;
	margin:auto;
	padding-top:5px;
/*	background: url(../img/top_bg.gif) repeat-x;*/
}

hr{
	display:none;
}

table{
	border-collapse:collapse;
}

/* 左右レイアウト用 */
.left,		/* 印刷時、フロート解除 */
.left-g		/* 印刷時も適用 */
{
	display:block;
	float:left;
}

.right,		/* 印刷時、フロート解除 */
.right-g	/* 印刷時も適用 */
{
	display:block;
	float:right;
}


/* clearfixクラス */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* 均等配置クラス */
.justify {
    text-align: justify;
}
* html .justify {
    text-justify: inter-ideograph;
}

/* テキスト型ヘッダ汎用クラス */
.text-header{
	text-indent:10px;
	font-size:14px;
	line-height:30px;
	letter-spacing:2px;
	color:#444;
	height:30px;
	width:auto;
	margin-bottom:10px;
	border-bottom:1px #333 dotted;
}

/* テキスト除去汎用クラス（t-off:印刷CSS表示 t-hiddon:印刷時も非表示） */
.t-off,
.t-hiddon
{
	text-indent:-9999px;
	font-size:0px;
	line-height:0px;
}

/* ベリサインシール用枠 */
.verisign-s{
	width:100px;
	height:72px;
}

.verisign-m{
	width:115px;
	height:82px;
}

.verisign-l{
	width:130px;
	height:88px;
}

/* 画像置換リンク */
a.img{
	text-indent:-9999px;
	font-size:0px;
	line-height:0px;
	display:block;
}

a.img:hover{
	background-image:none !important;
}
