@charset "UTF-8";
/* Style Import
----------------------------------------- */
@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;
}
body {
	background: url(images/bg.jpg) repeat-x center top;
}
.mainImg {
	margin-top: 2px;
}
ul#gnavi {
}

/*
[ toppage style
----------------------------------------------------------- */
.section {
	margin-bottom: 3em;
}
.topicsBox {
	border: #ff7f00 1px solid;
	width: 578px;
	padding: 15px 25px;
}
ul.topicsList li {
	padding-bottom: 3px;
}
.date {
	padding-right: 10px;
}
.section img {
	vertical-align: top;
}
h3 img {
	margin-bottom: 1em;
}
.set {
	margin-bottom: 2.5em;
}

.set h4 {
	font-size: 116&;
	font-weight: bold;
	color: #ff7f00;
	background: url(/common/themes/cms/images/h4Point.gif) no-repeat 0 2px;
	padding-left: 25px;
}
.set h4.new {
	background: url(images/new.gif) no-repeat 0 4px;
	padding-left: 35px;
}

#hashirikawaBox {
	padding: 8px 0 0 40px;
	background: url(images/hashirikawaBox02.jpg) no-repeat 0 0;
	width: 590px;
	height: 129px;
}
table.rss-js {
	width: 450px;
}
.rss-js-entry {
	background: url(images/point.jpg) no-repeat 0 2px;
	padding-left: 20px;
}

.courseBox {
	border: #cccccc 1px solid;
	padding: 35px 25px 25px 35px;
	width: 568px;
}
.courseBox h3 {
	margin-bottom: 7px;
}
.courseLeftCol {
	width: 250px;
	float: left;
}

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;
}
.courseRightCol {
	width: 300px;
	float: right;
}
ul.schoolPhoto li {
	float: left;
	margin: 0 10px 10px 0;
}
ul.schoolPhoto li img {
	border: #ccc 1px solid;
}
.courseBox{
    zoom:1;/*for IE 5.5-7*/
}
.courseBox:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
* html .courseBox{
	display:inline-table;
	/*\*/display:block;/**/
}

dl.entryList {
	margin: 10px 0px;
	padding: 0 25px;
}
dl.entryList dt {
	float: left;
	clear: left;
	margin-bottom: 5px;
	padding-bottom: 6px;
	width: 80px;
}
dl.entryList dd {
	padding-left: 105px;
	padding-bottom: 6px;
	margin-bottom: 5px;
	background: url(images/entryPoint.gif) no-repeat 85px 4px;
	border-bottom: #ddd 1px dotted;
}
.imgfix a {
	display: inline-block;
}
.hashiriTitlt a {
	display:block;
	background: url(images/hashirikawaBoxTop.jpg) no-repeat 0 0;
	width: 630px;
	height: 48px;
	text-indent: -9999px;
	overflow: hidden;
}
.matsumotoKikin {
	background: url(images/kunrenTitle.gif) no-repeat left bottom;
	width: 560px;
	height: 23px;
	text-align: right;
	padding: 0 0 5px 0;
	margin-bottom: 10px;
}
.tokyoKikin {
	background: url(images/kunrenTitle02.gif) no-repeat left bottom;
	width: 560px;
	height: 23px;
	text-align: right;
	padding: 0 0 5px 0;
	margin-bottom: 10px;	
}