@charset "UTF-8";

@import "/common/themes/cms/css/default.css"; /* initial setting */
@import "/common/themes/cms/css/layout.css";/* layout style */

a:link {
	color: #509046;
  text-decoration: none;
}
a:visited {
	color: #2b7725;
  text-decoration: none;
}
a:hover {
	color: #fe6e2b;
  text-decoration: underline;
}
a:active {
	color: #509046;
  text-decoration: none;
}

ul.courseList li.none {
	padding: 7px 0 0 40px;
	background: url(images/courseList.gif) no-repeat 0 0;
	width: 200px;
	height: 28px;
	display: block;
}
ul.courseList li a {
	padding: 7px 0 0 40px;
	background: url(images/courseList.gif) no-repeat 0 0;
	width: 200px;
	height: 28px;
	display: block;
}
ul.courseList li a:link {
	color: #509046;
	text-decoration: underline;
}
ul.courseList li a:visited {
	color: #509046;
	text-decoration: underline;
}
ul.courseList li a:hover {
	color: #fe6e2b;
	text-decoration: none;
	background-position: 0 -35px;
}
ul.courseList li a:active {
	color: #808080;
	text-decoration: none;
}
.courseLeftCol {
	width: 250px;
	float: left;
}
.courseRightCol {
	width: 250px;
	float: right;
}
table.kouza {
	width: 100%;
	border: #999 1px solid;
}
table.kouza td,
table.kouza th {
	padding: 10px 15px;
	vertical-align: top;
	border: #999 1px solid;
}
table.kouza th {
	width: 120px;
	background: #fff0db;
}
table.kouza td dl dt {
	font-weight: bold;
}
table.kouza td dl dd {
	padding: 3px 0 10px 15px;
}
.back {
	text-align: right;
	margin: 1em 0;
}
.back a {
	background: url(images/backPoint.gif) no-repeat 0 1px;
	padding-left: 15px;
}
ul.point li {
	background: url(images/pint.gif) no-repeat 0 7px;
	padding-left: 13px;
}
.koron {
	padding: 0 5px;
}
.set {
	font-size:108%;
	padding-left:15px;
	margin: 0 0 2.5em 0;
}
h4.new {
	background: url(images/new.gif) no-repeat 0 4px;
	padding-left: 35px;
}
.matsumotoKikin {
	background: url(images/matsumotoKikin.gif) no-repeat left bottom;
	width: 560px;
	height: 23px;
	text-align: right;
	padding: 0 0 5px 0;
	margin-bottom: 10px;
}
.tokyoKikin {
	background: url(images/tokyoKikin.gif) no-repeat left bottom;
	width: 560px;
	height: 23px;
	text-align: right;
	padding: 0 0 5px 0;
	margin-bottom: 10px;	
}

