@charset "EUC-JP";

/* Information
==================================================
livedoor Blog CSS
 Name   : sweet_sweet_day_2c
 Layout : 2カラム リキッド

 Update : 2008.02.29
==================================================
*/

/* Table of Contents
==================================================
	01. Text - フォント・リンク
	02. Layout - 全体の枠組み
	03. Title - ブログタイトルエリア
	04. SubTitle - アーカイブタイトルエリア
	05. Pager - ページャ
	06. Main - 記事エリア
	07. Option - トラックバック・コメントエリア
	08. Sub & Extra - プラグインエリア
	09. Header & Footer - ヘッダー・フッター
	10. Others - ADエリア etc.
==================================================
*/


/* =============================================== */
/** 01. Text - フォント・リンク */
/* ----------------------------------------------- */

* {
	word-break: break-all;
}

body
, textarea {
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
}

body {
	color: #000000;
}

a:hover {
	text-decoration: none;
}


table#header a:link
, table#header a:active
, table#header a:visited
, table#header a:hover {
	color: #757575;
}

h1#blog-title a:link
, h1#blog-title a:active
, h1#blog-title a:visited {
	color: #000;
	text-decoration: none;
}

h1#blog-title a:hover {
	color: #000;
	text-decoration: underline;
}

p#blog-description {
	color: #000;
}

h2.archives-title {
	color: #ffffff;
}

div#main a:link
, div#main a:active {
	color: #97625b;
}

div#sub a:link
, div#sub a:active
, div#extra a:link
, div#extra a:active {
	color: #97625b;
}

div#main a:visited
, div#sub a:visited
, div#extra a:visited {
	color: #c9beb2;
}

div#sub a:hover
, div#extra a:hover {
	color: #97625b;
}

div#main h2.article-title a:link
, div#main h2.article-title a:active
, div#main h2.article-title a:visited {
	color:#C95E8E;
	text-decoration: none;
}

div#main h2.article-title a:hover {
	text-decoration: underline;
}

div#main ul.article-post li a:link
, div#main ul.article-post li a:active
, div#main ul.article-post li a:hover {
	color: #97625b;
}
div#main ul.article-post li a:visited{
	color:#c9beb2;
}

div#main dl.article-category dd a:link
, div#main dl.article-category dd a:active
, dl.article-category dd a:hover {
	color: #97625b;
}
div#main dl.article-category dd a:visited{
	color:#c9beb2;
}

div#main div.pager a {
	color: #97625b;
}

div.article-date-outer {
	color: #515e69;
}

ul.ping-info li.ping-date
, ul.comment-info li.comment-date {
	color: #8d8d8d;
}

div.sidetitle {
	color: #0287ff;
}

div#sub div.sidetitle a
, div#extra div.sidetitle a {
	color: #C95E8E;
}

div#sub table.caltblday a:visited
, div#extra table.caltblday a:visited {
	color: #000000;
}

div#footer p
, div#footer p a {
	color: #000;
}

/* =============================================== */
/** 02. Layout - レイアウト（全体の枠組み） */
/* ----------------------------------------------- */

body {
	color:#666;
	margin: 0;
	padding: 0;
	min-width: 775px;
	background: #64c8d7;
	text-align: center;
}

table#header{
	background:#fff;
}

div#container {
	margin: 0 auto;
	text-align:center;
}

div#content {
	zoom:1;
	width:790px;
	margin:0px auto;
	background:url(http://parts.blog.livedoor.jp/img/usr/sweet_sweet_day/content_bg_2c.gif) repeat-y 50% 0px;
	text-align:left;
}
/**html div#content {
	margin-left:-200px;
	background-position:197px 0px;
}
*+html div#content {
	margin-left:-200px;
	background-position:197px 0px;
}*/

div#main
, div#sub
, div#extra {
	overflow: hidden;
}

div#main {
	float:right;
	width:593px;
	padding-top:30px;
	background:url(http://parts.blog.livedoor.jp/img/usr/sweet_sweet_day/maincontents_header_2c.gif) no-repeat 0 0px;
}

div#main .column-inner {
	padding:0px 20px;
}

div#sub {
	float:left;
	width:185px;
	padding-top:30px;
	background:url(http://parts.blog.livedoor.jp/img/usr/sweet_sweet_day/sidebar_header.gif) no-repeat 0 0;
}

div#sub .column-inner {
	padding:0px 13px 0px 12px;
}

div#extra {
	clear:both;
	float:left;
	width:185px;
}

div#extra .column-inner {
	padding:0px 13px 0px 12px;
}


/* ----------------------------------------------- */
/** clearfix */

div#container:after
, div#content:after
, ul.article-navigator:after
, ul.archives-navigator:after
, div.article-body:after
, div.article-body div.article-body-more:after
, div#trackback-form ul:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/** hasLayout */
div.blog-title-outer
, h2.archives-title
, h2
, div.article-footer
, h2.article-title
, ul
, div.index-navigator-outer
, div.pager {
	height: 1%;
}

/** peek-a-boo bug */
div.article-outer
, div#trackback-form
, div#trackbacks-list
, div#comments-list
, div#comment-form {
	height: 1%;
	zoom:1;
}

/* =============================================== */
/** 03. Title - ブログタイトルエリア */
/* ----------------------------------------------- */

div.article-outer{
	margin-bottom:50px;
}

div.blog-title-outer {
	background:url(http://parts.blog.livedoor.jp/img/usr/sweet_sweet_day/headbar.gif) repeat-x 0 0;
	padding-top:29px;
}
div.blog-title-outer-2 {
	background:url(http://parts.blog.livedoor.jp/img/usr/sweet_sweet_day/body_bg.gif) repeat-x 0 0;
	text-align:center;
	height:350px;
}
div.blog-title-outer-3 {
	background:url(http://parts.blog.livedoor.jp/img/usr/sweet_sweet_day/mainimage.jpg) no-repeat 0 30px;
	width:802px;
	height:350px;
	margin:0px auto;
	text-align:left;
}

h1#blog-title {
	margin: 0;
	padding: 70px 0px 0px 420px;
	font-size: 150%;
	font-weight: bold;
}

div.blog-description-outer {
}

p#blog-description {
	margin: 0;
	padding:10px 0px 0px 420px;
	line-height: 135%;
}

/* =============================================== */
/** 04. SubTitle - アーカイブタイトルエリア */
/* ----------------------------------------------- */

div.archives-title-outer {}
div.archives-title-outer-2 {}
div.archives-title-outer-3 {}

h2.archives-title {
	color:#C95E8E;
	font-size:18px;
	text-align:center;
	padding:0px;
	margin:0px 0px 20px;
}

/* =============================================== */
/** 05. Pager - ページャ */
/* ----------------------------------------------- */

div.pager {
	font-size:10px;
	margin-bottom:20px;
}

div.pager-inner {}

div.index-navigator-outer
, div.archives-pager-outer
, div.article-pager-outer {}

/* ----------------------------------------------- */
/** IndexNavigator - トップページ */

ul.index-navigator {}
ul.index-navigator a{
}
ul.index-navigator li a {
}

/* ----------------------------------------------- */
/** ArchivesPager - アーカイブページ */

ul.archives-pager {
	list-style-type: none;
	background: url(http://parts.blog.livedoor.jp/img/usr/sweet_sweet_day/default_2008/sky/r_left_top.gif) no-repeat;/* 背景画像：左上 */
	margin: 0;
	padding: 15px 0 0;
	text-align: center;
	font-size: 90%;
}

ul.archives-pager li {
	display: inline;
	padding: 2px 5px;
}

ul.archives-pager li a {
	padding: 0 5px;
}

ul.archives-pager li.both {
	border-left: 1px solid #575e69;
}

/* ----------------------------------------------- */
/** ArticlePager - 個別記事ページ */

ul.article-pager {
	list-style-type: none;
	background: url(http://parts.blog.livedoor.jp/img/usr/sweet_sweet_day/default_2008/sky/r_left_top.gif) no-repeat;/* 背景画像：左上 */
	margin: 0;
	padding: 15px 0 0;
	font-size: 90%;
/** ++ border高さを揃えるため */
overflow: hidden;
}

ul.article-pager li {
	float: left;
	display: inline;
	width: 49%;
	margin: 0;
	padding: 1px 0 0;/** 1px余白（上部） */
	line-height: 1.25;
/** ++ border高さを揃えるため */
margin-bottom: -32767px;/** 1px余白（下部） */
padding-bottom: 32768px;
}

ul.article-pager li a {
	display: block;
	margin: 0 10px;
}

ul.article-pager li.prev {
	text-align: right;
}

ul.article-pager li.next {
	text-align: left;
}

ul.article-pager li.both {
	border-left: 1px solid #8d8d8d;
}

/* =============================================== */
/** 06. Main - 記事エリア */
/* ----------------------------------------------- */

div.article-outer {}

/* ----------------------------------------------- */
/** 記事ヘッダー */

div.article-header {
	font-size:83%;
	background:url(http://parts.blog.livedoor.jp/img/usr/sweet_sweet_day/entry_title.gif) no-repeat 0 0;
	padding-top:16px;
}

/*** 日付 */
div.article-date-outer {
	font-size:83%;
	display:inline;
	padding-left:27px;
	margin-right:5px;
}

div.article-date-outer span.article-date {
}

div.article-date-outer span.article-time {
	margin-left:5px;
}

/*** カテゴリ */
div.article-category-outer {
	display:inline;
}

div.article-category-outer dl.article-category {
	margin: 0;
	padding: 0;
	display:inline;
}

div.article-category-outer dl.article-category dt
, div.article-category-outer dl.article-category dd {
	display: inline;
	margin: 0;
	padding: 0;
	margin-right:2px;
	font-size:83%;
}

div.article-category-outer dl.article-category dt {
	background: url(http://parts.blog.livedoor.jp/img/usr/sweet_sweet_day/default_2008/common/category.gif) no-repeat 0px 50%;
	padding-left:18px;
}

/*** カテゴリアーカイブページではカテゴリを非表示にする */
body.category div.article-category-outer {
	display: none;
}

/** 記事タイトル */
div.article-title-outer {
	padding-bottom:20px;
}

h2.article-title {
	margin:0px;
	font-size:115%;
	border-top:1px dotted #ccc;
	padding:5px 0px 0px;
}

/* ----------------------------------------------- */
/** 記事本文 */

div.article-body {
}

div.article-body-inner {
	line-height: 1.6em;
	font-size: 83%;
	overflow: hidden;
	margin-bottom:20px;
}

/** 続きを読む */
div.article-body span.article-continue {
	display: block;
	margin-top: 1em;
}

div.article-body div.article-body-more
, div.article-body div.article-body-private {
	clear: both;
	margin-top: 1em;
}

/*** blockquote & pre */
div.article-body blockquote
, div.article-body pre {
	background-color: #f5f5f5;
	padding: 5px 15px;
	margin: 5px 0;
	color: #595d68;
}

/*** img */
div.article-body img.pict {
	margin: 0 5px 5px 0;
}

/*** 記事タグ */
dl.article-tags {
	font-size:83%;
	margin:0px 0px 20px;
}
dl.article-tags dt{
	font-weight:bold;
}
dl.article-tags dt
, dl.article-tags dd {
	display:inline;
	padding:0px;
	margin:0px 7px 0px 0px;
}

/*** プライベートモード */
div.private-mode-announcement {
	border-color: #858585;
	line-height: 135%;
	font-size: 90%;
}

/* ----------------------------------------------- */
/** 記事フッター */

div.article-footer {
	clear:both;
}

ul.article-post {
	list-style-type: none;
	margin: 0 0 20px;
	padding:0px;
	text-align: right;
}

ul.article-post li {
	display: inline;
	min-height: 16px;
	font-size: 82%;
}

ul.article-post li.article-author {
	color:#000;
	padding: 0;
}

ul.article-post li.article-author img {
	vertical-align: middle;
	padding-right: 5px;
	border:0px;
}

ul.article-post li.article-comment-count
, ul.article-post li.article-trackback-count {
	margin-left: 5px;
}

ul.article-post li.article-clip {
	padding-left: 5px;
}
ul.article-post li.article-clip img {
	border: 0;
}

/* =============================================== */
/** 07. Option - トラックバック＆コメントエリア */
/* ----------------------------------------------- */

div#article-options {
	margin-top:20px;
}

div.article-option {
	margin-bottom:30px;
}

div.article-option h3 {
	color:#C95E8E;
	margin:0px;
	padding:0px;
	font-size:83%;
}

/*** 指定しやすいようstyleReset */
	h4.ping-title
	, ul.ping-info
	, ul.ping-info li
	, ul.comment-info
	, ul.comment-info li {
		padding: 0;
		margin: 0;
	}

	ul.ping-info li
	, ul.comment-info li {
		list-style-type: none;
	}

/* ----------------------------------------------- */
/** トラックバックURL */

div#trackback-form ul {
	margin: 0 ;
	padding:15px 0 0;
	text-align:center;
}

div#trackback-form ul li {
	list-style: none;
	display:inline;
	margin: 0;
	padding: 0;
}

div#trackback-form ul li.trackback-form-url {
}

div#trackback-form ul li.trackback-form-url span input {
	width:200px;
}

div#trackback-form ul li.trackback-form-url span {
}

div#trackback-form ul li.trackback-form-submit {
}

div#trackback-form ul li.trackback-form-submit input {}

/* ----------------------------------------------- */
/** トラックバック一覧 */

#trackbacks-list ol{
	font-size:83%;
	padding-top:15px;
}
#trackbacks-list ol li h4{
	display:inline;
	font-weight:normal;

}
#trackbacks-list ol li.trackback-set ul{
	display:inline;
}
#trackbacks-list ol li.trackback-set ul li{
	margin-left:10px;
}


div.trackback-set {}

h4.ping-title {}

ul.ping-info {}

ul.ping-info li.ping-blog-name {
	display:inline;
}

ul.ping-info li.ping-blog-name span {
}

ul.ping-info li.ping-date {
	display:inline;
}

ul.ping-info li.ping-excerpt {
	display:block;
	padding:5px 0px 20px 5px;
}

ul.ping-info li.ping-excerpt img.trackback-rating {}

/* ----------------------------------------------- */
/** コメント一覧 */
#comments-list ol{
	font-size:83%;
	padding-top:15px;
}
#comments-list ol li h4{
	display:inline;
	font-weight:normal;

}
#comments-list ol li.comment-set ul{
	display:inline;
}
#comments-list ol li.comment-set ul li{
}

ul.comment-info li.comment-author {
	display:inline;
}
ul.comment-info li.comment-date {
	display:inline;
	margin-left:10px;
}

ul.comment-info li.comment-body {
	display:block;
	padding:5px 0px 20px 15px;
}


/* ----------------------------------------------- */
/** コメントフォーム */

div#comment-form-body {
	margin-top:15px;
}

div#comment-form-body table {
	width:500px;
	font-size:83%;
}

div#comment-form-body table th {
	width:1%;
	white-space:nowrap;
	padding-right:20px;
}
div#comment-form-body table td{}
input#author {
	width: 70%;
}

input#email {
	width: 70%;
}

input#url {
	width: 90%;
}

input#bake {
	margin: 0 0 0 5px;
}

textarea#text {
	width: 100%;
	height: 250px;
}

input.button {
	margin-top: 10px;
	width: 80px;
}

div#comment-form-body table tr.input-etc td {
}

label.input-rating {
	margin-left: 20px;
}

label.input-rating select {
	margin-left: 3px;
}
div#comment-form-body table tr.input-facemark td{
	padding:5px 0px;
}
label.input-rating-face {
	margin-left: 5px;
}

label.input-rating-star {}

div#comment-form-body table tr.submit td {
	text-align: center;
}

/*** コメント認証 */
div.comment-auth-announcement {
	margin: 10px 0;
	border-color: #858585;
	font-size: 90%;
}

div.comment-auth-announcement p a {
	margin: 0 3px;
}

/* =============================================== */
/** 08. Sub & Extra - プラグインエリア */
/* ----------------------------------------------- */

div.sidetitlebody {}
div.sidetitle {
	color:#C95E8E;
	padding-top:20px;
	font-size: 83%;
	font-weight: bold;
	background:url(http://parts.blog.livedoor.jp/img/usr/sweet_sweet_day/sidebar_title.gif) no-repeat 50% 0;
	margin-bottom:10px;
	text-align:center;
}

div.sidetop
, div.sidebottom {
	display: none;
}

div.side {
	font-size: 83%;
	margin-bottom:20px;
}

div.sidebody {
	background: url(http://parts.blog.livedoor.jp/img/usr/sweet_sweet_day/dot.gif) no-repeat 0 4px;
	padding: 0 0 5px 5px;
	line-height:1.4em;
	text-align: left;
}

/* ----------------------------------------------- */
/** Calendar */

div.calendarheadbody {}
div.calendarheadbody div.calendarhead {
	color:#C95E8E;
	padding-top:20px;
	font-size: 83%;
	font-weight: bold;
	background:url(http://parts.blog.livedoor.jp/img/usr/sweet_sweet_day/sidebar_title.gif) no-repeat 50% 0;
	margin-bottom:10px;
	text-align:center;
}

div#sub div.calendarheadbody div.calendarhead a
, div#extra div.calendarheadbody div.calendarhead a {
	color: #C95E8E;
}

div.caltop
, div.calbottom {
	display: none;
}

div.calbody {
	text-align:center;
	margin-bottom:20px;
}

table.caltbl {
	width:160px;
	margin: 0 auto;
}
div.calbody table.calendartable {}
td.caltblwkbg {}
td.calendarwd {}
td table.caltblwk td {
	font-size:10px;
	padding:3px 0px;
	font-family:arial;
}

td table.caltblwk td.weekday {}
td table.caltblwk td.sat {}
td table.caltblwk td.sun {}
td table.caltblwk td span.calendarweek {}
td.caltbldaybg {}
td table.caltblday {}
td table.caltblday td {
	font-size:10px;
	padding:3px 0px;
	text-align: center;
}
td table.caltblday td.caloff {}
td table.caltblday td.calendard {}
td table.caltblday td.calon {}
td table.caltblday td.calon a {}
td table.caltblday td.calendardbg {}
td table.caltblday td span.calendar {}

/* ----------------------------------------------- */
/** Plugins */

.nickname {
	font-weight: bold;
	margin: 10px 0;
}

.message {
	text-align: left;
	line-height: 125%;
}

/* ----------------------------------------------- */
/** LDServices */

ul#ld-services {
	background: url(http://parts.blog.livedoor.jp/img/usr/default_2008_sky/banner_base.gif) no-repeat center;
	padding-top: 20px;
}

/* =============================================== */
/** 09. Header & Footer - ヘッダー・フッター */
/* ----------------------------------------------- */
/** Header */

table#header {
	font-size: 75%;
}

/* ----------------------------------------------- */
/** Footer */

div.footer-outer {
	width:790px;
	margin:0px auto;
	text-align:center;
	background:url(http://parts.blog.livedoor.jp/img/usr/sweet_sweet_day/content_bg_2c.gif) repeat-y 0 0;
}

div.footer-outer-2 {}

div#footer {}

div#footer p {
	font-size:83%;
	padding:30px 0px 10px 197px;
}

/* =============================================== */
/** 10. Others - ADエリア etc. */
/* ----------------------------------------------- */
/** ADエリア */

div#ad {
	overflow: hidden;
	text-align: center;
}

div#ad iframe {
	margin: 10px auto;
}

div.gAdsense {
	padding: 10px 0;
}

body.ad {
	background: transparent;
}

a.adtitle {
	color: #00f!important;
	font-weight: bold;
}

a.adtitle span {
	font-size: 90%!important;
}

a.addescription {
	color: #000!important;
}

a.addescription span {
	font-size: 82%!important;
}

a.adurl {
	color: #090!important;
	text-decoration: none;
}

a.adurl span {
	font-size: 82%!important;
}

a.adld {
	color: #000!important;
	text-decoration: underline;
	font-size: 110%;
}


/* Update History
==================================================
New
・記事タグ（ArticleTagsListInternal） の指定箇所を共通CSSに移行

Past
・article-body-inner 追加, body最低幅（min-width）設定
・独自タグ ArticlePager, ArchivesPager 再定義・導入
・CSS 整理
・独自タグ ArticleTagsList, TrackBackForm, TrackBacksList, CommentsList, CommentForm, BlogFooter 定義・導入
・プライベートモード, コメントフォームの認証アナウンス 変更
・Authorアイコン 修正
・IE用に若干修正（記事タグ, 記事下AD枠 etc.）

・2007.12.28 リリース
==================================================
*/

/* End */