body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin:0;
    padding:0;
}
body {
    font-size:12px;
	line-height:2em;
	font-family:'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro',' 細明朝体',Verdana, serif,"ＭＳ Ｐ明朝";
	
    *font-size:small;
    *font:x-small;
    line-height: 2;
    background-color:transparent;
    text-align: center;
    color: #666666;
    min-height: 100%;
}


a {
    text-decoration:underline;
    outline:none;
}
a:link {
    text-decoration:none;
    color:#666666;
	text-decoration:underline;
}
a:visited {
    text-decoration:underline;
    color:#666666;
}
a:hover,a:active {
    text-decoration:underline;
    color:#C30F23;
}

a span{
	font-weight:bold;
	}

a img,:link img,:visited img {
    border:none;
}
/* delate dot boader of link for New Mozilla \*/
a {
    overflow:hidden; 
}
img,fieldset,abbr,acronym {
    border:0;
}
table {
    font-size:inherit;
    font:100%;
    border-collapse:collapse;
    border-spacing:0;
}
/*ul,ol {
    list-style-type:none;
}*/
th,caption {
    text-align:left;
}
input,select,textarea{
    font:99% ;
    /* for macIE5 \*/
    font-family:'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro',' 細明朝体',Verdana, serif,"ＭＳ Ｐ明朝";
    font-weight:bold;
}
select option {
    padding : 0 0.5em;
}
form label{
    cursor : pointer;
}
input:focus,select:focus,textarea:focus{
    background-color: #ccffff;
}
pre,code,kbd,samp,tt {
    font-family:monospace;
    *font-size:108%;
    line-height:100%;
}
q:before,q:after {
    content:'';
}
hr {
    border:0;
    height:1px;
    background-color:#000000;
    color:#000000;
}
address {
    font-style:normal;
}
/* strict reset by uncommenting lines below */
address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var {
/* font-style:normal; */
/* font-weight:normal; */
}
/*almost default*/
.iLeft {
    float:left;
}
.iRight {
    float:right;
}
.fObject {
    width:auto;
    height:auto;
    line-height:0;
}
/*<div class="cboth"><hr /></div>*/
.cboth {
    clear:both;
    height:0;}
*html .cboth {
    height:.1em;
    overflow:hidden;
    margin-top:-.1em;
}
.cboth hr {
    visibility:hidden;
    border:0;
}
/*float clear*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
    display:inline-block;
    min-height:1%;  /* for IE 7*/
}
/* Hides from IE-mac \*/
*html .clearfix {
    height: 1%;
}
.clearfix {
    display:block;
}

