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

body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	width: auto;
	margin: 0px;
	background-image: url(../images/foot_line_pink.png);
}

/* 文字情報
----------------------------------------------- */
h1 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
	background-image: url(../images/p_messe.png);
	background-repeat: no-repeat;
	height: 20px;
}

h2 {
	font-size: 14px;
	font-weight: normal;
	list-style-image: url(../icon/foot_blue.png);
	width: 885px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #06F;
	line-height: normal;
	height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}

h2 span {
	color: #CCC;
	font-size: 12px;
	font-weight: bold;
	margin-left: 30px;
}

h3 {
	font-size: 14px;
	font-weight: normal;
	list-style-image: url(../icon/foot_green.png);
	width: 885px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #3C3;
	height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}

h3 span {
	color: #CCC;
	font-size: 12px;
	font-weight: bold;
	margin-left: 30px;
}

/* アイコン
----------------------------------------------- */
li {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* 出産予定データ
----------------------------------------------- */
#schedule {
	width: 875px;
	background-color: #EFE;
	margin-bottom: 30px;
	padding-bottom: 10px;
	padding-top: 10px;
	display: block;
	border: 2px dotted #3C3;
	margin-right: auto;
	margin-left: auto;
	height: 140px;
}

#schedule_box {
	width: 816px;
	margin-right: auto;
	margin-left: auto;
}

.box {
	width: 100px;
	float: left;
	margin-right: 2px;
	border: 1px solid #CCC;
}

.box span {
	width: 100px;
	float: left;
	background-color: #3C3;
	color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #00EC00;
	border-right-color: #393;
	border-bottom-color: #393;
	border-left-color: #00EC00;
}
.soldout {
	color: #F00;
	margin-left: 20px;
}

