/*======================================================================

Copyright(c) 2010 Japan Digital Laboratory Co.,Ltd. All Right Reserved.
  base  CSS 

  JDL HomePageMaker 新版　共通
  css designed by 2010.02.08 dohken.sphd.jdl.co.jp

=========================================================================*/

body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,pre,form,
fieldset,legend,input,textarea,
p,blockquote,table,caption,
tbody,tfoot,thead,th,td,option{
	margin:0;
	padding:0;
}


h1,h2,h3,h4,h5,h6{
	font-weight:normal;
}

address,caption,cite,
code,dfn,th,var,
optgroup,i{
	font-style:normal;
	font-weight:normal;
}

a{
	text-decoration: none;
}

img{
	/* vertical-align: bottom;  */
}

a img {
  border: none;
  color: #ffffff;
  background: transparent;
}

object,embed,th,td{
	vertical-align: middle;
}

input, textarea, select {
	font-size: 12px;
}

/*==========================================================
	フォント系
==========================================================*/

body{
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

html{
/*	overflow: auto; */
}

span{
	display:none;
}
.clear_both {
	clear: both;
}
