
div#login div#login_banner_pro{
	float:left;
	width:170px;
	height:44px;
	margin:0px;
	padding:0px;
	background-color:#c0c0c0;
	/******************** OEM banner image *******************************/
	background-image : url('./oem_img/y-mail-logo.gif');
	/***************************************************************************/
	background-repeat: no-repeat;
	background-position: 18px 0px;
	line-height:40px;

/*background-color:#ff00ff;*/
}
div#login div#login_banner_pro a{
   display:block;
	width:176px;
	height:40px;
}
div#login div#login_banner_light{
	width:280px;
	height:40px;
	margin:0px;
	padding:0px;
	background-color:#c0c0c0;
	background-image : url('../ms_cp_banner_light.gif');
	background-repeat: no-repeat;
	background-position: 18px 0px;
	line-height:40px;
}

#cp_header_banner_pro{
	float:left;
	width:280px;
	height:40px;
	margin:12px auto 0px 0px;
	padding:0px;
	font-size:12px;
	background-color:#c0c0c0;
	/******************** OEM banner image *******************************/
	background-image : url('./oem_img/y-mail-logo.gif');
	/***************************************************************************/
	background-repeat: no-repeat;
	background-position: 6px 0px;
	text-align:right;
	line-height:40px;
}
#cp_header_banner_pro a{
   display:block;
	width:148px;
	height:40px;
}

#cp_header_banner_light{
	float:left;
	width:280px;
	height:40px;
	margin:12px auto 0px 0px;
	padding:0px;
	font-size:12px;
	background-color:#c0c0c0;
	background-image : url('../ms_cp_banner_light.jpg');
	background-repeat: no-repeat;
	background-position: 6px 0px;
	text-align:right;
	line-height:40px;
}

/*************************************************************************
共通スタイルシート（style.css）中のセレクタのCSSを独自に指定したい場合は、
下記の例のように「!important」を各行の末尾につけて、ここから下に
記述してください。

例）背景の色を変更したい場合
body{
	background:green !important;
}
*************************************************************************/

