@charset "utf-8";

/* ..................................................................

	未来貢献プロジェクト： default.css
	初期設定

.................................................................. */

/*==============================
	INITIALIZE
===============================*/
html {
	overflow-y: scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,p,address,a,img {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
img {
	border: 0;
	vertical-align: middle;
}
p {
    line-height: 1.5;
	margin-bottom: 1em;
}
hr {
	display: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	_font-size: 100%;
}
caption,th {
	text-align: left;
}
li  {   
    list-style-type: none;   
}
textarea {
	resize: vertical;
}



/*==============================
	LINK
===============================*/
a:link,
a:visited,
a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
