@charset "UTF-8";
/* CSS Document */

/*------------------------------------------*/
/*キャンペーンインフォメーション*/
/*------------------------------------------*/
#campInfo_top{
	background-image:url(../img/box_top.gif);
	height:8px;
	background-position:bottom;
	background-repeat:no-repeat;
}

#campInfo{
	background-image:url(../img/box_body.gif);
	background-repeat:repeat-y;
	background-position:center;
}

#inner_campInfo{
	background-image:url(../img/trial_ex.gif);
	background-repeat:no-repeat;
	background-position:right top;
	margin-right:15px;
	padding:10px 20px;
}

#campInfo_bottom{
	background-image:url(../img/box_bottom.gif);
	height:8px;
	background-position:top;
	background-repeat:no-repeat;
}



#sinsyoPhoto{
	float:left;
}

#campDetail{
	width:450px;
	float:right;
}

#listOfSinsyo{
	padding:5px 10px;
	border:2px solid #007dc0;
	font-size:10px;
}

/*オーダーボタン*/
#orderBt li{
}

ul#orderBt li a{
	margin:auto;
	display:block;
	text-indent:-3000em;
	width:180px;
	line-height:33px;
	background-repeat:no-repeat;
}

ul#orderBt li a:link,
ul#orderBt li a:visited{
	background-image:url(../img/bt_order.gif);
}
ul#orderBt li a:hover{
	background-image:url(../img/bt_order_ov.gif);
}


/*プレゼントキャンペーンの注意*/
#attention{
	margin:1em 45px;
	padding:1em 0em;
}

#attention h4{
	color:#54c76b;
	margin-top:1em;
}
#attention ul{
	margin:0px;
	padding:0px;
}
#attention li{
	margin:0px;
	padding:0px;
	background-image:url(../img/list.gif);
	background-position:left 2px;
	background-repeat:no-repeat;
	padding-left:14px;
}

