/*-- <serio02.html—p > --*/

.contact	{
	font-size: 130%;
	font-weight: 800;
	margin: 10px;
}

.contact2	{
	font-size: 120%;
	margin-left:50px;
	margin-top: 5px;
}

#serio02	{
	margin: 15px 0px 20px 20px;
}

#serio02 li	{
    list-style-image:url('../image/icon_ster01.png');
}

#serio02 dt	{
	position: relative;
	margin-top: 15px;
	margin-bottom: 3px;
	background-image: url('../image/icon_blueball.png');
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 12px;
}

#serio02 dd	{
	padding-left:20px;
	margin-top: 3px;
}

#serio02 h3	{
	margin-top: 30px;
	margin-bottom: 10px;
}

input.long	{
	width: 400px;
}

input.medium	{
	width: 250px;
}

input.short	{
	width: 70px;
}

input.tel	{
	width: 40px;
}

textarea.matter	{
	width: 500px;
	height: 80px;
}


/*-- <corpinfo.html—p > --*/

.corp_sent	{
	margin: 10px;
    background-image:url('../image/bg_corpinfo02.png');
	background-position: center bottom;
	background-repeat: no-repeat;
}

.corp_sent_top	{
	position: relative;
	background-image:url('../image/bg_corpinfo01.png');
	background-position: center top;
	background-repeat: no-repeat;
	margin-top: 0px;
	padding:10px 25px;
}

#corpinfo table	{
	margin: 20px 25px;
	border: 1px dashed #333366;
}

#corpinfo table th	{
	vertical-align: top;
	text-align: right;
	padding: 2px 2px 2px 7px;
}

#corpinfo table td	{
	vertical-align: top;
	padding: 2px 7px 2px 2px;
}

