@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 120%;
	color: #666666;
	background-color: #FFFFFF;
}
#container {
	width: 680px;
	text-align: center;
}
#header {

}
#container  #header  .cig {
	background-color: #425560;
	background-image: url(img/cig_top_logo.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 17px;
}
#container #header .cctitle {
	background-color: #FFFFFF;
	background-image: url(img/cclogo-wide.gif);
	background-repeat: no-repeat;
	height: 64px;
	border-top-color: #E0D8C2;
	border-top-width: 10px;
	border-top-style: solid;
	margin: 0px;
	padding: 0px;
}
#container #footer {
	background-color: #F7EFE7;
	background-image: url(img/copyright.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 15px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#container #main table {
	padding: 0px;
	width: 640px;
	border: 1px solid #0066FF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#container #main img {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#container #main th {
	color: #FFFFFF;
	background-color: #0099FF;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #2171C6;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
#container #main td {
	color: #2171C6;
	background-color: #FFFFFF;
	text-align: left;
	font-size: 12px;
	line-height: 135%;
	border: 1px solid #2171C6;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin-right: 10px;
}
#container #main h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#container #main p {
	margin: 0px;
}
#container #main .notice {
	line-height: 120%;
	color: #FF6500;
	margin-top: 6px;
	margin-bottom: 6px;
}
#container #main .notice a,
#container #main .notice a:visited{
	color: #FF6500;
	text-decoration: underline;
}
#container #main input {
	color: #2171C6;
	margin: 3px;
	font-size: 10px;
}
