/* メイン画像 */

/* メインコンテンツ */
#main-content {
	width: 770px;
	height: 450px;
	background-image:url(../images/main.jpg);
	line-height:1.6;
}
a:link {
	color: #0064FF;
}
a:visited {
	color: #0064FF;
}
.hover {
	cursor: pointer;
}
.hover a:link {
	color: #FF0000;
}
.hover a:visited {
	color: #FF0000;
}
#main-content_under {
	width: 770px;
	height: 150px;
	background-image:url(../images/under.jpg);
	line-height:1.6;
}
/* welcome1 */
#welcome1_top {
	width: 305px;
	height: 80px;
	margin-top: 42px;
	margin-left: 77px;
	float:left;
}
*html #welcome1_top {
	width: 305px;
	height: 80px;
	margin-top: 42px;
	margin-left: 37px;
	float:left;
}
#welcome1button ul.menu {
	height: 80px;
}
#welcome1button ul.menu li a {
	height: 80px;
	text-indent: -700em;
	background-repeat:no-repeat;
	background-position: 0px 0px;
	display:block;
}
#welcome1button ul.menu li a:hover {
	background-position: 0px -82px;
}
a.welcome1button1 {
	background-image:url(../images/welcome1_top.png);
}
/* welcome2 */
#welcome2_top {
	width: 305px;
	height: 80px;
	margin-top: 42px;
	float:left;
}
#welcome2button ul.menu {
	height: 80px;
}
#welcome2button ul.menu li a {
	height: 80px;
	text-indent: -700em;
	background-repeat:no-repeat;
	background-position: 0px 0px;
	display:block;
}
#welcome2button ul.menu li a:hover {
	background-position: 0px -82px;
}
a.welcome2button1 {
	background-image:url(../images/counseling_top.png);
}
