@charset "utf-8";

body  {
	margin: 0;
	padding: 0;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	text-align: center;
	color: #000000; /* 全体の文字色 */
	background-color: #FFF; /* 全体の背景色 */
}

.cont #container {
	width: 920px;
	margin: 0 auto;
	border: 1px solid #cc9999; /* 外側ボックスの境界線 */
	text-align: left;
	background-color: #F9C;  /* 外側ボックスの背景色 */
	/* 	background-image: url(../images/kt-kr_logo.jpg); */
	background-repeat: repeat-y;
} 

.cont #header {
	background-image: url(../images/kabu-cfd_logo.png);
	/*	background: #E0FFE0; */
	margin: 0;
	padding: 0;
	height: 100px;
} 

.cont #header h1 {
	margin: 0;
	font-size: 20px;
	font-weight: bold;
	color: #900;
	padding-top: 10px;
	padding-bottom: 30px;
	text-align: right;
	padding-right: 20px;
}

.cont #header h2 {
	font-size: 11px;
	font-weight: bold;
	color: #C30;
	margin-top: 5px;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	line-height: 1.2em;
	text-align: right;
}

.cont #header a:link {
	color: #333333;
	text-decoration: underline;
}
.cont #header a:visited {
	color: #333333;
	text-decoration: underline;
}
.cont #header a:hover {
	color: #6DBC9B;
	text-decoration: underline;
}
.cont #header a:active {
	color: #333333;
	text-decoration: underline;
}

.cont #sidebar1 {
	float: right;
	width: 220px;
	margin: 0;
	padding: 12px 0;
	text-align: center;
}

.cont #sidebar2 {
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	background-color: #FFF;
	width: 95%;
}

.cont #sidebar1 h3 {
	margin: 0 10px;
	font-size: 14px;
	font-weight: bold;
}

.cont #sidebar1 p {
	margin: 10px 10px;
	font-size: 12px;
}

.cont #sidebar1 a:link {
	color: #F33;
	text-decoration: underline;
}
.cont #sidebar1 a:visited {
	color: #936;
	text-decoration: underline;
}
.cont #sidebar1 a:hover {
	color: #F00;
	text-decoration: underline;
}
.cont #sidebar1 a:active {
	color: #F33;
	text-decoration: underline;
}

.cont #mainContent {
	margin: 15px 222px 0 10px;	
}

.cont #pre_footer {
	padding: 1px;
	background-color:#FFF; /* フッターの背景色 */
	text-align: center;
	vertical-align: middle;
} 

.cont #footer {
	padding: 10px 10px;
	background-color:#FCF; /* フッターの背景色 */
	text-align: center;
	vertical-align: middle;
} 
.cont #footer p {
	font-size: 12px;
}

a:link {
	color: #F33; /* リンク文字色 */
	text-decoration: underline;
}
a:visited {
	color: #F03; /* 訪問済リンク文字色 */
	text-decoration: underline;
}
a:hover {
	color: #F6C; /* マウスオーバー時リンク文字色 */
	text-decoration: underline;
	background-color: #FCF; /* マウスオーバー時リンク文字背景色 */
}
a:active {
	color: #C00; /* 押下時リンク文字色 */
	text-decoration: underline;
}

a img {
	margin: 0px;
	border: none;
	vertical-align: bottom;
}

/* repeat */
.contbx1 {
	margin: 0 10px 15px 10px;
}

.contbxrsltt {
	margin: 0 10px 14px 10px;
	padding: 2px 12px;
	background-color: #FFF;
	color: #060;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #360;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #360;
}

.contbxrsltd {
	margin: 0 10px 20px 10px;
	padding: 12px;
	background-color: #FFE;
	border: 1px solid #396;
}

.contbx1ct {
	margin: 0 10px 15px 10px;
	text-align: center;
}

.contbxad1 {
	padding: 5px;
	border: 1px solid #FFFFFF;
	text-align: center;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.contbxsearch1 {
	border: 1px solid #D9EED9; /* 検索ボックスまわりの境界線色 */
	background-color: #FFF; /* 検索ボックスまわりの背景色 */
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}

.contbxsearch2 {
	margin: 0;
	padding: 0;
	text-align: center;
}

.contbxsearch3 {
	margin: 0;
	padding: 20px;
	text-align: left;
}

 /* トップページ検索ボックス下 */
.contbxsearch9 {
	margin: 0 10px 15px 10px;
	padding: 20px 10px 10px 10px;
	border: 1px solid #D9EED9;
	background-color: #FFF;
}

.combutton {
 margin: 6px 0 0 0;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.clearlft {
	clear:left;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
