@charset "UTF-8";

/** Common Setting **/

* {
  font-family:  'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Verdana' ,'san-serif';
  font-weight: 　normal;
}
pre {
  font: 'Monaco' ;
}

/* #E5E6E7 */

body {
	background: #ffffff url(../img/bar.png) repeat-x center 120px;
}

a {
	color: #61686F;
	text-decoration: underline;
}
a:hover {
	color: #A7ABAF;
	text-decoration: none;
}


.pagetop {
	height: 62px;
	padding-top: 30px;
	/*padding-bottom: 30px;*/
	clear: both;
}
.pagetop a {
	display: block;
	width: 61px;
	height: 12px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/pagetop-off.png) no-repeat top;
	float: right;
}
.pagetop a:hover {
	background: url(../img/pagetop-on.png) no-repeat top;
}



#wrapper {
	width: 800px;
	margin: 0 auto;
}


/* globalHeader */

#globalHeader {
	display: block;
	width: 800px;
  height: 124px;
	position: relative;
	margin: 0 auto;
}
#globalHeader h1 {
  width: 245px;
  height: 30px;
	width: 100%;
  position: absolute;
  top: 33px;
	left: 0;
}
#globalHeader #presentedby {
  width: 130px;
  height: 10px;
  position: absolute;
  top: 44px;
	right: 0;
	background: url(../img/presentedby.png) no-repeat top;
	text-indent: -9999px;
	overflow: hidden;
}
#globalHeader nav {
	display: block;
  height: 30px;
  position: absolute;
	left: 0;
	top: 94px;
}
#globalHeader nav ul {
	display: block;
  height: 30px;
}
#globalHeader nav li {
  display: block;
  width: 160px;
  float: left;
  height: 30px;
}
#globalHeader nav li a {
  display: block;
  height: 30px;
  width: 160px;
  text-indent: -9999px;
  overflow: hidden;
	background-image: url(../img/gnavi.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#globalHeader nav li#nv-lineup a {
	background-position: 0 0;
}
#globalHeader nav li#nv-lineup a:hover {
	background-position: 0 -30px;
}
.pg-lineup #globalHeader nav li#nv-lineup a,
.pg-lineup #globalHeader nav li#nv-lineup a:hover {
	background-position: 0 -60px;
}

#globalHeader nav li#nv-history a {
	background-position: -160px 0;
}
#globalHeader nav li#nv-history a:hover {
	background-position: -160px -30px;
}
.pg-history #globalHeader nav li#nv-history a,
.pg-history #globalHeader nav li#nv-history a:hover {
	background-position: -160px -60px;
}

#globalHeader nav li#nv-ad a {
	background-position: -320px 0;
}
#globalHeader nav li#nv-ad a:hover {
	background-position: -320px -30px;
}
.pg-ad #globalHeader nav li#nv-ad a,
.pg-ad #globalHeader nav li#nv-ad a:hover {
	background-position: -320px -60px;
}

#globalHeader nav li#nv-storeinfo a {
	background-position: -480px 0;
}
#globalHeader nav li#nv-storeinfo a:hover {
	background-position: -480px -30px;
}
.pg-storeinfo #globalHeader nav li#nv-storeinfo a,
.pg-storeinfo #globalHeader nav li#nv-storeinfo a:hover {
	background-position: -480px -60px;
}

#globalHeader nav li#nv-contact a {
	background-position: -640px 0;
}
#globalHeader nav li#nv-contact  a:hover {
	background-position: -640px -30px;
}
.pg-contact  #globalHeader nav li#nv-contact  a,
.pg-contact  #globalHeader nav li#nv-contact  a:hover {
	background-position: -640px -60px;
}



/* globalFooter 
	border-top: 1px solid #E5E6E7;
	*/

#globalFooter {
  height: 100px;
	position: relative;
	padding-top: 72px;
	background: url(../img/bar.png) repeat-x 0 72px;
}
#globalFooter #copyright {
	width: 220px;
	height: 10px;
	text-indent: -9999px;
	background: url(../img/copyright.png) no-repeat left;
	position: absolute;
	left: 0;
	top: 92px;
}

#globalFooter .pagetop {
	position: absolute;
	width: 100%;
	top: 0;
	right: 0;
}






/* Article */

.article header {
	height: 146px;
	position: relative;
}
.article header h1 {
	width: 100%;
	height: 40px;
	position: absolute;
	top: 63px;
	left: 0;
	text-indent: -9999px;
	background-position: 0 0;
	background-repeat: no-repeat;
}



/* Section */

.section:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.section {
  min-height: 1px;
	font-size: 12px;
	line-height: 22px;
	padding-bottom: 0;
}
* html .section {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}









.section .leftbox {
	float: left;
	width: 300px;
}
.section .rightbox {
	width: 480px;
	margin-left: 320px;
}
.section .rightbox p {
	padding-bottom: 20px;
}


.section header {
	height: 54px;
	overflow: hidden;
}
.section h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
}


.note {
	color: #969A9F;
	font-size: 10px;
	line-height: 18px;
	padding-left: 12px;
	text-indent: -12px;
}

#historyTable th {
	width: 300px;
	text-align: right;
	padding-right: 20px;
	padding-bottom: 20px;
	font-weight: bold;
	color: #CACDCF;
	font-size: 11px;
}
#historyTable td {
	width: 480px;
	padding-bottom: 20px;
}




/*  env */
body.pg-env {
	background: #ffffff url(../img/bar.png) repeat-x center 90px;
}
.pg-env #globalHeader {
  height: 90px;
}
.pg-env .section header {
	padding: 32px 0 8px;
	font-size: 12px;
	line-height: 1.8;
	font-weight: bold;
}
.pg-env .section .inner {
	padding: 0 20px;
	font-size: 12px;
	line-height: 1.8;
}
span.updated_at {
  display: block;
	font-size: 11px;
	line-height: 18px;
	color: #969A9F;
  
}
.pg-env .section .get_adobe {
	padding: 0 0;
	font-size: 10px;
	line-height: 10px;
	color: #969A9F;
	text-align: right;
	vertical-align: bottom;
}
.pg-env #box-catalog {
	background: #fff url(../img/bar.png) repeat-x center top;
	margin-top: 32px;
}

.pg-env #globalFooter {
	padding-top: 32px;
	background: url(../img/bar.png) repeat-x 0 32px;
}
.pg-env #globalFooter #copyright {
	top: 52px;
}


.clearfix {/zoom:1;}
.clearfix:after {content:''; display:block; clear:both;}