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

@import url("reset-min.css");
@import url("common.css");

h2.chirashi{
	background:url(../images/h2_chirashi.gif) no-repeat;
	width:563px;
	height:36px;
	display:block;
	text-indent:-9999px;
}

div#right h3.howto{
	background:url(../images/h3_chirashi.gif) no-repeat;
	width:210px;
	height:25px;
	text-indent:-9999px;
	padding:0;
	margin:0;
	display:block;
}
div#right p{
	padding:5px;
}

div.item{
	width:542px;
	padding:10px 0;
	margin:10px auto 0 auto;
	background:url(../images/border_dotted550.gif) top repeat-x;
}

ul.chirashi{
}

ul.chirashi li{
	list-style:none;
	padding:5px 0 10px 70px;
	display:block;
}
ul.chirashi li.kikan{
	background:url(../images/mark_chirasiKikan.gif) no-repeat;
	background-position:left 4px;
}
ul.chirashi li.tenpo{
	background:url(../images/mark_chirashiShop.gif) no-repeat;
	background-position:left 4px;
}
p#nochirashi {
	font-size: 16px;
	font-weight: bold;
	padding: 20px;
}

div.item div.front,div.item div.back{
	width:270px;
	padding-top:10px;
}

div.item div.front img,div.item div.back img{
	margin:0 auto;
	display:block;
}

div.item div.front{
	float:left;
}

div.item div.back{
	float:left;
}

a.viewFront{
	background:url(../images/btn_chirashiFront.gif) no-repeat;
	width:140px;
	height:26px;
	display:block;
	text-indent:-9999px;
	margin:5px auto;
}
a.viewBack{
	background:url(../images/btn_chirashiBack.gif) no-repeat;
	width:140px;
	height:26px;
	display:block;
	text-indent:-9999px;
	margin:5px auto;
}
a.getFlash{
	background:url(../images/btn_getFlash.gif) no-repeat;
	width:161px;
	height:41px;
	display:block;
	text-indent:-9999px;
	margin:5px auto;
}

p.topLink{
	border-top:1px solid #cccccc;
	width:542px;
	font-size:10px;
	text-align:right;
	padding:10px 0;
	margin:0 auto;
}
p.topLink a{
	text-decoration:none;
	color:#2D71F9;
}
div.item h4 span{
	color:#333333;
	padding-right:5px;
}


div.item p{
	padding:0 10px;
}

div.nextPrev{
	width:260px;
	height:25px;
	margin:30px auto 10px auto;
}
div.nextPrev a{
	text-indent:-9999px;
	display:block;
}

div.nextPrev a.prev{
	background:url(../images/btn_prev.gif) no-repeat;
	width:112px;
	height:21px;
	float:left;
}
div.nextPrev a.next{
	background:url(../images/btn_next.gif) no-repeat;
	width:112px;
	height:21px;
	float:right;
}

