@charset "shift_jis";

/* -------------------------
 * common tag
 * ------------------------- */

input, select {
	font-size: 12px;
}

/* -------------------------
 * common class
 * ------------------------- */

.input-table {
	width: 650px;
	margin-top: 30px;
}
.input-table th {
	width: 150px;
	background-color: #CCCCCC;
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
	font-size: 12px;
}
.input-table td {
	text-align: left;
	vertical-align: middle;
	font-size: 12px;
}
.detail h2 {
	font-size: 14px;
	font-weight: bold;
}
.detail h3 {
	margin-top: 10px;
	font-size: 12px;
	font-weight: bold;
}
.detail .copy {
	margin-top: 10px;
	font-weight: bold;
}
dl.block {
	margin-top: 15px;
	margin-bottom: 0px;
	padding-bottom: 5px;
}
dl.block dt {
	width: 100px;
	clear: both;
	float: left;
	margin: 0px;
	padding-bottom: 3px;
}
dl.block dd {
	float: left;
	margin: 0px;
	width: 620px;
	padding-bottom: 3px;
}
dl.block-top5px {
	margin-top: 5px;
}
.thumb-box {
	float: left;
	width: 300px;
}
.thumb-box p {
	margin-top: 5px;
}

/* -------------------------
 * common id
 * ------------------------- */


#content-main-left {
	float: left;
	width: 720px;
}

#content-main-right {
	float: right;
	width: 210px;
}

.message {
	width: 553px;
	float: right;
}
.attention {
	color: #FF0000;
}
.readonly {
	background-color: #CCCCCC;
}


/* -------------------------
 * program
 * ------------------------- */
 
.program {
	width: 960px;
	border-collapse: collapse;
}
.program th, .program td {
	padding: 10px;
	border: solid 1px #666666;
	font-size: 12px;
	line-height: 140%;
}
.program th {
	background-color: #333333;
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
}
.program td {
	background-color: #D9D9D9;
	text-align: center;
}
.program td.time {
	background-color: #FFFFFF;
	text-align: right;
	vertical-align: top;
}
.program td.memo {
	text-align: left;
	background-color: #BEBEBE;
	vertical-align: top;
}
.program td.startend {
	text-align: left;
	vertical-align: top;
}

/* -------------------------
 * thanks
 * ------------------------- */

.thankslayout {
	line-height: 150%;
	_font-size: 12px;/*IE6*/
}
.thankslayout td {
	padding-right: 10px;
}
.support-l {
	border-collapse: collapse;
}
.support-m {
	width:720px;
	border-collapse: collapse;
}
.support-m td {
	width:240px;
	height: 70px;
	text-align: center;
	vertical-align: middle;
}

.support-s {
	width:720px;
	border-collapse: collapse;
}
.support-s td {
	width:120px;
	height: 40px;
	text-align: center;
	vertical-align: middle;
}
