charset "Shift_jis";

/* CSS Document */
/********************************/
/*********************************

(c) 2009 ascom.inc

Design and creation: Shikanai Yu

CSS library for DRM
*********************************/
/********************************/

input {
	font-size: 16px;
	color:#000;
}

/* width */
.drm_lastName {
	width: 140px;
}

.drm_email {
	width: 140px ;
}

.drm_submit {
	margin: 0 auto 0 auto;
	width: 70px ;
}

/* font size */
.drm_lastName,
.drm_email {
	font-size: 14px;
}

.drm_submit {
	font-size: 14px;
}

/* DRM-table style */
table.drm-table {
	margin:10px auto 10px 160px;
	padding: 0 0 0 0 ;
}

.drm-table td {
 color: #000;
 text-align:left;
}

.drm-table td.td-submit {
	text-align: center;
}

/********************************/
/* drm area                     */


/********************************/
/* Safari v1.0 - v2.0 only      */
html:\66irst-child .drm-table td {
	font-size: 88%;
}