@charset "utf-8";
/*
------------------------------------------
	This file defined layout style.
------------------------------------------
*/

@import "notice_ini.css";

/*
------------------------------------------
	layout style. [=toNext]
------------------------------------------
*/

body {
	background-color: white;
	text-align: center;
}

a {
	color: #34abfa;
}

a:visited {
	color: #969;
}

a:hover {
	color: #f98325;
}

/*#logo {
	background: url(http://files.cafesta.net/common/css/0809/images/bg_head.gif) -20px -6px no-repeat;
	padding-top: 16px;
	padding-bottom: 28px;
	margin-bottom: 7px;
}*/

#container {
	background: url(../www.cafesta.com/notice/close/images/bg.png) left top repeat-y;
	text-align: left;
	margin: 0 auto;
	padding: 21px 21px 0;
	width: 638px;
}

.read {
	border: solid 1px #afdbff;
	text-align: center;
	margin-bottom: 2em;
	padding: 7px;
}
	.read p {
		margin-bottom: 1em;
	}
		.read p.lastChild {
			margin-bottom: 0;
		}

h2.infoTitle {
	font-size: 140%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 21px;
	margin-top:10px;
}


strong {
	font-weight: bold;
}

dl dt {
	background: url(../img/ico_tit_pink.gif) left top no-repeat;
	font-weight: bold;
	padding-left: 7px;
	margin-bottom: 0.3em;
}

dl dd {
	margin-bottom: 2em;
}
	dl dd p {
		margin-bottom: 0.5em;
	}

table.notice {
	border-top: solid 1px #ffcc89;
	border-collapse: separate;
	margin-bottom: 0.5em;
}
	table.notice td {
		border-top: none;
		border-right: solid 1px #ffcc89;
		border-bottom: solid 1px #ffcc89;
		padding: 7px 14px;
		_font-size:75%;
	}
	
	table.notice th {
		background-color: #fee899;
		border-left: solid 1px #ffcc89;
		border-right: solid 1px #ffcc89;
		border-top: solid 1px #fff4cc;
		border-bottom: solid 1px #fddc66;
		font-weight: bold;
		padding: 7px 14px;
		white-space: nowrap;
		_font-size:75%;
	}

.pickupList {
	background-color: #feefb9;
	padding: 7px;
	margin: 0.5em 0;
}
	.pickupList li {
		text-indent: -1em;
		padding-left: 1em;
	}
		.attention {
			color: #fa5102;
			font-weight: bold;
		}

#footer {
	border-bottom: 6px solid #cf8438;
	margin: 21px -14px 0;
	padding: 0 20px 4px;
	text-align: center;
}
	#footer .footerMenu {
		border-top: 1px solid #cf8438;
		padding-top: 12px;
	}
		#footer .footerMenu li {
			background: url(http://files.cafesta.net/common/css/0809/images/sepa_footer.gif) 95% 50% no-repeat;
			display: inline;
			padding-right: 12px;
		}