@charset "UTF-8";

@import "/common/themes/cms/css/default.css"; /* initial setting */
@import "/common/themes/cms/css/layout.css";/* layout style */

a:link {
	color: #1d3994;
  text-decoration: underline;
}
a:visited {
	color: #1d3994;
  text-decoration: underline;
}
a:hover {
	color: #fe6e2b;
  text-decoration: none;
}
a:active {
	color: #1d3994;
  text-decoration: underline;
}
/*
[
----------------------------------------------------------- */
ul#gnavi li.gnavi06 a {
	background-position: 0 -112px;
}
ul#gnavi li.gnavi06 a:hover {
	background-position: 0 -56px;
}
.blogEntryBody {
	padding: 20px 0;
}
.section {
	margin-bottom: 1em;
}
table.price01 {
	width: 100%;
	border: #ddd 1px solid;
	margin-bottom: 10px;
}
table.price01 td {
	padding: 10px 5px;
	border: #ddd 1px solid;
	vertical-align: top;
	background: #f5f5f5;
}
table.price01 th {
	border: #ddd 1px solid;
	vertical-align: top;
}
table.price01 td.price {
	color: #FF0000;
	font-size:108%;
	font-weight: bold;
	text-align: center;
}
table.price01 th {
	background: #a0ca4a;
	color: #fff;
	vertical-align: top;
}
table.price01 th.mid {
	vertical-align: middle;
	text-align: center;
}
th.child {
	width: 120px !important;
}
.kome {
	color: #FF0000;
}

table.price02 {
	width: 100%;
	border: #ddd 1px solid;
	margin-bottom: 10px;
}
table.price02 td{
	padding: 10px 5px;
	border: #ddd 1px solid;
	vertical-align: top;
	text-align: center;
	background: #f5f5f5;	
}
table.price02 th {
	padding: 10px 0px;
	border: #ddd 1px solid;
	background: #a0ca4a;
	color: #fff;
	width: 120px;
	vertical-align: middle;
	text-align: center;
}
.smallTextRed,
.smallText {
	font-size: 85%;
}
.smallTextRed {
	color: #FF0000;
}
table.price03 {
	width: 100%;
	border: #ddd 1px solid;
	margin-bottom: 10px;
}
table.price03 td {
	padding: 10px 5px;
	border: #ddd 1px solid;
	vertical-align: top;
	background: #f5f5f5;	
}
table.price03 th {
	padding: 10px 0px;
	background: #ffb4d9;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	border: #ddd 1px solid;	
}
table.price03 td.center {
	text-align: center;
}
table.price03 td.priceCol {
	text-align: right;
	color: #FF0000;
	font-size: 108%;
	font-weight: bold;	
}
ul.list li {
	background: url(images/point.gif) no-repeat 0 5px;
	padding: 0 0 3px 15px;
}
ul.list li.none {
	background: none;
	padding: 0 0 3px 0;
}
.priceText {
	color: #FF0000;
	font-size: 108%;
	font-weight: bold;
}
h3.point {
	background: url(images/point.jpg) no-repeat 0 7px;
	padding: 3px 0 5px 25px;
	font-size: 116%;
	font-weight: bold;
	margin: 1em 0 5px 0;
}