
@charset "utf-8";

#dmy li{ list-style-type:none;}

/*---------------------
	Global Reset
---------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,
pre,form,fieldset,input,textarea,table,th,td,img{
	margin:0;
	padding:0;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	}
h1,h2,h3,h4,h5,h6,th{
	font-size:100%;
	font-style:normal;
	margin:0;
	padding:0;
	font-weight:normal;
	}
	
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  nav,
  section {
    display: block;
  }
	
a   { border:none;}
img { border:none; vertical-align:top;}
th  { text-align:left;}

/*--------------------
	clearfix
---------------------*/

.clearfix:after,
.unit:after,
#contents:after,
#footer:after{ visibility:hidden; display:block; font-size:0; content:" "; clear:both; height:0;}

/* IE用 */
.clearfix,
.unit,
#contents,
#footer{ zoom:1;}

/*-------------------------------------------------------------------------
	body
-------------------------------------------------------------------------*/

html,
body{
	height:100%;
	background:#fff;
}

html{ overflow-y:scroll;}

body{
	color:#333;
	font:14px "メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	text-align:center;
	}
a         { color:#333; text-decoration:underline;}
a:visited { color:#333; text-decoration:underline;}
a:hover   { color:#00f; text-decoration:none;}
a:active  { color:#0ff; text-decoration:none;}

/*-------------------------------------------------------------------------
	header
-------------------------------------------------------------------------*/

header{
	top:0;
	width:90%;
	padding:0 5%;
	position:fixed;
	background: url(../img/base/header_bg.png) repeat;
	z-index:9999;
	box-shadow: 0 1px 3px #000;
	-moz-box-shadow: 0 1px 3px #000;
	-webkit-box-shadow: 0 1px 3px #000;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=0, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=90, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=180, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=270, strength=3, enabled=true);
	}

header h1{
	float:left;
	text-align:center;
	font-size:2.5em;
	}
	
header h1 a{
	text-decoration:none;	
	}
	
header h1 span{
	display:block;
	font-size:0.4em;
	} 

header nav{
	float:right;
	padding:1.5em;
	font-size:1.3em;
	}
	
header nav a{
	text-decoration:none;
	margin-right:1.5em;
	text-align:center;
	}
	
header nav a:hover{
	color:#06C;
	border-bottom:2px solid #06C;
	font-size:.8em;
	}

/*-------------------------------------------------------------------------
	contents
-------------------------------------------------------------------------*/

#h1{ position:relative;}

#h1 p{
	text-align:left;
	font-size:1.4em;
	color:#fff;
	font-weight:bold;
	text-shadow: 0 0 5px #333333;
	-moz-box-shadow: 1px 1px 3px #000;　/* Firefox用 */  
	-webkit-box-shadow: 1px 1px 3px #000;　/* Safari,Google Chrome用 */  
	}	


#h1 span{ font-size:1.5em;}

section{ max-width:1200px; margin:0 auto;}


section h2{
	margin-top:1.5em;
	font-size:2.2em;
	font-weight:bold;
	letter-spacing:4px;
	}


/*-------------------------------------------------------------------------
	footer
-------------------------------------------------------------------------*/

footer{
	position:relative;
	bottom:0;
	margin-bottom:0;
	padding:10px 0;
	background:#eee;
	}

footer h2{
	font-size:1.5em;
	}
	
/*-------------------------------------------------------------------------
	sec_footer
-------------------------------------------------------------------------*/

	
.sec_footer{
	width:800px;
	margin:1em auto 2em;
	padding:10px;
	background:url(../img/base/sec_footer.png) no-repeat #888 right;
	}

.sec_footer p{
	font-size:1.3em;
	margin-bottom:.5em;
	color:#fff;
	font-weight:bold;
	}

.sec_footer span{
	display:block;
	}

.sec_footer span a{ 
	color:#666;
	font-size:1.2em;
	font-weight:bold;
	background:#fff;
	padding:4px 10px;
	border:1px dotted #888;
	text-decoration:none;
	}

.sec_footer span a:hover{
	color:#fff;
	background:#06C;
	}

/*-------------------------------------------------------------------------
	loading
-------------------------------------------------------------------------*/

.loadingBox{
	height:100%;
	width:100%;
	margin-top:15%;
	background:#fff;
	position:fixed;
	}

/*-------------------------------------------------------------------------
	pagetop
-------------------------------------------------------------------------*/

#page-top {
			position: fixed;
			bottom: 20px;
			right: 20px;
			font-size: 2em;
			z-index:100;
		}
		#page-top a {
			background: #666;
			text-decoration: none;
			color: #fff;
			width: 50px;
			padding: 5px 0;
			text-align: center;
			display: block;
			border-radius: 5px;
		}
		#page-top a:hover {
			text-decoration: none;
			background: #999;
		}





