body {
	margin: 0;
	padding: 0;
	background-color: #FC0;
	color: #333;
	font-size: 12px;
	line-height: 150%;
	text-align: center;
	}
td,th {
	font-size: 12px;
	line-height: 150%;
}
#cbox {
	width: 708px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}

table#header {
	width: 708px;
	height: 177px;
	margin: 0;
	padding: 0;
	background: #FC0 url(../images/bg_header.gif) no-repeat left top;
	}
	
table#contents {
	width: 708px;
	margin: 0;
	padding: 0;
	background: #FC0 url(../images/bg_contents.gif) no-repeat left top;
	}
	
table#copy img {
	margin: 14px;
	padding: 0;
	}


/*　背景カラー　*/
.bgwhite {
	background-color: #FFF;
	}
.bgblack {
 background-color: #000;
	}
.bgececec {
	background-color: #ECECEC;
	}
.bgccc {
	background-color: #CCC;
	}

/*　フォントサイズ　*/
h1	{
	font-size: 160%;
	line-height: 1.4em;
	margin: 0;
	}

h2	{
	font-size: 100%;
	line-height: 1.4em;
	margin: 0;
	}	

h3	{
	font-size: 100%;
	line-height: 1.4em;
	margin: 0;
	}

.otxt {
	font-size: 120%;
	line-height: 1.4em;
	}

.xltext {
	font-size: 100%;
	line-height: 1.4em;
	}

.ltxt {
	font-size: 90%;
	line-height: 1.4em;
	}

.mtxt {
	font-size: 80%;
	line-height: 1.4em;
	}

.stxt {
	font-size: 70%;
	line-height: 1.4em;
	}
.t10 {
	font-size: 10px;
	}


	
/*　フォントカラー　*/
.white {
	color: #FFF;
	}
.999 {
	color: #999;
	}
.red {
	color: #C00;
	}
	
	
	
