@charset "utf-8";

/* ========== 初期化 ========== */
*{margin:0; padding:0; outline:none;}
img{border:none;}
caption,th{text-align:left;}
table{border-collapse:collapse; border-spacing:0;}
ul{list-style:none;}
/* ========== 共通定義 =========== */
/* クリア */
.clrFix:after{content:"."; clear:both; height:0; display:block; visibility:hidden;}
* html .clrFix{display:inline-block;}/* for IE6 */
*:first-child+html body .clrFix{zoom:1;}/* for IE7 */
.clr{clear:both;}
/* 非表示 */
.hide{display:none;}
hr{display:none;}
/* 要素の配置 */
.lt{float:left; margin:0 10px 15px 0;}
.ct{display:block;.t-align:center; margin:0 auto 15px auto;}
.rt{float:right; margin:0 0 10px 15px;}
/* テキストの配置 */
.a-lt{text-align:left !important;}
.a-ct{text-align:center !important;}
.a-rt{text-align:right !important;}
.v-top{vertical-align:top !important;}
/* フォント設定 ==> 変更の可能性アリ */
/* firefox */
body{font-size:78%; font-family:"MS P Gothic","ＭＳ Ｐゴシック",Arial,Helvetica,sans-serif; color:#666666;}
/* IE6 */
* html body{font-size:78%;}
/* IE7 */
*:first-child+html body{font-size:78%;}
/* アンカーテキスト */
a:link{color: #000099;}
a:visited{color:#362e2b;}
a:hover{color:#7B0000 !important;}
a:active{color:#99cc00;}
/* 改行キャンセル */
.nowrap{white-space:nowrap !important;}
/* マージン */
.last {margin-bottom:30px !important;}
.mb0 {margin-bottom:0px !important;}
.mb10 {margin-bottom:10px !important;}
.mb20 {margin-bottom:20px !important;}
.mb30 {margin-bottom:30px !important;}
.pt20 {padding-top:20px !important;}
/* サイズ */
.w180 {width:180px !important;}
.w420 {width:420px !important;}

/* 機能クラス */
.blank{}
.bgpng{}
.rollover{}
.wordBreak{}

