/* CSS Document */

#contentsArea .defRightArea h2
	{
	margin: 20px 0px 0px 10px;
	}
#contentsArea .defRightArea h4
	{
	margin: 0px;
	font-size: small;
	color: #333333;
	line-height: 1.3em;
	}
#contentsArea .defRightArea p
	{
	margin: 0em 0em 0em 2em;
	font-size: small;
	color: #333333;
	line-height: 1.3em;
	}
#contentsArea .defRightArea .textArea
	{
	width: 569px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	font-size: small;
	color: #333333;
	line-height: 1.3em;
	}
#contentsArea .defRightArea .textArea dl
	{
	margin: 0px;
	}
#contentsArea .defRightArea .textArea dt
	{
	margin: 1em 0em 0em 0em;
	font-weight: bold;
	}
#contentsArea .defRightArea .textArea dd
	{
	margin: 0em 0em 0em 2em;
	}
	
	
#contentsArea .defRightArea .red
	{
	color: #FF6600;
	}
#contentsArea .defRightArea .supportFormArea
	{
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
	padding: 20px;
	background-color: #FFFBEC;
	border: 1px solid #CCCCCC;
	font-size: small;
	color: #333333;
	line-height: 1.3em;
	}
#contentsArea .defRightArea .supportFormArea .block
	{
	margin: 30px 0px 0px 0px;
	}
#contentsArea .defRightArea .supportFormArea p
	{
	margin: 10px 0px 0px 0px;
	font-size: small;
	color: #333333;
	line-height: 1.3em;
	}
	
/* Form Textfield */
#contentsArea .defRightArea .nameText
	{
	width: 200px;
	}
#contentsArea .defRightArea .mailText
	{
	width: 260px;
	}
#contentsArea .defRightArea .messageText
	{
	width: 360px;
	height: 100px;
	}
	/* End Form Textfield */

#contentsArea .defRightArea .submit
	{
	margin: 25px 0px 0px 0px;
	text-align: center;
	}

