@charset "utf-8";

/* ----------------------------------------------

Plan.css

LastUpdate: 2009-08-06 19:56
---------------------------------------------- */

div#Contents h2.LeadTit {
	margin-top: -2px;
	margin-bottom: 17px;
}

#PlanPC,
#PlanPC-MB {
	margin-bottom: 60px;
}

#PlanPC h2 {
	margin-bottom: 35px;
}

#PlanPC h3 {
	margin-bottom: 15px;
}

#PlanPC-MB h2 {
	margin-bottom: 35px;
}

#PlanPC p.Lead,
#PlanPC-MB p.Lead {
	margin-top: -25px;
	margin-bottom: 10px;
	color: #555;
}

#PlanPC-MB h3 {
	margin-bottom: 15px;
}

div#ExFig01 {
	margin-top: 20px;
}

.TblStyle {
	width: 100%;
}

.TblStyle th,
.TblStyle td {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	text-align: center;
	line-height: 1.4;
}

.TblStyle th {
	padding: 7px;
	background: #2b2b2b url(../images/bg_table.png);
	color: #fff;
	font-weight: bold;
}

.TblStyle td {
	padding: 7px 7px;
	background-color: #e9f3fd;
	color: #2b2b2b;
}

#PlanPC-MB .TblStyle td {
	background-color: #e2fee1;
}

.TblStyle th.PlanName {
	background: #dcecfc none;
	color: #2b2b2b;
}

#PlanPC-MB .TblStyle th.PlanName {
	background-color: #d4fcd2;
}

.TblStyle td.PriceCell {
	color: #1365d4;
	font-weight: bold;
}

#PlanPC-MB .TblStyle td.PriceCell {
	color: #1e821b;
}

.PlanNotes {
	margin: 20px 0 20px 18px;
}

.PlanNotes li {
	list-style-type: square;
}

ul.PlanNotes strong {
	color: #1365d4;
	font-weight: bold;
}



