﻿@charset "utf-8";

#container-wrap {
	background: url(../../common/images/com_bg02.jpg)  center 0 no-repeat;
}

.CL01 {
	float: left;
	width: 203px;
}

.CR01 {
	float: right;
	width: 420px;
}

.CL02 {
	float: left;
	width: 420px;
}

.CR02 {
	float: right;
	width: 203px;
}

.cont01
 {
 	background-color: #FBEFCB;
 	padding: 8px;
}



table.wordlist{
    background-color:#FFF;
    width: 100%;
    border-spacing:2px;
}

table.wordlist th {
	background-color:#F68F00;
	text-align: center;
	font-weight: bold;
	padding:8px;
	font-size : 14px;
	color: #FFF;
}

table.wordlist td {
	padding:8px;
	font-size : 14px;
	text-align: left;
}

table.wordlist td.ty01 {
	background-color:#FBEFCB;
}

table.wordlist td.ty02 {
	background-color:#F8E193;
}