/* 電激ストライカー公式サイト CSS */

@charset "utf-8";

/* リンク情報 */

a { text-decoration: none; }
a:link { color : #ff0000; }
a:visited { color : #FFFFFF; }
a:hover { color : #FF0000; }
a:active { color : #FF0000; }

@charset "utf-8";

html, body,
div,
h1, h2, h3, h4, h5, h6,
p, address,
figure, blockquote, pre,
ul, ol, menu, li,
dl, dt, dd,
caption, th, td,
form, fieldset, legend, input, textarea,
code {
	margin: 0;
	padding: 0;
	text-align: left;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

h1, h2, h3, h4, h5, h6,
address, blockquote,
caption, th,
a, q,
em, strong, dfn, code, samp, kbd, var, cite,
abbr, acronym {
    font-style: normal;
    font-weight: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th, td {
    vertical-align: top;
}

li {
    list-style: none outside;
}

fieldset,
abbr, acronym,
a {
	border-style: none;
	text-decoration: none;
}

img {
	border-style: none;
}

p {
		border-style: none;
		line-height: 1.5em;
		font-size: 14px;
}
