/*******************************************************
 * style_formtext.css
 * CREATED BY Design Studio MYS
 * CREATE DATE : 2007.01.29
 * UPDATE DATE : 2007.11.15
 *******************************************************/



/* -----------------------------------------------------
	Form PARTS
----------------------------------------------------- */

textarea,
input,
select
{
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 11px;
}



/* -----------------------------------------------------
   LINK
*/

a:link,
a:visited
{
	font-weight:normal;
	color:#00f;
	text-decoration:none;
}

a:hover
{
	font-weight:normal;
	color:#f00;
	text-decoration:underline;
}

a:active
{
	font-weight:normal;
/*
	color:#fff;	background-color:#f90;
*/
	text-decoration:none;
}



/* -----------------------------------------------------
   INPUT FORM ACTIVE COLOR
*/
/*
input:hover {
	background-color: greenyellow;
}

input:focus {
	background-color: skyblue;
}

input:active {
	background-color: yellow;
}
*/






