@charset "UTF-8";
/* deppara.com blog スタイルシート */

body {
	margin:0;
	padding:0;
	color:#000;
	background-color:#963;
	text-align:left;
    font-size: 1em;
	font-family:Verdana, Arial, sans-serif;
    line-height: 1.4em;
}

a {
	color:#00f;
}

a:link {
	color:#00f;
}

a:visited {
	color:#808;
}

a:active {
	color:#fff;
	background-color:#00f;
}

a:hover {
	color:#fff;
	background-color:#00f;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

h1, h2, h3, h4 {
	margin:0 1em;
	padding:0;
}

h1 { font-size:1.5em; }
h2 { font-size:1.25em; }
h3 { font-size:1.1em; }
h4, h5, h6 { font-size:1em; }

/* wrapper */
#wrapper {
	margin: 0 auto;
	width:728px;
    background-color: #ffc;
    color: #000;
}

/* banner (aka header) bits */
#banner {
	padding: 0.5em 1em;
	color:#000;
	background: #f6f;
	text-transform:uppercase;
	letter-spacing:.2em;
    border-bottom: 1em solid #f0c;
}

/* description bits */
.description {
	margin-top:0.33em;
	color:#000;
	font-size:small;
	font-weight:bold;
	letter-spacing:normal;
}

/* date bits */
.date {
    margin: 0;
    padding: .5em;
	border:1px solid #999;
}

/* right content grobal bits */
#links {
	padding: 0 2em;
	border: 1px dotted #999; 
	font-family:Verdana, Arial, sans-serif;
	font-size: 90%;
}

/* general side bits */
.sidetitle {
	margin:.75em .75em 0 .75em;
	color:#333;
	background-color:transparent;
	font-size:small;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:.2em;
}

.side {
	margin:0 .75em .75em .75em;
	color:#333;
	font-size:small;
	font-weight:normal;
	line-height:140%;
}

/* powered bits */
.powered {
	margin:.75em 0;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	font-size:small;
	font-weight:bold;
	line-height:150%;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:0.2em;
}

/* footer */
#footer {
	margin: 0;
	padding: 0;
	border-top: 1px dotted #999;
}

/* extra bits */

em {
	/* color:#ff9900; */
	color: #000;
	background-color:transparent;
	font-weight:bold;
	font-style:normal;
}

p {
    margin: 1em 2em;
    line-height: 1.8em;
}

#footer p {
	margin: 0;
	padding: 0.5em;
	font-size: x-small;
	letter-spacing: 0.1em;
	text-align: center;
}

.google-adsense {
    text-align: center;
}
