@charset "utf-8";
/*///////////////////////////////////////emc////////////////////////////////////////////
       Site Name  :  EMCOM 
       File Name  :  detail.css
       Created     :  2009.04.10
       Up Date     :  2009.04.10
       Copyright (C) EMCOM CO., LTD.  All Rights Reserved.
//////////////////////////////////////////////////////////////////////////////////////*/

/* Content  Style
-------------------------------------------------------------*/
/* メインエリア 背景 */
div#MainAreaWrapp {
	width: 820px;
	background: #eeeeee;
}
div#MainAreaWrapp div#MainTitle {
	width: 820px;
	height: 440px;
	margin: 10px 0 0;
	background: #eeeeee;
}
div#MainAreaWrapp div#MainTitle h1{
	width: 820px;
	height: 409px;
	text-indent: -999px;
	margin: 0 auto 0;
	background: url(../images/main.png) no-repeat;
}
div#MainAreaWrapp div#MainTitle p{
	margin: 0 15px 0 35px;
	font-size: 16px;
	line-height: 120%;
}

/* オンライン口座開設ボタン（上部） */
div.EntryBtnAreaUpper {
	margin: 0 auto;
}
div.EntryBtnAreaUpper p.EntryBtn {
	overflow: hidden;
	width: 337px;
	height: 115px;
	margin: 0 auto;
	text-indent: -999px;
	background: url(../images/btn_entry_top.png) top no-repeat;
}
div.EntryBtnAreaUpper p.EntryBtn a {
	display: block;
	height: 115px;
	background: url(../images/btn_entry_top.png) top no-repeat;
}
div.EntryBtnAreaUpper p.EntryBtn a:hover {
	background-position: bottom;
}

/* キャンペーン詳細 */
div#CampaignDetal {
	width: 780px;
	margin: 20px auto;
}
div#CampaignDetal h2 {
	overflow: hidden;
	width: 780px;
	height: 45px;
	margin: 0 0 15px;
	text-indent: -999px;
	background: url(../images/ttl_about.png) no-repeat;
}
div#CampaignDetal p {
	width: 770px;
	margin: 0 0 0 5px;
}
div#CampaignDetal p.CampaignSubtitle {
	font-size: 120%;
	font-weight: bold;
	color: #000;
}
div#CampaignDetal p.CampaignMinititle {
	margin: 20px 0 15px;
}
div#CampaignDetal table.CampaignTable{
	width: 750px;
	margin: 0 auto;
}
div#CampaignDetal table.CampaignTable th{
	white-space: nowrap;
	vertical-align: top;
	color: #b90000;
	border: 1px solid #989898 ;
	background-color: #fad7cc;
}
div#CampaignDetal table.CampaignTable td{
	border: 1px solid #989898 ;
	background-color: #fff;
}
div#CampaignDetal table.CampaignTable td div{
	border: 1px dotted #989898;
	margin: 5px 25px 10px 10px;
	padding: 5px;
	font-size: 85%;
	background-color: #eee;


}

/* オンライン口座開設ボタン */
div.EntryBtnArea {
	width: 600px;
	height: 100px;
	margin: 40px auto;
	padding-top: 10px;
	background: url(../images/btn_entry_bg.png) no-repeat;
}
div.EntryBtnArea p.EntryBtn {
	overflow: hidden;
	width: 300px;
	height: 78px;
	margin: 0 auto;
	text-indent: -999px;
	background: url(../images/btn_entry.png) top no-repeat;
}
div.EntryBtnArea p.EntryBtn a {
	display: block;
	height: 78px;
	background: url(../images/btn_entry.png) top no-repeat;
}
div.EntryBtnArea p.EntryBtn a:hover {
	background-position: bottom;
}



/* clearfix
-------------------------------------------------------------*/
/*Contentを空にした為、line-heightやfonst-sizeを削除。そのため、Netscapeは非対応*/
.clearfix:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: " ";
}
.clearfix { display: inline-block; }
/* \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* */

/* clearfix 追記Ver.
-------------------------------------------------------------*/

/* ie \*/
* html div#Container,
* html div#GlobalNav {
	height: 1%;
}

*+html div#Container,
*+html div#GlobalNav  {
	height: 1%;
}

/* modern brow */
div#Container:after,
div#GlobalNav:after {
	display: block;
	clear: both;
	height: 0;
	line-height: 0; 
	visibility: hidden;
	content: ".";
}

/* MacIE onry \*//*/
div#Container,
div#GlobalNav {
	display: inline-table;
}/* end */

