@charset "euc-jp";
/* CSS Document */

/* set top of the page */
DIV.head_area		{
	background-image:url("../images/base/sub_header.png");
	width:800px;
	height:65px;
	text-align:right;
	background-repeat:no-repeat;
	background-position:top;
}

/* set bottom of the page */
DIV.foot_area		{
	background-image:url("../images/base/sub_footer.png");
	width:800px;
	height:70px;
	color:#FFFFFF;
}

DIV.input_area	{width:400px;margin:3px;float:left;}
DIV.menu_area	{width:480px;text-align:right;}
DIV.text_area	{margin:0px;}
DIV.label_area	{background-image:url(../images/contact/contact_bg.png);width:160px;height:45px;border-width:0px;float:none;
background-repeat:no-repeat;}
DIV.label		{margin:21px 0px 0px 25px;border-width:0px;color:#FFFFFF;}
INPUT.necessary,TEXTAREA.necessary	{border-color:red;border-style:solid;border-width:1px;background-color:#FFFFFF;float:left;}
DIV.conf_area	{width:400px;background-color:#FFE4F3;border-style:dashed;border-width:0px 0px 1px 0px;border-color:#000000;}
DIV.conf_text	{
	float:left;
}

