
/* -------------------------------- 
Name: default stylesheet
Manager: hikari de DVD
-------------------------------- */

/* universal reset
-------------------------------- */
body,div,pre,p,blockquote,
form,fieldset,input,textarea,select,option,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
table,th,td,embed,object {
    margin: 0;
    padding: 0;
}




/* body and base setting
-------------------------------- */
body {
    padding: 0;
    margin: 0;
    font-size: 75%; /* IE */
    color: #4c4c4c;
    background-color: #ffffff;
    line-height: 1.8;
}

html>/**/body {
    font-size: 12px; /* except IE */
}




/* general params
-------------------------------- */
html { overflow-y: scroll; } /* firefox bar */
h1,h2,h3,h4,h5,h6 { line-height: 1.6; }
li,dt,dl { line-height: 1.6; }
ol,ul,li { list-style-type: none; }
img { border: 0; }
a img { border: 0; }
input { vertical-align: middle; }
br { letter-spacing: 0; } /* IE No <br/> hack */
p { margin-bottom: 0.7em; }




/* hyper link
-------------------------------- */
a {
    color: #dd1f00;
    text-decoration: underline;
}

a:visited {
    color: #dd1f00;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}




/* clearfix
-------------------------------- */
.clearfix:after { /* for modern browser */
    height: 0;
    visibility: hidden;
    content:".";
    display: block;
    clear: both;
}

.clearfix { /* for IE5.5-7 */
    zoom: 1;
    display: inline-block;
}

/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix { display: block; }
/**/



body#iframe{
	overflow:auto;
	}


