/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
html,body {
	height: 100%; 
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 100%; 
}
div {
	text-align: left;
	margin: 0 auto;
}
h1,h3,h4,h5,h6,body,html,p,li,dt,dd,pre,form,fieldset,input,textarea,select {
 font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , Osaka, "ＭＳ Ｐゴシック", san-serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #333;
	font-style: normal;
	font-size: small;
	line-height: 1.5;
}

input {
	line-height: 1;
}

ul,ol,dl,img {
	margin: 0px;
	padding: 0px;
}
ul,ol {
	list-style-type: none;
}

img {
	border: none;
	margin: 0px; padding: 0px;
	font-size: 0%;
	line-height: 0%;
}

/*--共通-----------------------------------------------------*/

#base {
	width: 100%;
	height: 100%;
	text-align: center;
}
#container {
	width: 800px;
	text-align: left;
	height: 100%;
}

/*--ヘッダ--*/

#hd {
	background-color: #FF9900;
}

/*--左スイッチ--*/

#lft {
	float: left;
	margin-right: 20px;
	width: 200px;
	background-color: #33CC33;
}


/*--右メインコンテンツ--*/

#rgt {
	float: left;
	width:580px;
	background-color:#FFCCCC;
}


/*--フッタ--*/
#footer {
    height: 30px;
    width: 800px;
	background-color: #3366CC;
}


/*--スペーサー・その他--*/

.spc_0 { margin: 0px; padding: 0px; }

.txt_l { text-align: left; }
.txt_c { text-align: center; margin: 0 auto; }
.txt_r { text-align: right; }
.va_t { vertical-align: top; }
.cb { clear: both; }


td {
	padding: 10px;
	text-align: left;
}

/*--ページ別-------------------------------------------------*/
