@charset "utf-8";
/* ================================
BlurBlue-Note
Cascade Style Sheet 
Auther:drop
================================ */

/* === "mobile.css" ===

### basic settings

*/


/* === Body Module === */
body {
	margin: 2px !important;
	padding: 2px !important;
	background: #F5F5F5 !important;
	color: #333333 !important;
	line-height: 1.1 !important;
}


/* === Text Module === */
h1 {
	margin-bottom: 10pt !important;
	font-size: 20pt !important;
	line-height: 1.1 !important;
}

#siteId {
	font-weight: bold !important;
}

h2 {
	margin-bottom: 10pt !important;
	font-size: 18pt !important;
	line-height: 1.1 !important;
}

h3 {
	margin-bottom: 10pt !important;
	font-size: 17pt !important;
}

p,ul,ol,li,ul li,ol li,dl,dt,dd,pre,code,blockquote,address {
	font-size: 16pt !important;
	line-height: 1.1 !important;
}

p,blockquote,pre,dl,ul,ol {
	margin-bottom: 10pt !important;
}

pre,blockquote,q {
	padding: 3pt !important;
	background: #CCCCCC !important;
}


/* === Link Module === */
a {
	color: #3300FF !important;
}

a:link {
	color: #3300FF !important;
}

a:visited {
	color: #993399 !important;
}

a:hover,
a:active {
	color: #FF6600 !important;
}


/* === Layout === */
ul.entryTags,
li.comment,
li.tb,
li.rss,
li.hatenabm,
li.atode,
ul#tagCloud {
	display: none;
}

div.contents {
	margin-bottom: 1em;
}

div#mainContents dl#tagCloud {
	display: none !important;
}

.img {
	color: #666 !important;
	font-size: 90% !important;
}

/* EOF */
