@charset "utf-8";
/** |READ ME| 
* Default Style Sheet {
* last update 12.09.07
* author : ForefrontService
}
* Contents
01. Universal Selector + body
02. List Module
03. Tables Module
04. Image Module
05. Text Module
06. Form Module + Replaced Elemnt
07. clearFix Module

|READ ME| **/

/** |01. Universal Selector + body| START **/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,address {
margin:0;
padding:0;
line-height:1.5;
font-weight:normal;
font-style:normal;
font-size:100%;
}
html{overflow-y:scroll;height:100%;margin-bottom:1px;background:#000;}
html{filter:expression (document.execCommand("BackgroundImageCache",false,true))}
body{font:12px "メイリオ", "ヒラギノ角ゴ Pro W3", Arial, Helvetica, Osaka, "ＭＳ Ｐゴシック", sans-serif;
color:#000;
}
br{letter-spacing: normal}
hr{height:1px}

/** |01. Universal Selector + body| END **/
/** |02. List Module| START **/

ul{list-style:none}
dt{display:block;width:auto}

/** |02. List Module| END **/
/** |03. Tables Module| START **/
table{border:none;border-collapse:collapse}
td,th{vertical-align:top}
th{text-align:left}
caption{text-align:left}

/** |03. Tables Module| END **/
/** |04. Image Module| START **/
img{vertical-align:bottom}
a img{border:none}
a:hover img{opacity:0.8;filter:alpha(opacity=80)}

/** |04. Image Module| END **/
/** |05. Text Module| START **/
/*  anchor ---------*/
a{text-decoration:none;outline:none}
a:link {}
a:visited {}
a:hover {}

/** |05. Text Module| END **/
/** |06. Form Module + Replaced Elemnt| START **/

textarea, select, option, optgroup{
vertical-align:middle;
background-color:#fff;
font:12px "メイリオ", "ヒラギノ角ゴ Pro W3", Arial, Helvetica, Osaka, "ＭＳ Ｐゴシック", sans-serif;
}

select{min-width:2em}
option, optgroup{padding-right:0.4em}
fieldset{border:none}
legend{display:none}

/*  input & label & option mousePointer ---------*/
label[for], 
input[type="checkbox"], 
input[type="radio"], 
input[type="button"], 
select, 
option {cursor:pointer}
optgroup {cursor:default}

/** |06. Form Module + Replaced Elemnt| END **/
/** |07. clearFix Module| START **/
.clearfix:after {
content:".";
height:0px;
font-size:0px;
line-height:0px;
clear:both;
display:block;
visibility:hidden;
}
/* for IE7 */
*:first-child+html .clearfix {
min-height:1%;
/*zoom	: 1;*/
}
/* for Mac IE */
* html .clearfix{display:inline-table;}
/* no Mac IE \*/
* html .clearfix{height:1%;}
.clearfix{display:block;}
/** |07. トclearFix Moduleップページ|  END **/
