@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 #cardList{
	width:514px;
	height: 766px;
	margin:19px auto 8px auto;
	padding:0;
	background:url(../img/back_card.gif) no-repeat left bottom;
}

#wrap #cardList h3{
	margin:0;
	padding:0;	
}

#wrap #cardList .cardBox{
	width:450px;
	margin:0 auto;
	padding:20px 0 22px 0;
	background:url(../img/card_line.gif) no-repeat center bottom;
	
}

#wrap #cardList .cardBox2{
	width:450px;
	margin:0 auto;
	padding:20px 0 22px 0;
	background:url(../img/card_line.gif) no-repeat center bottom;
	height:84px;
	
}

#wrap #cardList .cardBox .cardMark,
#wrap #cardList .cardBox2 .cardMark{
	float:left;
}

#wrap #cardList .cardBox .cardName,
#wrap #cardList .cardBox2 .cardName{
	width:350px;
	height:76px;
	float:right;
	text-align: left;
	font-size: 90%;
}

#wrap #cardList .cardBox .cardName img,
#wrap #cardList .cardBox2 .cardName img{
	margin:18px 0 8px 0;
}

#wrap #cardList .cardBox .cardImg{
	width:450px;
	text-align:left;
}

#wrap #cardList .cardBox .cardImg img{
	margin-left:100px;
}

#wrap #cardList .cardBox2 .cardName .cardImg2{
	width:132px;
	margin:0;
	float:right;
}

#wrap p {
	 width: 500px;
	 margin: 0 auto 30px auto;
	 text-align: left;
	 text-indent: -1em;
	 padding-left: 1em;
	 font-size: 90%;
}
