* {
	margin: 0;
	padding: 0;
}

html {
	min-height: 100%;
	position: relative;
}

body {
	background: #FFFFFF;
	/*color: #fff;*/
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 90%;
	margin: 0 0 40 0;
}


#container {
	width: 100%;
	background: #FFFFFF;
}

#header {
	padding: 10px 20px;
	background: #8870CB;
	/*background:  url(../images/header_background.gif);*/
	color: #fff;
}

#menu {
	margin: 5px auto 5px auto;
	width: 90%;
}

#content {
	margin: 5px auto 20px auto;
	/*width:900px;*/
	width: 90%;
	border-radius: 5px;
	border: #CCCCCC solid 1px;
	clear: both;
	color: #333;
	padding: 10px 20px 40px 20px;
	overflow: auto;
}

#footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	clear: both;
	padding: 6px 10px;
	text-align: center;
	background: #4a328c;
	color: white;
}

#loginArea {
	width: 600px;
	margin: 20px auto 20px auto;
	text-align: center;
}

#messageBox {
	margin: 10px auto 10px auto;
	width: 600px;
	padding: 10px 10px;
	border-radius: 5px;
	border: #0000FF solid 3px;
}

.subtitle {
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 24px;
	background-image: url(../images/subtitle.gif);
	background-repeat: no-repeat;
	color: #444;
}

/* --- 表全体 --- */
table {
	width: 100%;
	/* 表の幅 */
	margin: 5px auto 15px auto;
	border: 1px #cccccc solid;
	/* 大枠の境界線 */
	border-collapse: collapse;
	font-size: 80%;

}


/* --- 表タイトル --- */
table caption {
	padding-top: 15px;
	padding-bottom: 5px;
	/* 表タイトルの下パディング */
	text-align: left;
	font-size: 150%;
	font-weight: bolder;
}

/* --- セル --- */
table th,
table td {
	/* width: 20%; */
	/* セルの幅（セルの幅を均等にする場合） */
	padding: 6px 8px;
	/* セルのパディング（上下、左右） */
	border: 1px #cccccc solid;
	/* セルの境界線 */
}

/* --- 見出しセル --- */
table thead th {
	padding: 10px 8px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e8e8e8), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(#fff, #e8e8e8);
	background: -moz-linear-gradient(#fff, #e8e8e8);
	background: -o-linear-gradient(#fff, #e8e8e8);
	background: -ms-linear-gradient(#fff, #e8e8e8);
	background: linear-gradient(#fff, #e8e8e8);
	text-align: center;
}

/* --- フッタセル --- */
table tfoot td {
	background-color: #f5f5f5;
	/* フッタセルの背景色 */
}

/* --- データセル --- */
table tbody td {
	background-color: #ffffff;
	/* データセルの背景色 */
}

table th.grayCell {
	background-color: gray;
	color: white;
	font-size: 120%;
}

/*
input[type="button"] 	{
	padding: 10px 20px;
	font-size:120%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;

	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);

}
*/

input[type="button"] {
	padding: 5px 10px;
	font-size: 120%;
	border-radius: 5px;
	background: -moz-linear-gradient(top, #fff, #F1F1F1 1%, #F1F1F1 50%, #DFDFDF 99%, #ccc);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.01, #F1F1F1), color-stop(0.5, #F1F1F1), color-stop(0.99, #DFDFDF), to(#ccc));
}


input[type="button"]:hover {
	background: -moz-linear-gradient(top, #fff, #e1e1e1 1%, #e1e1e1 50%, #cfcfcf 99%, #ccc);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.01, #e1e1e1), color-stop(0.5, #e1e1e1), color-stop(0.99, #cfcfcf), to(#ccc));
}

.alertMessage {
	padding: 20px 2px;
	color: red;
}

#div_message {
	display: none;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 80%;
	text-align: center;
	border: solid 1px #DDDDDD;
}

/*連絡事項のごボックス*/

.div_exchangebox {
	background-color: rgb(205, 233, 255);
}

.div_exchangetitle {
	background-color: rgb(129, 193, 243);
	font-weight: bold;
	font-size: x-small;
	padding: 3px;
}

.div_exchangecontents {
	padding: 3px 3px 3px 10px;
	line-height: 20px;
	vertical-align: top;
	text-align: center;
}

/*スタッフからの連絡の時のマーク*/
.span_exchangestar {
	color: red;
	line-height: 20px;
	vertical-align: top;
}


/*連絡欄のスタイル指定*/
.div_exlist_tc {
	padding: 5px;
	background-color: #FFFAFA;
	color: rgb(231, 105, 110);
	margin-bottom: 5px;
}

.div_exlist_st {
	padding: 5px;
	background-color: #FAFAFF;
	color: rgb(60, 92, 224);
	margin-bottom: 5px;
}

.div_exlist_title {
	font-size: xx-small;
	text-align: right;
	width: 100%;
}

.div_exlist_edit a {
	color: #696969;
	font-size: xx-small;
}

/*編集中の表示*/
#editing {
	border: 1px solid gray;
	width: 200px;
	padding: 5px;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: #fff;
	text-align: center;

	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	-moz-box-shadow: 0px 0px 3px #000000;
	-webkit-box-shadow: 0px 0px 3px #000000;
	box-shadow: 0px 0px 3px #000000;
	/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/

	display: none;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE Mac */
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End Hack */