/*----------------------------------------------------------
 edf.css　
--------------------------------------------------------- */
/* 基本定義 */
.edf_skip {
	display: none;
}

.edf_input {
/*	color: #000000;	*/
}

.edf_input td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

td.edf_spacer {
	border-bottom: none;
}

.edf_input input,
.edf_input select,
.edf_input optgroup,
.edf_input textarea
 {
	background-color:#ffffff;
}

/* メールフォーム定義 */
.edf_mailform {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
}

.edf_mailform table {
        text-align: left;
        margin-left: auto;
        margin-right: auto;
}

.edf_mailform .edf_errmsg {
        text-align: left;
        padding-top: 0.5em;
}

.edf_msg_head {
        padding-top: 1em;
}

.edf_msg_foot {
        padding-bottom: 2em;
}

.edf_msg_note,
.edf_msg_foot {
        padding-top: 0.5em;
        text-align: center;
}

.edf_return {
        padding-top: 2em;
}

.edf_input #email,
.edf_input #odmml,
.edf_input #freml,
.edf_input #frmml,
.edf_input #toeml,
.edf_input #tomml {
	font-size: x-large;
}

.edf_submit {
	text-align: center;
}

.edf_mailform #btnsubmit,
.edf_input #btnsubmit {
        color: #F3F3F3;
        font-size: 140%;
        width: 100px;
        height: 50px;
/*        letter-spacing: 0.8em;	*/
	text-align: center;

        padding: 0px;
        border: none;
        background: url(../../images/btn_submit_navy.gif) no-repeat left top;
        cursor: pointer;
}


.edf_mailform #btnsubmit:hover,
.edf_mailform #btnsubmit:focus,
.edf_input #btnsubmit:hover,
.edf_input #btnsubmit:focus {
        background-position:-100px top;
}

.edf_input input#clear {
        display: none;
        margin-right: 30px;
        cursor: pointer;
}


/* カレンダー定義 */
div.calbox {
        width: 180px;
        float: left;
        line-height: 2em;
        padding-bottom: 1.5em;
}


p.calcap		{
	color:#7D6E66;
	line-height: 300%;
	display: block;
	width: 168px;
	margin-left:auto;
	margin-right:auto;
}
p.calcap .month		{
	font-size: 300%;
	color:#9F9188;
	float: left;
	display:block;
	width: 1.2em;
	text-align: right;
}
p.calcap .yyyymmdd	{ font-size: 110%; float: right; margin-right: 0.2em;}
table.calendar		{
	width: 168px;
	text-align:right;
	color:white;
	clear: both;
	font-size: 110%;
	margin-left:auto;
	margin-right:auto;
}
table.calendar td,
table.calendar th	{ text-indent: -5px; }

/* th.cal,	    td.cal	{  } */
th.cal_sat, td.cal_sat	{ color:white; }
th.cal_sun, td.cal_sun	{ color:white; }
td.cal_today		{
	color:white;
	background-color: #336600;
}
td.cal_holiday		{
	text-decoration: line-through;
}
p.cal_comment	{ text-align: center; }
p.cal_comment,
td.cal_holiday	{
	color:#FF9999;
}
