@charset "UTF-8";

/*--------------------------------------
  1.Universal selector
---------------------------------------*/
html,body,div,
h1,h2,h3,h4,h5,h6,
p,pre,blockquate,address,
ul,ol,li,dl,dt,dd,
form,fieldset,legend,object,
td,th{
	background-color: transparent;
	margin:	0;
	padding: 0;
	}

body {
	font: 13px/1.62 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #232323;
	}


/*--------------------------------------
  2.Text Module
---------------------------------------*/
h1 { line-height: 1; }
h2, h3, h4, h5, h6 {
	clear: both;
	line-height: 1.21;
	}
p { margin: 0 0 1.2em 0; }
strong { color: #AC0; }
	
em {
	font-style: normal;
	font-weight: bold;
	}
address {
	font-style: normal;
}



/*--------------------------------------
  3.Hypertext Module
---------------------------------------*/
a {	text-decoration: none; }
a:link { color: #0096DB; }
a:visited { color: #0096DB;	}
a:hover {
	color: #0096DB;
	text-decoration: underline;
	}


/*--------------------------------------
  4.List Module
---------------------------------------*/
ul, ol { list-style-position: outside; }
li { list-style: none; }
dt { font-weight: bold; }


/*--------------------------------------
  5.Image Module
---------------------------------------*/
img { vertical-align: bottom; } 

a img { border: none; }