A:link		{text-decoration:underline;}
A:visited	{text-decoration:underline;}
A:active	{text-decoration:none;}
A:hover		{text-decoration:none;}

body{color:#666666;}

#mailform
{
	width: 410px;
	padding: 0 0 18px 0;
}

#mailform dt
{
	float: left;
	width: 90px;
	padding-top: 6px;
	margin: 0;
}

#mailform dd
{
	float: left;
	width: 320px;
	padding: 6px 0;
	margin: 0;
}

#mailform input.long
{
	width: 280px;
}

#mailform input.short
{
	width: 48px;
}

textarea
{
	width: 401px;
	height: 120px;
}

#mailform textarea.address
{
	width: 320px;
	height: 64px;
}

#mailform input.disabled
{
	ime-mode: disabled;
}

.active
{
	ime-mode: active;
}

.errmsg
{
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #FF0000;
}

.clearfix:after
{
	content: url('../images/clear.gif');  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix
{
	min-height: 1px;
}

* html .clearfix
{
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

