@charset "Shift_JIS";

/* -- YUI -- */

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/

/**
 * YUI Fonts
 * @module fonts
 * @namespace yui-
 * @requires 
 */

/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
font:13px/1.231 arial,helvetica,clean,sans-serif;
/* for IE6/7 */ 
*font-size:small; 
/* for IE Quirks Mode */
*font:x-small;
}
/* for IE8 */ 
html>/**/body {  
font-size:small\9;  
}  


/**
 * Nudge down to get to 13px equivalent for these form elements
 */ 
select,
input,
button,
textarea,
button {
font:99% arial,helvetica,clean,sans-serif;
}

/**
 * To help tables remember to inherit
 */
table {
font-size:inherit;
font:100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
font-family:monospace;
*font-size:108%;
line-height:100%;
}

/* -- END YUI -- */

body {
	background: #FFF;
	padding: 0;
	margin: 0;
	color: #5d5d5d;
	text-align: center;
	line-height: 1.4;
	font-family: "lr SVbN", "MS Gothic", "Osaka|", Osaka-mono, monospace;
}

img {
	border: 0;
	vertical-align: bottom;
}

#win_close{
	position: fixed;
	right: 0;
	top: 0;
}

#wrap {
	width: 600px;
	height: auto;
	background: #FFF;	
	margin: 0 auto;
}

#hdr #hdr_logo {
	padding-top: 18px;
	text-align: left;
}

#wrap #contents {
	width: 504px;
	margin: 52px auto 0 auto;
	padding: 0 0 30px 0;
	text-align: left;
}
#wrap #contents h2 {
	margin: 0 0 14px 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}
#wrap #contents h1 {
	margin: 0 0 37px 0;
	padding: 0;	
	font-size: 0;
	line-height: 0;
}
#wrap #contents p.txt {
	margin: 0 0 38px 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}
#wrap #contents ul {
	position: relative;
	width: 504px;
	height: 202px;
	margin: 0 auto 56px auto;
	padding: 0;
}
#wrap #contents ul li {
	position: absolute;
	top: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}
#wrap #contents ul li.img01 {
	left: 0;
}
#wrap #contents ul li.img02 {
	left: 175px;
}
#wrap #contents ul li.img03 {
	left: 349px;
}
#wrap #contents p.btn {
	margin: 0 0 50px 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	text-align: center;
}
#wrap #contents p.copyright {
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	text-align: center;
}

