﻿@charset "utf-8";

/* regular.css
============================================================================================================*/
div#underContents .raiseStyle{
	color:#FF3333;
	font-size:2em;
	font-family:Arial, Helvetica, sans-serif;
}
div#underContents .u10{
	margin-bottom:10px!important;
}

div#underContents p.textLink a{
	padding:3px 3px 0 15px;
	background: transparent url(../../../../../common_images/arrow_link.gif) no-repeat 0 3px;
	text-decoration:none;
}
html>/**/body div#underContents p.textLink a{
	background: transparent url(../../../../../common_images/arrow_link.gif) no-repeat 0 1px;
	text-decoration:none;
}

div#underContents p.textLink a:hover{
	text-decoration: underline;
}
table .cellCenter{
	text-align:center!important;
}
table .cellMiddle{
	vertical-align:middle!important;
}
/* list */
div#underContents  ol.listNumber{
	list-style: decimal;
}


