@charset "UTF-8";

/* 目次

=リセット
=リンク
=基本構造
=ハック
____________________________________________________________________________*/


/* =リセット
____________________________________________________________________________*/

/* 文字色、背景色 */

/* マージン、パディングのリセット */
div#sim_auto div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0; 
	margin: 0;
}  

/* テーブルセルの間隔を揃える */
div#sim_auto table {  
	border-collapse: collapse;
	border-spacing: 0;  
}  

/* デフォルトの線を消す */
div#sim_auto fieldset, img {  
	border: 0;
}  

/* デフォルトのスタイルを消す */
div#sim_auto address, caption, cite, code, dfn, em, strong, th, var {  
	font-style: normal;
	font-weight: normal;  
}  

/* リストマークを消す */
div#sim_auto ol, ul {  
	list-style: none;  
}   

/* デフォルトのテキストの中央揃えを左寄せに */
div#sim_auto caption, th {  
	text-align: left;
}  

/* デフォルトのフォントサイズをリセット */
div#sim_auto h1, h2, h3, h4, h5, h6 {  
	font-size: 100%;
	font-weight: normal;  
}  

/* q要素に引用符をつけないようにする */
div#sim_auto q:before, q:after {  
	content: ''; 
}  

/* 略語の下線を消す */
div#sim_auto abbr, acronym {  
	border: 0;  
}

/* フォントファミリー */

/* フォントサイズ */
div#sim_auto {
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック",	"MS P Gothic",
				 Osaka,
				 Arial,
				 "ヒラギノ角ゴ Pro W3",	"Hiragino Kaku Gothic Pro W3",
				 san-serif;
	background-color: #ffffff;
	color: #444;
}

/*テーブルのスタイルを親要素の値に*/
div#sim_auto table {
	font-size: inherit;
	font: 100%;
}

/*イメージの下空白を消す*/
div#sim_auto img {
	vertical-align: bottom;
} 


/* =リンク
___________________________________________________________*/

div#sim_auto a {
	color: #FF9900;
}

div#sim_auto a:hover {
	color: #999999;
}


/* =基本構造
___________________________________________________________*/

div#sim-auto {
	position: relative;
	width: 468px;
	height: 60px;
	background: url(../img/bg_sim.gif) 0 0 no-repeat;
}

div#sim-auto p.tab {
	position: absolute;
	top: 30px;
	left:195px;
}

div#sim-auto p.btn {
	position: absolute;
	top: 29px;
	left: 290px;
}

/* =ハック
___________________________________________________________*/

.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 */









