@charset "utf-8";

/* -----------------------------------------------
FileName:　reset.css
----------------------------------------------- */

/* --------------
COMMON ELEMENTS
-------------- */

/* --------------------------------------------------
 Basic
-------------------------------------------------- */

body,
html,
div,
table,
img,
ul,
ol,
li,
p,
th,
td,
h1,h2,h3,h4,h5,address,dl,dt,dd,
textarea,
form{
	margin:0;
	padding:0;
}
html{
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow-y: scroll;
	background: #ECEAE7;
}
body{
	color: #333;
	line-height: 1.4;
	background: #fff;
	
	behavior :url("/resources_shared/styles/csshover.htc");
}
a:link {
	text-decoration: none;
	color: #1d3994;
}
a:visited {
	text-decoration: none;
	color: #941d55;
}
a:hover,
a:active,
a:focus {
	text-decoration: underline;
}

/* --------------------------------------------------
 Fonts
-------------------------------------------------- */
body {
font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
font-size: 12px;
}
/* for IE6 */
* html body {
font-size: 75%;/* 12px; */
}
/* for IE7 */
*:first-child+html body {
font-size: 75%;/* 12px; */
}
/* for IE8 */
html>/**/body {
font-size /*\**/: 75%\9;/* 12px; */
}
/* To help tables remember to inherit */
table {
width:100%;
font-size:inherit;
font:100%;
}


img{
	border:none;
}

ul,
ol{
	list-style:none;
	text-align:left;
}

h1,h2,h3,h4,h5,address,dt,dd,textarea{
	font-size:100%;
	font-style:normal;
	font-weight:normal;
}

th{
	font-weight:normal;
}

label{
	cursor:pointer;
}

input{
	margin:0;
}

/* For_Icn_Elements */

input.indicator,
select.indicator{
	vertical-align:middle;
}

img.indicator{
	vertical-align:middle;
}

html*img.indicator{
	margin:0 0 2px 0;
	vertical-align:bottom;
}

* html img.indicator{
	margin:0;
	vertical-align:middle;
}

/* /For_Icn_Elements */

/******************************** definition_other ********************************/
.bnrover:hover{
	opacity:0.7;
}

.notice{
	color:#CC0000;
	font-weight:bold;
}

.fxems{
	color:#006BB9;
	font-weight:bold;
}

.fxexcls{
	color:#0a3;
	font-weight:bold;
}

.section{ 
	zoom: 100%;
}

.section:after{
	content: "."; 
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
}

span.invisiblemsg{
	position:absolute;
	top:-2000px;
	width:0;
	height:0;
	line-height:0;
	font-size:0;
}

/* CSS Document */