@charset "utf-8";
/* -----------------------------------------------------------
	About Canon (and common corp)

	File Name :  style.css
	File Pass :  /about/common/css/style.css
	Update :  2011.07.14
----------------------------------------------------------- */


/* ===== Reset Style ===== */

html,body,
div,span,
object,iframe,
h1,h2,h3,h4,h5,h6,
p,blockquote,pre,
a,abbr,acronym,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,strong,sub,sup,tt,var,
ul,ol,li,dl,dt,dd,
form,fieldset,legend,label,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
	vertical-align: top;
}

.clearfix:after {
  content: ".";  /* New Element */
  display: block;  /* Block Level Element */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
	width: 100%;
}

* html .clearfix {
  height: 1px;
}


/* ===== Basic Style for canon.com 2009 ===== */

html {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	text-align:center;
	margin: 0;
	padding: 0;
	line-height: 1.4;
	color: #333333;
	font-size: 1em;
	text-align: left;
}

html>body {
	height: auto;
}

#wrapper {
	width: 980px;
	border-right: 0px solid #ADADAD;
	text-align: left;
	margin: 0 auto;
	padding: 0;
}
* html #wrapper { /* for IE6 hack */
	overflow: hidden;
}

p,
ul,
ol,
dl,
table {
	margin: 0 0 20px 10px;
}

th p,
th ul,
th ol,
th dl,
td p,
td ul,
td ol,
td dl {
	margin: 0;
}

ul li {
	list-style: none;
	padding-left: 16px;
}

p,
ul li,
ol li,
dl dt,
dl dd,
table tr th,
table tr td {
	color: #666666;
}

ul li p,
ul li ul li,
ul li ol li,
ul li dl dt,
ul li dl dd,
ol li p,
ol li ul li,
ol li ol li,
ol li dl dt,
ol li dl dd,
dl dt p,
dl dt ul li,
dl dt ol li,
dl dt dl dt,
dl dt dl dd,
dl dd p,
dl dd ul li,
dl dd ol li,
dl dd dl dt,
dl dd dl dd,
td ul li,
td ol li,
td dl dt,
td dl dd{
	font-size: 100%;
}

hr {
	display: none;
}

a:link{
	color: #039;
}

a:visited{
	color: #609;
}

a:hover,
a:focus {
	color: #09c;
}

a:active{
	color: #039;
}

em,
strong {
	font-style: normal;
	font-weight: normal;
}

sup.note {
	line-height: normal;
	margin: 0 5px;
}

sub {
	position: relative;
	bottom: -1px;
	vertical-align: baseline;
}
* html sub {
	bottom: 0;
	font-size: 80%;
}
*:first-child+html sub {
	bottom: 0;
}

strong {
	color: #f00;
}


/* header */

#header {
	width: 780px;
	margin: 0;
	padding: 0;
}

#breadcrumbs{
	font-size: 78%;
	width:980px;
	list-style:none;
	padding:0px;
	/* margin:0px auto 8px; */
}

#breadcrumbs *{
	list-style:none;
	padding:0px 0px 0px 8px ;
	margin:3px 0 3px 0px;
}

#breadcrumbs ol{
	width:870px;
	overflow:hidden;
}

#breadcrumbs ol li{
	float:left;
}

#breadcrumbs ol li a {
	background: url(../img/contents/arrow_8.gif) no-repeat scroll 100% 50%;
	padding: 0 10px 0 0;
	margin-right: 0.5em;
}

/* container */

#container {
	width: 980px;
	margin: 0;
	padding: 0;
}

/* content */

#content {
	float: right;
	width: 760px;
	font-size: 79%;
	margin: 0;
	padding: 0;
}

/* footer */

#footer {
	clear: both;
	margin: 0 auto !important;
	padding: 0 !important;
}

#footer table.cr2008Table {
	line-height: 0;
	text-align: left;
	margin: 0 0 10px 0 !important;
	padding: 0 !important;
}


/* localNav */

#localNav {
	position: relative;
	z-index: 0;
	float: left;
	width: 204px;
	margin: 0;
	padding: 0 0 10px;
}

#localNav h2 {
	margin: 0;
	padding: 0;
	background: none;
}

#localNav ul {
	list-style-type: none;
	width: 204px;
	overflow: hidden;
	background: #ffffff url(../img/sidebar/heading-line-corp.gif) no-repeat 0 0;
	margin: 8px 0 8px 0;
	padding: 5px 0 0 0;
}

#localNav ul li {
	display: block;
	background: transparent url(../img/sidebar/item-bg-nolink.jpg) no-repeat 0 0;
	padding: 0 2px 0 22px;
}

#localNav ul li.hasChild {
	background: transparent url(../img/sidebar/item-bg-nolink-haschild.gif) no-repeat 0 0;
	font-size: 83%;
	padding: 0 2px 0 22px;
}

#localNav ul li img {
	vertical-align: top;
}

#localNav ul li a,
#localNav ul li em {
	display: block;
	width: 182px;
	background: url(../img/sidebar/item-bg-link.jpg) no-repeat 0 0;
	margin-left: -22px;
	padding-left: 22px;
}

#localNav ul li.hasChild a {
	width: 186px;
	padding-bottom: 2px;
	background: url(../img/sidebar/item-bg-link-haschild.jpg) no-repeat 0 0;
	padding: 0 0 1px 18px;
}

#localNav ul li a:hover {
	background-position: -204px 0;
}

#localNav ul li em {
	display: block;
	width: 182px;
	background: url(../img/sidebar/item-bg-nolink.jpg) no-repeat -204px 0px;
	margin-left: -22px;
	padding-left: 22px;
}

#localNav ul li.hasChild em {
	width: 188px;
	padding-bottom: 2px;
	background-position: -408px 0px;
	margin-left: -22px;
	padding: 0 0 1px 22px;	
}

#localNav ul li.hasChild ul,
#localNav ul li.wide-hasChild ul {
	width: 184px;
	margin: 0 2px 0 -26px;
	padding: 0 0 0 22px;
}

#localNav ul li.lastItem ul {
	padding-bottom:7px;
}

#localNav ul li.hasChild ul li,
#localNav ul li.wide-hasChild ul li {
	width: 182px;
	height: auto;
	line-height: 1.5;
	background: #ffffff url(../img/sidebar/subt-bg.gif) repeat-y 0 0;
	margin: 0 0 0 -18px;
	padding: 2px 2px 0 18px;
}

#localNav ul li.lastItem ul li {
	padding-bottom: 0;
}

#localNav ul li.hasChild ul li.lastItem,
#localNav ul li.wide-hasChild ul li.lastItem {
	padding-bottom: 10px;
	background: url(../img/sidebar/subt-btm.gif) no-repeat 0 100%;
}

#localNav ul li.hasChild ul li img,
#localNav ul li.wide-hasChild ul li img {
	vertical-align: baseline;
}

#localNav ul li.hasChild ul li a,
#localNav ul li.hasChild ul li em,
#localNav ul li.hasChild ul li span.nolink,
#localNav ul li.wide-hasChild ul li a,
#localNav ul li.wide-hasChild ul li em,
#localNav ul li.wide-hasChild ul li span.nolink {
	display: block;
	width: auto;
	height: auto;
	min-height: 9px;
	margin: 0 0 0 -22px;
	padding: 3px 5px 3px 31px;
	line-height: 1.2;
}

#localNav ul li.hasChild ul li a,
#localNav ul li.wide-hasChild ul li a {
	background: url(../img/sidebar/item-link.gif) no-repeat 18px 0.4em;
}

#localNav ul li.hasChild ul li a:hover,
#localNav ul li.wide-hasChild ul li a:hover {
	background: url(../img/sidebar/item-link.gif) no-repeat -182px 0.4em;
}

#localNav ul li.hasChild ul li em,
#localNav ul li.wide-hasChild ul li em {
	background: url(../img/sidebar/item-cu.gif) no-repeat 18px 0.4em;
}

#localNav ul li.hasChild ul li span.nolink,
#localNav ul li.wide-hasChild ul li span.nolink {
	background: url(../img/sidebar/item-nolink.gif) no-repeat 18px 0.4em;
}


/* ---------- top index ---------- */

.categoryTop #content {
	float: none;
	width: 980px;
	margin: 0;
	padding: 0;
}

.categoryTop h2 {
	margin-bottom: 20px;
}
.categoryTop h2 .txt {
	background: url(../img/contents/bg-h2-index02.gif) no-repeat 0 0;
}

.categoryTop .subSection ul.btnList {
	margin: 0;
	padding: 0;
}

.categoryTop .subSection ul.btnList li {
	float: left;
	margin: 0 38px 15px 0;
	padding: 0;
}

.categoryTop .subSection ul.btnList li img {
	margin: 0;
	padding: 0;
}

/* leftMenu */

.categoryTop .leftMenu {
	float: left;
	width: 580px;
}

.categoryTop .leftMenu .subSection {
	margin: 0 0 20px 10px;
	overflow: hidden;
}
.about .leftMenu .subSection {
	margin: 0 0 0 10px !important;
}

.categoryTop .leftMenu .subSection ul.btnList {
	width: 550px;
	margin: 0 auto;
}

.categoryTop .leftMenu .subSection ul.linkList {
	width: 550px;
	margin: -10px -10px 0 0;
	padding: 0;
}
.categoryTop .leftMenu .subSection ul.linkList li {
	float: left;
	width: 250px;
	margin: 10px 10px 0 0;
	padding: 0 0 0 11px;
	font-weight: bold;
	text-indent: -11px;
}
.categoryTop .leftMenu .subSection ul.linkList li.odd {
	clear: both;
	width: 255px;
}
.categoryTop .leftMenu .subSection ul.linkList li a {
	margin: 0;
	padding: 4px 0 8px 11px;
	background: url(../img/contents/arrow_10.gif) no-repeat 0 0.55em;
}
.categoryTop .leftMenu .subSection ul.linkList li a:hover {
	background: url(../img/contents/arrow_10.gif) no-repeat -900px 0.55em;
}


.categoryTop .leftMenu .subSection ul.thumb li {
	padding: 0;
	text-indent: 0;
}
.categoryTop .leftMenu .subSection ul.linkList li .photo {
	float: left;
	margin: 0 5px 0 0;
}
.categoryTop .leftMenu .subSection ul.linkList li .photo a {
	padding: 0;
	background: none;
}
.categoryTop .leftMenu .subSection ul.linkList li .text {
	display: block;
	overflow: hidden;
	padding-left: 11px;
	text-indent: -11px;
}
* html .categoryTop .leftMenu .subSection ul.linkList li .text {
	float: left;
	zoom: 1;
}
.categoryTop .leftMenu .subSection ul.linkList li .text a {
	text-indent: -11px;
}

.categoryTop .link-btn {
	margin-top: 10px;
	font-size: 100%;
}



/* rightMenu */

.categoryTop .rightMenu {
	float: right;
	width: 380px;
	overflow: hidden;
}

.categoryTop .rightMenu h2 {
	min-height: 15px;
	background: url(../img/contents/bg-h2-index06.gif) no-repeat 0 100%;
	font-weight: bold;
	padding: 0 0 3px;
}

.categoryTop .rightMenu h2 .txt {
	width: 360px;
	background: #eeeeee url(../img/contents/bg-h2-index05.gif) no-repeat 0 0;
	padding: 5px 10px 3px;
}

.categoryTop .rightMenu .subSection {
	margin: 0 0 0 10px;
}
.categoryTop .rightMenu .subVisual {
	margin: 20px 0 0 0;
	padding: 0;
	text-align: center;
}
.categoryTop .rightMenu .linkBtn {
	margin: 0;
	padding: 0;
}

.categoryTop .rightMenu .subSection ul.btnList {
	width: 270px;
	margin: 0 auto;
}
.categoryTop .rightMenu .subSection ul.btnList li {
	margin-top: 10px;
}

.categoryTop .rightMenu .linkBox {
	clear: both;
	width: 99%;
	margin: 15px auto 0 auto;
	border: 1px solid #cccccc;
	width: 265px;
}
.categoryTop .rightMenu .linkBox .photo {
	float: left;
	margin: 0;
}
.categoryTop .rightMenu .linkBox dl {
	min-height: 38px;
	margin: 0;
	padding: 8px 0 10px 4px;
	border-left: 1px solid #cccccc;
	overflow: hidden;
}
.categoryTop .rightMenu .linkBox dl {
	overflow: hidden;
}
* html .categoryTop .rightMenu .linkBox dl { /* for IE6 hack */
	zoom: 1;
	height: 38px;
	overflow: visible;
}
.categoryTop .rightMenu .linkBox dl dt a {
	margin: 0;
	padding: 4px 0 8px 11px;
	background: url(../img/contents/arrow_10.gif) no-repeat 0 0.6em;
	font-weight: bold;
}
.categoryTop .rightMenu .linkBox dl dt a:hover {
	background: url(../img/contents/arrow_10.gif) no-repeat -900px 0.6em;
}
.categoryTop .rightMenu .linkBox dl dd {
	margin-top: 3px;
	padding-left: 12px;
	font-size: 84%;
}
.categoryTop .rightMenu .subSection ul.btnList li {
	float: left;
	margin: 15px 8px 0 0;
	padding: 0;
}
.categoryTop .rightMenu .subSection ul.btnList li.right {
	margin-right: 0;
}


.categoryTop .rightMenu .corpAboutArea .linkBtn {
	text-align: center;
}
.categoryTop .rightMenu .corpAboutArea ul.btnList {
	width: 270px;
}

/* pickup */

.categoryTop .pickup {
	margin: 20px 0 20px 0;
}
* html .categoryTop .pickup {
	margin: 20px 0 0 0;
}
.categoryTop .pickup h2 {
	clear: both;
	width: 980px;
	background: url(../img/contents/bg-h2-index03.gif) no-repeat 0 100%;
}
.categoryTop .pickup h2 .txt {
	background: url(../img/contents/bg-h2-index01.gif) no-repeat 0 0;
}

.categoryTop .pickup .subSection {
	clear: both;
	width: 760px;
	margin: 20px auto 0 auto;
	padding-bottom: 11px;
	background: url(../img/contents/btn-bg02.gif) no-repeat 0 100%;
	overflow: hidden;
}

/* 1-3type */
.categoryTop .pickup .subSection.col01 {
	width: 220px;
}
.categoryTop .pickup .subSection.col02 {
	width: 440px;
}
.categoryTop .pickup .subSection.col03 {
	width: 660px;
}

.categoryTop .pickup dl {
	float: left;
	width: 178px;
	margin: 0 10px 0 0;
	border: 1px solid #cccccc;
	border-bottom: none;
}
.categoryTop .pickup dl dt a {
	display: block;
	padding: 15px 5px 15px 15px;
	background: url(../img/contents/btn-bg01_off.gif) no-repeat 0 51%;
	font-weight: bold;
	zoom: 1;
	overflow: hidden;
}
.categoryTop .pickup dl dt a:hover {
	background: url(../img/contents/btn-bg01_on.gif) no-repeat 0 51%;
}
.categoryTop .pickup dl dd {
	padding: 10px 5px 0 5px;
	overflow: hidden;
}
.categoryTop .pickup dl dd img {
	float: left;
	margin-right: 5px;
}
.categoryTop .pickup dl dd .text {
	display: block;
	overflow: hidden;
	font-size: 84%;
}
* html .categoryTop .pickup dl dd,
* html .categoryTop .pickup dl dd .text { /* for IE6 hack */
	zoom: 1;
}


.area-nongray {
	width: 560px;
	margin: 5px 0 20px 0;
	padding: 7px 0;
}

.area-nongray ul.lineupList {
	width: 560px;
	margin: 0;
	padding: 0 0 17px 0;
}

.area-nongray ul.lineupList li {
	float: left;
	width: 177px;
	list-style-type: none;
	line-height: 1.3;
	background-image: none;
	margin: 0;
	padding: 0;
}

.area-nongray ul.lineupList li.firstItem {
	float: left;
	width: 177px;
	list-style-type: none;
	background-image: none;
	margin: 0 14px 0 0;
	padding: 0;
}

.area-nongray ul.lineupList li.lastItem {
	float: right;
	margin: 0;
	padding: 0;
}

.area-nongray ul.lineupList li img {
	margin: 0 0 4px 0;
	padding: 0;
}


/* ---------- content ---------- */

.mainContent {
	width: 760px;
	padding: 0 0 20px 0;
}

h1,h2,h3,h4,h5,h6 {
	clear: both;
	margin-bottom: 10px;
	font-size: 100%;
	font-weight: bold;
}

#content h1 {
	min-height: 17px;
	margin-bottom: 20px;
	padding: 18px 0 14px 10px;
	border-bottom: 1px solid #3266ad;
	line-height: 1;
	font-size: 125%;
	font-weight: bold;
	color: #ffffff;
	background: url(../img/contents/bg-h1-main.gif) no-repeat 0 0;
}
#content h1 em {
	font-weight: bold;
	font-style: italic;
}
.categoryTop #content h1 {
	margin-bottom: 0;
	padding: 11px 0 6px 10px;
	background: url(../img/contents/bg-h1-index.gif) no-repeat 0 0;
}
#content h1.mainVisual {
	margin-bottom: 0;
	padding: 11px 0 6px 10px;
}
p#mainVisual {
	margin: 0 0 20px 0;
	padding: 0;
}

h2 {
	min-height: 15px;
	background: url(../img/contents/line-col-blue.jpg) no-repeat 0 100%;
	font-size: 112%;
	font-weight: bold;
	padding: 0 0 3px 0;
}

h2.sub {
	background: url(../img/contents/line-col-gray.gif) no-repeat 0 100%;
}

h2 .txt {
	display: block;
	line-height: 1.3;
	background: url(../img/contents/bg-col.gif) no-repeat 0 0;
	padding: 6px 10px 3px;
}

h3 {
	line-height: 1.3;
	min-height: 15px;
	margin-bottom: 10px !important;
	padding: 0 0 6px 0;
	background: url(../img/contents/line-col-blue.jpg) no-repeat 0 100%;
	font-size: 112%;
}

.area-top-text {
	margin: 0 0 20px 0 !important;
	padding: 0;
	font-weight: bold;
	font-size: 115%;
}

.bold {
	font-weight: bold;
}


/* ----- Top of Page ----- */

.pageTop {
	clear: both;
	font-size: 78%;
	text-align: right;
	margin: 0;
	padding: 0 10px 10px 0;	
}
#content .pageTop {
	font-size: 95%;
	padding: 0 0 30px 0;	
}


/* ----- mainContent Common ----- */

.title-date {
	font-size: 100%;
	text-align: right;
	margin: 0;
	padding: 0 0 6px 0;
}

.section {
	width: 100%;
}

/* anchor link */
.anchorNav {
	margin-bottom: 20px;
	padding: 1px;
	border: 1px solid #e1e1e1;
	overflow: hidden;
}
.anchorNav ul {
	margin: 0;
	padding: 0 0 5px 0;
	background: #f6f6f6;
	overflow: hidden;
}
* html .anchorNav ul { /* for IE6 hack */
	zoom: 1;
}
.anchorNav li {
	float: left;
	margin: 5px 0 0 -1px;
	padding: 0;
	white-space: nowrap;
}
.anchorNav li span {
	display: block;
	margin: 0 20px 0 0;
	padding: 0 0 0 20px;
	border-left: 1px solid #e1e1e1;
	line-height: 1.4;
}
.anchorNav li a {
	margin: 0;
	padding: 1px 0 1px 14px;
	background: url(../img/contents/arrow_9.gif) no-repeat 0 0.5em;
}
.anchorNav li a:hover {
	background: url(../img/contents/arrow_9.gif) no-repeat -900px 0.5em;
}

/* align */
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}
.align-left {
	text-align: left;
}

/* link */
.link01 {
	clear: both;
	margin: 0;
	padding: 0 0 0 11px;
	text-indent: -11px;
}
.link01 a {
	min-height: 9px;
	padding: 5px 0 3px 11px;
	background: url(../img/contents/arrow_10.gif) no-repeat 0 0.65em;
}
* html .link01 { /* for IE6 hack */
	height: 17px;
}
*:first-child+html .link01 { /* for IE7 hack */
	height: 17px;
}
.link01 a:hover {
	background: url(../img/contents/arrow_10.gif) no-repeat -900px 0.65em;
}
.link-btn {
	clear: both;
	background: url(../img/contents/arrow_bg-red.gif) no-repeat 0 0.4em;
	font-size: 115%;
	font-weight: bold;
	margin: 0;
	padding: 2px 0 3px 13px;
}

/* caption */
.list-caption1 {
	color: #d60300;
	margin: 0 0 0 5px;
	padding: 0;
}

.list-caption2 {
	color: #d60300;
	margin: 0;
	padding: 0;
}

.list-caption3 {
	color: #d60300;
	font-size: 0.8em;
	font-weight: normal;
}

.caption-bottom {
	line-height: 1.3;
	text-align: left !important;
	text-indent: -15px;
	margin: 5px 0 0 0;
	padding: 0 0 0 15px;
}

.caption-bottom-last {
	line-height: 1.3;
	text-align: left !important;
	text-indent: -15px;
	margin: 3px 0 0 0;
	padding: 0 0 30px 15px;
}

.caption-bottom .red,
.caption-bottom-last .red {
	color: #d60300;
}


table.list-company span.caption {
	color: #d60300;
	font-weight: normal;
}

ul.list-caption {
	margin: 0;
	padding: 5px 0 10px 0;
}

ul.list-caption li {
	line-height: 1.3;
	text-align: left !important;
	text-indent: -1.5em;
	margin: 5px 0 0 0;
	padding: 0 0 0 1.5em;
}

ul.list-caption2 {
	margin: 0;
	padding: 0 0 10px 0;
}

ul.list-caption2 li {
	line-height: 1.3;
	text-align: left !important;
	text-indent: -0.6em;
	margin: 5px 0 0 0;
	padding: 0 0 0 0.6em;
}

.caption-plus2 span.red,
.caption-plus span.red,
ul.list-caption li span.red,
ul.list-caption2 li span.red {
	color: #d60300;
	padding-right: 0.2em;
}

.caption-plus {
	clear: both;
	text-align: right;
	margin: 0;
	padding: 0 0 3px 0;
}
.caption-plus2 {
	clear: both;
	margin: 0;
	padding: 0 0 3px 0;
}

/* text */
#breadcrumbs li em,
.mainContent p em {
	font-style: italic;
}

