\@charset "UTF-8";

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

 Update : 2009.02.26
==================================================
*/


/* 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: #515642;
}

/* a */
a {/* 下線を出さない */
	text-decoration: none;
	color:#ff4800;
}

a:hover {/* 下線を出す */
	text-decoration: underline;
}


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


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

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

div.article-body a:link
, div.article-body a:active {
	color: #0e8cfe;
}

div.article-body a:visited {
	color: #858e96;
}
/* -----　記事タイトル　------ */
h2.article-title a:link
, h2.article-title a:active
, h2.article-title a:visited {
	color: #ff9000;
	text-decoration: none;
}

h2.article-title a:hover {
	color: #ff9000;
	text-decoration: underline;
}
/* ----------- */

ul.article-post li a {
	color: #000000;
}

dl.article-category dd a {
	color: #b89c2c;
}

div.pager a {
	color: #696969;
}

div.article-date-outer {
	color: #8abd00;
}

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

div.article-body a:link
, div.article-body a:active {
	color: #0e8cfe;
}

div.article-body a:visited {
	color: #858e96;
}

div.article-option h3 {
	color: #0287ff;
}

div.trackback-set a
, div.comment-set a {
	color: #000000;
}

div.comment-auth-announcement p a {
	color: #000000;
	font-weight: bold;
}

div.calendarhead {
	color: #04226a;
}

div.calendarhead a {
	color: #00418b;
}

div.side a:link
, div.side a:active {
	color: #000000;
}

div.side a:visited {
	color: #858e96;
}

div.side a:hover {
	color: #3771a6;
}

div.sidetitle {
	color: #e42000;
}

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

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

div#footer p
, div#footer p a {
	color: #007ebf;
}

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

div#main a:visited{
}

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

div#sub a:hover
, div#extra a:hover {
	color: #7a7f43;
}

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

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: url(http://livedoor.blogimg.jp/okamoooooo/imgs/e/f/ef5ff27f.jpg); /*背景画像*/
	background-position: top center; /* 上で真ん中 */
	background-attachment: fixed; /* スクロールして付いてくる */
}

div#container {
	width: 940px;
	margin: 0 auto;
	padding-bottom: 25px;
	position: relative;
}

div#content {}

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

div#main {
	float: left;
	display: inline;
	width: 100%;
	margin: 0 -220px 0 0;/* 上 右 下 左 */
}

div#main div.column-inner {
	margin: 0 230px 0 0;/* 上 右 下 左 */
}

/* サブ */
div#sub {
	float: right;
	display: inline;
	width: 170px;
	padding-top: 5px;
}

div#sub div.column-inner {
}

div#sub_end {
	clear: right;
	float: right;
	display: inline;
	width: 170px;
	padding-bottom: 40px;
	margin-bottom:20px;
}

/* 下の段のサブ */
div#extra {
	clear: right;
	float: right;
	display: inline;
	width: 170px;
}

div#extra div.column-inner {}

div#extra_end {
	clear: right;
	float: right;
	display: inline;
	width: 170px;
	padding-bottom: 40px;
	margin-bottom:20px;
}

/* ----------------------------------------------- */
/** 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
, div.article-body
, div.article-footer
, h2.article-title
, div.pager
, ul
, div.index-navigator-outer {
	height: 1%;
}

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

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

/* ヘッダ画像部分 */
div.blog-title-outer {
	background: #fff url(http://livedoor.blogimg.jp/km__2/imgs/a/6/a6f7a4cf.jpg) no-repeat right top;/* 背景画像：右上 */
	width:940px;
	height:500px;
	text-align: left;
	margin-bottom: 10px;
	text-decoration: none;
}

/* ブログ説明文 */
p#blog-description {
	color:#ff0000; /*文字の色*/
	font-size:14.5px; /*文字のサイズ*/
	font-weight:bold; /*文字の太さ*/
	line-height:1.45; /*行間*/
	margin:0px; /*文字*/
	position:relative;
	text-align:center;


	top:300px; /*文字の位置 上からの距離 数字が少ない方が上へ行く*/
	padding:0px 710px 0px 0px; /*文字の横位置 数字が少ない方が左へ行く*/

	white-space:pre;/*説明文が改行できるようにする*/
}

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

div.archives-title-outer {
	width:750px;
	margin-bottom: 10px;
}

div.archives-title-outer-2 {
	padding-top: 15px;
}

div.archives-title-outer-3 {
	padding-right: 20px;
}

h2.archives-title {
	margin: 0;
	padding: 0 0 0px;/*上 左右 下*/
	text-align: center;
	font-size: 108%;
	color:#ff7200;
}

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

div.pager {
	width:750px;
	background: #fff ;
	margin-bottom: 10px;
	text-align: left;
}

div.pager-inner {
}

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

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

ul.index-navigator {
	padding: 10px 0 0;
	font-size: 90%;
}

ul.index-navigator li a {
	padding: 0 7px;
}

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

ul.archives-pager {
	list-style-type: none;
	padding-top: 10px;
	font-size: 90%;
}

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

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

ul.archives-pager li.both {
}

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

ul.article-pager {
	padding-top: 15px;
	font-size: 90%;
}

ul.article-pager li {
	float: left;
	width: 49%;
	line-height: 1.25;
}

/* = special tech ... borderの高さを揃えるため */
ul.article-pager {
	overflow: hidden;
}

ul.article-pager li {
	padding-top: 1px;/* 1px余白（上部） */
	padding-bottom: 32768px;
	margin-bottom: -32767px;/* 1px余白（下部） */
}

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 {
	text-align: left;
	margin-bottom: 30px;
}

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

div.article-header {
	background: url(http://livedoor.blogimg.jp/okamoooooo/imgs/8/d/8d495230.jpg) no-repeat right top;/* 背景画像 */
	width:750px;
	height:160px;
	padding-top: 20px;
}

/*** 日付 */
div.article-date-outer {
	float: left;
	padding-left: 500px;
	font-size: 90%;
	font-weight: bold;
}

div.article-date-outer span.article-date {
	margin-right: 3px;
	margin-right: 0.25em;
}

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

/*** カテゴリ */
div.article-category-outer {
	color:#9a947a;
	text-align:right;
	margin-left: 12.5em;/* 日付の幅 */
	padding: 0px 10px 0px 0px;/* [上][右][下][左] */
	width:540px;
}

div.article-category-outer dl.article-category {
	margin: 0;
	padding: 0;
	line-height: 1.25;
}

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

div.article-category-outer dl.article-category dt {
	width: 0;
	height: 0;
}

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

/** 記事タイトル */
div.article-title-outer {
	text-align:center;
}

h2.article-title {
	color:#ff9000;
	clear: left;
	margin: 0;
	padding: 28px 150px 15px 166px;/* [上][右][下][左] */
	font-size: 95%;
	font-weight: bold;
}

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

div.article-body {
	width:750px;
	color:#254400;
	background-color: #ffffff;
	background: url(http://livedoor.blogimg.jp/okamoooooo/imgs/2/4/24be765e.jpg);/* 背景画像 */
	padding: 10px 0px 5px;/* [上][左右][下] */
	line-height: 170%;
	font-size: 87%;
}

div.article-body-inner {
	width:730px;
	padding: 0px 10px 0px;/* [上][左右][下] */
	overflow: hidden;
}

/** 続きを読む */
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;
}

/*** 共通テーマ */
body.default_2008 dl.common-theme {
	margin: 0 10px 25px;
}

/*** 記事タグ */
body.default_2008 dl.article-tags {
	margin: 25px 10px 0;
}

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

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

div.article-footer {
	width:750px;
	background-color: #ffffff;
	padding: 0 0px;
}

ul.article-post {
	width:730px;
	height:33px;
	background: url(http://livedoor.blogimg.jp/okamoooooo/imgs/6/3/631e3ef9.jpg);/* 背景画像 */
	margin: 0 0 20px;/* [上][左右][下] */
	padding: 20px 10px 0; /* [上][左右][下] */
	text-align: right;
}

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

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

div#article-options {
	background-color: #ffffff;
	padding: 10px 20px;
}

div.article-option {
	padding: 15px 0;
}

div.article-option h3 {
	margin: 0 0 10px;
	padding: 0;
	font-size: 100%;
}

/*** 指定しやすいよう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 30px;
	padding: 0;
}

div#trackback-form ul li {
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
}

div#trackback-form ul li.trackback-form-url {
	width: 100%;
	margin-right: -90px;
}

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

div#trackback-form ul li.trackback-form-url span {
	display: block;
	padding-right: 100px;
	/* >> trackbackURL とsubmitボタンとの余白 100px-90px=10px となる */
}

div#trackback-form ul li.trackback-form-submit {
	width: 80px;
}

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

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

div.trackback-set {
	padding: 0 0 10px 20px;
	font-size: 90%;
}

h4.ping-title {
	display: inline;
	font-size: 100%;
	font-weight: normal;
}

ul.ping-info {
	display: inline;
}

ul.ping-info li.ping-blog-name {
	display: inline;
	margin-left: 20px;
}

ul.ping-info li.ping-blog-name span {
	margin: 0 10px;
}

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

ul.ping-info li.ping-excerpt {
	display: block;
	margin-top: 5px;
	margin-left: 10px;
}

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

/* ----------------------------------------------- */
/** コメント一覧 */

li.comment-set {
	padding: 0 0 10px 20px;
	font-size: 90%;
}

ul.comment-info li.comment-author {
	display: inline;
}

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

ul.comment-info li {
	display: inline;
}

ul.comment-info li.comment-body {
	display: block;
	margin-top: 5px;
	margin-left: 10px;
}

ul.comment-info li.comment-body img.trackback-rating {}

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

div#comment-form-body {
	background-color: #f5f5f5;
	padding: 15px 0 15px 50px;
}

div#comment-form-body table {
	border: 0;
	width: 80%;
	line-height: 25px;
	font-size: 90%;
}

div#comment-form-body table th {
	width: 3em;
	padding-right: 5px;
	text-align: right;
	font-weight: normal;
}

input#author {
	width: 65%;
}

input#email {
	width: 65%;
}

input#url {
	width: 85%;
}

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

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

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

div#comment-form-body table tr.input-etc td {
	padding-top: 6px;
}

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

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

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;
}

/* ----------------------------------------------- */
/** 関連記事 */

div.related-articles{
	padding: 15px 10px 0;/* [上][左右][下] */
}
div.related-articles h3{
  color: #0287ff;
	margin: 0 0 10px;
	padding: 0;
	font-size: 100%;
}
div.related-articles ul{
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.2;
}
div.related-articles ul li{
	background: url(http://parts.blog.livedoor.jp/img/usr/livedoor/web_directors/side_body.gif) no-repeat 0 8px;
	padding: 0 0 5px 9px;
	margin-left: 5px;
}


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

div.sidetitlebody {}
div.sidetitle {
	padding: 17px 15px 0px;/* [上][左右][下] */
	text-align: center;
	font-size: 80%;
	font-weight: bold;
	height:53px;
	background: #fff url(http://livedoor.blogimg.jp/okamoooooo/imgs/b/c/bc7b5454.jpg) no-repeat top;/* 背景画像：上 */
}

div.sidetop{
	display: none;
}

div.side {
	margin: 0px;
	padding: 0 5px;
	text-align: center;
	font-size: 80%;
	background: #fff url(http://livedoor.blogimg.jp/okamoooooo/imgs/5/9/59587a8c.jpg) repeat-y;/* 背景画像 */
}

div.sidebody {
	background: url(http://livedoor.blogimg.jp/okamoooooo/imgs/a/2/a2ab30f1.jpg) no-repeat 0 3px;
	padding: 0 0 5px 12px;/* [上][右][下][左] */
	margin-left: 3px;
	text-align: left;
}

div.sidebottom {
	margin-bottom: 20px;
	height:56px;
	background: url(http://livedoor.blogimg.jp/okamoooooo/imgs/6/3/6385fbe3.jpg) no-repeat;
}


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

div.calendarheadbody {
	width:170px;
	height:50px;
	padding-top:20px;
	background: url(http://livedoor.blogimg.jp/okamoooooo/imgs/b/c/bc7b5454.jpg) no-repeat;
}
div.calendarheadbody div.calendarhead {
	padding: 0 20px 10px;
	text-align: center;
	color: #e42000;
	font-size: 80%;
	font-weight: bold;
}

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

div.caltop{
	display: none;
}

div.calbody {
	width:170px;
	padding-top:5px;
	background: url(http://livedoor.blogimg.jp/okamoooooo/imgs/5/9/59587a8c.jpg) repeat-y;
}

div.calbottom {
	width:170px;
	height:56px;
	background: url(http://livedoor.blogimg.jp/okamoooooo/imgs/6/3/6385fbe3.jpg) no-repeat;
	margin-bottom:20px;
}

table.caltbl {
	width: 160px;
	margin: 0 auto;
	border: 0;
}
div.calbody table.calendartable {}
td.caltblwkbg {}
td.calendarwd {}
td table.caltblwk td {
	font-size: 90%;
	font-weight: bold;
	height: 20px;
}

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 {
	margin: 0 auto 20px;
	width: 160px;
	color: #8d8d8d;
	font-size: 82%;
}
td table.caltblday td {
	width: 20px;
	height: 20px;
	padding: 0;
	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 {}
/* ----------------------------------------------- */
/** プロフィール（プラグイン） */

.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/aqua/banner_base.gif) no-repeat center;
	padding-top: 20px;
}

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

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

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

div.footer-outer {
	margin: 0;
	padding: 0;
	width: 940px;
	height:142px;
	background: url(http://livedoor.blogimg.jp/okamoooooo/imgs/a/2/a2d226a2.jpg) no-repeat center bottom;/* 背景画像：右上 */
	text-align:center;
/* 以下の二つでセンターに持ってきてる※TOP以外のページで */
	margin-left:auto;
	margin-right:auto;
}

div#footer p {
	padding:100px 0 0 575px;/* [上][右][下][左] */
	font-size:11px; /*文字のサイズ*/
	color:#095d92;
}

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

div#ad {
	margin: 10px auto 0;
	text-align: center;
}

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

div.gAdsense {
	padding: 10px 0;
}

body.ad {
	background: transparent;
	text-align: left;
}

a.adtitle {
	color: #0000ff!important;
	font-weight: bold;
}

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

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

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

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

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

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

.adbox{}
.adbox .adtop{
	background: url(http://parts.blog.livedoor.jp/img/usr/default_2008/aqua/ads_off.gif) no-repeat left 7px;
	padding-left: 20px !important;
}
.adhover{}
.adhover .adtop{
	background: url(http://parts.blog.livedoor.jp/img/usr/default_2008/aqua/ads_on.gif) no-repeat left 7px;
	padding-left: 20px !important;
}


/* =============================================== */
/** 11. メッセージボード設定 */
/* ----------------------------------------------- */
div.message-board-outer {
	width:750px;
	margin-bottom: 10px;
	margin-top: 10px;
}

div.message-board {
	padding: 10px;
	line-height: 1.4;
	text-align: left;
	border-width: 1px;
	border-style: solid;
	border-color:#b5df43;
/*	white-space:pre;*//*説明文が改行できるようにする*/
}

div.message-font{
	font-size: 14px;
}

div.message-board a{
 color:#008abd;
}

/**/