﻿/**
@prefix : <http://purl.org/net/ns/doas#> .
<http://www.chochin.biz/styles.css> a :CSSStylesheet;
 :title "[your site name] stylesheet";
 :shortdesc "Stylesheet for [your site name]";
 :created "2009-07-26T18:18:21+09:00";
 :release [:revision "1.0.0"; :created "2009-08-25T15:44:40+09:00"];
 :author [:name "[your site name]"; :homepage <http://www.chochin.biz/> ];
 :license <http://creativecommons.org/licenses/by-nc-sa/3.0/> .
*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section, menu,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section, menu {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

