@charset "shift_jis";


/* common */
/* -------------------------------------------------------- */
* {
	margin:0;
	padding:0;
}

body {
	margin:0;
	padding:0;
	font-family: "‚l‚r ƒSƒVƒbƒN",sans-serif;
	text-align:center;
	color:#000000;
	background:#ffffff url(../img/bg_02.gif) no-repeat center top;
}

img {
	display:block;
	border:0;
}


/* clear */

.pkg:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
.pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */




/* bt-close */

.bt-close {
	font-size:14px;
	text-align:center;
}
.bt-close a {
	padding-left:16px;
	background:url(../img/icon_02.gif) no-repeat 0 1px;
}

.bt-close a:link,
.bt-close a:visited,
.bt-close a:active {
	color:#000000;
	text-decoration:none;
}
.bt-close a:hover {
	color:#000000;
	text-decoration:underline;
}



/* container */
/* -------------------------------------------------------- */

#container {
	width:570px;
	text-align:left;
	margin:0 auto;
	padding:65px 0 0 0;
}
#photo {
	width:500px;
	margin:0 0 35px 35px;
	overflow:hidden;
}
