@charset "UTF-8";

/* ODIC
---------------------------------------------------- */

body {
	color:#5A5A5A;
	margin:0 auto;
	padding:0px;
	font-size:80%;
	font-family:verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height:180%;
}

h1, h2, h3, h4, h5, h6 {
	padding:0px;
	margin:0;
	line-height:100%;
	font-weight:bold;
	}
a:link {
	text-decoration:none;
	color:#06c;
	}

a:visited {
	text-decoration:none;
	color:#90f;
	}

a:hover {
	text-decoration:underline;
	}
a:active {
	text-decoration:underline;
	}

p {
	margin:0px;
	padding:0px;
}

li {
	list-style-type:none;
	}


img{
	margin:0px;
	padding:0px;
	border:none;
	}


em {
    display:block;
	color: #000066;
  font-style:normal; 
}

