/* reset ---------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: top;
}
:focus {
	outline: 0;
}
body {
	position: relative;
	line-height: 1;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
ul {
	list-style: none;
}
img {
	vertical-align: top;
}
a img {
	border: 0;
}
a {
	text-decoration: none;
	color: #0078d7;
}
a:hover {
	color: #ff0082;
}


/* layout  ---------------------------------------- */
body {
}
#container {
	margin: 0px auto 11px;
	width: 964px;
}

/* content */

#content {
	float: left;
	width: 456px;
	display: inline;
	margin-left: 15px;
	padding-bottom: 30px;
	
}

#container .btnContent {
	clear: both;
}

.thumb {
}
.thumb img {
	border: 1px solid #bababa;
}
.thumb img a {
}
.thumb img:hover {
	border: 1px solid #ff0082;
}



/*　footbar　*/
#footbar {
	width: 100%;
	height: 42px;
	margin: 0px auto;
	background: url(../../img/footbar_bg.png) repeat-x left bottom;
	clear: both;
}

#footbar p {
	text-align: right;
	margin: 0px auto;
	width: 964px;
}


/* clearfix ---------------------------------------- */
.clearfix,
.talent,
#gNav ul {
	/zoom: 1;
}
.clearfix:after,
.talent:after,
#gNav ul:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
