@charset "UTF-8";

::selection {
background: #000; /* CSS3 */
color: #FFF;
}
::-moz-selection {
background: #000; /* Firefox */
color: #FFF;
}
a:focus { outline:none;}
/* Micro clearfix */

.cf { zoom: 1; }
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }

/* initialize */
html {
	font-size:62.5%;
}
body {
  width: 100%;
  height:100%;
  margin: 0;
  padding: 0;
  color:#000;
  font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','Times New Roman','HiraMinProN-W3','ＭＳ 明朝','MS Mincho',serif;
  font-size:13px;
  font-size:1.3rem;
  background-color:#FFF;
  

}
a {
	color:#000000;
	text-decoration:none;
}
a:hover{
	color:#cc9900;
	text-decoration:underline;
}
#nav_global a:hover{
	text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  line-height: 1.1;
  letter-spacing:0;
}
p {
  font-size:14px;
  margin:0 0 30px 0;
  line-height: 2em;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type:none;
  list-style-position: inside;
}
dl, dt, dd{
	margin:0;
	padding:0;
}
img {
	vertical-align:bottom;
}

/*  layout */

#wrapper {
	width:100%;
	height:100%;
	position:relative;
}
/*----------------------------------------
	contents
----------------------------------------*/
#contents{
	text-align:center;
	margin:0 auto;
	width:853px;
	min-width:853px;
	position:relative;
}
#contents h1{
	position:fixed;
	left:50%;
	margin-left:264px;
}
#contents #contents_inner{
	width:547px;
	margin-top:40px;
	margin-left:62px;
	text-align:left;
	position:relative;
}

#contents_inner h2{
	font-size:18px;
	font-size:1.8rem;
	margin-bottom:15px;
}
article {
	padding-top:30px;
}
article header {
	margin-bottom:40px;
}
article header time{
	font-size:11px;
	font-size:1.1rem;
	display:block;
}
article header h2{
	margin-top:15px;
	font-size:15px;
	font-size:1.5rem;
}
article footer {
	border-bottom:1px solid #000;
}
article footer.end {
	height:60px;
	border-bottom:none;
}
/*----------------------------------------
	footer
----------------------------------------*/
footer#footer_global{
	position:relative;
	margin-bottom:60px;
}
footer#footer_global h4{
	font-size:10px;
	font-size:1.0rem;
}
footer#footer_global #pagetop{
	position:absolute;
	top:0;
	right:0;
}