/* sampleページ専用　CSS */

/*- #side内　naviリスト -*-*-*-*-*-*/

/*---- 共通指定 ----*/
#sidenavi .bnr {
	padding-bottom: 20px;
}

#sidenavi div div img {
	margin-top: 0px;
	margin-bottom: 0px;
}

#side div div div {
	background-color: #F3F3F3;
	border: none;
}

#sidenavi ul li {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-left: 0px;
	padding-left: 22px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

/*---- クラス ----*/
#sidenavi .g-lv-ovs {
	background-image: url(img/sidenavi_arw_001.gif);
}

#sidenavi .g-border img {
	margin-top: 5px;
	margin-bottom: 5px;
}
.side_line {
	background-repeat: no-repeat;
	background-position: 0px center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-left: 0px;
	padding-left: 22px;
	background-image: url(img/sidenavi_arw_002.gif);
}

/* --留学生スペシャルDAY-- */
.box_spday {
	margin-top: 20px;
	margin-bottom: 30px;
	width: 520px;
}
.box_spday h1{
	margin-bottom: 10px;
}
.box_spday .left{
	float: left;
	width: 280px;
	padding-top: 15px;
}
.box_spday .right{
	float: right;
	padding-top: 15px;
	padding-right:10px;
}
.box_spday table {
	margin:15px auto;
	border: 1px solid #666666;
	border-collapse: collapse;
}
.box_spday th {
	width:80px;
	text-align:center;
	font-weight:bold;
	font-size:110%;
	border: 1px solid #666666;
	background: #ffffcc;
}
.box_spday td {
	border: 1px solid #666666;
	padding:8px;
}
.box_spday dt {
	float: left;
	padding-right: 15px;
	width:90px;
}
.box_spday .dt_120 {
	width:120px;
}
.box_spday .btm{
	width: 440px;
	padding:15px;
	margin: auto auto 10px;
	background: #d9f3ff;
}

