@charset "utf-8";

/*********************************************************************
Copyright (C) 2009 WEB DESIGN LAB (http://www.webdlab.com/)
Licensed under the MIT License:
http://www.opensource.org/licenses/mit-license.php
*********************************************************************/

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

* {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

html,body {
	height: 100%;
}

img {
	border: none;
}

ul,ol {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
 } 

body {
	font-size: 100%;
	line-height: 1.6;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

a,
a:link {
	color: #4776AF;
	text-decoration: none;
}

a:visited {
	color: #4776AF;
	text-decoration: none;
}

a:hover,
a:active {
	color: #9fb7d4;
}

a:focus {
	outline: none;
}

article,aside,details,footer,header,main,menu,nav,section,summary {
	display: block;
}

/*------------------------------------------------------------------*/

h1,
h2 {
	margin: 0 auto;
	padding: 10px;
}

#copyright {
	text-align: right;
	margin: 0 auto;
	padding: 10px;
}

/*--sample----------------------------------------------------------*/

body {
	color: #888;
}

#fullscreen {
	width: 100%;
	height: auto;
	min-width: 240px;
	min-height: 100%;
	z-index: -1;
	position: fixed;
}

#fullscreen img {
	width: 100%;
	height: auto;
	min-width: 240px;
	min-height: 100%;
	position: absolute;
}

.full-screen {
	margin: 0 auto;
	padding: 10px;
}
