
/*─ side ──────────────────────────────────*/
#plugin_cdc_side {
	margin: 0;
	padding: 0;
}
#plugin_cdc_side .buttons {
	margin: 10px 0 10px 0;
	padding: 0;
}


/*─ canvas ──────────────────────────────────*/
#plugin_cdc_canvas {
	padding: 10px;
}
#plugin_cdc_canvas .title {
	color: #555555;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: bold;
	margin: 10px 0 20px 0;
}
#plugin_cdc_canvas .error {
	color: #cc0000;
	font-weight: bold;
	margin: 10px 0 20px 0;
	padding-left: 18px;
	background-image: url(/icons/error.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
#plugin_cdc_canvas .description {
	margin: 0 0 20px 0;
	padding: 0;
}
#plugin_cdc_canvas p.spacer{
	height: 100px;
}
#plugin_cdc_canvas .buttons {
	margin: 40px 0 0 0;
	padding: 0;
}
#plugin_cdc_canvas a.button{
	margin-left: 20px;
	margin-bottom: 30px;
}
#plugin_cdc_canvas table td a.button{
	margin: 0;
}



#plugin_cdc_canvas .memo {
	font-size: 0.8em;
	color: #cc0000;
}
#plugin_cdc_canvas div.dummy {
	margin: 10px 0 20px 0;
	padding: 0;
	background-color: #cccccc;
	width: 100%;
	height: 300px;
}

/* list */
#plugin_cdc_canvas table.list tr td input.text,
#plugin_cdc_canvas table.list tr td input.file,
#plugin_cdc_canvas table.list tr td textarea {
	width: 450px;
}
#plugin_cdc_canvas table.list tr td input.text_short{
	width: 150px;
}
#plugin_cdc_canvas table.list tr td textarea {
	height: 120px;
}
#plugin_cdc_canvas table.list tr td input.ime_off{
	ime-mode: disabled;
}

#plugin_cdc_canvas table.list {
	margin: 0 0 20px 1px;
	border: 1px solid #cccccc;
	border-collapse: collapse;
}
#plugin_cdc_canvas table.long {
	width: 820px;
}
#plugin_cdc_canvas table.short {
	width: 640px;
}
#plugin_cdc_canvas table.list th {
	font-weight: normal;
	padding: 6px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #cccccc;
	border-collapse: collapse;
	color:#ffffff;
	background-color: #333333;
}
#plugin_cdc_canvas table.list td {
	padding: 8px;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #cccccc;
	border-collapse: collapse;
	color: #333333;
}
#plugin_cdc_canvas table.list tr.error_found {
	background-color: #ffffcc;
}
#plugin_cdc_canvas table.list tr.error_found td.label {
	background-color: #ffff00;
}
#plugin_cdc_canvas span.hissu {
	font-size:9px;
	color:#e8007e;
}
#plugin_cdc_canvas table.list td span.memo {
	font-size: 11px;
	color: #777777;
}
#plugin_cdc_canvas table.list td div.memo {
	clear: both;
	font-size: 11px;
	color: #777777;
	margin: 3px 0 0 0;
}
#plugin_cdc_canvas table.list td div.errmsg {
	clear: both;
	font-size: 11px;
	color: #cc0000;
	margin: 3px 0 0 0;
}
#plugin_cdc_canvas table.list td.lastChild{
	text-align:right;
	background:#efefef;
}
#plugin_cdc_canvas table.list td.lastChild a.button{
	float:right;
	margin-left:20px;
}
#plugin_cdc_canvas table.list td a.more{
	display:block;
	text-align: center;
	color: #555555;
}
#plugin_cdc_canvas table.list td a.more:hover{
	color:#e2007e;
}
#plugin_cdc_canvas ul.pager {
        clear: both;
        margin: 0;
        padding: 5px 10px 5px 10px;
        text-align: right;
        text-align: left;
}
#plugin_cdc_canvas ul.pager li {
        display: inline;
        margin: 0 0 0 10px;
        padding: 0;
}
#plugin_cdc_canvas ul.pager li.current {
        font-weight: bold;
}


/*─ plugin ──────────────────────────────────*/
#plugin_cdc_control_panel_profile {
	margin: 5px 0 10px 0;
}
#plugin_cdc_control_panel_profile img {
	display: block;
	float: left;
	border: 4px solid #cccccc;
	margin-right: 8px;
}
#plugin_cdc_control_panel_profile strong {
	font-weight: bold;
	vertical-align: middle;
	line-height: 52px;		/* 48px + 4px */
}
#plugin_cdc_control_panel_profile strong em {
	font-size: 0.8em;
	font-weight: normal;
}
#plugin_cdc_control_panel_list {
	margin: 0;
	padding: 0 0 0 20px;
}
#plugin_cdc_control_panel_list li {
	margin: 0 0 3px 0;
	padding: 0;
}


/*- Entry ──────────────────────────────────*/
.entry_mce_text_html, .entry_html_html, .entry_wiki_html{
	font-size: 12px;
	line-height: 18px;
}
.entry_mce_text_html h3, .entry_html_html h3, .entry_wiki_html h3{
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: bold;
	padding:8px;
	margin: 20px 0;
	border-left: 4px solid #333;
	color: #333;
}
.entry_mce_text_html img, .entry_html_html img, .entry_wiki_html img{
	margin-bottom: 20px;
}

.entry_subtitle_html{
	color: #333;
	font-size:16px;
	/*background: transparent url(/skin/wf_cdc/img/about/cdc_title_2.gif) no-repeat;*/
	line-height: 24px;
	margin-bottom:10px;
	margin-top:20px;
	border-bottom: 1px solid #333;
	clear: both;
}

/*- override ───────────────────────────*/
#mainColumn .entry_wiki_html h4,
#mainColumn .entry_html_html h4{
	color: #333;
	font-size:16px;
	line-height: 24px;
	margin-bottom:10px;
	margin-top:20px;
	border-bottom: 1px solid #333;
	border-left: none;
	text-indent: 0;
	padding: 0;
}

#mainColumn .entry_wiki_html h5,
#mainColumn .entry_html_html h5{
	margin:1.5em 0;
	color:#333;
}

#mainColumn .entry_wiki_html ul{
	margin-left:1em;
}

#mainColumn .entry_wiki_html table{
	width: 515px;
	margin:0 auto;
}
.entry_wiki_html table th{
	background: #444444;
	font-size: 12px;
}

.wiki-section-body-1,.wiki-section-body-2{
	padding: 0px;
}

.user-area{
}

h2#A_top_title_EntryWiki{
	display: none;
}

h2#A_top_title_EntryHTML{
	display: none;
}

h2#A_top_title_FreeTextTop{
	display: none;
}

#plugin_show_member_side ul{
	float: left;
}
#plugin_show_member_side ul li{
	list-style: none;
	list-style-image: none;
	height: 52px;
}
