@charset "utf-8";
#shusai,#shushoku {
	width: 300px;
	float: left;
	margin-bottom:40px
}
#hukusai,#desart {
	width: 300px;
	float: right;
	margin-bottom:40px
}

/*共通*/
p.dish {
	text-align: left;
	margin-top: 10px;
}
div.content{
	padding: 15px;
	margin-bottom: 10px;
}
p.shinsain {
	font-size: 95%;
	text-align: left;
	padding-top: 8px;
	margin-top: 10px;
}
p.comment {
	font-size: 85%;
	background-repeat: no-repeat;
	background-position: left 4px;
	text-align: left;
	margin-top:10px;
	padding-left: 20px;
	line-height:normal
}


/*shusai*/
#shusai div.content{
	border: 1px solid #F08200;
}
#shusai p.shinsain {
	color: #F08200;
	border-top: 1px dashed #F08200;
}
#shusai p.comment {
	background-image: url(../images/p_shusai.gif);
}

/*shushoku*/
#shushoku div.content{
	border: 1px solid #E50B72;
}
#shushoku p.shinsain {
	color: #E50B72;
	border-top: 1px dashed #E50B72;
}
#shushoku p.comment {
	background-image: url(../images/p_shushoku.gif);
}

/*hukusai*/
#hukusai div.content{
	border: 1px solid #6FBA2C;
}
#hukusai p.shinsain {
	color: #6FBA2C;
	border-top: 1px dashed #6FBA2C;
}
#hukusai p.comment {
	background-image: url(../images/p_hukusai.gif);
}

/*desart*/
#desart div.content{
	border: 1px solid #00AAE8;
}
#desart p.shinsain {
	color: #00AAE8;
	border-top: 1px dashed #00AAE8;
}
#desart p.comment {
	background-image: url(../images/p_desart.gif);
}
