@charset "utf-8";

body {
	background: #FFFFFF;
	text-align: center;
	font-size:85%;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	color: #333333;
	line-height: 1.8em;
}

td,th {
	padding: 5px;
	vertical-align: top;
}

div#wrapper {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 10px;
	clear: both;
	border: 1px solid #CCCCCC;
}


/* -------------------------------------------------------
  #contents
------------------------------------------------------- */
h1 {
	font-size: 130%;
	text-align: center;
}

h4 {
	font-size: 100%;
	font-weight: bold;
	margin-left: 5px;
	padding: 0;
	margin-bottom: -15px;
}

.section {
	margin-bottom: 20px;
}

.section-r {
	margin-bottom: 20px;
	float: right;
}

.section-r .day-01 {
	border: 1px solid #CCCCCC;
	padding: 5px;
}

.line {
	clear: both;
	border-top: 1px dotted #CCCCCC;
}


p.paragraph {
	margin-left: 15px;
}


/* -------------------------------------------------------
  #table
------------------------------------------------------- */


.table01 {
	border:1px solid #CCCCCC;
	border-collapse:collapse;
	line-height: 1.3em;
	font-size:11px;
}

.table01 td {
	padding:5px;
	border:1px solid #CCCCCC;
	border-collapse:collapse;
}

.table01 th {
	padding:5px;
	border:1px solid #CCCCCC;
	border-collapse:collapse;
	background:#B4EFE8;
	font-weight:bold;
	text-align:center;
}

.table01 td.yakusyoku {
	padding:5px;
	border:1px solid #CCCCCC;
	border-collapse:collapse;
	background:#F7E1D2;
	font-weight:bold;	
}

.table01 td.name {
	padding:5px;
	border:1px solid #CCCCCC;
	border-collapse:collapse;
	background:#EFEFEF;
	width:75px;
	text-align:center;
}



/* -------------------------------------------------------
  #footer
------------------------------------------------------- */
div#footer {
	clear: both;
	margin-top:20px;
}

address {
	font-size: 83.3%;
	text-align: center;
	padding-top: 35px;
	letter-spacing: 0.1em;
	padding-bottom: 50px;
}

