charset "utf-8";
/*
Theme Name: asasuma blog
Theme URI: http://mie.asasuma.jp
Description: アサすま！2010。
Author: the asapri holdings system team kurita 
Version: 1.0
*/

body {
	font-size: 90%;
  background: #fff;
  margin: 0 !important;
  padding: 0 !important;
}

p{
  margin: 10px 0;
}

a{
  color: #00c;
}

*{
	padding: 0;
	margin: 0;
}

a img {
	border: 0;
}
#main {
	width: 900px;
	margin: 0 auto;
}
#header {
	background: url("images/blog-title.jpg") no-repeat left top;
	width: 900px;
	height: 355px;
}
#header #title{
	padding: 30px 0 0 10px;
}
#header h1 {
	margin: 0 5px 0 0;
	float: left;
  height: 69px;
}
#header #menu {
	line-height: 63px;
  height: 69px;
	font-size: 90%;
}
#header #menu a {
	text-decoration: none;
}
#container {
}
#content {
	width: 645px;
	float: right;
}
#sidebar {
	float: left;
	width: 250px;
}

/*
 * widget
 */
.widget-container{
  margin: 5px;
	background: #ebf0fa;
  border-left: 1px solid #eee;
  border-top: 1px solid #eee;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.widget-container{
  list-style: none;
  padding: 10px;
}
.widget-container li{
  font-size: 80%;
  list-style: none;
}

#footer {
	clear:both;
	background: url(images/footer-background.jpg) no-repeat left bottom;
	height:109px;
}
#footer-content {
	text-align: center;
	color:#fff;
	font-size: 90%;
}

#foot-navigation {
	padding-left: 300px;
	clear: both;
	height: 85px;
	line-height: 85px;
}
#foot-navigation a {
	text-decoration: none;
}
.post {
	clear: both;
	margin-bottom: 40px;
}
.entry-summary{
	clear: both;
  margin: 10px;
}
.entry-content {
	clear: both;
  margin: 20px 10px;
}
.entry-title {
  padding-top: 10px;
  margin-left: 80px;
}
.entry-title h2{
  border-bottom: 1px dotted #ccf;
}
.entry-title a{
  text-decoration: none;
}
.entry-icon{
	background: url("images/asanyan-mini.jpg") no-repeat center;
	width: 75px;
	height: 79px;
	float: left;
}
.post-meta{
  font-size: 90%;
}
.post-date {
	background: url("images/calendar.jpg") no-repeat center;
	width: 75px;
	height: 79px;
	text-align: center;
	float: left;
}
.post-date .post-month{
	font-size: 10px;
	color: #fff;
	height: 40px;
	line-height: 40px;
	display: block;
}
.post-date .post-day {
	font-size: 20px;
	height: 20px;
	line-height: 20px;
	display: block;
}
.entry-utility{
  background: url(images/comment.jpg) no-repeat left bottom;
  color: #999;
  height: 45px;
  line-height: 45px;
  padding-left: 70px;
  font-size: 90%;
  border-bottom: 1px solid #ccc;
}
.entry-utility a{
  text-decoration: none;
}
.navigation{
  text-align: center;
}

/*
 * comments
 */
.comments-title{
  margin: 5px 0;
}
.comment-container .comment-meta{
  font-size: 80%;
  background: #efefef;
  padding: 5px;
}
.comment-container .comment-body{
  padding: 5px;
}

.comment-container{
  border: 1px solid #ddd;
}

.comment-container .reply{
  text-align: right;
  padding: 5px;
}
.comment-list{
  padding: 0 0 0 3em;
}
.comment-list ul{
  padding: 0 0 0 3em;
  list-style: none;
}
.comment-list li{
  margin: 5px;
}
.comment-list ul li{
  margin: 0px;
}

#reply-title{
  margin: 5px 0;
}
.logged-in-as{
  font-size: 80%;
}
.comment-table{
  width: 100%;
}
.comment-table td,
.comment-table th{
  padding: 5px;
}
.comment-table th{
  text-align: left;
  vertical-align: top;
  width: 140px;
}
.comment-table .required{
  color: #f00;
}
.comment-table .textarea,
.comment-table .textfield{
  border: 1px solid #ccc;
  font-size: 110%;
  padding: 3px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.comment-table .textarea{
  width: 100%;
}
.comment-table .textfield{
  width: 70%;
}

/* ie対策 */
body{
  text-align: center;
}
#main{
  text-align: left;
}
