@charset "utf-8"; 

/* ===== Basic Style for canon.com ===== */

html {
height: 100%;
background-color: #ffffff;
font-family:Arial, Helvetica, sans-serif;
}

body {
line-height: 1;
}

html>body {
height: auto;
}

p,
ul li,
ol li,
dl dt,
dl dd,
table tr th,
table tr td{
color:#000000;
line-height:1.545;
}


a:link{
color:#039;
}

a:visited{
color:#609;
}

a:hover,
a:focus{
color:#09c;
}

a:active{
color:#039;
}



/* ======================================= */
/* ===== Basic Style for Global Site ===== */
/* ======================================= */


/* -------- clearfix --------- */

.clearfix:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {
	display:block;
}
/* end MacIE5 */

.hgroup{
overflow:hidden;
}

* html .hgroup{
zoom:1;
}
