/********************************************************
*
* Theme Name: fc2.Vicuna Altair
* Theme Type: Prototype
* ※Licence: CC3.0 
* http://creativecommons.org/licenses/by/3.0/deed.ja
* Theme URI: http://fc2.vicuna.jp/
* Special Thanks: uta　http://cumacuma.jp/
* Author: wu
*
* Description:
* このスキンはHTMLソースの簡単な編集でレイアウトの変更等が
* 柔軟に行えるように設計されています。
* また、CSSファイルの張替えにより様々なスキンが利用可能です。
* 詳しくは下記アドレスのfc2.Vicunaのカスタマイズページを参照して下さい。
* ★ http://fc2.vicuna.jp/customize/
*
*********************************************************/

/*======================================
	0-1.★設定1
	固定幅・可変幅の変更
=======================================*/

div#header,
div#content,
div#footer {
	width: 100%;  /* 固定幅に変更可能　例: (800px) */
}

/*======================================
	0-2.★設定2
	文字サイズの変更

	初期は100%の大きさです。
	大きくしたい場合は107%
	小さくしたい場合は85%
=======================================*/

/* 記事本文部分の文字サイズ */

div.textBody {
	font-size: 100%;
}

/* サイドバー(メニュー)部分の文字サイズ */

div#utilities {
	font-size: 100%;
}

/********************************************************
*
*	Title: 1-elements.css
*	Description:
*	デフォルトスタイルのリセットとベーススタイルの定義
*	
*	1-1.Yahoo UI Library Fonts CSS
*	1-2.Settings
*	1-3.Universal selector
*	1-4.Structure Module
*	1-5.Text Module
*	1-6.Hypertext Module
*	1-7.List Module
*	1-8.Edit Module
*	1-9.Forms Module
*	1-10.Tables Module
*	1-11.Image Module
*	1-12.Object Module
*
*********************************************************/

/*======================================

	1-1.Yahoo UI Library Fonts CSS
	*Copyright (c) 2006, Yahoo! Inc. All rights reserved.
	*http://developer.yahoo.com/yui/license.txt

=======================================*/


body {
	font-size: 13px;
	*font-size: small;
	*font: x-small;
}

table {
	font-size: inherit;
	font: 100%;
}

select,
input,
textarea {
	font-size: 99%;
}

/*======================================

	1-2. Font size setting
	
=======================================*/

p,
pre,
cite,
blockquote {
	font-size: 100%;
}

li,dt,dd {
	font-size: 100%;
}

/*======================================

	1-3.Universal selector
	
=======================================*/

* {
	line-height: 1.5;
	font-style: normal;
}

/*======================================

	1-4.Structure Module
	
=======================================*/

body {
	/*padding: 1em 0;*/
	color: #DDDDDD; /* 文字色 */
	background-color: #333333; /* 背景色 */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/*======================================

	1-5.Text Module
	
=======================================*/

p,
pre,
blockquote,
address,
cite {
	margin: 0.5em 0 1em; /* 3つの値は[上], [左右], [下]を指す*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0.8em 0 0.5em;
}

h1 {
	margin: 1em 0 0;
	color: #FFFFFF;
	border-left: 3px solid #F564CD;
}

h1.entry_h1 {
	font-size: 28px;
	font-weight: normal;
	padding-left: 10px;
	/*background: url(http://blog-imgs-26.fc2.com/r/a/s/rastaman/entry-title.png) no-repeat;*/
}

h2 {
	font-size: 33px;
	font-weight: normal;
	color: #FFFFFF;
	border-left: 3px solid #F564CD;
	padding-left: 10px;
}

h3 {
	font-size: 112%;
	color: #666;
}

h4 {
	font-size: 100%;
}

h5 {
	font-size: 100%;
}

h6 {
	font-size: 100%;
}

p {
	line-height: 1.8;
}

br {
	letter-spacing: 0;
}

pre {
	padding: 0.5em 0 0.5em 20px;
	width: 95%;
	max-width: 85%;
	overflow: scroll;
	color: #333;
	background-color: #f5f5f5;
	font-family: "Osaka−等幅", monospace;
}

pre * {
	color: #333;
}

pre[title]:before {
	margin: -0.5em -20px 1em;
	padding: 0.2em 20px;
	display: block; 
	content: attr(title);
	color: #fff;
	background-color:  #bbb;
	font-size: 85%;
}

blockquote {
	margin-left: 10px;
	padding: 0.6em 20px;
	border: 1px dashed #eee;
	background-color: #333333;
	color: #DDDDDD;
}

blockquote * {
	margin: 0!important;
	color: #DDDDDD;
}

blockquote[title]:before {
	margin-bottom: 0.6em;
	display: block;
	content: "引用: "attr(title); 
	color: #000;
}

blockquote[cite]:after {
	padding: 0.8em 20px;
	display: block; 
	content: "引用元: "attr(cite);
	color: #333;
	text-align: right;
}

address {
	color: #666;
}

cite {
	display: block;
	color: #333;
	text-align: right;
}

em {
	font-weight: bold;
}

strong {
	color: #ff4500;
}

code {
	font-family: "Osaka−等幅", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #aaa;
	cursor: help;
}

kbd {
	border: 1px solid #ccc;
	padding: 0 0.3em; 
	background-color: #f5f5f5;
	font-family: "Osaka−等幅", monospace;
	text-transform: uppercase;
}

/*======================================

	1-6.Hypertext Module
	
=======================================*/

a {
	text-decoration: none;
}

a:link {
	color: #F564CD; 
}

a:visited {
	color: #F564CD;
}

a:hover {
	color: #FAFAFA;
}

/*======================================

	1-7.List Module
	
=======================================*/

ul,
ol,
dl {
	margin: 1em 0;
}

ul,
ol,
dl {
	padding: 1px 0;
	list-style-position: inside;
}

ul {
	list-style-type: circle;
}

li,
dt,
dd {
	margin: 0.4em 0;
}

dt {
	margin-top: 0.6em;
}

dd {
	color: #666;
	margin-bottom: 0.6em;
}

li li,
li p,
li pre,
li dt,
li dd,
dd li,
dd p,
dd pre,
dd dt,
dd dd {
	font-size: 100%;
}

li ul,
li ol,
li dl,
li p,
dd ul,
dd ol,
dd dl,
dd p {
	margin: 0.5em 10px;
}

/*======================================

	1-8.Edit Module
	
=======================================*/

del {
	color: #999;
	text-decoration: line-through;
}

del[datetime]:before {
	content: " ( "attr(datetime)"\00524a\009664) ";
}

ins {
	border-bottom: 1px dotted #ccc;
	text-decoration: none;
}

ins[datetime]:before {
	content: " ( "attr(datetime)"\004fee\006b63) ";
}

/*======================================

	1-9.Forms Module
	
=======================================*/

form {
	margin: 1em 0; 
	padding: 1px 0; 
}

form dl,
form p {
	margin: 0.5em 20px;
}

fieldset {
	padding: 0;
	border: 1px solid #ddd;
}

legend {
	margin: 0 1em;
	padding: 0 10px;
	color: #999;
}

input,
textarea {
	margin: 0.5em 10px;
	padding: 1px 0.2em;
	border: 1px solid #ddd;
	font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3",  sans-serif;
	background-color: #f5f5f5;
}

input:hover,
textarea:hover {
	border: 1px solid #aaa;
}

input:focus,
textarea:focus {
	border: 1px solid #000;
}

textarea {
	padding: 0.4em 8px;
}

input.inputField {
	width: 110px;
}

input.submit {
	border-color: #fff;
	color: #fff;
	background-color: #FC8EAE;
	font-size: 85%;
	font-weight: bold;
	text-transform: uppercase;
}

input.submit:hover {
	background-color: #000;
}

input.radio {
	background-color: transparent;
	background-image: none;
	border: none;
}

/*======================================

	1-10.Tables Module
	
=======================================*/

/*
table {
	margin: 1em 0;
	border: 1px solid #ddd;
	background-color: #f5f5f5;
}

th,
td {
	padding: 0 10px;
	border-collapse: separate;
	border-spacing: 1px;
}

th {
	border-right: 1px solid #ccc;
	color: #fff;
	background-color: #aaa;
}

td {
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background-color: #fff;
}
*/

/*======================================

	1-11.Image Module
	
=======================================*/

img {
	border: none;
	vertical-align: bottom;
}

/*======================================

	1-12.Object Module
	
=======================================*/

object,
embed {
	margin: 1em 0;
}

/********************************************************
*
*	Title: 2-class.css
*	Description:
*	汎用クラス
*
*
*********************************************************/
/*--------------------------------------
	.admin
---------------------------------------*/

.admin a {
	padding: 0 10px 0 25px;
	text-decoration: none;
	color: #f65472;
	background: (images/mark/icon_edit.gif) 5px 3px no-repeat;
}

.admin a:hover {
	color: #953844;
}

/*--------------------------------------
	.pager* (ページ分割)
---------------------------------------*/

/*	ul.pager (Newer|Older)
-----------------------------*/

ul.pager {
	text-align: center;
}

ul.pager li {
	display: inline;
	font-weight: bold
}

ul.pager li.newer:before {
	content: "<< ";
}

ul.pager li.older:after {
	content: " >>";
}

/*	p.pagerNum (1|2|3|4)
-----------------------------*/

p.pagerNum {
	text-align: center;
}

p.pagerNum a {
	text-decoration: none;
	border-bottom: none;
}

p.pagerNum strong {

}

/*--------------------------------------
	.count
---------------------------------------*/

.count {
	color: #aaa;
}

/*--------------------------------------
	.feed
---------------------------------------*/

li.atom,
li.rss {
	padding-left: 20px!important;
	background: url(http://blog-imgs-12.fc2.com/v/i/c/vicuna01/icon_feed.gif) 0 0.1em no-repeat!important;
}

li.atom a,
li.rss a {

}

/*--------------------------------------
	dl.data
---------------------------------------*/

dl.data {
	padding: 0;
	border-right: 1px solid #eee;
}

dl.data dt {
	margin: 0;
	padding: 0.1em 0 0.1em 1em;
	border-top: 1px solid #eee;
	width: 10em;
	float: left;
	color: #333;
}
	
dl.data dd {
	margin: 0 0 0 10em;
	padding: 0.1em 1em;
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	color: #999;
}

/*--------------------------------------
	float
---------------------------------------*/

.img_L {
	margin-right: 1em!important;
	margin-top: 1em!important;
	float: left;
}

.img_R {
	margin-left: 1em!important;
	margin-top: 1em!important;
	float: right;
}

.clear {
	display: block;
	clear: both;
}

/*--------------------------------------
	clearFix改
---------------------------------------*/

ul#globalNavi,
div#utilities,
.textBody,
ul.flip {
	_height: 1px;
	min-height: 1px;
}

ul#globalNavi:after,
div#utilities:after,
.textBody:after,
ul.flip:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/* for MacIE5 \*//*/
ul#globalNavi,
div#utilities,
.textBody,
ul.flip {
	height: auto;
	overflow: hidden;
}
/* end */

/********************************************************
*
*	Title: 3-context.css
*	Description:
*	文脈によって変わるスタイル
*
*
*********************************************************/

/*======================================

	3-1.div#header
	
=======================================*/

div#header {
	/*padding: 1px 0 5px;*/
	/*margin-top: 10px;*/
	/*margin-bottom: 5px;*/
	position: relative;
}

/*--------------------------------------
	3-1-1. サイトタイトル
---------------------------------------*/

div#header p.siteName {
	margin: 0px;
	line-height: 1;
	font-size: 144%;
	font-weight: bold;
}

div#header p.siteName a {
	border-bottom: none;
	color: #bc3f00;
	text-decoration: none;
}

div#header p.siteName a:hover {
	color: #dc6620;
}

/*--------------------------------------
	3-1-2. 概要
---------------------------------------*/

div#header p.description {
	margin: 0;
	color: #bbb;
	font-size: 100%;
}

/*======================================

	3-2.div#content
	
=======================================*/

div#content {
	padding: 1px 0;
	position: relative;
	padding-bottom: 1px;
}

div#content p.return {
	clear: both;
	text-align: right;
}

body.mainIndex h1 {
	display: none; /*body.mainIndexのh1は非表示 */
}

/*======================================

	3-3. div#main
	
=======================================*/

div#main {
	padding: 1px 0;
}

/*--------------------------------------
	3-3-1. トピックパス
---------------------------------------*/

p.topicPath {
	margin: 0 0 0.7em;
	padding-top: 0.6em; /* ie6 */
	line-height: 1;
	font-size: 100%;
	font-weight: bold;
}

p.topicPath span.current {
	padding: 0 0.5em;
	color: #000;
	background-color: #f5f5f5;
}

/*--------------------------------------
	3-3-2. 上部 記事ナビ (Newer | Older)
---------------------------------------*/

ul#flip1 {
	margin: 0;
}

ul#flip1 li {
	margin: 0;
	display: inline;
	font-size: 100%;
	text-transform: lowercase;
}

ul#flip1 li a {
	padding: 0 0.5em;
	border-bottom: none;
	display: block;
	float: left;
	width: 3em;
	color: #fff;
	background-color: #dc6620;
	text-decoration: none;
	text-align: center;
}

ul#flip1 li.older a {
	border-left: 1px solid #fff;
	background-color: #bc3f00;
}

ul#flip1 li a:hover {
	background-color: #000;
}

/*--------------------------------------
	3-3-3. div.entry
---------------------------------------*/

div.entry {
	margin: 0 0 1.5em 0;
	padding: 5px 0 0 0;
}

div.textBody {
	padding-left: 0!important;
	padding-right: 0!important;
}

/* 3-3-3-1. 記事見出し
-----------------------------*/

div.entry h2 {
	margin-bottom: 0;
	font-size: 28px;
	font-weight: normal;
	/*background: url(http://blog-imgs-26.fc2.com/r/a/s/rastaman/entry-title.png) no-repeat;*/
}

div.entry h2 a {
	color: #FFFFFF;
	border-bottom: 1px solid #ddd;
	text-decoration: none;

}

div.entry h2 a:visited {
	border-bottom: 1px solid #eee;
}

div.entry h2 a:hover {
	color: #FFFFFF;
}

div.section h2 {
	margin-top: 0px;
}

/* 3-3-3-2. 日付・カテゴリ 
-----------------------------*/

div.entry ul.info {
	margin-top: 0;
	margin-bottom: 0;
}

div.entry ul.info li {
	margin: 1px 0.5em 1px 0;
	display: inline;
	color: #999;
	font-size: 85%;
}


/* 3-3-3-3. 本文
-----------------------------*/

div.entry div.textBody {
	margin: 1px 0;
	padding: 1px 0;
	letter-spacing: 1px;
}

div.entry div.textBody h2 {
	margin-top: 2em;
}

/*本文内に出現するリンクされた画像*/

div.entry div.textBody a img {
	/*border: 3px solid #eee;*/
	border: 1px dashed #DDDDDD;
}

div.entry div.textBody img {
	border: 1px dashed #DDDDDD;
}

div.entry div.textBody a:hover img {
	/*border: 3px solid #dc6620;*/
	border: 1px dashed #DDDDDD;
}

/* 3-3-3-4. Continue Reading (続きを読む)
-----------------------------*/

p.continue {
	text-align: right;
}

p.continue a {
	padding: 0 0.5em;
	color: #F83398;
	/* background-color: #eee; */
	text-decoration: underline;
}

div.entry div.textBody p.continue img {
	border: 0px;
}

p.continue a:hover {
	color: #fff;
	background-color: #000;
}

/* 3-3-3-5. リアクションリンク
-----------------------------*/

div.entry ul.reaction {
	margin-top: 0;
	text-align: right;
	border-top: 1px dashed #777777;
}

div.entry ul.reaction li {
	margin: 0.1em 10px 0.1em 0;
	display: inline;
}

div.entry ul.reaction li a {
	border-bottom: none;
}

div.entry ul.reaction li a:link {
	color: #F83398; 
}

div.entry ul.reaction li a:visited {
	color: #F83398; 
}

 div.entry ul.reaction li a:hover {
	color: #FAFAFA;
}

/* 3-3-3-6. 下部 記事ナビ (Newer | Older)
-----------------------------*/

#flip2 {
	padding: 0.3em 0;
	border: 1px solid #eee;
}

#flip2 li {
	margin-left: 10px;
	color: #DDDDDD;
}


/* 3-3-3-7. Comment Log
-----------------------------*/

div#comments {
	margin-top: 5px;
	padding: 1px 0;
}

div#comments h2 {

}

div#comments dl.log {

}

div#comments dl.log dt {
	margin: 0;
}

div#comments dl.log dt span.name {
	margin-right: 0.5em;
	color: #000;
}

div#comments dl.log dt span.date {
	color: #999;

}

div#comments dl.log dd {
	margin: 0 0 0.8em 0;
	border-bottom: 1px solid #eee;
}

div#comments dl.log dd p {
	margin: 0.5em 0 1em 0;
}

/* 3-3-3-8. Comment Post form
-----------------------------*/

form.post {

}

form.post dl {
	margin: 0 20px;
}

form.post dl dt {
	margin-top: 0;
}

form.post dl dd {
	margint-bottom: 0;
}

form.post dl input {
	margin: 0;
}

form.post textArea {
	margin: 0;
}

form.post div.action {
	margin: 0 20px 1em;
}

form.post div.action input.submit {
	margin: 0.4em 0;
}

/* 3-3-3-9. Trackback Log
-----------------------------*/

div#trackback {
	margin-top: 5px;
	padding: 1px 0;
}

div#trackback h2 {

}

div#trackback dl.log {

}

div#trackback dl.log dt {

}

div#trackback dl.log dd {
	padding-bottom: 1em;
	border-bottom: 1px solid #eee;
}

/* 3-3-3-10. Trackback Info
-----------------------------*/

div#trackback dl.info {
	border-left: 5px solid #aaa;
	border-bottom: 1px solid #eee;
	background-color: #f5f5f5;
}

div#trackback dl.info dt {
	margin: 0.4em 10px;
}

div#trackback dl.info dd {
	margin: 0.4em 10px;
}

div#trackback dl.info . {
	padding: 0.2em 1em;
	color: #dc6620;
	background-color: #fff;
}

/*======================================

	3-4. div#utilities
	
=======================================*/

div#utilities {
	padding: 1px 0;
}

div#utilities dl dt {
	margin: 0;
	padding: 5px;
	color: #DDDDDD;
	font-size: 15px;
	font-weight: bold;
	/* border: 1px dashed #eee; */
}

div#utilities dl dd {
	margin: 0 0 0.5em 0;
	padding: 5px;
	color: #DDDDDD;
}

div#utilities dl dd ul {
	margin: 0 17px;
	list-style-position: outside;
}

div#utilities dl dd ul li {
	margin: 0.4em 0; 
}

/* サブカテゴリ */

div#utilities dl dd ul li ul {
	list-style-type: disc;
}

div#utilities dl dd ul li li {
	margin: 0.3em 0 0 10px;
}


/*--------------------------------------
	3-4-1. dl.others
---------------------------------------*/



/*	3-4-1-1. Search
---------------------------------------*/

div#utilities dl dd form {
	margin: 0;
	border: none;
}

div#utilities dl dd form fieldset {
	border: none;
}

div#utilities dl dd form legend {









	display: none;
}

div#utilities dl dd form input {
	margin-left: 0;
}

div#utilities dl dd form input.inputField {

}

/*--------------------------------------
	3-5. div#utilities dl dd内出現予測要素への処理
---------------------------------------*/

/*	3-5-1. dd内 段落
-----------------------------*/

div#utilities dl dd p {
	margin: 0.2em 0;
	line-height: 1.4;
	color: #999;
}

/*	3-5-2. dd内 リスト
-----------------------------*/

div#utilities dl dd dl dt {
	margin: 0.3em 0;
	font-size: 12px;
	color: #aaa;
}

div#utilities dl dd dl dt a {
	text-decoration: none;
}

div#utilities dl dd dl dd {
	margin: 0.1em 0;
	font-size: 12px;
}

/*	3-5-3. dd内 テーブル
-----------------------------*/

div#utilities dl dd table {
	margin: 0.4em 0;
	width: 100%;
	_width: 95%; /* for IE */
}

div#utilities dl dd table caption {
	_padding-bottom: 0.4em;
}

div#utilities dl dd table th,
div#utilities dl dd table td {
	padding: 1px 10px;
}

/*======================================

	3-5.div#footer
	
=======================================*/

div#footer {
	padding: 1px 0;
}

div#footer ul.support {
	margin: 0.6em 0;
	text-align: right;
}

div#footer ul.support li {
	margin: 0 0 0 6px;
	display: inline;
	font-size: 85%;
	color: #fff;
}

div#footer ul.support li a {
	border-bottom: none;
	color: #ccc;
	text-decoration: none;
}

div#footer li.template a[title]:after {
	content: " "attr(title);
}

div#footer address {
	margin: 0.8em 0;
	text-align: right;
}

/********************************************************
*
*	Title: 4-layout.css
*	Description:
*	common.cssからレイアウトに関するスタイルを抜き出したモジュール
*	[←★→]マークのついた指定を全て反転させることでカラムの左右入れ替えが可能
*
*	4-1.containers
*	4-2.[Sngle column]
*		3-2-1.div#utilities
*	4-3.[Double column]
*		3-3-1.div#main
*		3-3-2.div#utilities
*
********************************************************/
/*======================================

	3-1.Containers Layout
	
=======================================*/

body {
	margin: 0 5%; /* 左右余白 */
	text-align: center; /* for IE6 中央寄せ */
}


div#header,
div#content,
div#footer {
	margin: 0 auto; /* 中央寄せ */
	width: 100%;  /* 固定幅に変更可能　例: (800px | 60em) */
	min-width: 50em; /* 可変時の幅の最小値 */
	max-width: 80em; /* 可変時の幅の最大値 */
	text-align: left;
}

/*======================================

	3-2. [Sngle column]
	bodyにclass="single"がついた時のレイアウト
	
=======================================*/

body.single ul#flip1 {
	position: absolute;
	right: 0;
	top: 0;
}

body.single div#main p.topicPath {
	margin-right: 7em;
}

/*--------------------------------------
	3-2-1. div#utilities
---------------------------------------*/

body.single div#utilities {
	margin-top: 1em;
}

body.single div#utilities dl dt {
	padding: 0.1em 19px;
	background-color: #f5f5f5;
	color: #000000
}

body.single div#utilities dl.navi {
	margin-top: 0;
	display: inline; /* for WinIE */
	float: left;
	width: 320px;
}

body.single div#utilities dl.others {
	margin-top: 0;
	margin-left: 360px;
	padding-left: 10px;
}

/*======================================

	3-3. [Double column] body.double 
	bodyにclass="double"がついた時のレイアウト
	[←★→]マークのついた指定を反転させることでカラムの位置入れ替えが可能
	
=======================================*/

/*--------------------------------------
	3-3-1. div#main
---------------------------------------*/

body.double div#main {
	float: left; /* [←★→] */
	width: 70%;
}

body.double div#main div.entry,
body.double div#main h1,
body.double div#main p.topicPath,
body.double div#main ul.flip {
	margin-right: 20px; /* [←★→] */
}

/*--------------------------------------
	3-3-2. div#utilities
---------------------------------------*/

body.double div#utilities {
	margin-top: 0.5em;
	padding-top: 0;
	float: right; /* [←★→] */
	clear: right; /* [←★→] */
	width: 30%;
}

body.double div#utilities dl {
	margin: 3px 5px 0.2em;
}


/********************************************************
*
*	Calendar Style Module
*
*	Description:
*	カレンダー追加スタイルモジュール
*
*
********************************************************/

/*======================================

	Calendar Style Module
	
=======================================*/

/*--------------------------------------
	1.Structure

---------------------------------------*/

div#utilities dl dd table.calendar {
	font-size: 85%;
	border-width: 1px 0 0 1px;
	border-color: #f5f5f5;
}

/*--------------------------------------
	2.前後の月へのリンク
---------------------------------------*/

div#utilities dl dd table.calendar caption a {
	padding: 0 5px;
	height: 1px;
	color: #f5b67b;
	background-color: #f5f5f5;
	font-weight: bold;
	text-decoration: none;
}

div#utilities dl dd table.calendar caption a:hover {
	color: #fff;
	background-color: #000;
}

/*--------------------------------------
	3.セル
---------------------------------------*/

div#utilities dl dd table.calendar th,
div#utilities dl dd table.calendar td {
	padding: 0;
	text-align: center;
	vertical-align: bottom;
}

div#utilities dl dd table.calendar th {
	background-color: #ddd;
}

/*--------------------------------------
	4.土日
---------------------------------------*/

div#utilities dl dd table.calendar th.sun {
	background-color: #ccc;
}

div#utilities dl dd table.calendar th.sat {
	background-color: #ccc;
}

/*--------------------------------------
	5.セル内のリンク
---------------------------------------*/

div#utilities dl dd table.calendar td a {
	padding: 0.3em 0;
	border-bottom: none;
	display: block;
	position: relative;
	line-height: 1;
	text-decoration: none;
}

div#utilities dl dd table.calendar td a:link {
	color: #dc6620;
	background-color: #f5f5f5;
}

div#utilities dl dd table.calendar td a:visited {
	color: #bbb;
	background-color: #f5f5f5;
	text-decoration: none;
}

div#utilities dl dd table.calendar td a:hover {
	color: #fff;
	background-color: #000;
}

/********************************************************
*
*	Global Navigation Module
*
*	Description:
*	グローバルナビゲーション追加スタイルモジュール
*
********************************************************/


/*--------------------------------------
	1.Structure
---------------------------------------*/

ul#globalNavi {
	/*margin: 20px 0 -20px; /* 出現時にheaderの下の余白を詰める */*/
	padding: 0px;
	/*border: 1px solid #eee;*/
	background-color: #191919;
}

ul#globalNavi li {
	margin: 0;
	padding: 0;
	float: left;
	width: 120px;
	list-style-type: none;
}

ul#globalNavi .feed {
	margin: 0;
	padding: 0px 0px 0px 15px;
	float: left;
	display: inline;
	background-color: #191919;
	border: 0px;
}

/*--------------------------------------
	2.ボタン通常時
---------------------------------------*/

ul#globalNavi li a {
	padding: 0.6em 10px; /* ボタンの厚みはここで調整 */
	border: none;
	border-right: 1px solid #eee;
	display: block;
	position: relative; /* IE6でマウス反応領域がおかしいのをFix */
	line-height: 1;
	font-size: 92%;
	color: #FC8EAE;
	text-align: center;
	text-decoration: none;
	background-color: #000000;
}

/*--------------------------------------
	3.ボタン反応時
---------------------------------------*/

ul#globalNavi li a:hover {
	color: #F564CD;
	background-color: #7f7f7f;
}

/********************************************************
*
*	FC2特殊
*
*	Description:
*	FC2専用のスタイル
*
********************************************************/

/* プロフィール */

div#utilities dd .profImg {
	text-align: center;
}






/*====================================== 

   Multi Column TYPE1 
   ┌┐┏━━┓┌┐ 
   ││┃　　┃││ 
   └┘┗━━┛└┘ 
    
=======================================*/ 

/*-------------------------------------- 
   1-1.全てのページへ影響 
---------------------------------------*/ 

body { 
   margin: 0 10px; 
} 

div#header, 
div#content, 
div#footer { 
   width: 965px; 
} 

/*-------------------------------------- 
   1-2.body.multiへの処理 
---------------------------------------*/ 

/* 1-2-1div#main 
-----------------------------*/ 

body.multi div#main { 
   float: left;
   margin: 0 2px 0 0px; 
   border-top: none; 
   width: 485px; 
   min-height: 600px; /* 高さの最小値 */ 
   _height: 600px; /* for IE 高さの最小値 */ 
} 

/* 1-2-1div#utilities 
-----------------------------*/ 

body.multi div#utilities { 
   float: right;
   width: 465px; 
}

body.multi div#utilities dl { 
   margin-top: 0; 
   padding-top: 5px; 
} 

body.multi div#utilities dl.navi {
   float: left;
   width: 230px; 
} 

body.multi div#utilities dl.navi dt {
   margin: 0 2px; 
   border-left: 2px solid #e7eeea;
   /*background-image: url(http://blog-imgs-26.fc2.com/r/a/s/rastaman/sub1.png);*/
} 

body.multi div#utilities dl.navi dd {
   margin: 0 2px 20px; 
   border-left: 2px solid #f6f792;
} 

body.multi div#utilities dl.others dt {
   margin: 0 2px; 
   border-left: 2px solid #e7eeea;
   /*background-image: url(http://blog-imgs-26.fc2.com/r/a/s/rastaman/sub2.png);*/
} 

body.multi div#utilities dl.others dd { 
   margin: 0 2px 20px;
   border-left: 2px solid #a7f5cf;
} 

body.multi div#utilities dl.others { 
   float: right;
   width: 230px; 
} 

/*-------------------------------------- 
   1-4.body.doubleへの処理 
---------------------------------------*/ 

body.double div#main { 
   margin: 0; 
   width: 650px; 
   float: right; 
} 

body.double div#utilities { 
   margin-top: 0; 
   width: 230px; 
   float: left; 
   clear: left; 
} 







/* エントリー上下 */
.top_entry-index1 { 
	width: 470px; height: 264px; 
	padding : 2px;
	overflow : auto;
	background-color: #333333;
	font-size: 90%;
} 

.top_entry-index1 a:link {
	color: #DDDDDD; 
}

.top_entry-index1 a:visited {
	color: #DDDDDD;
}

.top_entry-index1 a:hover {
	color: #FFFFFF;
}

/* エントリー上下 */
.top_entry-index2 { 
	width: 470px; height: 264px; 
	padding : 2px;
	overflow : auto;
	background-color: #333333;
	font-size: 90%;
} 

.top_entry-index2 a:link {
	color: #DDDDDD; 
}

.top_entry-index2 a:visited {
	color: #DDDDDD;
}

.top_entry-index2 a:hover {
	color: #FFFFFF;
}



/* フッター */
div#content div.footer_tags {
	background:#111111 none repeat scroll 0%;
	padding:30px;
	text-align:justify;
}

div#content div.footer_neta {
	background:#111111 none repeat scroll 0%;
	padding:15px;
}

div#content div.footer_neta a {
	padding: 0px 0px 0px 1px
}

div#content div.footer_neta a img {
	height: 80px;
	width: 80px;
}

div#content div.footer_amazon {
	background:#111111 none repeat scroll 0%;
	padding:15px;
	text-align: center;
}

div#content div.footer_amazon img{
	margin: 1px;
}

div.textBody div.content-footer {
	border-top: 1px dashed #777777;
	text-align: right;
}

div.textBody div.content-footer a img{
	border: 0px;
}

div.textBody div.content-footer a:link img{
	border: 0px;
}

div.textBody div.content-footer a:visited img{
	border: 0px;
}

div.textBody div.content-footer a:hover img{
	border: 0px;
}


/* clearfix */
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}

.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }

.clearfix {display:block;}
/* end MacIE5 */


img.badge {
	position: absolute;
	top: -30px;
	left: -60px;
	border: 0px;
}

img.titleBanner {
	clear: both;
	border: 0px;
	float: left;
}

span.titleAds {
	float: left;
	padding-left:115px;
}

div#gnavi {
	width: 965px;
	margin: 0px auto;
}

div#gnavi ul{
	margin: 0px;
}

div#archiveNav {
	float: left;
	margin-left: 25px;
}
div#archiveNav .archive{
	float: left;
}
div#archiveNav .category{
	float: left;
	margin-left: 7px;
}

span.recCategory {
	font-size: 130%;
}


/* レコメンドリンクの反射用 */
.recommendLink{
	margin-left: 30px;
}



.siteName object, .siteName embed{
	padding: 0px;
	margin: 0px;
}