﻿@charset "utf-8";

/***********************/
/* メインテーブル      */
/***********************/
#contents_c table.table_windows {
	margin : 0;
	padding : 0;
	font-size: 10pt;
	font-weight: normal;
	color: #808080;
	line-height: 1.5;
/*	background-color: red;*/
}

/* 基本となる tdタグ */
#contents_c table.table_windows td {
	text-align: left;
	vertical-align: top;
	border-style: solid;
	border-width: 0px 0px 2px 0px;
/*	background-color: red;*/
}

/* エディション単位の下線 tdタグ */
#contents_c table.table_windows td.td_borderwidth1 {
	border-bottom-width: 1px;
/*	background-color: red;*/
}

/* 左端の画像 tdタグ */
#contents_c table.table_windows td.td_img {
	text-align: center;
	vertical-align: middle;
/*	background-color: blue;*/
}
