@charset "utf-8";

/* basic
------------------------------ */
* {
    margin: 0;
    padding: 0;
	text-decoration: none;
	word-break: break-all;
	line-height: 1.5em;
}
body {
	background: #111 url(http://www.aspara.co.jp/kambayashi/img/background.gif) repeat-x top;
	font-family: Verdana, Arial, sans-serif;
	font-size: 78%;
	text-align: center;
	color: #999;
}
pre, blockquote {
   margin: 10px 0;
}

/* ------ a */
a { 
	text-decoration: none;
}
a:link { 
	color: #9966FF;
}
a:hover {
	color: #6600FF;
	text-decoration: underline;
}
a:active {
	color: #9999FF;
	text-decoration: underline;
}
a:visited {
	color: #990099;
}

/* ------ img */
img {
	vertical-align: text-bottom;
}
a img {
	border: none;
	text-decoration: none;
}

/* ------ clear float */
.clear:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}
.clear {
	display: inline-block;
}
/*\*/
* html .clear {
	height: 1%;
}
.clear {
	display: block;
}
/* */

/* ------ set column (type: two) */
#main {
	width:500px;
	float:left;
}
#left-side {
	width:220px;
	float:right;
}

/* container
------------------------------ */
#container {
	margin: 0 auto;
	width: 830px;
	text-align: left;
}
#container-inner {
	margin: 0 auto;
}

/* header
------------------------------ */
#header h1 {
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}
#header h2 {
	display: none;
}
#header a {
	margin: 0 auto;
	background: url(http://www.aspara.co.jp/kambayashi/img/header.jpg) no-repeat top center;
	width: 830px;
	height: 250px;
	display: block;
}

/* content
------------------------------ */
#content {
	margin: 25px auto 0 auto;
	width: 720px;
}

/* main
------------------------------ */
#main-content {
	width: 470px;
}
/* ------ entry */
.entry {
	margin-bottom: 20px;
	overflow: hidden;
}
.entry-date {
	color: #990000;
	text-align: right;
}
.entry h3 {
	margin: 5px 0;
	padding-top: 5px;
	border-top: 1px solid #660000;
	font-size: 130%;
	color: #990000;
}
.entry-content {
	clear: both;
}
.entry-content img {
	margin: 5px 5px 5px 0;
}
.entry-more-link {
	margin-top: 8px;
	clear: both;
}
.entry-footer {
	margin-top: 10px;
	padding-top: 15px;
	background: url(http://www.aspara.co.jp/kambayashi/img/line.gif) no-repeat top center;
	font-size: 90%;
	color: #660000;
	text-align: center;
}

/* ------ archives common */
.content-nav {
	margin: 15px 0;
	font-size: 90%;
	text-align: center;
}

/* ------ day-archives */
.day-archives h2 {
	padding-left: 10px;
	background: #660000;
	font-size: 130%;
	color: #111;
}
.day-archives .entry h3 {
	margin-bottom: 0px;
	border-top: none;
	border-bottom: 1px solid #660000;
	font-size: 100%;
	font-weight: bold;
}
.day-archives .entry-footer {
	margin-top: 0px;
	padding-top: 0px;
	background: none;
	font-size: 90%;
	color: #660000;
	text-align: left;
}

/* ------ entry-archives */
.entry-more {
	clear: both;
}
#trackbacks {
	overflow: hidden;
}
#trackbacks h3 {
	margin-top: 20px !important;
	margin-top: 40px;
	margin-bottom: 10px;
	padding: 0 5px;
	background: #660000;
	font-size: 110%;
	color: #111;
}
#trackbacks .trackbacks-content {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #330000;
}
#trackbacks .lighter {
	font-size: 100%;
	font-weight: lighter;
}
#trackbacks .from {
	color: #999;
	font-size: 90%;
}
#trackbacks .tb-cont {
	color: #666;
	font-size: 95%;
}
#trackbacks-url {
	padding: 5px;
	background: #660000;
	border-left: 1px solid #AA0000;
	border-top: 1px solid #AA0000;
	border-right: 1px solid #330000;
	border-bottom: 1px solid #330000;
	color: #111;
}
#trackbacks-url input {
	padding: 1px;
	width: 99%;
	border: 1px solid #990000;
	background: #111;
	color: #CCC;
}

/* side common
------------------------------ */
.side-menu {
	font-size: 80%;
	color: #999;
}
.side-menu-content {
	padding: 10px 5px 5px 5px;
	background: url(http://www.aspara.co.jp/kambayashi/img/side_back.gif) no-repeat top;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
.module {
	overflow: hidden;
}
.module-content ul {
	margin-left: 20px;
	list-style: square;
	color: #660000;
}
.module-content ul li {
	padding-bottom: 5px ;
}

/* left-side
------------------------------ */
#left-side h4 {
	width: 220px;
	height: 29px;
	text-indent: -9999px;
}

/* ------ profile */
#profile h4 {
	background: url(http://www.aspara.co.jp/kambayashi/img/profile.gif) no-repeat;
}
#profile img {
	margin: 10px 0 5px 18px;
}
#side-trackbacks h4 {
	margin-top: 20px;
	background: url(http://www.aspara.co.jp/kambayashi/img/recent_trackbacks.gif) no-repeat;
}
#side-entry h4 {
	margin-top: 20px;
	background: url(http://www.aspara.co.jp/kambayashi/img/recent_entries.gif) no-repeat;
}
#side-archives h4 {
	margin-top: 20px;
	background: url(http://www.aspara.co.jp/kambayashi/img/monthly_archives.gif) no-repeat;
}
/* ------ blog-mov */
#blog-mov img {
	margin: 20px 0 0 27px;
}
/* ------ feed */
#feed a {
	margin: 20px 0 0 70px;
	background: url(http://www.aspara.co.jp/kambayashi/img/rss.gif) no-repeat;
	display: block;
	width: 74px;
	height: 16px;
	text-indent: -9999px;
}
/* ------ bn_aspara */
#bn_aspara img {
	margin: 50px 0 0 27px;
}

/* footer
------------------------------ */
#footer 
{
	margin: 30px 0 0 0;
	height: 30px;
}
#footer p
{
	margin: 0;
	padding: 10px 0 5px 0;
	font-size: 80%;
	text-align: center;
	letter-spacing: 1px;
}
