/********************************************************
*
* Theme Name: fc2.Vicuna Mono
* 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
	文字サイズの変更

	初期は100%の大きさです。
	大きくしたい場合は107%
	小さくしたい場合は85%
=======================================*/

/* 記事本文部分の文字サイズ */

div.textBody {
	font-size: 90%;
}

/* サイドバー(メニュー)部分の文字サイズ */

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-bottom: 1em;
	color: #666; /* 文字色 */
	background-color: #fff; /* 背景色 */
	font-family: Arial, Helvetica, sans-serif;

}

/*======================================

	1-5.Text Module
	
=======================================*/

p,
pre,
blockquote,
address,
cite {
	margin: 0.8em 0 1em; /* 3つの値は[上], [左右], [下]を指す*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 2em 0 0.5em;
}

h1 {
	margin: 0;
	padding: 0.8em 20px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	color: #666;
	background-color: #f5f5f5;
	font-size: 114%;
	font-weight: normal;
}

h2 {
	padding: 0.2em 10px;
	font-size: 114%;
	font-weight: normal;
	color: #000;
	background-color: #eee;
}

h3 {
	border-bottom: 1px solid #eee;
	font-size: 112%;
	color: #666;
}

h4 {
	font-size: 100%;
}

h5 {
	font-size: 100%;
}

h6 {
	font-size: 100%;
}

p {
	line-height: 1.6;
}

br {
	letter-spacing: 0;
}

pre {
	padding: 0.5em 0 0.5em 20px;
	width: 95%;
	max-width: 85%;
	overflow: scroll;
	color: #666;
	background-color: #eee;
	font-family: "Osaka−等幅", monospace;
}

pre * {
	color: #444;
}

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: 3px solid #eee;
	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;
}

address {
	color: #999;
}

cite {
	display: block;
	color: #333;
	text-align: right;
}

em {
	font-weight: bold;
}

strong {
	color: #000;
}

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: #3D81EE;
        text-decoration: none;
}

a:visited {
	color: #3D81EE;
        text-decoration: none;
}

a:hover {
	color: #000;
        text-decoration: none;
}








/*======================================

	1-7.List Module
	
=======================================*/

ul,
ol,
dl {
	margin: 1em 0;
	padding: 1px 0;
	list-style-position: inside;
}

ul {
	list-style-type: square;
}

li,
dt,
dd {
	margin: 0.4em 0;
}

dt {
	margin-top: 0.6em;
}

dd {
	margin-left: 10px;
	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 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;
}

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 {

}

input.submit {
	border-color: #fff;
	color: #fff;
	background-color: #999;
	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 #ccc;
	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 {
	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: url(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;
}

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 {
	padding-left: 20px!important;
	background: url(http://blog-imgs-12-origin.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;
	margin-top: 1em;
	float: left;
}

.img_R {
	margin-left: 1em;
	margin-top: 1em;
	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 20px;


}

/*--------------------------------------
	3-1-1. サイトタイトル
---------------------------------------*/
div#header p.siteName {
	margin: 20px 0 0;
	line-height: 1;
	font-size: 160%;
	font-weight: bold;

}
div#header p.siteName a {
  display: block;
  width: 240px; /* 画像の幅 */
  text-indent: -9999px; /* textを飛ばす */
  outline: none; /* クリック時の枠線を消す */
  background-image: url(http://blog-imgs-19-origin.fc2.com/a/h/f/ahfb/200810spacyspace.png);
  background-repeat: no-repeat;
  background-position: 5px 0px; /* point 位置調整 */
  border-bottom: none;
  padding-bottom: 70px; /* 画像の高さに合わせて調整 */
}

div#header p.siteName a:hover {
	color: #cc0099;
}

div#name2{
 padding: 0px 0px;
 margin: -5px 0;
}


/*--------------------------------------
	3-1-2. 概要
---------------------------------------*/

div#header p.description {
	margin: 0;
	color: #bbb;
	font-size: 92%;
}

/*======================================

	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 0;
	padding-top: 0.6em; /* ie6 */
	line-height: 1;
	font-size: 100%;
}

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: #999;
	text-decoration: none;
	text-align: center;
}

ul#flip1 li.older a {
	border-left: 1px solid #fff;
	background-color: #555;
}

ul#flip1 li a:hover {
	background-color: #000;
}

/*--------------------------------------
	3-3-3. div.entry
---------------------------------------*/

div.entry {
	margin: 0;
	padding: 1px 0;
	border-top: 5px solid #eee;
}

div.textBody ul,
div.textBody ol,
div.textBody dl {
	padding-left: 10px;
	border-left: 5px solid #eee;
	_height: 1px; /* for IE */
}

/* 3-3-3-1. 記事見出し
-----------------------------*/

div.entry h2 {
	margin-top: 1em;
	margin-bottom: 0;
	padding: 0;
	background-color: transparent;
        padding-left:260px ;
        margin-bottom:-20px ;
}

div.entry h2 a:link {
	border-bottom: 0px solid #ddd;
	color: #0099cc;
	text-decoration: none;
}

div.entry h2 a:visited {
	color: #0099cc;
	border-bottom: none;
}

div.entry h2 a:hover {
	color: #0099cc;
}

/* 3-3-3-2. 日付・カテゴリ 
-----------------------------*/


div.entry ul.info {
	margin: 1em 0;
	line-height: 1;
	list-style-position: outside;
	list-style-type: none;
}

div.entry ul.info li {
	margin: 0;
	color: #999;
	font-size: 85%;
}

div.entry ul.info li a {
	border-bottom: none;
	color: #aaa;
	text-transform: uppercase;
}

div.entry ul.info li a:hover {
	color: #000;
}

div.entry ul.info li.date {

}


/* 3-3-3-3. 本文
-----------------------------*/

div.entry div.textBody {
	margin: 1px 0;
	padding-left: 0!important;
	padding-right: 0!important;
	letter-spacing: 1px;
}

div.entry div.textBody h2 {
	margin-top: 2em;
}

/*本文内に出現するリンクされた画像*/

div.textBody a img {
	border: 0px solid #fff;
        margin:0px 20px 0px 0px;
	float: left;
                }

div.textBody a:hover img {
	border: 0px solid #32CD32;
}


/* 3-3-3-4. Continue Reading (続きを読む)
-----------------------------*/

p.continue {
	text-transform: uppercase;
	font-size: 77%;
}

p.continue a:link,
p.continue a:visited {
	padding: 0 0.6em;
	border-bottom: none;
	color: #fff;
	background-color: #999;
	text-decoration: none;
}

p.continue a:hover {
	color: #fff;
	background-color: #000;
}

/* 3-3-3-5. リアクションリンク
-----------------------------*/

div.entry ul.reaction {
	margin-top: 0;
}

div.entry ul.reaction li {
	margin: 0.1em 10px 0.1em 0;
	display: inline;
}

div.entry ul.reaction li a {
	border-bottom: none;
}

/* 3-3-3-6. 下部 記事ナビ (Newer | Older)
-----------------------------*/

#flip2 {
	padding: 0.3em 0;
	border: 1px solid #eee;
}

#flip2 li {
	margin-left: 10px;
	color: #000;
}

/* 3-3-3-7. Comment Log
-----------------------------*/

div#comments {
	margin-top: 2em;
	padding: 1px 0;
}

div#comments h2 {
	padding: 0.2em 10px;
	background-color: #f5f5f5;
}

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;
	width: 24em;
}

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: 1em;
	padding: 1px 0;
}

div#trackback h2 {
	padding: 0.2em 10px;
	background-color: #f5f5f5;
}

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 .URL {
	padding: 0.2em 1em;
	color: #000;
	background-color: #fff;
}

/*======================================

	3-4. div#utilities
	
=======================================*/

div#utilities {
	padding: 1px 0;
}

div#utilities dl dt {
	margin: 0;
	padding: 0.1em 10px;
	color: #333;
	background-color: #f5f5f5;
	font-size: 85%;
	text-transform: uppercase;
}

div#utilities dl dd {
	margin: 0 0 0.5em 0;
	padding: 0.2em 0 0.5em;
}

div#utilities dl dd ul {
	margin: 0;

	list-style-type: none;
}

div#utilities dl dd ul li {
	margin: 0.5em 0; 
}

div#utilities dl dd ul li ul li {
	margin-left: 20px;
	list-style-type: none;
}

/* サブナビゲーション内のリンク*/

div#utilities dl dd ul li a {
	padding-left: 15px;
	border-bottom: none;
	color: #999;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 0 center;
	_background-position: 0 0.2em;
}

div#utilities dl dd ul li a:link {
	background-image: url(http://blog-imgs-12-origin.fc2.com/v/i/c/vicuna01/icon01_mono.gif);
}

div#utilities dl dd ul li a:visited {
	background-image: url(http://blog-imgs-12-origin.fc2.com/v/i/c/vicuna01/icon02_mono.gif);
}

div#utilities dl dd ul li a:hover {
	color: #000;
}


/* サブカテゴリ */

div#utilities dl dd ul li ul {
	list-style-type: circle;
}

div#utilities dl dd ul li li {
	margin: 0.2em 0 0 40px;
}


/*--------------------------------------
	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;
	background-color: #f5f5f5;
	font-size: 12px;
}

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
*
********************************************************/

/*======================================

	4-1.Containers Layout
	
=======================================*/

body {
	margin: 1em 25px; /* 左右余白 */
	text-align: center;
}

div#header,
div#content,
div#footer {
	margin: 0 auto;
	width: 992px;  /* 幅の変更　例: (800px | 60em) */
	text-align: left;
}

/*======================================

	4-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;
}

body.single div#main h1 {
	margin-right: 0;
}

/*--------------------------------------
	4-2-1. div#utilities
---------------------------------------*/

body.single div#utilities {
	margin-top: 1em;
}

body.single div#utilities dt {
	padding: 0.1em 10px;
	background-color: #f5f5f5;
}

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;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

/*======================================

	4-3. [Double column] body.double 
	bodyにclass="double"がついた時のレイアウト
	[←★→]マークのついた指定を反転させることでカラムの位置入れ替えが可能
	
=======================================*/

/*--------------------------------------
	4-3-1. div#main
---------------------------------------*/

body.double h1 {
	margin-right: 20px; /* [←★→] */
}

body.double p.topicPath {
	margin-right: 20px; /* [←★→] */
}

body.double div#main {
	float: left; /* [←★→] */
	width: 730px;
	background-image: url(http://blog-imgs-12-origin.fc2.com/v/i/c/vicuna01/line_dotted_mono.gif);
	background-repeat: repeat-y;
	background-position: right top; /* [←★→] */
}

body.double div#main div {
	margin-right: 20px; /* [←★→] */
	position: relative;
	_height: 1px; /* for IE */
}

body.double div#main div div {
	margin-right: 0; /* [←★→] */
	position: static;
}

body.double div#main div.entry {
	padding-left: 0em;
}

body.double div#main div.entry ul.info {
	width: 0em;
	position: absolute;
	top: 0;
	left: 0;
}

/*--------------------------------------
	4-3-2. div#utilities
---------------------------------------*/

body.double div#utilities {
	padding-top: 0;
	float: right; /* [←★→] */
	clear: right; /* [←★→] */
	width: 260px;
}

body.double div#utilities dl {
	margin: 3px 0 0.2em 10px; /* [←★→] (2番目と4番目の数字を入れ替え) */
}

/*======================================

	4-4. [Double column] body.individual
	bodyにclass="individual"(個別ページ)
	では本文左に余白を空けない。
		
=======================================*/

body.individual div#main div.entry {
	padding-left: 0!important;
}

body.individual div#main div.entry ul.info {
	margin: 0.5em 0 0 0;
	position: static;
	width: auto;
}

body.individual div#main div.entry ul.info li {
	display: inline;
}
/********************************************************
*
*	Global Navigation Module
*
*	Description:
*	グローバルナビゲーション追加スタイルモジュール
*
********************************************************/

/*--------------------------------------
	1.Structure
---------------------------------------*/

ul#globalNavi {
	margin: 20px 0 -20px; /* 出現時にheaderの下の余白を詰める */
	padding: 0;
	border: 1px solid #eee;
	background-color: #fff;
}

ul#globalNavi li {
	margin: 0;
	padding: 0;
	float: left;
	width: 120px;
	list-style-type: none;
}

/*--------------------------------------
	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: #333;
	text-align: center;
	text-decoration: none;
	background-color: #fff;
}

/*--------------------------------------
	3.ボタン反応時
---------------------------------------*/

ul#globalNavi li a:hover {
	color: #fff;
	background-color: #000;
}


/*--------------------------------------
	add
---------------------------------------*/

div#add{
           padding-left: 176px;
           margin-top: -18px;
}


/********************************************************
*
*	FC2特殊
*
*	Description:
*	FC2専用のスタイル
*
********************************************************/

/* プロフィール */

div#utilities dd .profImg {
	text-align: center;
}