@charset "shift_jis";
/****************TOPページ****************/
#topimg {
	padding-bottom: 15px;
}
/*TOPICS・研修のご案内*/
#top_left {
	width: 485px;
	float: left;
}
.top_left_sub {
	width:auto;
	border: 1px solid #D7D7D7;
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	
}
.top_sub01{
	background-image: url(../img/top/sub01.gif);
}
.top_sub02{
	background-image: url(../img/top/sub02.gif);
}
#top_left table{
	width: 98%;
	margin-left: 2%;
}
#top_left td {
	vertical-align: top;
}
.day {
	width: 26%;
}
#top_left .red {
	color: #FF3333;
}

/*右サイドメニュー*/
#top_right{
	width:200px;
	float: right;
}

#right_menu01{
	display: block;
	background-repeat: no-repeat;
	background-image: url(../img/top/menu_btn01.gif);
	width: 200px;
	height: 57px;
	margin-bottom: 5px;
}
#right_menu01_bg{
	background-image: url(../img/top/menu_btn01.gif);
}
a#right_menu01:hover {
	background-image: url(../img/top/menu_btn01_over.gif);
}

#right_menu02 {
	display: block;
	background-image: url(../img/top/menu_btn02.gif);
	width: 200px;
	height: 57px;
	background-repeat: no-repeat;
	margin-bottom: 5px;
}
#right_menu02_bg{
	background-image: url(../img/top/menu_btn02.gif);
}
a#right_menu02:hover {
	background-image: url(../img/top/menu_btn02_over.gif);
}
#right_menu03 {
	display: block;
	background-image: url(../img/top/menu_btn03.gif);
	width: 200px;
	height: 57px;
	background-repeat: no-repeat;
	margin-bottom: 5px;
}
#right_menu03_bg{
	background-image: url(../img/top/menu_btn03.gif);
}
a#right_menu03:hover {
	background-image: url(../img/top/menu_btn03_over.gif);
}
#right_menu04 {
	display: block;
	background-image: url(../img/top/menu_btn04.gif);
	width: 200px;
	height: 57px;
	background-repeat: no-repeat;
	margin-bottom: 15px;
}
#right_menu04_bg{
	background-image: url(../img/top/menu_btn04.gif);
}
a#right_menu04:hover {
	background-image: url(../img/top/menu_btn04_over.gif);
}
#top_right span {
	visibility: hidden;
	position: absolute;
}
/*右サブメニュー*/
#right_sub{
	list-style-type: none;
	background-color: #E8E8E8;
	line-height: 150%;
	display: block;
	width: 200px;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
#right_sub li {
	background-image: url(../img/common/icon_b.gif);
	background-repeat: no-repeat;
	background-position: 15px center;
	text-indent: 30px;
}

/*右サブメニューリンク*/
#right_sub a:link{
	color:#000000;
	text-decoration: none;
}
#right_sub a:visited{
	color:#000000;
	text-decoration: none;
}
#right_sub a:hover{
	color:#003399;
	text-decoration: underline;
}

/*保健医療科学*/
#rightimg{
	text-align: right;

	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
.righttext{
	text-align: left;
	font-size: 85%;
}

/*カウンター*/
#counter{
	text-align: right;
	width: auto;
	height: auto;
	margin-bottom: 10px;
	margin-right: 45px;
	margin-top: 10px;
}

/*フッター*/
#top_footer {
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E8E8E8;
	padding-top: 5px;
	width: auto;
	font-size: 85%;
}
#top_footer .icon02 {
	background-image: url(../img/common/icon_s.gif);
	background-repeat: no-repeat;
	background-position: left 5%;
	padding-left: 10px;
}
