@charset "shift_jis";

@import url("common.css");


/************************************************************************************
* 背景
************************************************************************************/
div#main{
	background: url(../images/special/special_bg.jpg) no-repeat left top;
}


/************************************************************************************
* サブタイトル
************************************************************************************/
h2{
  padding-top: 36px;
}

/************************************************************************************
* contents
************************************************************************************/
div#contents{
	margin: 0 0 0 430px;
}


/************************************************************************************
* info_box
************************************************************************************/
div#info_box_m{
	clear: both;
	width: 572px;
  height: 423px;
	margin-top: 5px;
	background: url(../images/info/info_box_m.jpg) repeat-y center top;
}

div#info_box_t{
	background: url(../images/info/info_box_t.jpg) no-repeat center top;
}

div#info_box_b{
  padding: 5px;
	background: url(../images/info/info_box_b.jpg) no-repeat center bottom;
}

div#info_box_main{
	width: 562px;
  height: 422px;
  overflow: auto;
}

div#specialFlashArea{
	float: left;
	width: 335px;
  margin-top: 10px;
  padding-left: 15px;
}


div#specialBoxMiddle{
	float: right;
	width: 200px;
	height: 290px;
  overflow: auto;
  margin-top: 10px;
}

div#specialBoxMiddle ul{
	width: 180px;
	margin: 0px;
  padding: 0px;
}

div#specialBoxMiddle ul li{
	list-style-type: disc;
	font-size: 12px;
	color: #666666;
  line-height: 150%;
  margin: 0px 0px 0px 20px;
}

div#specialVCText{
	clear: both;
	height: 102px;
}

div#specialVCText p{
	font-size: 14px;
  font-weight: bold;
  color: #000000;
  padding: 10px;
}
