@charset "UTF-8";
/* CSS Document */

/*-----------------------
	reset default css
-----------------------*/
body,div,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,th,td,form,fieldset,legend,input,blockquote,pre{
	margin:0;
	padding:0;
}
fieldset,img{
	border:0;
}
ul,ol{
	list-style:none;
	padding-left: 20px;
}
address{
	font-style:normal;
}

/*-----------------------
	body
-----------------------*/
body{
	margin: 0 auto;
	font-size:80%;
	_font-size:75%;
	line-height:1.4;
	font-family: 'Lucida Grande', 'Arial', sans-serif;
	color: #000;
	text-decoration:none;
	font-weight: normal;
}

/*-----------------------
	link
-----------------------*/
a { outline: none; }
a:link,
a:visited{
	text-decoration: underline;
}
a:hover{
	text-decoration:none;
}
a:active{
}

/*-----------------------
	etc.
-----------------------*/

.clear {
	clear:both;
}

.right {
	float:right;
}

.left {
	float:left;
}


/*-----------------------
	lightbox
-----------------------*/
html body div#TB_window div#TB_ajaxContent div.inner div.right {
	float:right;
}

html body div#TB_window div#TB_ajaxContent div.inner div.left {
	float:left;
}

html body div#TB_window div#TB_ajaxContent div.inner {
	width:850px;
	margin:0 auto;
	padding: 30px 15px 0;
	*padding: 20px 0 0 15px;
}

.lightbox .photo {
}

.lightbox .links {
	margin:12px 0 0;
}

html body div#TB_window div#TB_ajaxContent div.inner div.left ul.links li {
	float:left;
	margin: 0 0 0 3px;
}

.lightbox .links li.first {
	margin:0;
}

html body div#TB_window div#TB_ajaxContent div.inner div.right p.txt {
	width:490px;
}

.txt {
	font-size: 100%;
}

.right_130 {
	float: right;
	width:490px;
	margin-left: 20px;
}

.right_130 .comments {
	font-size: 80%;
}
.130model li {
	left: 10px;
}.lightbox .right_130 .limited {
	display: inline;
	background-color: #999;
	color: #FFF;
	padding-right: 5px;
	padding-left: 5px;
}
