@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

html { height: 100%; }

body {
	color: #000000;
	background-color: #f6f6f6;
	font-family: Arial, sans-serif;
	font-size: 100%;
	line-height: 1.5;
	text-align: left;
	height: 100%;
	-webkit-text-size-adjust: none;
}

body > #container { height: auto; }

a:link { color: #0000cc; text-decoration: underline; }
a:visited { color: #0000cc; text-decoration: underline; }
a:active { color: #0000cc; text-decoration: underline; }
a:hover { color: #ff6600; text-decoration: underline; }

ul, ol { list-style: none; }

img {
	vertical-align: baseline;
	border: 0;
}

#container {
	background-color: #ffffff;
	height: 100%;
	min-height: 100%;
}

/*------------ Header ------------*/
#header { padding-top: 10px; }
#header:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: "";
}

/* Canon Logo */
#header div.logo_wrap:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: "";
}
#header div.logo {
	float: left;
	padding: 0 5px 5px 5px;
}

/* Language Select Link */
#header ul.lang_link {
	float: right;
	margin-right: 3%;
	list-style-image: url(arrow.gif);
	display: none;
}
#header ul.lang_link li a { color: #555555; text-decoration: none; }
#header ul.lang_link li a:hover { color: #ff6600; }

/* Navigation */
#header div.nav {
	margin-bottom: 10px;
	border-bottom: 1px solid #cccccc;
}
#header div.nav:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: "";
}

/* Navigation List */
#header ul.nav_list {
	margin-left: 3%;
	list-style-image: url(arrow.gif);
}
#header ul.nav_list li { margin-left: 20px; }
#header ul.nav_list li a { color: #555555; text-decoration: none; }
#header ul.nav_list li a:hover { color: #ff6600; }

/* Topic Path */
#header ol.topic_path { display: none; }

/* Search Number */
#header p.search_num {
	float: left;
	margin-left: 3%;
	padding: 0 0.5em;
	border: 1px solid #000000;
}

/* Application Name */
#header p.app_name {
	float: right;
	margin-right: 3%;
	padding: 0 1em;
	border: 1px solid #000000;
}

/*------------ Footer ------------*/
#footer { padding-bottom: 10px; }

/* Navigation */
#footer div.nav {
	margin-bottom: 10px;
	border-bottom: 1px solid #cccccc;
}
#footer div.nav:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: "";
}

/* Page Transition Button */
#footer ul.page_transition {
	margin-bottom: 20px;
	text-align:center;
}
#footer ul.page_transition li {
	display: inline;
	padding: 0 5px;
}

/* Go to Top */
#footer p.gototop {
	float: right;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	margin-right: 3%;
	padding: 0.5em 1em;
}
#footer p.gototop a { color: #555555; text-decoration: none; }
#footer p.gototop a:hover { color: #ff6600; }

/* Topic Path */
#footer ol.topic_path {
	clear: both;
	margin: 0 auto;
	padding: 0.5em 3%;
	border-top: 1px solid #cccccc;
}
#footer ol.topic_path li { display: inline; }
#footer ol.topic_path li a:after {
	padding-left: 5px;
	content: url(gt.gif);
}

/* Language Select Box */
#footer form.lang_select {
	margin-left: 3%;
	margin-bottom: 10px;
	display: none;
}
#footer form.lang_select select { font-size: 1em; }

/* Copyright */
#footer p.copyright {
	font-size: 0.9em;
	color: #cccccc;
	text-align: center;
}

@media screen and (min-width: 480px) {
	/*------------ Header ------------*/
	/* Navigation List */
	#header ul.nav_list {
		float: right;
		margin-right: 3%;
	}
	#header ul.nav_list li {
		float: left;
		margin-left: 30px;
	}

	/* Topic Path */
	#header ol.topic_path {
		clear: both;
		display: block;
		margin: 0 auto;
		padding: 0.5em 3%;
		border-top: 1px solid #cccccc;
	}
	#header ol.topic_path li { display: inline; }
	#header ol.topic_path li a:after {
		padding-left: 5px;
		content: url(gt.gif);
	}
}

@media screen and (min-width: 800px) {
	/* Container Block */
	#container {
		width: 800px;
		margin: 0 auto;
		border-right: 1px solid #cccccc;
		border-left: 1px solid #cccccc;
	}
}

@media print {
	body { background-color: #ffffff; }

	/* Header */
	#header ul.lang_link { display: none !important; }
	#header div.nav { display: none; }
	#header ol.topic_path { display: none; }
	#header p.search_num { display: none; }
	#header p.app_name { display: none; }

	/* Footer (Navigation) */
	#footer div.nav { display: none; }
	#footer form.lang_select { display: none !important; }
}
