@charset "EUC-JP";

/*
Theme Name: Sky　空を見上げて
Theme URI: http://livedoor.decoweb.jp/
Description: 空を見上げているような気持ちになれるテンプレート
Version: two-right
Author: decoweb
Author URI: http://www.decoweb.jp/
*/

/*************** リンク定義 ***************/

/*** リンク設定 ***/

a:link,
a:visited,
a:active{
	color: #7DBBFF;
}

a:hover{
	color: #7DBBFF;
	text-decoration: none;
}

#contents .entry-title a:link,
#contents .entry-title a:visited{
	color: #7DBBFF;
	text-decoration: none;
}

#contents .entry-title a:hover{
	color: #CAE3FF;
	text-decoration: underline;
}

/*************** body ***************/

body{
	margin: 0;
	padding: 0;
	font-size: small;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', verdana, Arial, 'trebuchet ms', sans-serif, 'ＭＳ Ｐゴシック';
	background: url(http://image.blog.livedoor.jp/natumegu2008/imgs/2/c/2c6f3cbc.jpg) repeat-x top #DFF3FF;
	color: #999;
	word-wrap: break-word;
}

img{
	border: 0;
}

div#main-container
{
	width: 800px;
	margin: 0 auto;
	padding: 0;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	background: #FFF;
}

/*************** ヘッダー  ***************/

div#banner
{
	width: 800px;
	margin: 0 auto;
	padding: 0;
	background: #FFF;
	border-bottom: 10px solid #CAE3FF;
}

/*** h1 ---- ヘッダー内サイトタイトル ***/

div#banner h1, div#banner h2{
	font-size: large;
	margin: 0;
	padding: 10px 10px;
}

/*** ヘッダー内サブタイトル ***/

div#banner-description{
	margin: 0;
	padding: 10px 10px;
	color: #999;
}

/*** ヘッダー内リンク ***/

div#banner a{
	color: #7DBBFF;
	text-decoration: none;
}

div#banner a:hover{
	color: #7DBBFF;
	text-decoration: underline;
}

/*************** 切替写真  ***************/

#photo
{
	width: 800px;
	height: 150px;
	margin: 0 auto;
	padding: 0;
	border-bottom: 20px solid #CAE3FF;
}

/*************** メイン（左中右カラム）  ***************/

div#main{
	width: 800px;
	margin: 0 auto;
	padding: 0 0 20px 0;
}

/*************** コンテンツ（中央カラム） ***************/

/****** 中央カラムレイアウト ******/

#contents{
	width: 600px;
	float: left;
	overflow: hidden;
	padding: 20px 0 0 0;
}

/****** コンテンツ内定義 ******/

div.contents-main{
	width: 570px;
	margin: 0;
	padding: 0 10px 0 20px;
}

/*** エントリーボディ内 h2 ***/
/*** コメント内 h2 ***/
/*** トラックバック内 h2 ***/

.entry-body h2,
.comment h2,
.trackback h2{
	margin: 10px 0;
	padding: 0 5px;
	font-size: small;
	border-bottom: double #7DBBFF;
}

/*** エントリーボディ内 h3 ***/
/*** コメント内 h3 ***/
/*** トラックバック内 h3 ***/

.entry-body h3,
.comment h3,
.trackback h3 {
	margin: 10px 0;
	padding: 0 5px;
	font-size: small;
	border-bottom: 2px solid #7DBBFF;
}

/*** エントリーボディ内 h4 ***/
/*** コメント内 h4 ***/
/*** トラックバック内 h4 ***/

.entry-body h4,
.comment h4,
.trackback h4 {
	margin: 10px 0;
	padding: 0 5px;
	font-size: small;
	border-bottom: 1px dotted #7DBBFF;
}

/*** エントリーボディ内 blockquote ***/

.entry-body blockquote{
	width: 90%;
	margin: 10px auto;
	padding: 5px;
	border: 1px dotted #7DBBFF;
}

/*** エントリーボディ内 ol ul ***/
/*** コメント内 ol ul ***/
/*** トラックバック内 ol ul ***/

.entry-body ul,
.comment ul,
.trackback ul,
.entry-body ol,
.comment ol,
.trackback ol{
	margin: 5px 0 10px 5px;
	padding: 0;
}

.entry-body li,
.comment li,
.trackback li{
	margin: 3px 0 3px 25px;
}

/*** 続きを読む ***/

a.continues{
	float: left;
	margin: 20px 0;
}

/*** コンテンツ内パンくず ***/

.pankz{
	margin: 5px 0;
	padding: 0;
	font-size: x-small;
	text-align:right;
}

/*** コンテンツ内ページナビ ***/

.page-navi{
	margin: 5px 0;
	padding: 0;
	font-size: x-small;
}

/****** エントリー ******/

div.entry{
	width: 570px;
	margin: 0 0 40px 0;
}

/****** 見出し上日付 ******/

.entry-date{
	text-align: right;
	font-size: small;
	margin-top: 10px;
}

/****** エントリーヘッダー ******/
/*** h2 ---- コンテンツ内の見出し ***/

#contents h1.entry-title, #contents h2.entry-title{
	margin: 0 0 15px 0;
	padding: 10px 5px 10px 50px;
	font-size: small;
	letter-spacing: .1em;
	background: url(http://image.blog.livedoor.jp/natumegu2008/imgs/0/a/0a20cba7.gif) no-repeat top left;
}

/****** エントリーボディ ******/
/****** コメント ******/
/****** トラックバック ******/

.entry-body,
.comment,
.trackback{
	line-height: 1.5;
	letter-spacing: .1em;
	margin: 0;
	padding: 0;
}

br{
  letter-spacing: 0;
}

/*************** タグ ***************/

div.entry-tags{
	margin: 5px 0;
}

/****** タグヘッダー ******/

dl.article-tags {
	margin: 0 20px;
	padding: 0;
}

dl.article-tags dt{
	border-bottom: 1px dotted #999999;
	margin-bottom: 5px;
}

dl.article-tags dd{
	display: inline;
	margin: 0 5px;
	pading: 0;
}

/****** 投稿時間 ******/

div.posted{
	clear: both;
	padding: 5px;
	font-size: x-small;
	text-align: right;
	letter-spacing: 0;
	border-top: 1px solid #7DBBFF;
}

/****** トラックバック、コメント、コメント書き込み ******/

/***  見出し ***/

div.trackbacks-title,
div.comments-title,
div.comments-open-title,
div.category-title{
	margin: 20px 0;
	padding: 5px;
	font-size: small;
	font-weight: bold;
	border: 1px solid #7DBBFF;
}

#trackbacks,
#comments,
#comments-open{
	margin-bottom: 30px;
}

/*** コメントテキスト,トラックバックテキスト ***/

.commenttext,
.trackbacktext{
	margin: 5px 0 15px 0;
}

/*** コメントフォーム ***/

#comment-form *
{
	margin: 0;
	padding: 0;
}

#comment-form{
	margin: 5px 0 0 5px;
}

#comment-form p{
	margin: 10px 0;
}

/*** フォームボタン ***/

#form-button{
	width: 350px;
	text-align: center;
}

textarea#text{
	width: 350px;
}

/*** エラー ***/

#error{
	border: 1px solid #FF0000;
	color: #FF0000;
	padding: 5px;
}

/*** 絵文字 ***/

#emoji{
	width:242px;
	height:167px;
	display: inline;
}

/*************** サイドレイアウト  ***************/

div#side
{
	width: 200px;
	float: right;
	font-size: small;
	overflow: hidden;
}

/*************** サイドバー（左右カラム） ***************/

div.menu *
{
	margin: 0;
	padding: 0;
}

div.menu
{
	width: 180px;
	margin: 10px;
	font-size: small;
	background:	transparent;
	list-style: none;
}

/*** サイドバー内見出し ***/

div.sidetitle{
	margin: 0;
	padding: 10px 5px 10px 40px;
	font-size: small;
	font-weight: bold;
	background: url(http://image.blog.livedoor.jp/natumegu2008/imgs/a/a/aae9153c.jpg) no-repeat left top;
	border-bottom: 1px dotted #7DBBFF;
}

div.menu ul{
	font-size: small;
	margin: 10px 10px 5px 25px;
}

div.menu div.side{
	margin: 10px 0 30px 0;
}

div.sidebottom{
	margin: 0;
	padding: 0;
}

/*** サイドバーリスト ***/

.menu ul,
.menu ol{
	margin: 5px 0 0 25px;
	padding: 5px 0;
}

.menu li{
	padding: 2px 0;
}

/*** サイドリンク ***/

div.sidebody{
	margin: 7px;
	font-size: small;
}

/*************** サイド上部カレンダー ***************/

div.calendarheadbody{
	margin: 5px 0 0 0;
	text-align: center;
}

.calendarheadbody div.calendarhead{
	margin-bottom: 10px;
	font-weight: bold;
}

.calendarhead a{
	font-weight: normal;
	font-size: x-small;
}

div.calbody{
	margin: 5px 0 20px 0;
}

.calbody table{
	width: 180px;
	border-collapse: collapse;
	border: 0;
	line-height: 140%;
}

.calbody th{
	text-align:center;
	font-weight:normal;
}

.calbody td{
	text-align:center;
}

td.weekday{
	font-weight: bold;
}

td.sat{
	font-weight: bold;
	color: #0000FF;
}

td.sun{
	font-weight: bold;
	color: #FF0000;
}

/*************** フッター ***************/

div#footer
{
	clear:both;
	width: 800px;
	margin: 0 auto;
	padding: 5px 0;
	background :#7DBBFF;
	color: #FFF;
}

#footer a{
	color: #FFF;
}

/*** COPYRIGHT ***/

div#copyright{
	text-align: center;
	padding: 5px 5px 0 5px;
}

/*** decoウェブバナー ***/

div#powered{
	text-align: center;
	font-size: x-small;
	padding: 5px;
}

/*************** AD ***************/

div#ad{
	width: 390px;
	margin: 20px 0 10px 0;
	padding: 0;
}

/*************** ライブドア広告ヘッダー ***************/

table#header {
	width: 100%;
	border-bottom: 1px solid #999999;
}

table#header th {
	width: 1%;
}

table#header th img {
	margin: 2px 10px;
}

table#header td.catprbox {
	width: 1%;
	white-space: nowrap;
}

table#header td.catprbox span {
	margin-right: 15px;
}

table#header td.newstickerbox {
	width: 97%;
/*
	text-align: right;
	padding-right: 10px;
*/
}

table#header td.newstickerbox div {
	text-align: left!important;
	padding-left: 10px;
}

table#header td.startblogbox {
	width: 1%;
	padding-right: 20px;
	white-space: nowrap;
}

table#header td.startblogbox img {
	margin-right: 3px;
	border: 0;
	vertical-align: middle;
}

table#header td.startblogbox a.header-nav-livedoor {
	margin-right: 5px;
	border-right: 1px solid;
	padding-right: 5px;
}

table#header a {
	text-decoration: none!important;
}

table#header td {
	height: 16px!important;
}

td.newstickerbox div {
	width: 200px!important;
	height: 14px!important;
}

#header_scroll {
	width: 170px!important;
}

#header_topics div {
	height: 14px!important;
}

/*************** 第四世代-追加 ***************/
/**** Navigator ***/

div.index-navigator-outer {
	margin: 0 auto;
	padding: 15px 0 0 0;
	font-size: x-small;
}

ul.index-navigator,
.article-pager-outer ul.article-pager,
ul.archives-navigator{
	margin: 0 auto;
	padding: 0;
	text-align: center;
	list-style: none;
}

ul.index-navigator li,
ul.article-pager li,
ularchives-navigator li{
	display: inline;
	padding: 0;
	margin: 0 5px;
}

ul.index-navigator li.paging-number ol{
    display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.index-navigator li.paging-number ol a{
	margin: 0;
	padding: 0;
}

/*************** その他スペース ***************/

.elsebody{
	padding: 15px 0 0 0;
	text-align: center;
}

.elsebody img{
	margin: 3px 0;
}

/*** clearfix ***/

.clearfix:after{
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/******************************/
/*\*/
* html .clearfix {
    height: 1em;
}