@charset "UTF-8";


/* ブラウザスタイルの初期化 */

 
 /* ブラウザスタイルの初期化（IE6） */
 th,td,form{
 margin:0;
 padding:0;
 background-color:transparent;
 color:black;
 }

div,p,h1,h2,h3,h4,h5,h6,dl,dt,dd{
	display: block;
}

 /* IE以外のモダンWEBブラウザ向けの指定 */
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

 /* IE7及びMac版IE5向けの指定 */

.clearfix {display:inline-block;}

 /* IE6以前向けの指定 */

/* Hides from IE-mac \*/
*html.clearfix{height:1%;}
.clearfix {display:block;}


/* End hide from IE-mac */

li {
	margin-left: 1.5em;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p {
	margin: 0px;
	padding: 0px;
}
hr {
	display: none;
}
