@CHARSET "UTF-8";

/*==============================================
 *
 * IDセレクタ
 *
 *==============================================*/

#title
{
	background-image	:url("/img/request/title.png");
}

#content_body
{
	padding-left	:30px;
	width			:700px;
}

#form_note
{
	background-image	:url("/img/request/form_note.png");
	background-repeat	:no-repeat;
	background-position	:left center;
	height				:25px;
}

/*==============================================
 *
 * クラスセレクタ
 *
 *==============================================*/

.must
{
	color	:#c00;
}
