@charset "UTF-8";

/* 目次

=リセット
=基本構造
____________________________________________________________________________*/


/* =リセット
____________________________________________________________________________*/


/* 文字色、背景色 */
/* body {
	background-color: #ffffff;
	color: #444;
} */

/* マージン、パディングのリセット */
/* body, 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;
} */ 

/* テーブルセルの間隔を揃える */
/* table {  
	border-collapse: collapse;
	border-spacing: 0;  
}  */

/* デフォルトの線を消す */
/* fieldset, img {  
	border: 0;
}  */

/* デフォルトのスタイルを消す */
/* address, caption, cite, code, dfn, em, strong, th, var {  
	font-style: normal;
	font-weight: normal;  
}  */

/* リストマークを消す */
/* ol, ul {  
	list-style: none;  
}  */ 

/* デフォルトのテキストの中央揃えを左寄せに */
/* caption, th {  
	text-align: left;
}  */

/* デフォルトのフォントサイズをリセット */
/* h1, h2, h3, h4, h5, h6 {  
	font-size: 100%;
	font-weight: normal;  
}  */

/* q要素に引用符をつけないようにする */
/* q:before, q:after {  
	content: ''; 
}  */

/* 略語の下線を消す */
/* abbr, acronym {  
	border: 0;  
} */

/* フォントファミリー */
/* body {
	font-family: "ＭＳ Ｐゴシック",	"MS P Gothic",
				 Osaka,
				 Arial,
				 "ヒラギノ角ゴ Pro W3",	"Hiragino Kaku Gothic Pro W3",
				 san-serif;
} */

/* フォントサイズ */
/* body {
	font-size: 12px;
} */

/*テーブルのスタイルを親要素の値に*/
/* table {
	font-size: inherit;
	font: 100%;
} */

/*イメージの下空白を消す*/
/* img {
	vertical-align: bottom;
} */

/* =基本構造
___________________________________________________________*/

div#sim {
	position: relative;
	width: 250px;
	height: 160px;
	background: url(/img/sim2/bg_sim2.gif) 0 0 no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-right: 15px;
}

p.tab {
	position: absolute;
	top: 68px;
	left: 125px;
	font-size: 12px;
}

p.btn {
	position: absolute;
	top: 95px;
	left: 20px;
}
