/*
Theme Name:sao Blog Theme
Theme URI: http://www.session-at-once.com/
Description: For titled-soul.com
Author: Kazunori Takaki
*/

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(image/pattern.gif);
}

/* ページ領域全体 */
#container {
	width: 757px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #ffffff;
}

/* タイトル画像領域 */
#header {
	margin:0px;
	height: 312px;
	margin-bottom: 20px;
	background-image: url(image/blogTitle.jpg);
}

/* コンテンツ部分とサイドバー部分 */
#main {
	margin:0 15px;
}

/* 左ページ領域 */
#content {
	width: 527px;
	float: left
}

/* 投稿記事領域 */
#post {
	font-family: Osaka, Verdana, sans-serif;
}

#post_date {
	font-size: 0.8em;
	font-weight: bold;
	text-align: right;
	color: #502d38;
}

#post_title {
	padding: 4px 4px 4px 7px;
	font-size: 0.875em;
	font-weight: bold;
	color: #502d38;
	text-indent: 0.875em;
	text-decoration: none;
	/* background: #FAE3D5; */
	background-image: url(image/story_title.gif);
}

#post_data {
	font-size: 0.8em;
	color: #502d38;
	background: #F9F1ED;
	/* padding: 1.6em; */
	padding-top: 1.6em;
	padding-bottom: 1.6em;
	padding-right: 3.2em;
	padding-left: 3.2em;
	/* border-top: solid; */
	/* background-image: url(image/post_bg.gif); */
}

#post_data a {
	color: #c28e90;
	text-decoration:none;
}

#post_data img {
	border-style: none;
}

#post_time {
	font-size: 0.7em;
	color: #502d38;
	text-align: right;
	padding-left: 3.2em;
	background: #F9F1ED;
	margin-bottom: 28px;
}

/* サイドバー */
#sidebar {
	width: 170px;
	float: right;
	margin-left: 30px;
}

/* Blogに戻るボタン */
#toBlog {
	font: 90%/175% Osaka, Verdana, sans-serif;
	font-weight: bold;
	font-size: 0.775em;
	color: #ffffff;
	background-color: #c28e90;
	padding-top: 1px;
	padding-bottom: 1px;
	text-indent: 0.775em;
	margin-bottom: 3px;
	list-style-type: none;
	border: 2px solid #FAE3D5;
}

#toBlog a {
	font-weight: bold;
	text-decoration:none;
	color: #ffffff;
	background-color: #c28e90;
}

#toBlog a:hover {
	text-decoration:none;
	color: #54292f;
	background-color: #c28e90;
}

/* PAGEボタン */
#page_link {
	
}

#page_link a {
	/* font-weight: bold; */
	color: #ffffff;
	text-decoration:none;
}

#page_link a:hover {
	font-weight: bold;
	color: #54292f;
	list-style-type: none;
}

#page_link .page_item {
	font: 90%/175% Osaka, Verdana, sans-serif;
	text-indent: 0.775em;
	font-weight: bold;
	font-size: 0.775em;
	list-style-type: none;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-bottom: 3px;
	color: #ffffff;
	background-color: #c28e90;
	border: 2px solid #FAE3D5;
}

#calendar {
	font-family: Osaka, Verdana, sans-serif;
	font-size: 0.775em;
	color:#c28e90;
	margin-top: 10px;
}

#calendar caption {
	font-weight: bold;
}

#calendar table {
	border-spacing: 4px;
}

#calendar table td a {
	color:#54292f;
}

#search_area {
	margin-top: 10px;
}

/* カテゴリー以下の項目に適用 */
#list_titles {
	font: 90%/175% Osaka, Verdana, sans-serif;
	font-size: 0.775em;
	font-weight: bold;
	color: #54292f;
	border-bottom: 1px solid;
	margin-top: 10px;
}

#category_lists {
	font: 90%/175% Osaka, Verdana, sans-serif;
	margin-top: 5px;
	list-style-type: none;
	font-size: 0.775em;
	color: #c28e90;
	text-indent: 0.8em;
}

#category_lists a {
	color: #c28e90;
	text-decoration:none;
}

#archive_lists {
	font: 90%/175% Osaka, Verdana, sans-serif;
	margin-top: 5px;
	list-style-type: none;
	font-size: 0.775em;
	color: #c28e90;
	text-indent: 0.8em;
}

#archive_lists a {
	color: #c28e90;
	text-decoration:none;
}

#mail_address {
	font: 90%/175% Osaka, Verdana, sans-serif;
	font-size: 0.6em;
	text-indent: 0.8em;
	color: #c28e90;
	margin-top: 10px;
	margin-bottom: 10px;
}

#mail_address a:link {
	color: #c28e90;
	text-decoration:none;
}

#mail_address a:visited {
	color: #c28e90;
	text-decoration:none;
}

#mail_address a:hover {
	color: #54292f;
	text-decoration:none;
}

#footer {
	font: 90%/175% Osaka, Verdana, sans-serif;
	text-align: right;
	font-size: 0.75em;
	color: #ffffff;
	background: #c28e90;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0.75em;
	width: 748px;
}
