@charset "Shift_JIS";

/* 目次

=リセット
=基本構造
=ハック
____________________________________________________________________________*/


/* =リセット
____________________________________________________________________________*/



/* テーブルセルの間隔を揃える */
table#sim2 {  
    border-collapse: collapse;
	border-spacing: 0;  
}  

/* デフォルトの線を消す */
fieldset, img#sim3 {  
    border: 0;
}  


/* 画像の下マージンをリセット */
img#sim3 {
	vertical-align: bottom;
}


/* =基本構造
____________________________________________________________________________*/

select {
	color: #333;
}

div#sim {
	width: 400px;
	height: 60px;
	background: url(img/back_auto.gif) 0 0 no-repeat;
	position: relative;
}

div#sim table {
	height: 40px;
	position: absolute;
	left: 115px;
	top: 20px;
}

div#sim table td {
	padding-right: 5px;
}


/* =ハック
____________________________________________________________________________*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix, form { display: block; }
/* End hide from IE-mac *//* CSS Document */
