@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
*********************************************************************/

/*--------------------------------------------------------------------
ξ{έθ
--------------------------------------------------------------------*/

html,body {
	width: 100%;
	height: 100%;
}

html {
	height: 100%;
	overflow-y: scroll;
}

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

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

img {
	border: none;
	vertical-align: middle;
}

ul,ol {
	list-style: none;
}

/*--Text------------------------------------------------------------*/

body {
	font-size: 88%;
	font-weight: normal;
	line-height: 1.5;
	font-family: "qMmpS Pro W3","Hiragino Kaku Gothic Pro","CI",Meiryo,"lr oSVbN","MS PGothic",sans-serif;
}

* html body {/*IE6*/
	font-family: "lr oSVbN","MS PGothic",sans-serif;
}

*:first-child + html body {/*IE7*/
	font-family: "lr oSVbN","MS PGothic",sans-serif;
}

h1 {
	font-size: 120%;
}

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

/*--Link------------------------------------------------------------*/

a,
a:link {
	color: #333333;
}

a:visited {
	color: #333333;
}

a:hover,
a:active {
	color: #777777;
}

a:focus {
	outline: none;
}

/*--HTML5-----------------------------------------------------------*/

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










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

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

h1 {
	width: 920px;
	margin: 0 auto;
	padding: 10px 0;
}

.closebtn {
	width: 920px;
	text-align: left;
	margin: 0 auto;
	padding: 60px 0 60px 0;
}

/*--------------------------------------------------------------------
/////₯sample/////
--------------------------------------------------------------------*/

body {
	color: #888888;
}

.fullimage {
	width: 920px;
	text-align: left;
	margin: 0 auto;
}

body {
	background: url(image/bg.png) no-repeat center top fixed;
	background-size: cover;
}
