@charset "utf-8";
/*///////////////////////////////////////emc////////////////////////////////////////////
       Site Name  :  EMCOM TRADE
       File Name  :  top.css
       Created     :  2009.01.15
       Up Date     :  2009.01.15
       Copyright (C) EMCOM TRADE CO., LTD.  All Rights Reserved.
//////////////////////////////////////////////////////////////////////////////////////*/
/* TOP PAGE
-------------------------------------------------------------*/
/* Primary
-------------------------------------------------------------*/
/*  BAR */
#Primary p#BarNews {
	width: 480px;
	height: 50px;
	margin-bottom: 10px;
	margin-top: 0;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../_img/bar_top_news.gif) no-repeat;
}
#Primary p#BarEvent {
	width: 480px;
	height: 50px;
	margin-bottom: 10px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../_img/bar_top_event.gif) no-repeat;
}
/*  Heading h1 */
#Primary h1.ContentTtl {
	width: 625px;
	height: 40px;
	margin: 10px 0;
	padding: 11px 0 0 25px;
	font-size: 18px;
	font-weight: bold;
	background: url(../_img/heading_h1.png) no-repeat;
}
#Primary h2.ContentSubTtl {
	width: 640px;
	height: 26px;
	margin: 20px 0;
	padding: 6px 0 0 10px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background: url(../_img/heading_h2.png) no-repeat #333;
}

/* ニュースリリース*/

#Primary dl.NewsList {
	margin:0;
	padding: 0 10px 15px;
	font-size: 12px;
}
#Primary dl.NewsList dt {
	float: left;
	margin: 0;
	padding: 3px 0 0 18px;
	font-size: 12px;
}
#Primary dl.NewsList dd {
	margin: 0;
}
#Primary dl.NewsList dd a {
	display: block;
	padding: 3px 0 3px 110px;
	border-bottom: 1px dashed #ccc;
	background: url(../_img/icon.gif) 1px 7px no-repeat ;
}
#Primary dl.NewsList dd a:hover {
	background: url(../_img/icon_on.gif) 1px 7px no-repeat #FF97B1;
}
/* Secondary
-------------------------------------------------------------*/
#SecondaryBtnBg {
	width: 262px;
	padding: 4px;
	background-color: #FF3366;
}
#SecondaryBtnBg p#SecondaryBtn {
	width: 258px;
	overflow: hidden;
	margin: 0;
}
#SecondaryBtnBg p#SecondaryBtn a#cd {display: block; height:98px; text-indent: -1000px; background: url(../_img/btn_top_cd.png) no-repeat;}
#SecondaryBtnBg p#SecondaryBtn a#blog {display: block; height:98px; text-indent: -1000px; background: url(../_img/btn_top_blog.png) no-repeat;}
#SecondaryBtnBg p#SecondaryBtn a#cd:hover { background-position: 0 -98px;}
#SecondaryBtnBg p#SecondaryBtn a#blog:hover { background-position: 0 -98px;}
#SecondaryContactBg {
	width: 270px;
	margin-top: 10px;
	background: url(../_img/top_contact_bg.gif) no-repeat;
}
#SecondaryContactBg p {
	padding-top: 20px;
	margin-top: 0;
	font-size: 24px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	}
