@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #333;
	text-align: center;
	font: 13px 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ', serif;
    *font-size: small;
    *font: x-small;
}

table {
	border-collapse: collapse;
    font-size: inherit;
}

h1, h2, h3, h4, h5, p, ul, ol, dl, dt, dd {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

a {
	color: #D95B44;
	text-decoration: none;
}

a:hover {
	color: #44484B;
	text-decoration: none;
}

a img {
	border: none;
}

input.text, textarea {
    border:1px solid #777;
    padding: 5px;
    color: #333;
    background: #fff;
    border-radius: 4px;
}

input.button {
	width: 117px;
	height: 27px;
	border: none;
	font-size: 14px;
	padding: 0 0 2px 0;
	cursor: pointer;
	background: url(/images/button.png) no-repeat top left;
}

input.button:hover {
	color: #666;
}

ul.errors {
	list-style-type: none;
	color: #ff0000;
	margin: 0 0 20px 0;
	font-size: 93%;
	line-height: 150%;
	
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

#container {
	text-align: left;
	width: 940px;
	margin: 0 auto;
}

#header {
	margin: 20px 0 40px 0;
	position: relative;
}

#header h1 {
	font-size: 161.6%;
	font-family: Georgia, "Times New Roman";
}

#header h1 a {
	color: #333;
}

#header ul {
	list-style-type: none;
	position: absolute;
	top: 0;
	right: 0;
}

#header ul li {
	display: inline;
	margin: 0 5px 0 0;
}

#wrapper {
	margin: 200px 0 0 0;
}

#talent #leftcolumn {
	float: left;
	width: 740px;
}

#talent #rightcolumn {
	margin: 0 0 0 760px;
	_margin-left: 757px;
}

#leftcolumn {
	width: 460px;
	float: left;
}

#leftcolumn h1 {
	font-size: 161.6%;
	font-family: Georgia, "Times New Roman";
	margin: 0 0 10px 0;
}

#leftcolumn address {
	font-size: 93%;
	margin: 0 0 10px 0;
	font-style: normal;
}

#leftcolumn p {
	font-size: 93%;
	margin: 0 0 20px 0;
}

#leftcolumn ul.menu {
	list-style-type: none;
	
	margin: 0 0 10px 0;
}

#leftcolumn ul.menu li {
	display: inline;
	margin: 0 5px 0 0;
}

#leftcolumn h2 {
	font-size: 146.5%;
	font-family: Georgia, "Times New Roman";
	margin: 0 0 20px 0;
}

#leftcolumn h2 span {
	font-size: 12px;
	margin: 0 0 0 10px;
}

#rightcolumn h2.title {
	font-size: 146.5%;
	font-family: Georgia, "Times New Roman";
	background: url(/images/f.png) no-repeat;
	background-position: 80% 0;
	margin: 0 0 20px 0;
}

#leftcolumn h3 {
	font-size: 116%;
	margin: 0 0 10px 0;
}

#rightcolumn {
	margin: 0 0 0 480px;
}

#rightcolumn h2 {
	font-size: 116%;
	font-family: Georgia, "Times New Roman";
}

#rightcolumn h3 {
	font-size: 108%;
	margin: 0 0 10px 0;
}

dl.information {
	margin: 0 0 20px 0;
	font-size: 93%;
}

dl.information dt {
	float: left;
	width: 70px;
}

dl.information dd {
	margin: 0 0 10px 80px;
}

ul.link {
	list-style-type: square;
	margin: 0 0 20px 20px;
}

dl.business dd {
	font-size: 93%;
	margin: 0 0 20px 0;
}

dl.talents dt {
	color: #999;
	font-size: 138.5%;
	margin: 0 0 5px 0;
}

dl.talents dd ul {
	list-style-type: none;
	margin: 0 0 0 20px;
	font-size: 123.1%;
}

dl.talents dd ul li span {
	font-size: 70%;
	margin: 0 0 0 10px;
}

dl.talents dd {
	margin: 0 0 10px 0;
}

form dd {
	margin: 0 0 20px 0;
}

form dt span {
	color: #ff0000;
}

#talent table {
	margin: 20px 0 0 0;
}

#talent table td {
	text-align: center;
	font-size: 77%;
}

#talent h3 {
	color: #999;
	font-size: 138.5%;
	margin: 0;
}

#talent h2 {
	font-size: 161.6%;
	margin: 0 0 10px 0;
}

#talent p {
	margin: 0 0 10px 0;
	line-height: 160%;
}





