﻿@charset "utf-8";
@import url("base.css"); /* common stylesheet */

#dammy {
	background: url() no-repeat;
	margin: 0;
	padding: 40px 0 0 0;
	width: 216px;
	overflow: hidden;
	display: block;
	border: none;
	text-decoration: none;
	height: 0px!important;
	height /**/:40px;/* for ie5.x */
	}

/* layout
--------- --------- --------- --------- --------- */
#popup {
	margin:0 auto;
	padding:20px 0 0 0;
	width:550px;
	text-align: left;
	}
	
#popup2 {
	margin:0 auto;
	padding:20px 0 0 0;
	width:850px;
	text-align: center;
	}

.item_title {
	margin:0 0 10px 0;
	font-size:1.2em;
	font-weight: bold;
	text-align: center;
	}
	
.item_image {
	margin:0 0 15px 0;
	text-align: center;
	}
	
.close {
	margin:0;
	font-size:1.2em;
	text-align: center;
	}

.close a {
	text-decoration: underline;
	color:#3742C7;
	}
	
.close a:hover { 
	color:#E78331;
	}