@charset "UTF-8";

body {
	margin:0px;
	text-align:center;
}

#photo-area_big {
	width:614px;
	height:416px;
	background:url(../img/part/photo_bg.gif) no-repeat top;
	margin-bottom:0px;
}

img {
	border:0px;
	position:relative;
	top:7px;
	left:0px;
}

#select {
	width:600px;
	margin-left:7px;
	_margin-left:0px;
	margin-top:6px;
	_margin-top:10px;
}

p#title {
	float:left;
	font-size:18px;
	letter-spacing:1px;
	color:#808080;
	margin-top:0px;
	padding-top:0px;
}

p#btn {
	float:right;
	overflow:hidden;
	margin-top:2px;
	padding-top:0px;
}

p#btn a {
	display:block;
	width:94px;
	height:15px;
	background: url(../img/part/photo_btn.gif) no-repeat;
	text-indent:-9999px;
	
}

p#btn a:hover {
	background: url(../img/part/photo_btn_o.gif) no-repeat;
}

/*
------------------------------

	Clearfix

------------------------------
*/

.clearFix:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
.clearFix {
	display:inline-block;
}
/*\*/
* html .clearFix {
	height:1%;
}
.clearFix {
	display:block;
}
/**/
