@charset "Shift_JIS";
/**
 :タイトル "外部CSS読み込み用";
 :一行説明 "外部CSS読み込み用のスタイルシートです";
 :作成日 "2009-00-00";
 :改訂版 [:版 "1.0.0"; :作成日 "2009-00-00"];
*/

/* ▼共通設定・骨格 */
@import "/NR/rdonlyres/667CB7FC-708D-4EC7-B753-E34338B98D26/0/main.css";
@import "/NR/rdonlyres/5103B951-D259-43DD-907F-23723EA10F21/0/footer.css";


/* ブラウザスタイル解除
   --------------------------------------------- */
body{
	margin: 0;
	padding: 0;
}
fieldset,img{
	border: 0;
}
address,caption,cite,code,dfn,th,var{
	font-style: normal;
	font-weight: normal;
}
caption,th{
	text-align: left;
}
h1,h2,h3,h4,h5,h6{
	font-size: 100%;
}
q:before,q:after{
	content: '';
}
form{
	margin: 0;
	padding: 0;
}


/* HTML要素
   --------------------------------------------- */
body{
	background: #000000;
}
a{
	color: #202020;
}
a:link{
	text-decoration: underline;
}
a:visited{
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}
a:active{
	text-decoration: none;
}
img{
	border: 0;
}
sup,sub{
	font-size: 71%;
	line-height: 1;
}
sup{
	vertical-align: text-top;
}
sub{
	vertical-align: text-bottom;
}
ul,
ol{
	margin-left: 1em;
	padding: 0;
}
ul li,
ol li{
	margin-left: 1em;
	padding: 0;
}


/* 共通クラス
   --------------------------------------------- */
/* テキスト隠し */
.vsHidden{
	position: absolute;
	overflow: hidden;
	top: -9999px;
	left: 0;
}

/* 回り込み解除 */
.fClear{
	clear: both;
}

/* clearfix */
.clearfix:after{
	content: ".";
	display: block;
 	height: 0;
 	clear: both;
 	visibility: hidden;
	line-height: 0;
}
/* Hides from IE-mac \*/
* html .clearfix{
	height: 1%;
	overflow: visible;
}
/* End hide from IE-mac */


/* 全体レイアウト
   --------------------------------------------- */
#main{
	margin-bottom: 20px;
	text-align: center;
}
#footer{
	width: 960px;
	margin: 0 auto;
	padding-bottom: 20px;
}
#footer:after{
	content: ".";
	display: block;
 	height: 0;
 	clear: both;
 	visibility: hidden;
}
/* Hides from IE-mac \*/
* html #footer{
	height: 1%;
	overflow: visible;
}
/* End hide from IE-mac */