body {
	background-color : #ffefef;
}
.main_table {
	background-color : #ffffff;
}

/* サイトヘッダ */
.title_font {
	color : #ad3140;
	font-weight : bold;
	font-size : 50px;
}
.title_img {
	background-image : url(./img/head_top.jpg);
	background-repeat : no-repeat;
	background-position : right bottom;
}

/* メニュー */
.menu a:hover {
	color : #dc143c;
	background-color : #ffffff;
	font-weight : bold;
}

.menu a {
	text-decoration : none;
	color : #ffffff;
	font-weight : bold;
}

.menu img {
	border-style : none;
}


/* サブタイトル */
.bgcolor1 {
	background-color : #ff7f8f;
}

.subtitle {
	font-weight : bold;	
}


/* 文字 */
.text {
	line-height : 1.5em;
	font-size : 0.9em;
}

.text2 {
	line-height : 1.7em;
	font-size : 1.7em;
}

.text3 td {
	line-height : 1em;
	font-size : 0.8em;
}


.font_red {
	color : #FF0000;
}


.right {
	text-align : right;
}


/* table */
.top td {
	vertical-align : top;
}


.group1 {
	background-color : #ffefef;
}

td.staff {
white-space: nowrap;
width: 6em;
}


/* margin */
.margin1 {
	margin : 0 1em 0 1em;
}