@charset"utf-8";

/*////////////////////////////////////////////////
ajax-openwindow
////////////////////////////////////////////////*/

#window * {
	z-index:200;
}

#window
{
/*        position:fixed;*/
        position:absolute;
	right: 200px;
	top: 100px;
	width: 430px;
	height: 390px;
	overflow: hidden;
	display: none;
	text-align:left;
	z-index:200;

}
#windowTop
{
	height: 30px;
	overflow: 30px;
	background-image: url(/__resource/js/favor/window_top_end.png);
	background-position: right top;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	cursor: move;
}
#windowTopContent
{
	margin-right: 13px;
	background-image:url(/__resource/js/favor/window_top_start.png);
	background-position:left top;
	background-repeat: no-repeat;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	text-indent: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #6caf00;
}
#windowMin
{
	position: absolute;
	right: 45px;
	top: 15px;
	cursor: pointer;
}
#windowMax
{
	position: absolute;
	right: 45px;
	top: 15px;
	cursor: pointer;
	display: none;
}
#windowClose
{
	position: absolute;
	right: 10px;
	top: 5px;
	cursor: pointer;
}
#windowBottom
{
	position: relative;
	height: 360px;
	background-image: url(/__resource/js/favor/window_bottom_end.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#windowBottomContent
{
	position: relative;
	height: 360px;
	background-image: url(/__resource/js/favor/window_bottom_start.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-right: 13px;
}
#windowResize
{
	position: absolute;
	right: 3px;
	bottom: 5px;
	cursor: se-resize;
}
#windowContent
{
	position:absolute;
	top: 30px;
	left: 10px;
	width: auto;
	height: auto;
	overflow: auto;
	margin-right: 10px;
	border: 1px solid #6caf00;
	height: 345px;
	width: 405px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #fff;
}

.transferer2
{
	border: 1px solid #6BAF04;
	background-color: #B4F155;
	filter:alpha(opacity=30); 
	-moz-opacity: 0.3; 
	opacity: 0.3;
}

#windowOpen {
}
#windowContent {
	font-size:14px;
        line-height:140%;
}



/*windowcontents*/

p#msg_window {
	padding:10px;
	text-indent:0;
	background-image:none;
}

#tb_window {
	width:95%;
	margin-left:10px;
}

#tb_window span.s1 {
	width:20px;
	float:left;
	padding:0 3px;
	vertical-align:top;
	text-align:left;
}

#tb_window span.s2 {
	width:65%;
	float:left;
	vertical-align:top;
	text-align:left;
	padding:3px 0;
	font-size:12px;
}

#tb_window span.s3 {
	width:40px;
	float:right;
	padding:1px;
	border:1px solid #666666;
	background-color:#F5F5F5;
	text-align:center;
	display:block;
}

#tb_window span.s3 a {
	color:#666666;
	font-size:10px;
}
#tb_window span.s3 a:hover {
	color:#333333;
}
#tb_window a:hover {
	text-decoration:underline;
}

.in_list {
	float:left;
	width:100%;
	clear:both;
	border-bottom:1px dotted #CCC;
	margin-top:2px;

}
.newcars .windowOpen2 {
	position:absolute;
	top:0;
	right:0;
}
#btn_ishiryo {
	margin:10px 0 0 18px;
}
