@charset "utf-8";
@charset "utf-8";
/*****************************************
	style.css
	インタビュー用スタイルシート
******************************************/
*{
	margin:0;
	padding:0;
	/*\*/
	*zoom: 1;
	/**/
}
html.bgFixed{
    overflow: hidden;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif !important;
	margin: 0;
	padding: 0;
	height:100%;
	min-height:100%;
	font-size:12px;
	/*\*/
	*font-size: 76%;
	/**/
	line-height: 1.7;
  color: #3d3d3d;
}
div#container{
  width: 100%;
}
#main .content {
  width: 100%;
  text-align: center;
}
p,ul,ol,li,h1,h2,h3,h4,h5,h6 {
  margin: 0;
  padding: 0;
}
ol, ul {
  letter-spacing: -.40em;
}
li {
  letter-spacing: normal;
  list-style-type: none;
}
hr {
	display: none;
}
img {
	display: block;
	border: 0;
}
form {
	display: inline;
}
table {
	font-size: 12px;
	/*\*/
	*font-size: 100%;
	/**/
}
::-moz-selection{
	background: #77bbff;
	color:#FFF;
}
::selection {
	background: #77bbff;
	color:#FFF;
}

/* テキストリンク */
a:link, a:active
{
  color: #0055dd;
  text-decoration: none;
}

a:visited {
  color: #0055dd;
  text-decoration: none;
}

a:hover {
  color: #0055dd;
  text-decoration: underline;
}
/*******************************
 フッター
*******************************/

/* フッタ関連の高さ指定 */
#footer .content .free
{
	height:80px;/* ★1 自由フッタの高さ */
}
#footer .content .regular
{
	height:100px; /* ★2 固定フッタの高さ */
}
#footer {
	height: 180px;  /* footerの高さ（ ★1＋★2 ）分指定する */
}
#main .space
{
	padding-bottom:180px; /* footerの高さ（★1＋★2）分指定する */
}
/* 固定フッタ */
#footer .content .regular
{
	background-color:#d50000; /* 背景 */
	color: #ffffff; /* 文字色 */
}


/*******************************
 自由ヘッダー
*******************************/
#header .content .free {
}

/*******************************
 自由フッター
*******************************/
#footer .content .free {
}