@charset "utf-8";

#header {
	background-image: url(../yamate/img/yamate.jpg);
	background-repeat: no-repeat;
	height: 127px;
	width: 800px;
}

#contents {
	margin: 0px;
	padding: 0px;
	width: 800px;
	height: 473px;
}
#contents #main {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 622px;
}
#yamate_menu {
	margin: 0px;
	padding: 0px;
	height: 96px;
	width: 622px;
	position: relative;
}
#yamate_menu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	width: 622px;
}

#yamate_menu li, #yamate_menu a {
	height: 96px;
	text-decoration: none;
	display: block;
	position: absolute;
	top: 0px;

}
#yamate_menu li {
	text-indent: -9999px;
}
#yamate_menu a {
	text-decoration: none;
	background-image: url(../yamate/img/yamate_menu.jpg);
	background-repeat: no-repeat;
}
#profile_main #yamate_menu a {
	text-decoration: none;
	background-image: url(../yamate/img/yamate_menu_w.jpg);
	background-repeat: no-repeat;
}
#recruit_main #yamate_menu a {
	text-decoration: none;
	background-image: url(../yamate/img/yamate_menu_w.jpg);
	background-repeat: no-repeat;
}

#yamate_menu #m_concept a {
	background-position: 0px -96px;
	width: 222px;
	height: 96px;
	left: 0px;
}
#yamate_menu #m_profile a {
	background-position: -222px -96px;
	width: 200px;
	height: 96px;
	left: 222px;
}
#yamate_menu #m_recruit a {
	background-position: -422px -96px;
	width: 200px;
	height: 96px;
	left: 422px;
}

#yamate_menu #m_concept a:hover {
	background-position: 0px 0px;
}
#yamate_menu #m_profile a:hover {
	background-position: -222px 0px;
}
#yamate_menu #m_recruit a:hover {
	background-position: -422px 0px;
}
#yamate_menu #m_concept_on a {
	background-position: 0px 0px;
	width: 222px;
	height: 96px;
	left: 0px;
}
#yamate_menu #m_profile_on a {
	background-position: -222px 0px;
	width: 200px;
	height: 96px;
	left: 222px;
}
#yamate_menu #m_recruit_on a {
	background-position: -422px 0px;
	width: 200px;
	height: 96px;
	left: 422px;

}
#yamate_concept {
	padding-top: 96px;
}

#contents #profile_main {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 622px;
	background-image: url(../yamate/img/yamate_bg.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	background-position: 0px 96px;
}

#profile_main #profile {
	background-color: #333333;
	width: 550px;
	margin-left: 30px;
	padding: 30px 10px 10px;
	color: #FFFFFF;
	margin-bottom: 20px;
	clear: left;
	border: 3px solid #FFCC66;
	margin-top: 20px;
}
#profile_main #profile dt {
	font-size: 16px;
	padding-left: 20px;
	font-weight: bold;
}
#profile_main #profile dd {
	padding-left: 180px;
	margin-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	padding-bottom: 10px;
	font-size: 16px;
	line-height: 1.5;
	margin-top: -1.5em;
}

#contents #recruit_main {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 622px;
	background-image: url(../yamate/img/yamate_bg.jpg);
	background-repeat: repeat-y;
	background-position: 0px 96px;
}

#recruit_main .recruit {
	background-color: #333333;
	width: 550px;
	margin-left: 30px;
	padding: 30px 10px 10px;
	color: #FFFFFF;
	margin-bottom: 20px;
	clear: left;
	border: 3px solid #FFCC66;
	margin-top: 20px;
}
#recruit_main .recruit h2 {
	font-size: 18px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: double;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	width: 260px;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#recruit_main .recruit dd {
	padding-left: 140px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	padding-bottom: 10px;
	line-height: 150%;
	padding-top: 1px;
	margin-left: 40px;
	font-size: 16px;
	margin-top: -22px;
}
#recruit_main .recruit dt {
	font-size: 16px;
	padding-left: 50px;
	font-weight: bold;
}
.back {
	padding-left: 410px;
}
.back a {
	color: #FFFFFF;
	text-decoration: none;
}
