@charset "utf-8";
/* Reset
---------------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

address,em,strong,th {
	font-style: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th {
	text-align: left;
	font-weight: normal;
}

td {
	_font-size: 13px;
}

hr,legend {
	display: none;
}

h2,h3,h4,h5,h6 {
	font-size: 13px;
}

img,fieldset {
	border: 0;
}

ul li {
	margin: 0 0 2px;
	font-weight: bold;
	list-style-position: outside;
	list-style-type: none;
	display: inline;
}

form{
	margin: 0;
}
	
		
/* Fonts
---------------------------------------------------------------------------*/
body {
  margin: 0;
  font-family: 'ＭＳ Ｐゴシック','メイリオ','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Meiryo,sans-serif;
  _font-family: 'ＭＳ Ｐゴシック',Verdana,Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 150%;
  text-align: center;
  color: #434343;
  -webkit-text-size-adjust: 100%;
  min-width: 1060px;
}

body#simple {
  overflow-x: hidden;
  overflow-y: scroll;
  text-align: left !important;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: underline;
}

br.clear {
	clear: both;
	line-height: 0;
	height: 0;
}

/* clearfix
---------------------------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}
	
/* for IE */
.clearfix{
	*display: inline-block;
	zoom: 1;
}
