@charset "EUC-JP";

/*
Theme Name: Cool Roundness Blue
Theme URI: http://livedoor.decoweb.jp/
Description: クールなテンプレート
Version: three
Author: decoweb
Author URI: http://www.decoweb.jp/
*/

/*************** リンク定義 ***************/

/*** リンク設定 ***/

a:link,
a:visited,
a:active{
	color: #666;
}

a:hover{
	color: #999;
	text-decoration: none;
}

#contents .entry-title a:link,
#contents .entry-title a:visited{
	color: #FFF;
	text-decoration: none;
}

#contents .entry-title a:hover{
	color: #EEE;
	text-decoration: underline;
}

.menu a,
.menu a:visited,
.menu a:active{
	color: #FFF;
	text-decoration: underline;
}

.menu a:hover{
	color: #9DB7D0;
	text-decoration: none;
}

#footer a,
#footer a:visited,
#footer a:active,
#calendar a{
	color: #FFF;
	text-decoration: underline;
}

#footer a:hover,
#calendar a:hover{
	color: #9DB7D0;
	text-decoration: none;
}

/*************** 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://livedoor.blogimg.jp/reit_fight/imgs/1/f/1f08c95e.jpg) repeat-x top #3F6081;
	word-wrap: break-word;
	color: #444;
}

img{
	border: 0;
}

div#main-container
{
	width: 860px;
	margin: 0 auto;
	padding: 0;
}

/*************** ヘッダー  ***************/

div#banner
{
	width: 860px;
	height: 80px;
	padding: 10px 0;
}

/*** h1 ---- ヘッダー内サイトタイトル ***/

div#banner h1, div#banner h2{
	font-size: large;
	margin: 0;
	padding: 0;
}

/*** ヘッダー内サブタイトル ***/

div#banner-description{
	font-size: small;
	color: #9DB7D0;
	margin: 5px 0 0 0;
}

/*** ヘッダー内リンク ***/

div#banner a{
	color: #FFF;
	text-decoration: none;
}

div#banner a:hover{
	color: #EEE;
	text-decoration: underline;
}

/*************** メイン（左中右カラム）  ***************/

div#main{
	width: 860px;
	background: url(http://livedoor.blogimg.jp/reit_fight/imgs/a/6/a6a2e9fd.gif) no-repeat top left #FFF;
	margin: 20px 0 0 0;
	padding: 0;
}

/*************** コンテンツ（中央カラム） ***************/

/****** 中央カラムレイアウト ******/

#contents{
	width: 460px;
	float: left;
	position: relative;
	top: 0;
	left: 200px;
	overflow: hidden;
}

/****** コンテンツ内定義 ******/

div.contents-main{
	width: 440px;
	margin: 0;
	padding: 10px;
}

/*** エントリーボディ内 h2 ***/
/*** コメント内 h2 ***/
/*** トラックバック内 h2 ***/

.entry-body h2,
.comment h2,
.trackback h2 {
	margin: 10px 0;
	padding: 0 5px;
	font-size: small;
	border-bottom: double #3F6081;
}

/*** エントリーボディ内 h3 ***/
/*** コメント内 h3 ***/
/*** トラックバック内 h3 ***/

.entry-body h3,
.comment h3,
.trackback h3 {
	margin: 10px 0;
	padding: 0 5px;
	font-size: small;
	border-bottom: 2px solid #3F6081;
}

/*** エントリーボディ内 h4 ***/
/*** コメント内 h4 ***/
/*** トラックバック内 h4 ***/

.entry-body h4,
.comment h4,
.trackback h4 {
	margin: 10px 0;
	padding: 0 5px;
	font-size: small;
	border-bottom: 1px dotted #3F6081;
}

/*** エントリーボディ内 blockquote ***/

.entry-body blockquote{
	width: 90%;
	margin: 10px auto;
	padding: 5px;
	border: 1px dotted #3F6081;
}


/*** エントリーボディ内 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: 440px;
	margin: 0 0 40px 0;
}

/****** 見出し上日付 ******/

.entry-date{
	text-align: right;
	font-size: small;
	margin-bottom: 5px;
}

/****** エントリーヘッダー ******/
/*** h2 ---- コンテンツ内の見出し ***/

div.entry-title-top{
	height: 10px;
	background: url(http://livedoor.blogimg.jp/reit_fight/imgs/b/3/b37fe937.jpg) no-repeat bottom left;
	margin: 0;
	padding: 0;
}

div.entry-title-bottom{
	height: 8px;
	background: url(http://livedoor.blogimg.jp/reit_fight/imgs/1/9/19f11ca5.jpg) no-repeat top left;
	margin: 0 0 20px 0;
	padding: 0;
}

#contents h1.entry-title, #contents h2.entry-title{
	width: 420px;
	margin: 0;
	padding: 0 10px;
	font-size: small;
	letter-spacing: .1em;
	background: #666;
	color: #FFF;
}

/****** エントリーボディ ******/
/****** コメント ******/
/****** トラックバック ******/

.entry-body,
.comment,
.trackback
{
	line-height: 1.5;
	letter-spacing: .1em;
	margin: 0 10px;
	padding: 0;
}

br{
  letter-spacing: 0;
}

/*************** タグ ***************/

div.entry-tags{
	margin: 5px 0;
}

/****** タグヘッダー ******/

dl.article-tags {
	margin: 0;
	padding: 0;
}

dl.article-tags dt{
	margin-bottom: 5px;
}

dl.article-tags dd{
	display: inline;
	margin: 0 0 0 15px;
	pading: 0;
}

/****** 投稿時間 ******/

div.posted{
	clear: both;
	font-size: x-small;
	border-top: 1px solid #CCC;
	text-align: right;
	margin: 5px 0 0 0;
	padding: 5px 0;
	letter-spacing: 0;
}

/****** トラックバック、コメント、コメント書き込み ******/

/***  見出し ***/

div.trackbacks-title,
div.comments-title,
div.comments-open-title,
div.category-title
{
	width: 420px;
	margin: 0;
	padding: 0 10px;
	font-size: small;
	letter-spacing: .1em;
	background: #CCC;
	color: #222;
	font-weight: bold;
}

div.h-title-top{
	height: 10px;
	background: url(http://livedoor.blogimg.jp/reit_fight/imgs/7/8/78234cc7.jpg) no-repeat bottom left;
	margin: 30px 0 0 0;
	padding: 0;
}

div.h-title-bottom{
	height: 8px;
	background: url(http://livedoor.blogimg.jp/reit_fight/imgs/d/6/d673e924.jpg) no-repeat top left;
	margin: 0 0 20px 0;
	padding: 0;
}

#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#left-side
{
	width: 200px;
	float: left;
	position: relative;
	top: 0;
	left: -460px;
	font-size: small;
	overflow: hidden;
}

div#right-side
{
	width: 200px;
	float: left;
	font-size: small;
	overflow: hidden;
}

/*************** サイドバー（左右カラム） ***************/

div.menu *
{
	margin: 0;
	padding: 0;
}

div.menu
{
	width:180px;
	margin: 10px;
	font-size: small;
	list-style: none;
	color: #FFF;
}

div.sidebottom{
	height: 20px;
	margin: 0 0 10px 0;
	background: url(http://livedoor.blogimg.jp/reit_fight/imgs/d/5/d5d06854.jpg) no-repeat top left;
}

/*** サイドバー内見出し ***/

div.sidetitle{
	margin: 0;
	padding: 8px 5px 10px 10px;
	font-size: small;
	font-weight: bold;
	color: #FFF;
	background:	url(http://livedoor.blogimg.jp/reit_fight/imgs/f/4/f4b56097.jpg) no-repeat top center #324B65;
}

div.menu ul{
	font-size: small;
	margin: 10px 10px 5px 25px;
}

div.menu div.side{
	margin: 0;
	padding: 0 5px;
	background: #324B65;
}

/*** サイドバーリスト ***/

div#left-side ul,
div#right-side ul
{
	margin: 0 0 0 25px;
	padding: 5px 0;
}

div#left-side li,
div#right-side li
{
	padding: 2px 0;
}

/*** サイドリンク ***/

div.sidebody{
	margin: 0 10px;
	padding: 2px 0;
	font-size: small;
}

/*************** サイド上部カレンダー ***************/

div.calendarheadbody{
	margin: 5px 0 0 0;
	padding: 8px 5px 5px 10px;
	text-align: center;
	background:	url(http://livedoor.blogimg.jp/reit_fight/imgs/f/4/f4b56097.jpg) no-repeat top center #324B65;
}

.calendarheadbody div.calendarhead{
	margin-bottom: 10px;
	font-weight: bold;
}

.calendarhead a{
	font-weight: normal;
	font-size: x-small;
}

div.calbody{
	margin: 0;
	background: #324B65;
}

div.calbottom{
	height: 20px;
	margin: 0 0 10px 0;
	background: url(http://livedoor.blogimg.jp/reit_fight/imgs/d/5/d5d06854.jpg) no-repeat top left;
}

.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: 860px;
	margin: 0 auto;
	padding: 0;
	background: url(http://livedoor.blogimg.jp/reit_fight/imgs/6/b/6be354bb.gif) no-repeat top left;
	color: #FFF;
}

/*** COPYRIGHT ***/

div#copyright{
	padding-top: 20px;
	text-align: center;
}

/*** decoウェブバナー ***/

div#powered{
	text-align: center;
	font-size: x-small;
	margin-top: 5px;
	padding-bottom: 10px;
}

/*************** AD ***************/

div#ad{
	width: 390px;
	margin: 20px 0 10px 0;
	padding: 0;
}

/*************** ライブドア広告ヘッダー ***************/

table#header {
	width: 100%;
	color: #DDD;
}

#header a:link,
#header a:visited,
#header a:hover{
	color: #DDD;
}

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;
}


/*************** その他スペース ***************/

/*** services ***/

ul#ld-services{
	list-style: none;
	padding: 10px 0;
	text-align: center;
}

/*** Plugin ***/

body.ad{
	background: none;
}

/*** clearfix ***/

.clearfix:after{
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/******************************/
/*\*/
* html .clearfix {
    height: 1em;
}