@charset "utf-8";
/* 2009年12月11日 */

/* 大枠 */
#wrapper {
	width:900px;
	margin:0 auto;
	background-color:#FFF;
}

/* 初期設定 */
img{
vertical-align:bottom;
}


ul,li{
margin:0;
padding:0;
}

/* 説明文 */
.introductory{
background:url(../images/introductory_bk.jpg) no-repeat left top;
width:900px;
height:111px;
}


h4{
font-weight:bold;
color:#000;
width:800px;
padding:8px 15px;
margin:0 auto;
}

h4 span{font-size:90%;}

/*タイトルナビ*/
.navi{
width:860px;
margin:0 auto 10px auto;
}


/* スーパーパズルボブルＤＸ説明文 */

#dx_introductory{
width:900px;
height:205px;
position:relative;
}

#dx_introductory01{
background:url(../images/spb_dx_introductory01.jpg) no-repeat left top;
width:449px;
height:205px;
position:absolute;
left:0;
top:0;
}

#dx_introductory01 p{
font-size:12px;
line-height:1.5;
color:#000;
padding-top:5px;
padding-left:4em;
}

#dx_introductory02{
	background:url(../images/spb_dx_introductory02.jpg) no-repeat left top;
	width:451px;
	height:205px;
	position:absolute;
	left:449px;
	top:0;
}

#dx_introductory02 p{
font-size:12px;
line-height:1.5;
color:#000;
padding-top:5px;
padding-left:1em;
}

#navy{
font-size:14px;
font-weight:bold;
color:#006;
}

/* スーパーパズルボブルＶＳ説明文 */

#vs_introductory{
background:url(../images/spb_vs_introductory.jpg) no-repeat left top;
width:900px;
height:275px;
}

#vs_introductory p{
font-size:12px;
line-height:1.5;
color:#000;
margin-left:5em;
padding-top:8px;
}

/* 商標 */
#copyRight{
margin-left:10em;
}

#copyRight li{
color:#000;
font-size:10px;
list-style:none;
}


