@charset "utf-8";
/* h */
#centerBlock h1 {
	color: #006;
	font-size: 24px;
	font-weight: bold;
	margin: 5px 0 0 0;
	pading:0;
}
#centerBlockInner h1 {
	color: #006;
	font-size: 24px;
	font-weight: bold;
	pading: 0;
	margin:0 0 20px 0;
}
#centerBlockInner h2 {
	color: #006;
	font-size: 18px;
	font-weight: bold;
	background-image: url(/common/images/h2_centerBlockInner.gif);
	background-repeat: repeat-x;
	line-height: 30px;
	padding: 0 0 0 15px;
	margin:20px 0 20px 0;
}
#centerBlockInner h3 {
	color: #006;
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 0 0px;
	margin:20px 0 10px 0;
}
#centerBlockInner h3.h3C333 {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 0 0px;
	margin:20px 0 10px 0;
}
#centerBlockInner h3.sasa {
	color: #006;
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 0 30px;
	margin:0 0 10px 0;
	background-image: url(/common/images/ico_sasa.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
}
#centerBlockInner h5.linkTitle {
	font-weight: bold;
	padding: 0 0 0 20px;
	margin:0;
	background-image: url(/common/images/btn_blue2.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
}
#centerBlockInner h5.profileTitle {
	font-weight: bold;
	padding: 0 0 0 20px;
	margin-bottom: 15px; /* add by uga 2012.2.9 */  
	background-image: url(/common/images/btn_blue_square.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
}
/* p */
#centerBlockInner p {
	margin:0 0 15px 0;
	padding:0;
}
#centerBlockInner p.pR {
	margin:0 0 15px 0;
	padding:0;
	text-align: right;
}
#centerBlockInner p.subTitleA {
	margin:0 0 30px 0;
	padding:0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#centerBlockInner p.subTitleB {
	margin:0 0 30px 0;
	padding:0 0 0 0;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	color: #D26571;
	text-align: right;
	line-height: 29px;
}
#centerBlockInner p.creditTitle {
	margin:10px 0 15px 0;
	padding:10px 0 0 0;
	font-weight: bold;
}
#centerBlockInner p.notesA {
	margin:0;
	padding:5px 0 0 0;
	font-weight: normal;
	font-size: 12px;
}
#centerBlockInner p.ttlCommonA {
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 10px;
	margin: 0;
}
#centerBlockInner .centerBlockInnerBoxA p.profileName {
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 10px;
	margin: 0;
}
/* font */
#centerBlockInner .boxPhotoAFl span {
	color: #006;
}
span.fontWine {
	color: #990000;
}
span.fontWhite {
	color: #FFF;
}
/* a */
#contents a {
	color: #003399;
	text-decoration: none;
}
#contents a:hover {
	color: #003399;
	text-decoration: underline;
}
#contents a.sidetop {
	color: #FFF;
	text-decoration: none;
}
#contents a.sidetop:hover {
	color: #FFF;
	text-decoration: underline;
}
/* --form-- */
#headerInnerSideNavBoxSerch input {
	width: 200px;
	height: 18px;
	font-size: 100%;
	margin: 17px 0px 0px 35px;
	border: none;
	background-color: #F7F7F7;
	background-image: url(/common/images/bg_head_nav_serch_input_col2.gif);
	background-repeat: repeat-x;
}

/* --dropdown-- */

/*   LEVEL ONE  */
ul.dropdown {
	position: relative;
}
ul.dropdown li {
	float: left;
	zoom: 1;
}
ul.dropdown a:hover {
	color: #FFF;
}
ul.dropdown a:active {
	color: #FFF;
}
ul.dropdown li a {
	display: block;
	padding: 4px 8px;
	color: #FFF;
	text-decoration: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}
ul.dropdown li:last-child a {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
} /* Doesn't work in IE */
ul.dropdown li.hover, ul.dropdown li:hover {
	background: #000;
	color: black;
	position: relative;
}
ul.dropdown li.hover a {
	color: white;
}
/*   LEVEL TWO  */
ul.dropdown ul {
	width: 300px;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
}
ul.dropdown ul li {
	font-weight: normal;
	color: #000;
	border-bottom: 1px solid #ccc;
	float: none;
	background-color: #888;
	font-size: 12px;
	line-height: 16px;
}
/* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a {
	border-right: none;
	width: 100%;
	display: inline-block;
	background-image: url(/common/images/ico_arrow_navy_dropdown.gif);
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-left: 20px;
	background-position: 4px 6px;
}
/*   LEVEL THREE  */
ul.dropdown ul ul {
	left: 100%;
	top: 0;
}
ul.dropdown li:hover > ul {
	visibility: visible;
}

/* SideMenu MonthMenu*/
.sidemenuMonth {
margin-left: 26px;
padding: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 20px;
/* background-color: #FCF; */
background-color: #FFF;
}
.sidemenuMonth td {
font-size: 13px;
line-height: 1.5;
padding: 0px;
margin: 0px;
}
.sidemenuMonth td img {
padding: 0;
margin: 0 2px 0 0;
}

