@charset "UTF-8";
/* #############################################################################

   Default Style CSS Reset Ver4.0.01 (LastModify:2013/07/01)

  ----------------------------------------------------------------------------  
                Script by ShunanCreate (http://www.shunan-c.com)                
  ----------------------------------------------------------------------------  

  [ 更新履歴 ]
    >2012/07/03 Ver4.0.00 リリース
    >2013/07/01 Ver4.0.01 html,body 追加

##############################################################################*/

html,body{
	height: 100%;/* Ver4.0.01 */
} 


body{
	margin: 0;
	padding: 0;
	font-size: 62.5%;
}

h1, h2, h3, h4, h5, h6, p, div,
table, caption, th, td, form{
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	border: none;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	overflow:hidden;
	background-color: transparent;
}

ol, dl, dt, dd, ul, li{
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	border: none;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	list-style-type: none;/**/
	background-color: transparent;
}

a img{
	border-style: none;
	border-width: 0;
}

textarea{
	font-size: 100%;
}

li img{
	vertical-align: middle;
}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img{
	vertical-align: middle;
}

hr{
	display: none;
}

table{   
	border-collapse: separate;
	border-spacing:0;   
	font-size:100%;   
}

