@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

body{
	background-color:#000;
	font-weight:Helvetica,Arial,sans-serif,ヒラギノ角ゴシック Pro W3,Hiragino Kaku Gothic Pro,MS P ゴシック ;
	font-size:13px;
	*font-size:small;
}

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

th,td,form{
	margin: 0;
	padding: 0;
	background-color: transparent;
	boder:0;
	}
a{
	text-decoration: none;
	}
a:link,a:visited{
	}
a:hover{
	}
a:active{
	}
	
h1,h2 { 
	text-decoration:none;
	font-weight:normal;
	font-size:100%;
	margin: 0.8em 0;
}
h3,h4 { 
	text-decoration:none;
	font-weight:normal;
	font-size:100%;
	margin: 0.8em 0;
}

select,input,button,textarea {
	font:99% ;
	font-weight:Helvetica,Arial,sans-serif,ヒラギノ角ゴシック Pro W3,Hiragino Kaku Gothic Pro,MS P ゴシック;
}

hr.line4 {
height: 1px;
border: none;
border-top: 1px #000000 dashed;
margin:5px 0 5px 0;
}

hr.line3 {
height: 1px;
border: none;
border-top: 2px #1b5cff dashed;
margin:5px 0 5px 0;
}

hr.line2 {
height: 1px;
border: none;
border-top: 2px #1b5cff dashed;
margin:0px 0 5px 0;
}

/*IE6&IE7*/
*select,input,button,textarea {
	font-weight:normal;
	font-size:99%;
	font-family:Helvetica,Arial,sans-serif,ヒラギノ角ゴシック Pro W3,Hiragino Kaku Gothic Pro,MS P ゴシック;
}

dl,dt,dd {
	text-decoration:none;
	margin:0;
	padding:0;
}

ul,ol {
	list-style:none;
}

img	{
	border:0;
}
p {
	font-size:13px;
	line-height:1.5em;
}

