/*Comon Style-----------------------------------*/
@import url(./common/common.css);
@import url(./common/style.css);


/*Unique Style*/
.contact_contents #main	{
	background-image:url(../images/contact_top.gif);
	background-repeat:no-repeat;
	background-position:center top;
}


.contact_contents table	{
	margin:0 15px 20px;
	border-top:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	text-align:left;
	width:560px;
}

.contact_contents table td,
.contact_contents table th	{
	font-size:12px;
	line-height:150%;
	text-align:left;
	font-weight:normal;
	padding:2px 5px;
	margin:0;
	border-right:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
}

.contact_contents table th {
	background-color:#DFDFDF;
	width:20%;
}
.contact_contents table td {
	background-color:#F5F5F5;
}

.contact_contents table span	{
	font-size:9px;
	color:#DD3333;
	margin-left:5px;
}

#main h3.red-1,#main p.red-1,
.contact_contents table td strong	{
	color:#DD3333;
}

.contact_contents table td strong	{
	font-weight:normal;
}


.contact_contents table td.submit	{
	text-align:center;
	border-top:1px solid #DCDCDC;
	background-color:#FFFFFF;
	padding:5px 5px 5px;
}

.contact_contents textarea	{
	width:380px;
	height:200px;
	line-height:150%;
}

.contact_contents textarea,
.contact_contents input	{
	font-size:12px;
}

.contact_contents input	{
	line-height:120%;
}