@charset "Shift_JIS";

/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
/*--- reset typo ---*/
body{font:13px/1 "メイリオ","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;}
*html body{font-size:small;font:x-small;font-family:"ＭＳ Ｐゴシック";}
*:first-child+html body{font-size:small;font:x-small;font-family:"ＭＳ Ｐゴシック";}
/*--- reset element ---*/
body,div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ul,ol,li,table,th,td,
form,fieldset,legend,label,input,textarea,embed,object{margin:0;padding:0;}
html{overflow-y:scroll;}
table {border-collapse:collapse;border-spacing:0;}
th,td {text-align:left;vertical-align:top;font-weight:normal;}
fieldset{border:0;}
ul,li{list-style:none;}
img{border:0;line-height:0;vertical-align:bottom;}
sub,sup{font-size: 75%;/font-size:100%;line-height:0;}
sup{vertical-align:0.333em;}
sub{vertical-align:baseline;}
input,textarea,select {font-family:inherit;font-size:inherit;/font-size:100%;font-weight:inherit;}
embed,object{outline: none;}
/*ClearFix-*/
/*--- clearfix ---*/
.clearfix:after{content:'';display:block;clear:both;height:0;}
.clearfix{/zoom:1;}


/*------------------------------------------------------------------------------
  common
------------------------------------------------------------------------------*/
/*--- text color ---*/
body{color:#FFFFFF;}
a:link{color:#e7d278;text-decoration:none;}
a:visited{color:#e7d278;text-decoration:none;}
a:hover{color:#e7d278;text-decoration:underline;}
a:active{color:#e7d278;text-decoration:underline;outline:none;}
a:focus{color:#e7d278;text-decoration:underline;}

html{
	background-color: #000000;
}

body{
	background-color: #000000;
}

#wrapper{
	margin: 0 auto;
	width: 960px;
	background-color: #000000;
}
#primary{
	width: 960px;
}

/*------------------------------------------------------------------------------
  closing
------------------------------------------------------------------------------*/
.closing #wrapper{
	width: 100%;
}

.closing #wrapper #corporatid{
	margin: 12px 0 0 12px;
}

.closing #primary{
	background: #000000;
	width: 100%;
	margin: 0 auto;
}

.closing #primary #logo{
	width: 90px;
	margin: 80px auto;
}

.closing #primary #txt01{
	text-align: center;
	line-height: 2em;
	letter-spacing: 0.1em;
}

.closing #primary .txt02{
	text-align: center;
	line-height: 2em;
	letter-spacing: 0.1em;
	margin-bottom: 90px;
}

.closing #primary .txt02 a{
	color: #e7d791;
	text-decoration: underline;
	background: url(../img/arrow.gif) no-repeat left;
	padding-left: 14px;
}

.closing #primary .txt02 a:hover{
	color: #faf0c3;	
	text-decoration: underline;
}