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

#dammy {
	display: block;
	overflow: hidden;
	background: url() no-repeat;
	margin: 0;
	padding: 40px 0 0;
	width: 216px;
	height: 0!important;
	}

/* #
--------- --------- --------- --------- --------- */
.mainbox {
	margin: 0 0 10px 0;
	width:488px;
	height:598px;
	border:1px solid #095AC9;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #FFF;
	overflow: hidden;
	}
	
.mainbox img {
	margin:0;
	width:490px;
	height:600px;
	}