@charset "UTF-8";

/* ==================== clearfix ==================== */
.clearfix:after { content: ""; display: block; clear: both; }
.clearfix { display: inline-table; }

/* Hides from IE-mac */
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* ==================== tag ==================== */
html {
	height: 100%;
}

body {
	width: 100%;
	min-height: 100%;
	_height: 100%;
	margin: 0;
	padding: 0;
	color: #333333;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background: #FFFFFF url(/ga_dtp/ch/ctp_landing/common/images/bg-header.png) repeat-x;
	behavior: url(/ga_dtp/ch/ctp_landing/common/css/lib/csshover.htc);
	position: relative;
}

h1 {
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 180%;
	color: #333333;
	font-weight: bold;
}

h2 {
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	font-size: 180%;
	color: #333333;
	font-weight: bold;
}

h3 {
	width: 100%;
	margin: 5px 0 10px 0;
	padding: 0 0 0 0;
	font-size: 125%;
	color: #1164B0;
	font-weight: bold;
}


h4 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 107%;
	color: #666666;
	font-weight: bold;
}

h5 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 100%;
	color: #FFFFFF;
	font-weight: bold;
}

p {
	display: block;
	margin: 0 10px 30px 0;
	font-size: 107%;
	padding: 0;
	line-height: 1.5;
}

hr {
	height: 1px;
	margin: 20px 0 20px 0;
	_margin: 10px 0 20px 0;
	padding: 0;
	background: #DDDDDD;
	border: 0px none;
	clear: both;
}

hr.break {
	height: 1px;
	margin: 10px 0 10px 0;
	_margin: 0 0 10px 0;
	padding: 0;
	background: #DDDDDD;
	border: 0px none;
	clear: both;
}

strong {
	font-weight: bold;
	color: #009933;
}

sup {
	font-size: 77%;
	color: #888888;
	vertical-align: top;
}

/* table */
/*
table {
	width: 100%;
	margin: 0 0 20px 0;
	border-collapse: collapse;
	border-spacing: 5;
	border-top: #B8C2C7 solid 1px;
	border-left: #B8C2C7 solid 1px;
}

th {
	padding: 10px;
	font-size: 92%;
	color: #444444;
	font-weight: bold;
	text-align: left;
	background: #ECEFEE;
	border-bottom: #B8C2C7 solid 1px;
	border-right: #B8C2C7 solid 1px;
}

td {
	padding: 10px;
	font-size: 92%;
	line-height: 1.5;
	background: #FFFFFF;
	border-bottom: #B8C2C7 solid 1px;
	border-right: #B8C2C7 solid 1px;
}
*/

/* link */
a {
	cursor: pointer;
}

a:link {
	color: #0066CC;
	text-decoration: underline;
}

a:visited {
	color: #0066CC;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link {
	color: #333333;
	text-decoration: none;
}

h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited {
	color: #333333;
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
	color: #333333;
	text-decoration: none;
}

/* ==================== font ==================== */
.font-size-s {
	font-size: 77%;
}

.font-size-m {
	font-size: 93%;
}

.font-size-l {
	font-size: 107%;
}

.font-size-ll {
	font-size: 122%;
}

.font-color-black {
	color: #000000;
}

.font-color-red {
	color: #FF0000;
}

.font-color-blue {
	color: #0061A0;
}

.font-color-green {
	color: #009933;
}

.font-color-orange {
	color: #FF6600;
}
.font-color-gray {
	color: #666666;
}

/* ==================== layout ==================== */

#container {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	font-size:100%;
	text-align: left;
	position: relative;
}
