@charset "utf-8";
/*--------------------------------------------------------------------------
Copyright (c) 2006-2009 e-create All Rights Reserved.
Author:  Tsuyoshi Tokuda
2009/03/17 - 1.00 First Release
-------------------------------------------------------------------------- */

/* CONTENTS ======================================
※スタイルの初期設定
1: IMPORT CSS
2: CLEARFIX
3: RESET
4: FONT
================================================*/

/* 1: IMPORT CSS
-------------------------------------------------------------------------- */
@import"http://ecreate-inc.jp/mt4/mt-static/plugins/ecreate/css/styles.css";
/* 2: CLEARFIX 
-------------------------------------------------------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
/* 3: RESET
-------------------------------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal;}
li {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select {font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select {*font-size:100%;}
html {
	overflow: scroll;
	overflow: -moz-scrollbars-vertical;
}
/* 4: FONT
-------------------------------------------------------------------------- */
body {
	font:"Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif; color:#333;
}
.indent1em { text-indent: 1em;}
.float-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.float-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
a:link { color: #f60; text-decoration: none;}
a:visited { color: #f60; text-decoration: none;}
a:hover { color: #f60; text-decoration: underline;}
a:active {  color: #f60; text-decoration: underline;}

.news-body strong {
	padding: 5px 0;
	font-weight: bold;
}
