/********************************************************
*
* Theme Name: fc2.Vicuna Bazooka
* Theme Type: Hard
* ※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.textBody {padding: 0.5em 20px!important;}
div.textBody h2,div.textBody h3,div.textBody h4,
div.textBody h5,div.textBody h6,div.textBody p,
div.textBody ul,div.textBody ol,div.textBody dl,
div.textBody blockquote,div.textBody pre,div.textBody table,
div.textBody  {margin-left: 0;margin-right: 0;}
/*ここまで*/

/*======================================
	0-2.★設定2
	固定幅・可変幅の変更
=======================================*/

div#header,
div#content,
div#footer {
	width: 100%;  /* 固定幅に変更可能　例: (800px) */
}

/*======================================
	0-3.★設定3
	文字サイズの変更

	初期は100%の大きさです。
	大きくしたい場合は107%
	小さくしたい場合は85%
=======================================*/

/* 記事本文部分の文字サイズ */

div.textBody {
	font-size: 100%;
}

/* サイドバー(メニュー)部分の文字サイズ */

div#utilities {
	font-size: 100%;
}

/********************************************************
*
*	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-bottom: 1em;
	color: #666; /* 文字色 */
	background-color: #455e7f;
	background-image: url(http://blog-imgs-12.fc2.com/v/i/c/vicuna01/bzk_bg_body.gif);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, "ＭＳ Ｐゴシック", sans-serif;
}

/*======================================

	1-5.Text Module
	
=======================================*/

p,
pre,
address,
cite {
	margin: 0.8em 20px; /* 3つの値は[上], [左右], [下]を指す*/
}


h2,
h3,
h4,
h5,
h6 {
	margin: 0.8em 20px 0.5em;
	font-weight: normal;
	line-height: 1;
}

h1 {
	margin: 0;
	padding: 0.5em 40px 0.6em 30px;
	border-bottom: 2px solid #333;
	color: #fff;
	background-color: #444;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 152%;
	font-weight: normal;
	_height: 1px; /* for IE (peekaboo) */
	min-height: 1px; /* for IE7 (peekaboo)*/
}

h2 {
	border-bottom: 3px solid #eee;
	font-size: 114%;
	color: #000;
}

h3 {
	padding: 0.3em 10px;
	color: #666;
	font-size: 114%;
	background-color: #f5f5f5;
}

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: #fff;
	background-color: #555;
	font-family: "Osaka−等幅", monospace;
}

pre * {
	color: #fff;
}

pre[title]:before {
	margin: -0.5em -20px 1em;
	padding: 0.3em 20px;
	display: block; 
	content: attr(title);
	color: #fff;
	background-color:  #333;
	font-size: 85%;
}

blockquote {
	margin: 2em 20px 2em 40px;
	padding: 0.6em 20px;
	color: #666;
	background-color: #f5f5f5;
}

blockquote * {
	margin: 0!important;
	border: none!important;
	color: #666;
}

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;
}

cite {
	display: block;
	color: #333;
	text-align: right;
}

em {
	font-weight: bold;
}

strong {
	color: #dc143c;
}

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:link {
	color: #005585;
}

a:visited {
	color: #8f9da6;
}

a:hover {
	color: #00b8fd;
}

/*--------------------------------------
	1-6-1. div#utilities link
---------------------------------------*/

div#utilities a:link {

}

div#utilities a:visited {

}

div#utilities a:hover {

}

/*======================================

	1-7.List Module
	
=======================================*/

ul,
ol,
dl {
	margin: 1em 20px;
	padding: 1px 0;
	list-style-position: inside;
}

li,
dt,
dd {
	margin: 0.4em 10px;
}

dt {
	color: #000;
}

dd {
	margin-left: 20px;
	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: #ccc;
	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 20px; 
	padding: 1px 0; 
	background-color: #fff;
	background-image: url(http://blog-imgs-12.fc2.com/v/i/c/vicuna01/bzk_slash01.png);
}

form dl,
form p {
	margin: 0.5em 20px;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	color: #000;
	background-color: #fff;
	margin: 0 1em;
	padding: 0 10px;
}

input,
textarea {
	margin: 0.5em 10px;
	padding: 1px 0.2em;
	border-width: 1px;
	border-style: solid;
	border-color: #d4d4d4 #eee #eee #d4d4d4;
	font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3",  sans-serif;
	background-color: #fff;
	background-image: url(images/common/bg_input.gif);
	background-repeat: no-repeat;
}

input:hover,
textarea:hover {
	border: 1px solid #00b8fd;
}

input:focus,
textarea:focus {
	border: 1px solid #000;
}

textarea {
	padding: 0.4em 8px;
	width: 30em;
}

input.inputField {

}

input.submit {
	border-color: #fff;
	color: #fff;
	border: none;
	_padding: 0; /* for IE */
	background-color: #b83800;
	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
	
=======================================*/

/*======================================

	1-10.Tables Module
	
=======================================*/

table {
	margin: 1em 20px;
	border: 1px solid #ccc;
	background-color: #f5f5f5;
}

th,
td {
	padding: 0 10px;
	border-bottom: 1px solid #ddd;
	border-collapse: separate;
	border-spacing: 1px;
}

caption {

}

th {
	border-right: 1px solid #ccc;
	color: #fff;
	background-color: #333;
	font-weight: normal;
}

td {
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background-color: #fff;
}


/*======================================

	1-11.Image Module
	
=======================================*/

img {
	vertical-align: bottom;
}

/*======================================

	1-12.Object Module
	
=======================================*/

object,
embed {
	margin: 1em 20px;
}

/********************************************************
*
*	Description:
*	汎用クラス定義
*
*********************************************************/

/*--------------------------------------
	.admin
---------------------------------------*/

.admin a {
	padding: 0 10px 0 25px;
	text-decoration: none;
	color: #f65472;
	background: url(http://blog-imgs-12.fc2.com/v/i/c/vicuna01/bzk_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;
}

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: #999;
}

/*--------------------------------------
	.feed
---------------------------------------*/

li.atom,
li.rss {
	list-style-type: none;
}

li.atom a,
li.rss a {
	padding-left: 20px;
	background-image: url(http://blog-imgs-12.fc2.com/v/i/c/vicuna01/bzk_icon_feed.gif);
	background-repeat: no-repeat;
	background-position: 0 center;
}

li.atom a:hover,
li.rss a:hover {
	background-image: url(http://blog-imgs-12.fc2.com/v/i/c/vicuna01/bzk_icon_feed.gif);
}

/*--------------------------------------
	dl.data
---------------------------------------*/

dl.data {
	padding: 0;
	border-left: 5px solid #ddd;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee!important;
}

dl.data dt {
	margin: 0;
	padding: 0.3em 0 0.1em 1em;
	border-top: 1px solid #eee;
	width: 8em;
	float: left;
	color: #333;
}
	
dl.data dd {
	margin: 0 0 0 8em;
	padding: 0.3em 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;
	line-height: 0;
}

/*--------------------------------------
	clearFix改
---------------------------------------*/

ul#globalNavi,
div#utilities,
.textBody,
.entry,
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 */

/********************************************************
*
*	Description:
*
*	3-1.div#header
*	3-2.div#content
*	3-3.div#main
*	3-4.div#utilities
*	3-5.div#footer
*
********************************************************/

/*======================================

	3-1.div#header
	
=======================================*/

div#header {
	padding: 1px 0 10px;
}

/*--------------------------------------
	3-1-1. サイトタイトル
---------------------------------------*/

div#header p.siteName {
	margin: 13px 4px 0;
	line-height: 1;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 159%;
	font-weight: bold;
}

div#header p.siteName a {
	color: #fff;
	text-decoration: none;
}

div#header p.siteName a:hover {

}

/*--------------------------------------
	3-1-2. 概要
---------------------------------------*/

div#header p.description {
	margin: 0 5px;
	color: #6d86a7;
	font-size: 92%;
}

/*--------------------------------------
	3-1-3. Adsence
---------------------------------------*/

div#header p.adsence_head {
	margin: 10 15px;
	color: #6d86a7;
	font-size: 92%;
}

/*======================================

	3-2.div#content
	
=======================================*/

div#content {
	position: relative;
	background-color: #fff;
	background-image: url(http://blog-imgs-12.fc2.com/v/i/c/vicuna01/bzk_bg_white_corner01.gif);
	background-repeat: no-repeat;
	background-position: left top;

}

div#content p.return {
	margin: 0;
	padding: 0.2em 20px 0.4em;
	border-top: 1px solid #ddd;
	border-bottom: 4px solid #354e6f;
	text-align: right;
	background: #fff url(http://blog-imgs-12.fc2.com/v/i/c/vicuna01/bzk_slash01.png);
}

body.mainIndex h1 {
	display: none; /*body.mainIndexのh1は非表示 */
}

/*======================================

	3-3. div#main
	
=======================================*/

div#main {
	padding: 1px 0;
	background-image: url(http://blog-imgs-12.fc2.com/v/i/c/vicuna01/bzk_bg_white_corner02.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

/*--------------------------------------
	3-3-1. トピックパス
---------------------------------------*/

p.topicPath {
	margin: 1.3em 9em 0.3em 20px;
	padding-bottom: 0.8em;
	font-size: 85%;
	line-height: 1;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: left;
	text-justify: none; 
	letter-spacing: 1px;
}

p.topicPath a:link,
p.topicPath a:visited {
	padding: 0.1em 0.5em;
	border: 1px solid #eee;
	color: #888;
	background-color: #fff;
	text-decoration: none;
}

p.topicPath a:hover {
	color: #fff;
	border: 1px solid #fff;
	background-color: #222;
}

p.topicPath span.current {
	padding: 0.1em 0.5em;
	color: #fff;
	background-color: #333;
}
/*--------------------------------------
	3-3-2. 上部 記事ナビ (Newer | Older)
---------------------------------------*/

ul#flip1 {
	margin: 0.8em 0 0 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
}

ul#flip1 li {
	margin: 0;
	display: inline;
	font-size: 92%;
	text-transform: lowercase;
}

ul#flip1 li a {
	padding: 0 0.5em;
	display: block;
	float: left;
	width: 3em;
	color: #fff;
	background-color: #ccc;
	text-decoration: none;
	text-align: center;
}

ul#flip1 li.older a {
	border-left: 1px solid #fff;
	background-color: #aaa;
}

ul#flip1 li a:hover {
	background-color: #000;
}

/*--------------------------------------
	3-3-3. div.entry
---------------------------------------*/

div.entry {
	padding: 1px 0;
}

/* 3-3-3-1. 記事見出し
-----------------------------*/

div.entry h2 {
	margin-bottom: 0;
	padding: 0 0 0.3em 10px;
	border-bottom: none;
	border-left: 5px solid #666;
	background: url(http://blog-imgs-12.fc2.com/v/i/c/vicuna01/bzk_bg_line-dot.gif) left bottom repeat-x;
}

div.entry h2 a {
	text-decoration: none;
	padding-right: 90px;
	padding-bottom: 0.2em;
	background-repeat: no-repeat;
	background-position: right center;
	*background-position: right 0.3em; /* for IE6,7 */
	*height: 1px; /* for IE6,7 */
}

div.entry h2 a:link {
	color: #000;
	background-image: url(http://blog-imgs-12.fc2.com/v/i/c/vicuna01/bzk_permalink03.gif);
}

div.entry h2 a:visited {
	color: #000;
	background-image: url(http://blog-imgs-12.fc2.com/v/i/c/vicuna01/bzk_permalink02.gif);
}

div.entry h2 a:hover {
	color: #00b8fd;
	background-image: url(http://blog-imgs-12.fc2.com/v/i/c/vicuna01/bzk_permalink01.gif);
}

/* 3-3-3-2. 日付・カテゴリ 
-----------------------------*/

div.entry ul.info {
	margin: 0.4em 0;
	padding: 0 20px 0.5em 20px;
	background: url(http://blog-imgs-12.fc2.com/v/i/c/vicuna01/bzk_bg_line-dot.gif) left bottom repeat-x;
}

div.entry ul.info li {
	margin: 0 10px 0 0;
	display: inline;
	color: #999;
	font-size: 85%;
}

div.entry ul.info li.date {

}

div.entry ul.info li.category {

}

div.entry ul.info li.category a {
	padding: 0 5px 0 13px;
	color: #999;
	background-image: url(http://blog-imgs-12.fc2.com/v/i/c/vicuna01/bzk_list04.gif);
	background-repeat: no-repeat;
	background-position: 0 center;
	_background-position: 0 0.5em;
	text-transform: uppercase;
}

div.entry ul.info li.category a:hover {
	color: #00b8fd;
	background-image: url(http://blog-imgs-12.fc2.com/v/i/c/vicuna01/bzk_list03.gif);
}

/* 3-3-3-3. 本文
-----------------------------*/

div.entry div.textBody {
	margin-left: 1px;
	padding: 1px 0;
	letter-spacing: 1px;
}

div.entry div.textBody h2 {
	margin-top: 2em;
}

div.entry div.textBody dl,
div.entry div.textBody ul,
div.entry div.textBody ol {
	border-left: 5px solid #eee;
	border-bottom: 1px solid #fff;
}

/* 本文内のリンクされた画像 */

div.textBody a img {
	border: 3px solid #ccc;
}

div.textBody a:hover img {
	border: 3px solid #00b8fd;
}

/* 3-3-3-4. Continue Reading (続きを読む)
-----------------------------*/

p.continue {
	margin-top: 1em;
	margin-bottom: 2em;
	padding-left: 20px;
	clear: both;
	background-image: url(http://blog-imgs-12.fc2.com/v/i/c/vicuna01/bzk_arrow03.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	font-size: 85%;
	text-transform: uppercase;
}

p.continue a:link,
p.continue a:visited {
	padding: 0 20px 0 8px;
	color: #000;
	border-left: 5px solid #b83800;
	background-color: #eee;
	background-image: url(http://blog-imgs-12.fc2.com/v/i/c/vicuna01/bzk_arrow01.gif);
	background-repeat: no-repeat;
	background-position: 96% center;
	text-decoration: none;
}

p.continue a:hover {
	border-left: 5px solid #00b8fd;
	color: #fff;
	background-color: #000;
}

/* 3-3-3-5. リアクションリンク
-----------------------------*/

div.entry ul.reaction {
	margin-top: 0;
	padding: 0.1em 0 0 0;
	border-top: 4px solid #f5f5f5;
	text-align: right;
	_height: 1px; /* for IE */
	min-height: 1px; /* for IE7 */
}

div.entry ul.reaction li {
	margin: 0 15px 0 0;
	padding-left: 27px;
	border-left: 2px solid #eee;
	display: inline;
	background-repeat: no-repeat;
	background-position: 8px center;
}

div.entry ul.reaction li.comment {
	background-image: url(http://blog-imgs-12.fc2.com/v/i/c/vicuna01/bzk_pen.gif);
}

div.entry ul.reaction li.trackback {
	background-image: url(http://blog-imgs-12.fc2.com/v/i/c/vicuna01/bzk_globe.gif);
}

div.entry ul.reaction li a {
	text-decoration: none;
	color: #666;
}

div.entry ul.reaction li a:hover {
	text-decoration: none;
	color: #00b8fd;
}

/* 3-3-3-6. 下部 記事ナビ (Newer | Older)
-----------------------------*/

#flip2 {
	padding: 0.3em 0;
	background-color: #f5f5f5;
}

#flip2 li {
	color: #000;
}

#flip2 li a {

}

/* 3-3-3-7. Comment Log
-----------------------------*/

div#comments {
	padding: 0.7em 0 1px 0;
	background: url(http://blog-imgs-12.fc2.com/v/i/c/vicuna01/bzk_bg_line01.gif) no-repeat;
}

div#comments h2 {
	padding: 0 18px 0.4em;
	border-left: none;
	background-image: url(http://blog-imgs-12.fc2.com/v/i/c/vicuna01/bzk_pen.gif);
	background-position: 0 center;
	background-repeat: no-repeat;
}

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: #aaa;
	font-size: 85%;
}

div#comments dl.log dd {
	margin: 0 0 0.8em 0;
	padding: 1px 0;
	background: url(http://blog-imgs-12.fc2.com/v/i/c/vicuna01/bzk_bg_line-dot.gif) left bottom repeat-x;
}

div#comments dl.log dd p {
	margin: 0.5em 0 1em 0;
}

/* 3-3-3-8. Comment Post form
-----------------------------*/

form.post {
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}


form.post dl {

}

form.post dl dt {
	margin: 0;
}

form.post dl dd {
	margin-left: 0;
	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: 3em;
	padding: 0.7em 0 1px 0;
	background: url(http://blog-imgs-12.fc2.com/v/i/c/vicuna01/bzk_bg_line01.gif) no-repeat;
}

div#trackback h2 {
	padding: 0 18px 0.4em;
	border-left: none;
	background-image: url(http://blog-imgs-12.fc2.com/v/i/c/vicuna01/bzk_globe.gif);
	background-position: 0 center;
	background-repeat: no-repeat;
}

div#trackback dl.log {
	border-left: 5px solid #000;
}

div#trackback dl.log dt {

}

div#trackback dl.log dd {
	margin: 0;
	padding: 0.4em 10px;
	padding-bottom: 1em;
	background: url(http://blog-imgs-12.fc2.com/v/i/c/vicuna01/bzk_bg_line-dot.gif) left bottom repeat-x;
}

/* 3-3-3-10. Trackback Info
-----------------------------*/

div#trackback dl.info {
	border-left: 5px solid #000;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background-color: #fff;
	background-image: url(http://blog-imgs-12.fc2.com/v/i/c/vicuna01/bzk_slash01.png);
}

div#trackback dl.info dt {
	padding-left: 13px;
	color: #000;
	background-image: url(http://blog-imgs-12.fc2.com/v/i/c/vicuna01/bzk_llist01.gif);
	background-repeat: no-repeat;
	background-position: 0 center;
}

div#trackback dl.info .URL {
	padding: 0.2em 1em;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	color: #000;
	background-color: #fff;
}

/*======================================

	3-4. div#utilities
	
=======================================*/

div#utilities {

}

div#utilities dl dt {

}

div#utilities dl dd {

}

div#utilities dl dd ul {

}

div#utilities dl dd ul li {
	margin: 0.3em 10px;
	color: #333;
	list-style-position: outside;
}

div#utilities dl dd ul li a {

}

/* サブカテゴリ */

div#utilities dl dd ul li ul {

}

div#utilities dl dd ul li li {

}

/*--------------------------------------
	3-4-1. dl.navi
---------------------------------------*/

div#utilities dl.navi {

}

div#utilities dl.navi dt {

}

div#utilities dl.navi dd {

}

div#utilities dl.navi dd ul {
	list-style-type: none;

}

div#utilities dl.navi dd ul li a {
	padding-left: 15px;
	background-image: url(http://blog-imgs-12.fc2.com/v/i/c/vicuna01/bzk_arrow01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	*background-position: 0 0.5em;
}

div#utilities dl.navi dd ul li a:hover {
	background-image: url(http://blog-imgs-12.fc2.com/v/i/c/vicuna01/bzk_arrow02.gif) ;
}

/*--------------------------------------
	3-4-2. dl.others
---------------------------------------*/

div#utilities dl.others {

}

div#utilities dl.others dt {

}

div#utilities dl.others dd {

}

div#utilities dl.others dd dl dd {

}

div#utilities dl.others dd ul {
	list-style-type: circle;
}

/*	3-4-2-1. Search
---------------------------------------*/

div#utilities dl dd form {
	margin: 0 5px 0 10px;
	padding: 0.5em 5px;
	border: 1px solid #eee;
}

div#utilities dl dd form fieldset {

}

div#utilities dl dd form legend {

}

div#utilities dl dd form input {

}

div#utilities dl dd form input.inputField {

}

/*--------------------------------------
	3-4-3. div#utilities dl dd内出現予測要素への処理
---------------------------------------*/

/*	3-4-3-1. dd内 段落
-----------------------------*/

div#utilities dl dd p {

}

/*	3-4-3-2. dd内 リスト
-----------------------------*/

div#utilities dl dd dl dt {

}

div#utilities dl dd dl dt a {

}

div#utilities dl dd dl dd {

}

/*	3-4-3-3. dd内 テーブル
-----------------------------*/

div#utilities dl dd table {
	margin: 0.4em 0;
	width: 100%;
	_width: 95%; /* for IE */
}

div#utilities dl dd table caption {
	color: #01b0f0;
	_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;
	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 {
	color: #aec7e8;
	text-decoration: none;
}

div#footer ul.support li a:hover {
	color: #fff;
}

div#footer li.template a {

}

div#footer li.template a[title]:after {
	content: " "attr(title);
}

div#footer address {
	font-size: 92%;
	margin: 0.2em 0;
	text-align: right;
	color: #f5fcff;
}

/********************************************************
*
*	Description:
*	common.cssからレイアウトに関するスタイルを抜き出したモジュール
*
*	3-1.containers
*	3-2.[Sngle column]
*		3-2-1.div#utilities
*	3-3.[Double column]
*		3-3-1.div#main
*		3-3-2.div#utilities
*
********************************************************/

/*======================================

	4-1.Containers Layout
	
=======================================*/

body {
	margin: 0 20px; /* 左右余白 */
	text-align: center; /* for IE6 中央寄せ */
}

div#header,
div#content,
div#footer {
	margin: 0 auto; /* 中央寄せ */
	width: 100%;  /* 固定幅に変更可能　例: (800px | 60em) */
	min-width: 46em; /* 可変時の幅の最小値 */
	max-width: 70em; /* 可変時の幅の最大値 */
	text-align: left;
}

/*======================================

	4-2. [Sngle column]
	bodyにclass="single"がついた時のレイアウト
	
=======================================*/

body.single div#main {
	_height: 1px; /* for IE peekaboo */
}

body.single div.entry ul.info {
	padding: 0 0 0.7em 0;
	margin: 0.4em 20px;
}

body.single div.entry div.textBody {
	margin: 0 10px;
}

/*--------------------------------------
	4-2-2. div#utilities
---------------------------------------*/

body.single div#utilities {
	margin-top: 1em;
	padding: 1.4em 0;
	background: #f5f5f5 url(http://blog-imgs-12.fc2.com/v/i/c/vicuna01/bzk_bg_grad02.png) repeat-x;
}

body.single div#utilities dl {
	margin: 0;
	background-color: #fff;
	border-right: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}

body.single div#utilities dl dt {
	margin-bottom: 0;
	padding: 0.1em 10px 0.3em 10px;
	border-left: 5px solid #bbb;
	color: #000;
}

body.single div#utilities dl dd {
	margin: 0 10px 1em;
	padding: 1px 0 0.5em;
	border-left: 5px solid #ddd;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	background: #f7f7f7 url(http://blog-imgs-12.fc2.com/v/i/c/vicuna01/bzk_bg_line-dot.gif) left top repeat-x;
}

body.single div#utilities dl dd ul {
	margin: 0;
}

body.single div#utilities dl dd dt {
	margn: 0;
	padding: 0 0 0.3em 0;
	color: #333;
	border: none;
	background-color: transparent;
}

body.single div#utilities dl dd dd {
	border: none;
	background-image: none;
}

/* 4-2-2-1 dl.navi
------------------------*/

body.single div#utilities dl.navi {
	margin-left: 10px;
	display: inline; /* for WinIE */
	float: left;
	width: 340px;
}

/* 4-2-2-2 dl.others
------------------------*/

body.single div#utilities dl.others {
	margin: 0 10px 0 360px;
}

body.single div#utilities dl.others ul {
	margin: 0.2em 20px;
}

body.single div#utilities dl.others li {
	margin: 0.2em 10px;
}

body.single div#utilities dl.others form {
	margin: 0.5em 10px 0;
}

body.single div#utilities dl.others form legend {
	display: none;
}

/*======================================

	4-3. [Double column] body.double 
	bodyにclass="double"がついた時のレイアウト
	
=======================================*/

body.double div#content {
	background-color: transparent;
	background-image: url(http://blog-imgs-12.fc2.com/v/i/c/vicuna01/bzk_bg_div-content.gif);
	background-repeat: no-repeat;
}

body.double h1 {
	margin: 0 0 0.5em 20px;
}

body.double ul#flip1 {
	margin-top: 10px;
	border-left: 3px solid #eee;
	border-bottom: 3px solid #eee;
}

/*--------------------------------------
	4-3-1. div#main
---------------------------------------*/

body.double div#main {
	margin-left: 228px;
	min-height: 1000px;
	_height: 1000px; /* for IE */
	background-color: #fff;
	background-image: url(http://blog-imgs-12.fc2.com/v/i/c/vicuna01/bzk_bg_div-main.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

body.double div#main div {
	margin-right: 0;
	padding-right: 6px;
}

body.double div#main div.section div div {
	margin-right: 0;
}

body.double div#main p.topicPath {
	margin-top: 1.7em;
	margin-left: 20px;
}

body.double div#content p.return {
	margin-left: 228px;
}

body.double div.entry ul.info {
	margin: 0 20px 0.2em 20px;
	padding: 0 15px 0.2em 10px;
	background-image: none;
	border-left: 5px solid #ccc;
	border-bottom: 1px solid #eee; 
	background-color: #f5f5f5;
}

/*--------------------------------------
	4-3-2. div#utilities
---------------------------------------*/

body.double div#utilities {
	margin-top: 15px;
	padding-bottom: 6px;
	width: 228px;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff url(http://blog-imgs-12.fc2.com/v/i/c/vicuna01/bzk_bg_div-utilities.gif) left bottom no-repeat;
}

body.double div#utilities dl {
	margin: 0;
}

body.double div#utilities dl dt {
	margin: 0 17px;
	line-height: 1;
	color: #333;
	font-size: 85%;
	font-weight: bold;
	text-transform: uppercase;
}

body.double div#utilities dl dd {
	margin: 0;
	_height: 1px; /* for IE */
}

body.double div#utilities dl dd ul {
	margin: 6px 0 0 15px;
}

body.double div#utilities dl dd ul li {

}

body.double div#utilities dl dd ul li a {
	text-decoration: none;
}

/* サブカテゴリ */

body.double div#utilities dl dd ul li ul {
	margin: 0;
	padding: 0;

}

body.double div#utilities dl dd ul li li {
	margin: 0.3em 0 0 10px;
}

/*--------------------------------------
	4-4-1. dl.navi
---------------------------------------*/

body.double div#utilities dl.navi {
	background: url(http://blog-imgs-12.fc2.com/v/i/c/vicuna01/bzk_bg_dl-navi.gif) repeat-y;
}

body.double div#utilities dl.navi dt {
	margin-top: 0.1em;
}

body.double div#utilities dl.navi dd {
	padding-bottom: 38px;
	background: url(http://blog-imgs-12.fc2.com/v/i/c/vicuna01/bzk_bg_dl-navi_dd.gif) left bottom no-repeat;
}

body.double div#utilities dl.navi dd ul {
	margin-right: 5px;
	padding-bottom: 0.4em;
	background: #f5f5f5 url(http://blog-imgs-12.fc2.com/v/i/c/vicuna01/bzk_bg_dl-navi_ul.gif) left bottom no-repeat;
}

/*--------------------------------------
	4-4-2. dl.others
---------------------------------------*/

body.double div#utilities dl.others {
	padding-top: 0;
	background: #fff url(http://blog-imgs-12.fc2.com/v/i/c/vicuna01/bzk_bg_dl-others.gif) no-repeat;
}

body.double div#utilities dl.others dt {
	margin: 0 2px;
	padding: 0 13px;
}

body.double div#utilities dl.others dd {
	margin: 0.7em 0 0.5em;
	padding: 0;
}

body.double div#utilities dl.others dd dl dd {
	margin: 0.2em 10px 0.2em 10px;
}

body.double div#utilities dl.others dd ul {
	margin: 0 0 0 24px;
}

/*	4-4-2-1. Search
---------------------------------------*/

body.double div#utilities dl dd form {
	margin-top: 12px;
}

body.double div#utilities dl dd form fieldset {
	margin-left: 12px;
	border: none;
}

body.double div#utilities dl dd form legend {
	display: none;
}

body.double div#utilities dl dd form input {
	margin-left: 0;
}

body.double div#utilities dl dd form input.inputField {

}

/*	4-4-2-2. Feeds
---------------------------------------*/

body.double div#utilities li.atom,
body.double div#utilities li.rss {
	margin-left: 0;
}

/*--------------------------------------
	4-4-3. div#utilities dl dd内出現予測要素への処理
---------------------------------------*/

/*	4-4-3-1. dd内 段落
-----------------------------*/

body.double div#utilities dl dd p {
	margin: 0.6em 13px 0.4em 18px;
	line-height: 1.4;
	color: #999;
	font-size: 85%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

/*	4-4-3-2. dd内 リスト
-----------------------------*/

body.double body.double div#utilities dl dd dl dt {
	margin: 0.3em 0;
	background-color: #eee;
	font-size: 12px;
}

body.double div#utilities dl dd dl dt a {
	text-decoration: none;
}

body.double div#utilities dl dd dl dd {
	margin: 0.1em 5px;
	font-size: 12px;
}

/********************************************************
*
*	Calendar Style Module
*
*	Description:
*	カレンダー追加スタイルモジュール
*
*
********************************************************/


/*--------------------------------------
	1.Structure
---------------------------------------*/

div#utilities dl dd table.calendar {
	margin: 0.5em 8px;
	width: 300px;
	font-size: 85%;
	border-width: 1px 0 0 1px;
	border-color: #eee;
}

body.double div#utilities dl dd table.calendar {
	margin: 0;
	_margin-top: 0.5em;
	width:200px;

/* Marginを使うと
caption内のリンクがFxで表示の問題がでるので相対配置で置いています。
調整中で、もっと良い方法があったら変更します。*/
	position: relative;	
	left: 17px;
}

/*--------------------------------------
	2.前後の月へのリンク
---------------------------------------*/

div#utilities dl dd table.calendar caption {
	margin-top: 0.5em;
	padding: 0.1em 0;
	color: #b83800;
}

body.double div#utilities dl dd table.calendar caption {
	background-color: #eee;
}


/* おわり */

div#utilities dl dd table.calendar caption a {
	padding: 0 5px;
	height: 1px;
	color: #01b0f0;
	background-color: #eee;
	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;
}

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;
	display: block;
	line-height: 1;
	text-decoration: none;
}

div#utilities dl dd table.calendar td a:link {
	color: #fff;
	background-color: #666;
}

div#utilities dl dd table.calendar td a:visited {
	color: #333;
	background-color: #eee;
}

div#utilities dl dd table.calendar td a:hover {
	color: #fff;
	background-color: #000;
}


/********************************************************
*
*	Global Navigation Module
*
*	Description:
*	グローバルナビゲーション追加スタイルモジュール
*
********************************************************/

/*--------------------------------------
	1.Structure
---------------------------------------*/

ul#globalNavi {
	margin: 0.1em 5px -2px; /* 出現時にheaderの下の余白を詰める */
	padding: 0.2em 0 0 0;
	background-image: url(http://blog-imgs-12.fc2.com/v/i/c/vicuna01/bzk_bg_break01.gif);
	background-position: left 0.3em;
	background-repeat: no-repeat;
}

ul#globalNavi li {
	margin: 0;
	padding: 0;
	float: left;
	width: 11em;
	background-image: url(http://blog-imgs-12.fc2.com/v/i/c/vicuna01/bzk_bg_break01.gif);
	background-position: right 0.1em;
	background-repeat: no-repeat;
	list-style-type: none;
}

/*--------------------------------------
	2.ボタン通常時
---------------------------------------*/

ul#globalNavi li a {
	margin: 0 1px;
	padding: 0.3em 0.5em; /* ボタンの厚みはここで調整 */
	border: none;
	display: block;
	position: relative; /* IE6でマウス反応領域がおかしいのをFix */
	line-height: 1;
	font-size: 92%;
	color: #aec7e8;
	text-align: center;
	text-decoration: none;
}

/*--------------------------------------
	3.ボタン反応時
---------------------------------------*/

ul#globalNavi li a:hover {
	color: #fff;
	background-color: #001628;
}

/* プロフィール */

div#utilities dd .profImg {
	text-align: center;
}

/********************************************************
*
*	FC2特殊
*
*	Description:
*	FC2専用のスタイル
*
********************************************************/

/* プロフィール */

div#utilities dd .profImg {
	text-align: center;
}

