@charset "UTF-8";

/*	interfaceCSS
	
		■コンテンツ設定
		■操作表
----------------------------------------------------------------------------------------------------------------------------------*/


/*	コンテンツ設定（各コンテンツ上書き）
----------------------------------------------------------------------------------------------------------------------------------*/

div#content {
width:840px;
margin:0 auto;
padding:40px 0 0 0;
}

div.sttl {
background-image:url(../Images/sttl_interface.png);
background-repeat:no-repeat;
width:833px;
height:35px;
text-indent:-9999px;
font-size:1px;
margin:0px auto 10px 0px;
}

/*	インターフェイス表
----------------------------------------------------------------------------------------------------------------------------------*/

div#content div.interface {
position:relative;
width:820px;
height:715px;
background-image:url(../Images/interface_manual_bg.gif);
margin:0 auto 5px auto;
}

/* 各サムネイル */
div#content div.interface img.thbA {
position:absolute;
top:25px;
left:40px;
}


div#content div.interface img.thbB {
position:absolute;
top:25px;
left:480px;
}

div#content div.interface img.thbC {
position:absolute;
top:141px;
left:480px;
}

/* 解説段落 */

div#content div.interface div.text {
position:absolute;
width:740px;
top:310px;
left:40px
}

div#content div.interface div.text div.left {
width:323px;
float:left;
}

div#content div.interface div.text div.right {
width:388px;
float:right;
}

div#content div.interface div.text p {
font-size:10px;
line-height:140%;
color:#000000;
margin:0 0 10px 0;
}

div#content div.interface div.text p img {
margin:0 0 5px 0;
}
