@charset "utf-8";

/*
===========================================================
	close.css
	Copyright (c) 2013, Ayana Hirata All rights reserved.
	version: 1.0.0 [2013/06/21]
===========================================================
*/

body {
	background-image: url("../img/bg_close_body.jpg") ;
	background-position: 0 0;
	background-repeat: repeat-x;
	margin: 0 auto;
	padding: 0;
}

div#container {
	width: 1000px;
	text-align: center;
	margin: 0 auto;
}

div#header {
	height: 41px;
	padding-top:50px;
}

div#header h1 {
	display: block;
	line-height: 1.5;
	width: 292px;
	height: 0;
	padding-top: 41px;
	background: transparent url("../img/bg_top_logo.png") 0 0 no-repeat;
	overflow: hidden;
	margin: 0px auto;
}

p#title {
	display: block;
	line-height: 1.5;
	width: 440px;
	height: 0;
	padding-top: 47px;
	background: transparent url("../img/bg_top_word.png")0 0 no-repeat;
	overflow: hidden;
	margin: 40px auto 0px auto;
}

p {
	position: relative; 
	color: #333333;
	font-size: 182%;
	line-height: 200%;
	margin: 15px 0 0 0;
}

img {
	position: absolute 0 0;
	margin-top: -90px;
	margin-left: 300px;
}

p#copyright {
	text-align: center;
	font-size: 93%;
	margin-top: -10px;
}

a {
	color: #333333;
	text-decoration: none;
}
