﻿@charset "UTF-8";

/*-------------------------------------------------------------------
 *
 * File Name   : style.css
 *
-------------------------------------------------------------------*/

/* Index
------------------------------------------
== common ================
ContentArea
LeftArea
RightArea
MainArea

== module ================
Box
------------------------------------------ */

/*===================================================================
	common
===================================================================*/

/* Table
------------------------------------------ */
.tblType1001 { width:100%; border-top:#fff 0px none; border-left:#cfff 0px none; border-collapse:collapse; }
.tblType1001 th,
.tblType1001 td { border-right:#fff 0px none; border-bottom:#fff 0px none; line-height:1.5; vertical-align:top; }
.tblType1001 th { padding:5px; background-color:#ffffff; }
.tblType1001 td { padding:5px; }
.tblType1001 td.btm { vertical-align:bottom; }
.tblType1001 tr.beigeLine { background-color:#ffffff; }

