@charset "UTF-8";

/* ---------------------
 * FONTSIZE MODEL * 
 * ---------------------
 *  63% ->	10pxに相当
 *  70% ->	11pxに相当
 *  75% ->	12pxに相当
 *  82% ->	13pxに相当
 *  88% ->	14pxに相当
 *  94% ->	15pxに相当
 * 100% ->	16pxに相当
 * 107% ->	17pxに相当
 * 113% ->	18pxに相当
 * 119% ->	19pxに相当
 * 125% ->	20pxに相当
 * --------------------- */


/* ========BASIC======== */
* {
   font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","MS Pゴシック",verdana,sans-serif;
   color:#000;
}

body {
   margin:0;
   padding:0;
   background:#fff url("images/bg.jpg") repeat-x;
}

br {
   letter-spacing:normal;
}

a {
   color:#000;
   text-decoration:none;
}

a:hover {
   color:#999;
   text-decoration:underline;
}

img {
   border:0;
   vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}


/* ========TEMPLATE LAYOUT======== */
div#top {
   width:780px;
   margin:0 auto;
   padding:0;
}

div#header {
   position:relative;
   width:780px;
   height: 75px;
}

div#pr {
   position:absolute;
   left:0;
   top:0;
}

div#serch {
   position:absolute;
   top:0;
   right:0;
}

div#gnavi {
   position:absolute;
   bottom:0;
   right:0;
}

div#menu {
	width: 777px;
	height: 50px;
	margin: 0px 0px 15px 2px;
	background: url(images/bg-navi.jpg) no-repeat;
}

div#icatch { width:780px;}

div#contents {
   width:780px;
   padding: 10px 0;
}

div#main { width:780px;}

div#form {
   float:left;
   width:550px;
}

div#totop {
	clear:both;
	width: 780px;
	margin: 0px auto;
}

div#footMenu {
	margin-top: 15px;
	padding-top: 20px;
	border-top:1px solid #ddd;
}

div#footer {
	clear:both;
	width:780px;
	margin: 0px auto;
}


/* ========HEADER CUSTOMIZE======== */
div#header h1 {
	font-size:12px;
	font-weight: normal;
	margin-top: 8px;
	text-align: right;
	margin-bottom: 0em;
}

div#header h3 a:hover {
   color:#f1f1f1;
}

div#header #gnavi ul {
   list-style:none;
}

div#header #gnavi li {
   float:right;
   margin-right:15px;
   font-size:70%;/* 11px相当 */
}

div#header #gnavi li a {
   display:block;
   padding-right:88px;
background:url("images/bg_arrow.gif") 0 0% no-repeat;
}


/* ========SERCH CUSTOMIZE======== */
div#serch dt{
   float:left;
   margin:0;
   padding:0;
}

div#serch dd{
   float:left;
   margin:1px 0 0 10px;
   padding:0;
}


/* ========MENU CUSTOMIZE======== */
div#menu ul {
	margin: 0px;
	padding: 0px;
}

div#menu li {
	list-style: none;
	float: left;
	width: 153px;
	height: 50px;
	padding-left: 3px;
}
div#menu li.FirstChild { padding-left: 0px;}

div#menu li a {
	display: block;
	width: 153px;
	height: 50px;
	margin: 0px;
	padding: 0px;
	background: url(images/btn-global-navi.jpg) no-repeat;
	font-size: 0;
	text-indent: -9999px;
}

div#menu li a#BtnEEW { background-position: -153px 0px;}
div#menu li a#BtnSignalNow { background-position: -306px 0px;}
div#menu li a#BtnAD { background-position: -459px 0px;}
div#menu li a#BtnSupport { background-position: -612px 0px;}

div#menu li a:hover { background-position: 0px -50px;}
div#menu li a#BtnEEW:hover { background-position: -153px -50px;}
div#menu li a#BtnSignalNow:hover { background-position: -306px -50px;}
div#menu li a#BtnAD:hover { background-position: -459px -50px;}
div#menu li a#BtnSupport:hover { background-position: -612px -50px;}

body#Top div#menu li a#BtnHome { background-position: 0px -50px;}
body#EEW div#menu li a#BtnEEW { background-position: -153px -50px;}
body#SignalNow div#menu li a#BtnSignalNow { background-position: -306px -50px;}
body#AD div#menu li a#BtnAD { background-position: -459px -50px;}


/* ========MAINCONTENTS CUSTOMIZE======== */
div.Section {
	margin: 0px 0px 30px;
	padding: 0px;
}

div#main a {
   color:#111575;
   text-decoration:underline;
}

div#main a:hover {
   color:#134D99;
   text-decoration: none;
}

div#main h2 {
   clear:both;
	margin-bottom: 15px;
   padding:1px 10px;
   line-height:2.0;
   color:#fff;
   font-size:94%;/* 15px相当 */
   font-weight:bold;
   background:#fff url("images/bg_h2.gif") 100% 100% repeat-x;
}

div#main h3 {
	margin-bottom: 15px;
   padding-left: 5px;
   line-height:1.8;
   font-size:88%;/* 14px相当 */
   color:#134D99;
   border-bottom:3px solid #005DD8;
}

div#main h4 {
   margin-bottom:2px;
   font-size:75%;/* 12px相当 */
}

div#main h5 {
   margin-bottom:2px;
   font-size:75%;/* 12px相当 */
}

div#main h6 {
   margin-bottom:2px;
   font-size:75%;/* 12px相当 */
}

div#main p {
   margin:0 20px 1em;
   font-size:75%;/* 12px相当 */
   line-height: 150%;
}

div#main p strong {
	display: block;
	margin: 0px 0px 3px;
}

div#main p em {
	margin-right: 2px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}

div#main p span { margin-left: 20px;}

div#main ul,ol,dl {
   font-size:75%;/* 12px相当 */
   line-height: 150%;
}

div#main dt {
   margin-bottom:3px;
}

div#main dd {
   padding:0;
   margin:0 0 0.5em 1em;
   padding:3px;
   background:#f1f1f1;
}


/* TOPNAVI CUSTOMIZE */
div#main div.topNavi {
   overflow:hidden;
   position:relative;
   margin-left:-10px;
}

* html div#main div.topNavi {
   height:1em;
   overflow:visible;
}

div#main div.topNavi div.topNaviColumn {
   display:inline;
   width:270px;
   float:left;
   margin-left:10px;
   padding:0 0 2em 0;
}

div#main div.topNavi h2.topNaviImg {
   margin:0;
   padding:0;
   background:none;
}

div#main div.topNavi div.topNaviColumn p.detail {
   position:absolute;
   bottom:0;
   width:270px;
   text-align:right;
}

div#main div.topNavi div.topNaviColumn p.detail a {
   padding:0 0 0 7px;
   background:url("images/bg_arrow.gif") no-repeat left 50%;
}

div#main div.topNavi div.topNaviColumn p.cLeft {
   right:280px;
}

div#main div.topNavi div.topNaviColumn p.cRight {
   right:0;
}


/* INFORMATION CUSTOMIZE */
div#main dl.information {
   margin:0;
}
div#main dl.information dt {
   float:left;
   padding-top:5px;
}

div#main dl.information dd {
   margin:0 0 5px 0;
   padding: 5px 0px 5px 9em;
   background:url("images/bg_dotline.gif") 0 100% repeat-x;
}

div#main table {
   font-size:75%;/* 12px相当 */
}

table {
   width:550px;
   margin-bottom:20px;
   border-collapse:collapse;
   border:1px solid #999;
   border-spacing:0;
   line-height:1.8;
}

table th {
   padding: 5px;
   border:1px solid #999;
   border-width: 0 0 1px 1px;
   background: #EFEBEF;
   font-weight: bold;
   line-height: 120%;
   text-align: left;
}

table td {
   padding:5px;
   border:1px solid #999;
   border-width:0 0 1px 1px;
   text-align:left;
}

table td ol{
margin:0;
padding:0 0 0 30px;
font-size:100%;
}

table td li{
margin:0;
padding:0;
}

/* ========FORMCONTENTS CUSTOMIZE======== */
div#form a {
   color:#134D99;
}

div#form a:hover {
   color:#134D99;
   text-decoration:underline;
}

div#form h2 {
   clear:both;
   margin-bottom:8px;
   padding:1px 10px;
   line-height:2.0;
   color:#fff;
   font-size:94%;/* 15px相当 */
   font-weight:bold;
   background:#fff url("images/bg_h2.gif") 100% 100% repeat-x;
}

div#form h3 {
   margin-bottom:8px;
   line-height:1.8;
   font-size:88%;/* 14px相当 */
   color:#134D99;
   border-bottom:3px solid #005DD8;
}

div#form h4 {
   margin-bottom:2px;
   font-size:75%;/* 12px相当 */
}

div#form h5 {
   margin-bottom:2px;
   font-size:75%;/* 12px相当 */
}

div#form h6 {
   margin-bottom:2px;
   font-size:75%;/* 12px相当 */
}

div#form p {
   margin:0 0 1em 0;
   font-size:75%;/* 12px相当 */
}

div#form ul,ol,dl {
   font-size:75%;/* 12px相当 */
}

div#form dt {
   margin-bottom:3px;
}

div#form dd {
   padding:0;
   margin:0 0 0.5em 1em;
   padding:3px;
   background:#f1f1f1;
}


/* ========TOTOP CUSTOMIZE========= */
div#totop {
   text-align:left;
   font-size:70%;/* 11px相当 *//
}

div#totop a {
   padding:0 0 0 12px;
   background:url("images/bg_totop.gif") 0 50% no-repeat;
}


/* ========FOOTMENU CUSTOMIZE======== */
div#footMenu ul {
	width: 780px;
	margin: 0px auto 20px;
	padding: 0px;
	text-align: center;
}

div#footMenu li {
   display:inline;
   margin:0 0 0 20px;
   font-size:75%;/* 12px相当 */
   list-style:none;
}

div#footMenu li a:hover {
   color:#666;
   text-decoration:underline;
}


/* ========FOOTER CUSTOMIZE======== */
div#footer div {
	font-size: x-small;
}

address {
   font-style:normal;
   font-size:70%;/* 11px相当 */
   color:#999;
   line-height:3.0;
   text-align:center;
}


/* ========MAIN VISUAL CUSTOMIZE======== */
div#MainVisual { position: relative;}

div#MainVisual p {
	margin: 3px 0px 0px;
	font-weight: bold;
	font-size: 63%;
	text-align: right;
}

div#MainVisual em {
	display: block;
	margin: 10px 0px;
	font-weight: bold;
	font-size: 75%;
	font-style: normal;
	line-height: 150%;
}

div#MainVisual em a {
	color: #111575;
	text-decoration: underline;
}

div#MainVisual em a:hover { color: #134D99;}


/* ========TOP PAGE CUSTOMIZE======== */
/* Update Area */
body#Top #UpdateInfo { margin: 0px 10px 30px 0px; }

body#Top #UpdateInfo dl {
	float: left;
	width: 520px;
	margin: 0px;
	padding: 0px 8px 10px;
	background: url(images/bg-update-bottom.jpg) no-repeat bottom;
	font-size: 100%;
}

body#Top #UpdateInfo dt {
	margin-bottom: 5px;
	padding-bottom: 6px;
	background: url(images/bg-update.jpg) repeat-x bottom;
}

body#Top #UpdateInfo dd {
	width: 500px;
	height: 130px;
	margin: 0px auto;
	overflow: auto;	
	background: #FFFFFF;
}

body#Top #UpdateInfo dd ul {
	margin: 0px;
	padding: 0px;
}

body#Top #UpdateInfo dd ul li {
	list-style: none;
	margin: 0px 0px 10px;
	padding: 0px 0px 9px;
	border-bottom: 1px dotted #CCCCCC;
}

body#Top #UpdateInfo dd ul li.ListEnd {
	margin: 0px;
	padding: 0px 15px 0px 0px;
	border: none;
	background: url(images/mark-arrow-right.gif) no-repeat right center;
	text-align: right;
}

body#Top #UpdateInfo dd ul li span {
	display: table-cell;
	/display: inline;
	/zoom: 1;
	/float: left;
	width: 75px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
}

body#Top #UpdateInfo dd ul li em {
	display: table-cell;
	/display: inline;
	/zoom: 1;
	vertical-align: top;
	font-style: normal;
}

body#Top #UpdateInfo dd ul li em a { font-weight: bold;}

body#Top #UpdateInfo dd ul li.ListEnd a { color: #333333; text-decoration: underline;}
body#Top #UpdateInfo dd ul li.ListEnd a:hover { color: #999999; text-decoration: none;}

body#Top #UpdateInfo #FreeDownload {
	position: relative;
	float: right;
	width: 220px;
	height: 180px;
	background: url(images/bg-free-download.jpg) no-repeat;
}

body#Top #UpdateInfo #FreeDownload em {
	display: block;
	margin: 6px 0px 1px 5px;
}

body#Top #UpdateInfo #FreeDownload span {
	position: absolute;
	top: 0px;
	left: 0px;
}

body#Top #UpdateInfo #FreeDownload ul {
	width: 215px;
	height: 47px;
	margin: 0px 0px 0px 4px;
	padding: 0px;
}

body#Top #UpdateInfo #FreeDownload ul li { list-style: none;}

body#Top #UpdateInfo #FreeDownload ul a {
	display: block;
	width: 215px;
	height: 47px;
	background: url(images/btn-free-download.jpg) no-repeat;
}

body#Top #UpdateInfo #FreeDownload ul a:hover { background-position: 0px -47px;}

body#Top #UpdateInfo #FreeDownload ul a span {
	overflow: hidden;
	position: absolute;
	width: 0;
	height: 0;
}

body#Top #UpdateInfo #FreeDownload p {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	float: right;
	margin: 2px 3px 0px 0px;
	padding: 0px 15px 0px 0px;
	background: url(images/mark-arrow-right.gif) no-repeat right center;
	font-size: 75%;
}


/* Main Contents */
body#Top #PageAnchor {
	margin: -8px 0px 0px;
	padding: 0px 0px 7px 2px;
	background: url(images/bg-main-contents.jpg) repeat-y;
	font-size: 75%;
}

body#Top #PageAnchor li {
	display: inline;
	list-style: none;
	margin: 0px 20px 0px 0px;
	padding-left: 10px;
	background: url(images/mark-arrow-black.gif) no-repeat 0px center;
}

body#Top #PageAnchor a {
	color: #111575;
	text-decoration: underline;
}

body#Top #PageAnchor a:hover {
	color: #3B54BC;
	text-decoration: none;
}

body#Top #MainContents {
	background: url(images/bg-main-contents-middle.jpg) repeat-y;
}

body#Top #MainContents h2 {
	margin: 0px 0px 15px;
	padding: 0px;
	background: none;	
}

body#Top #MainContentsInner {
	background: url(images/bg-main-contents-bottom.jpg) no-repeat bottom;
	margin-bottom: 10px;
	padding-bottom: 22px;
}

body#Top #MainContentsInner div {
	width: 726px;
	margin: 0px auto;
}

body#Top #MainContents #SignalNowIntro {
	width: 736px;
	margin: 0px 0px 30px;
	padding: 22px 22px 0px;
	background: url(images/bg-main-contents-top.jpg) no-repeat;
}

body#Top #MainContents #SignalNowIntro #ExplainImage {
	display: block;
	position: relative;
	float: right;
	width: 325px;
	margin: 0px 10px 0px 0px;
	_margin: 0px 5px 0px 0px;
}

body#Top #MainContents #SignalNowIntro #ExplainImage strong {
	display: block;
	margin-bottom: 3px;
	color: #CC0000;
	font-size: 75%;
	text-align: center;
}

body#Top #MainContents #SignalNowIntro #ExplainImage p.Hidden {
	visibility: hidden;
	position: absolute;
	top: 440px;
	left: 0px;
	width: 319px;
	margin: 0px;
	background: #FFFFFF;
	padding: 1px;
	border: 2px solid #C1E0FF;
}

body#Top #MainContents #SignalNowIntro #ExplainImage p.Hidden span {
	display: block;
	margin: 0px;
	padding: 5px;
	background: #C1E0FF;
	color: #000000;
}

body#Top #MainContents #SignalNowIntro #ExplainImage p.Hidden span em { margin: 0px;}

body#Top #MainContents #SignalNowIntro dl {
	float: left;
	width: 355px;
	margin: 0px 0px 20px 10px;
	_margin: 0px 0px 20px 5px;
	border-left: 1px solid #111575;
	font-size: 100%;
}
body#Top #MainContents #SignalNowIntro dl.LastChild {
	clear: both;
	margin-bottom: 30px;
}

body#Top #MainContents #SignalNowIntro dt {
	margin: 0px 0px 5px 1px;
	padding: 2px 0px 4px 5px;
	border-left: 4px solid #111575;
	color: 	#15143B;
	font-weight: bold;
	font-size: 100%;
}

body#Top #MainContents #SignalNowIntro dd {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	background: none;
	font-size: 75%;
	line-height: 150%;
}

body#Top #MainContents #SignalNowIntro #FeatureNotice {
	float: none;
	clear: both;
	width: auto;
	margin: 0px auto;
	border: none;
}

body#Top #MainContents #SignalNowIntro #FeatureNotice dt {
	margin: 0px 0px 5px;
	padding: 0px 10px 5px;
	border: none;
	border-bottom: 1px dotted #666666;
}

body#Top #MainContents #SignalNowIntro #FeatureNotice dd {
	margin: 0px;
	padding: 0px 10px;
}

body#Top #MainContents #SignalNowIntro #FeatureNotice dd #Supplement { width: auto; margin: 15px 5px 0px;}

body#Top #MainContents #SignalNowIntro #FeatureNotice dd #Supplement strong {
	display: block;
	padding: 0px 0px 5px 10px;
	background: url(images/mark-square-blue.gif) no-repeat 0px 6px;
}

body#Top #MainContents #SignalNowIntro #FeatureNotice dd #Supplement p {
	font-size: 100%;
	margin: 0px 10px;	
}

body#Top #MainContents #SignalNowIntro #FeatureNotice dd #Supplement p span {
	display: block;
	float: right;
	width: auto;
	margin: 0px 0px 0px 10px;
	_margin: 0px 0px 0px 5px;
}

body#Top #MainContents #TopPurchase { margin-bottom: 20px;}

body#Top #MainContents #TopPurchase div {
	width: auto;
	margin: 0px 10px;
}
body#Top #MainContents #TopPurchase #PriceArea { margin-bottom: 30px;}

body#Top #MainContents #TopPurchase div h3 {
	margin: 0px 0px 10px;
	padding: 0px 5px 5px;
	border-bottom: 1px dotted #666666;
	color: #111575;
	font-weight: bold;
	font-size: 88%;
}

body#Top #MainContents #TopPurchase #PriceArea table {
	width: 696px;
	margin: 0px auto 5px;
	border: none;
	border-top: 1px solid #97CBFF;
	border-bottom: 1px solid #97CBFF;
	font-size: 100%;
	border-collapse: separate;
}

body#Top #MainContents #TopPurchase #PriceArea table th {
	width: 160px;
	padding: 5px 10px;
	border-bottom: 1px solid #FFFFFF;
	background: #EBEBEB;
	border-left: none;
	font-weight: bold;
	font-size: 88%;
}
body#Top #MainContents #TopPurchase #PriceArea table #Normal th { border-top: 1px solid #FFFFFF;}
body#Top #MainContents #TopPurchase #PriceArea table #Campaign th { color: #CC0000;} 

body#Top #MainContents #TopPurchase #PriceArea table td {
	width: 522px;
	padding: 5px 10px;
	border: 1px solid #FFFFFF;
	background: #FFFFFF;
	font-size: 75%;
}
body#Top #MainContents #TopPurchase #PriceArea table #Normal td { border-bottom: 1px solid #EBEBEB;}

body#Top #MainContents #TopPurchase #PriceArea table td em {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	padding-left: 50px;
	background: url(images/mark-dotted-line.gif) no-repeat 0px center;
	font-weight: bold;
	font-style: normal;
}
body#Top #MainContents #TopPurchase #PriceArea table #Campaign td em {
	color: #CC0000;
	font-size: 116%;
} 

body#Top #MainContents #TopPurchase #PriceArea span {
	display: block;
	margin: 0px 5px 10px;
	font-size: 75%;
}

body#Top #MainContents #TopPurchase #PriceArea span em {
	color: #CC0000;
	font-weight: bold;
	font-style: normal;
}

body#Top #MainContents #TopPurchase #PriceArea strong {
	margin-left: 5px;
	font-size: 75%;
}


body#Top #MainContents #TopPurchase #PurchaseArea dl {
	margin: 0px 5px 30px;
	font-size: 100%;
}

body#Top #MainContents #TopPurchase #PurchaseArea dt {
	margin: 0px 0px 5px;
	font-weight: bold;
	font-size: 88%;
}

body#Top #MainContents #TopPurchase #PurchaseArea dd {
	position: relative;
	margin: 0px;
	padding: 0px;
	background: none;
	color: #333333;
	_zoom: 1;
}

body#Top #MainContents #TopPurchase #PurchaseArea dd p { margin: 0px 0px 25px 10px;}

body#Top #MainContents #TopPurchase #PurchaseArea dd span {
	position: relative;
	display: block;
}

body#Top #MainContents #TopPurchase #PurchaseArea dd #MarkAward {
	position: absolute;
	top: -10px;
	left: -12px;	
}

body#Top #MainContents #TopPurchase #PurchaseArea dd ul {
	position: absolute;
	bottom: 12px;
	left: 70px;
	width: 240px;
	margin: 0px;
	padding: 0px;
}

body#Top #MainContents #TopPurchase #PurchaseArea dd ul li { list-style: none;}

body#Top #MainContents #TopPurchase #PurchaseArea dd ul a {
	display: block;
	width: 240px;
	height: 42px;
	background: url(images/btn-purchasearea-download.jpg) no-repeat;
}

body#Top #MainContents #TopPurchase #PurchaseArea dd ul a:hover { background-position: 0px -42px;}

body#Top #MainContents #TopPurchase #PurchaseArea dd ul a span {
	overflow: hidden;
	position: absolute;
	width: 0;
	height: 0;
}

body#Top #MainContents #TopPurchase #PurchaseArea ul#BtnPurchase {
	margin: -20px 0px 20px;
	padding: 0px;
	text-align: center;
}

body#Top #MainContents #TopPurchase #PurchaseArea #BtnPurchase li {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	list-style: none;
	width: 255px;
	margin: 0px 5px;
}

body#Top #MainContents #TopPurchase #PurchaseArea #BtnPurchase li a {
	display: block;
	width: 255px;
	height: 42px;
	margin: 0px;
	padding: 0px;
	background: url(images/btn-purchase.jpg) no-repeat;
	font-size: 0;
	text-indent: -9999px;
}

body#Top #MainContents #TopPurchase #PurchaseArea #BtnPurchase li a#BtnPurchaseCredit { background-position: -255px 0px;}

body#Top #MainContents #TopPurchase #PurchaseArea #BtnPurchase li a:hover { background-position: 0px -42px;}
body#Top #MainContents #TopPurchase #PurchaseArea #BtnPurchase li a#BtnPurchaseCredit:hover { background-position: -255px -42px;}

body#Top #MainContents #TopPurchase #PurchaseArea #Caution {
	width: 690px;
	margin: 0px auto;
	padding-bottom: 10px;
	background: url(images/bg-caution-bottom.jpg) no-repeat bottom;	
}

body#Top #MainContents #TopPurchase #PurchaseArea #CautionInner {
	margin: 0px;
	padding: 10px 10px 0px;
	background: url(images/bg-caution.jpg) no-repeat left top;
}

body#Top #MainContents #TopPurchase #PurchaseArea #CautionInner p {
	width: 640px;
	margin: 0px;
	font-size: 75%;
}


body#Top #MainContents #SignalNowExplain { margin-bottom: 30px;}

body#Top #MainContents #SignalNowExplain dl {
	width: 726px;
	margin: 0px;
	padding: 0px;
}

body#Top #MainContents #SignalNowExplain dt {
	margin: 0px;
	padding: 8px 10px 9px;
	background: url(images/bg-intro.jpg) no-repeat;
	line-height: 0px;
}

body#Top #MainContents #SignalNowExplain dd {
	margin: 0px;
	padding: 10px;
	border: 10px solid #79B0C5;
	border-top: none;
	background: #FFFFFF;
}


body#Top #MainContents #TopSystem {	margin-bottom: 10px;}

body#Top #MainContents #TopSystem ul {
	margin: 0px 0px 0px 15px;
	padding: 0px;
}

body#Top #MainContents #TopSystem ul li {
	list-style: none;
	margin-bottom: 10px;
	padding-left: 10px;
	background: url(images/mark-square-blue.gif) no-repeat 0px 6px;
}

body#Top #MainContents #TopSystem ul span {
	display: table-cell;
	/display: inline;
	/zoom: 1;
	/float: left;
	width: 100px;
	padding-right: 10px;
	font-weight: bold;
	vertical-align: top;
}

body#Top #MainContents #TopSystem ul span a { text-decoration: none;}

body#Top #MainContents #TopSystem ul span.Cap {
	display: inline;
	float: none;
	width: auto;
	padding: 0px;
	font-size: 85%;
}

body#Top #MainContents #TopSystem ul em {
	display: table-cell;
	/display: inline;
	/zoom: 1;
	font-style: normal;
	line-height: 170%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	vertical-align: top;
}


/* ========EEW PAGE CUSTOMIZE======== */
body#EEW #main table { width: 760px; margin: 0px auto;}

body#EEW #main td { width: 380px;}



/* ========SignalNow PAGE CUSTOMIZE======== */
body#SignalNow #AboutFunction .FunctionArea {
	float: left;
	width: 220px;
	margin-left: 15px;
	_margin-left: 7px;
	padding-bottom: 5px;
	border: 5px solid #C1E0FF;
	background: #54A9FF url(images/mark-num01.gif) no-repeat right bottom;
}
body#SignalNow #AboutFunction #Func01 { margin-left: 20px; _margin-left: 10px;}
body#SignalNow #AboutFunction #Func02 { background: #54A9FF url(images/mark-num02.gif) no-repeat right bottom;}
body#SignalNow #AboutFunction #Func03 { background: #54A9FF url(images/mark-num03.gif) no-repeat right bottom;}

body#SignalNow #AboutFunction h4 {
	display: block;
	margin-bottom: 10px;
	padding: 5px;
	border-bottom: 1px dotted #FFFFFF;
	color: #FFFFFF;
	font-size: 88%;
}

body#SignalNow #AboutFunction p { margin: 0px;}

body#SignalNow #AboutFunction p span { 
	display: block;
	margin: 0px 5px 5px 10px;
}

body#SignalNow #AboutFunction p span em { 
	display: table-cell;
	/display: inline;
	/zoom: 1;
	/float: left;
	width: 15px;
	font-weight: bold;
	font-size: 120%;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
}

body#SignalNow #AboutFunction p span strong { 
	display: table-cell;
	/display: inline;
	/zoom: 1;
	vertical-align: top;
	font-style: normal;
}

body#SignalNow #AboutEEW { margin-bottom: 10px;}

body#SignalNow #AboutEEW span {
	display: block;
	width: 670px;
	margin: 0px auto 40px;
}


body#SignalNow #AboutEffect em {
	display: block;
	margin: 0px 0px 0px 20px;
	font-style: normal;
}
body#SignalNow #AboutEffect ul {
	margin: 5px 0px 15px 40px;	
	padding: 0px 0px 0px 10px;
}


body#SignalNow #AboutFeature dl {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	width: 230px;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	font-size: 100%;
}

body#SignalNow #AboutFeature dt {
	font-weight: bold;
	font-size: 75%;
}

body#SignalNow #AboutFeature dd {
	margin: 0px 0px 0px 30px;
	padding: 0px;
	background: none;	
}

body#SignalNow #AboutFeature dd ul {
	margin: 0px;
	padding: 0px;
}


body#SignalNow #AboutSpecification { margin-bottom: 20px;}

body#SignalNow #AboutSpecification #SpecList {
	width: 720px;
	margin: 0px auto 20px;
	border-collapse: collapse;
}

body#SignalNow #AboutSpecification #SpecList th { border: 1px solid #999999; text-align: center;}

body#SignalNow #AboutSpecification #SpecList td.SpecTtl {
	width: 240px;
	background: #99CCFF;
}

body#SignalNow #AboutSpecification #SpecPdf {
	margin: 0px auto 30px;
}

body#SignalNow #AboutSpecification #SpecPdf td {
	width: 270px;
	text-align: center;
	vertical-align: top;
}

body#SignalNow #AboutSpecification #SpecPdf td#Except { width: 540px; vertical-align: bottom;}

body#SignalNow #AboutSpecification p {
	margin: 0px;
	text-align: center;
}


/* ========SEMINAR PAGE CUSTOMIZE======== */
body#Seminar #MainVisual { text-align: center;}

body#Seminar #main table { 
	width: 760px;
	margin: 10px auto 20px;
}

body#Seminar #main p {
	width: 180px;
	margin: 0px auto 10px;
}


/* ========AD PAGE CUSTOMIZE======== */
body#AD #main em {
	display: block;
	margin: 10px 0px 15px;
	text-align: center;
}

body#AD #main #Section03 p,
body#AD #main #Section03 span { margin: 0px;}

body#AD #main #Section03 #DLText { margin-bottom: 20px;}

/* ========SPLAW PAGE CUSTOMIZE======== */
body#SpLaw #main table {
	width: 760px;
	margin: 0px auto 20px;
}

body#SpLaw #main td { background: #FFFFFF;} 

body#SpLaw #main td p,
body#SpLaw #main td span { margin: 0px;}


/* ========PRIVACY POLICY PAGE CUSTOMIZE======== */
body#PrivacyPolicy h3 {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	border: none;
}

body#PrivacyPolicy p {
	margin: 0px 25px 15px;
}

body#PrivacyPolicy p.IntroText { margin: 0px 0px 20px;}


/* ========COMPANY PAGE CUSTOMIZE======== */
body#Company table {
	width: 760px;
	margin: 0px auto;
}

body#Company table td { background: #FFFFFF;}


/* ========INFORMATION PAGE CUSTOMIZE======== */
body#Information #main ul {
	margin: 0px;
	padding: 0px;
}

body#Information #main ul li {
	list-style: none;
	margin: 0px 0px 15px;
	padding: 0px 0px 14px;
	border-bottom: 1px dotted #CCCCCC;
}

body#Information #main ul li.ListEnd {
	margin: 0px;
	padding: 0px 15px 0px 0px;
	border: none;
	background: url(images/mark-arrow-right.gif) no-repeat right center;
	text-align: right;
}

body#Information #main ul li span {
	display: table-cell;
	/display: inline;
	/zoom: 1;
	/float: left;
	width: 75px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
}

body#Information #main ul li p {
	display: table-cell;
	/display: inline;
	/zoom: 1;
	font-size: 100%;
	vertical-align: top;
	font-style: normal;
}

body#Information #main ul li p strong {
	display: block;
	margin-bottom: 5px;
}



/* Clear Fix */
div#menu ul:after,
body#Top #UpdateInfo:after,
body#Top #MainContents #TopFeature:after,
body#SignalNow #AboutFunction:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0;
	content: " ";
}

* html div#menu ul,
* html body#Top #UpdateInfo,
* html body#Top #MainContents #TopFeature,
* html body#Top #MainContents #TopFeature #Supplement,
* html body#SignalNow #AboutFunction { zoom: 1;} /* IE6 */

*:first-child+html div#menu ul,
*:first-child+html body#Top #UpdateInfo,
*:first-child+html body#Top #MainContents #TopFeature,
*:first-child+html body#Top #MainContents #TopFeature #Supplement,
*:first-child+html body#SignalNow #AboutFunction { zoom: 1;} /* IE7 */
