﻿@charset "utf-8";

/*[CSS設定目次]---------------------------------------------
01.body
02.ヘッダ
03.ヘッダ・リンク
04.カテゴリ
05.カテゴリ・リンク
06.本文背景
07.サイドメニュー
08.サイドメニュー・リンク
09.最新の記事
10.本文
11.css読み込み不可通知
12.アクセス解析
13.作成者とページ情報
14.作成者とページ情報・リンク
a.文中リンク用ソース（個別記事用）
b.トラックバック（個別記事用）
c.コメント（個別記事用）
d.デザイン追加分

イ.検索エンジンからの検索キーワードをハイライト表示
ロ.画像を開く際にJavaScriptによる加工を加える
ハ.アンシクロペディアベルム（用語集ページ用）
ニ.ソースコード表示の拡張用

---------------------------------------------[CSS設定目次]*/



/*[01.body]
-------------------------------------------------------------*/
body {
	margin: 0;
	padding-bottom: 0;
	background-color: #ffffff;
}

/*[02.ヘッダ]
-------------------------------------------------------------*/
div.header {
	padding: 0;
	margin: 0;
	border: 1px solid #000000;
	height: 160px; /* バナーサイズの強制調整 */
	overflow: hidden;
	background-color: #000000;
	background:#000000 url("http://fullpa.net/blog/common/img/back.gif") repeat-x scroll top;
}
div.header h3 {
	color: #666666;
	font-weight: bold;
	font-size: 1.8em;
	font-family: "Century Gothic", Arial, sans-serif;
	letter-spacing: 0em;
	border-style: none;
	margin-top: 14px;
	position: absolute;
	left: 1%;
}
div.description {
	color: #808080;
	font-weight: bold;
	font-size: 1.9em;
	font-family: "Century Gothic", Arial, sans-serif;
	letter-spacing: 0.1em;
	border-style: none;
	margin-top: 48px;
	position: absolute;
	left: 1%;
	text-indent: 40px;
}
div.header h1 {
	color: #ffffff;
	font-weight: bold;
	font-size: 2.4em;
	font-family: "Century Gothic", Arial, sans-serif;
	letter-spacing: 0.2em;
	border-style: none;
	margin-top: 69px;
	position: absolute;
	left: 4.5%;
}
div.header h2 {
	padding: 0;
	margin: 0;
	border-style: none;
	text-align: right;
	color: #ff3399;
	margin: 100px,10px,0px,0px;
}

/*[03.ヘッダ・リンク]
-------------------------------------------------------------*/
h1 a:link, h1 a:visited {
	color: #ffffff;
	padding: 0;
	text-decoration: none;
}
h1 a:hover, h1 a:active, div.top h1 a:hover, div.top h1 a:active {
	color: #ffffff;
	padding: 0;
	background-color: transparent;
	text-decoration: none;
}

/*[04.カテゴリ]
-------------------------------------------------------------*/
div.toc2 {
	margin: 0;
	padding: 0;
	background-color: #666666;
	border-bottom: 1px solid #000000;
}
div.toc2 ul li {
	margin: 0;
	padding: 0 0.4em;
	list-style: none;
	letter-spacing: 0.4em;
	background-color: #666666;
	display: inline;
}
div.toc2 ul {
	margin: 0;
	padding-top: 2px;
	padding-bottom: 3px;
	vertical-align: middle;
	text-align: center;
}

/*[05.カテゴリ・リンク]
-------------------------------------------------------------*/
div.toc2 a, div.toc2 a:link, div.toc2 a:visited {
	text-decoration: none;
	color: #cccccc;
	height: auto;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
div.toc2 a:hover, div.toc2 a:active {
	color: #ffffff;
	margin: 0;
	padding: 0;
}

/*[06.本文背景]
-------------------------------------------------------------*/
div.chapter {
	background-color: #ffffff;
	margin: 0 2% 0 0;
	padding: 1em 2em 2em 2.5em;
	border-left: solid #cccccc 212px; /*本文背景左側の灰色*/
}

/*[07.サイドメニュー]
-------------------------------------------------------------*/
div.sidemenu {
	clear: both;
	margin: 0;
	padding: 0;
	background-color: #cccccc;
	width: 212px;
	float: left;
	border-bottom: 1px solid #cccccc; /*ヘッダーとの重なり対策*/
}
div.sidemenu img {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
div.sidemenu h2 {
	background:#999999 url("http://fullpa.net/blog/common/img/sidemenu.gif") repeat-x bottom;
	color: #ffffff;
	letter-spacing: 0.1em;
	text-align: center;
	border-bottom: 1px solid #000000;
	font-weight: normal;
}
div.sidemenu p {
	margin: 0;
	padding: 0;
	color: #000000;
	background-color: #cccccc;
	border-bottom: 1px solid #000000;
	text-align: center;
	width: 212px;
}
div.sidemenu ul, div.sidemenu li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 90%;
}
div.sidemenu li {
	border-bottom: 1px solid #000000;
	border-left: 8px solid #666666;
	background-color: #cccccc;
	line-height: 24px;
}
div.sidemenu form {
	margin: 8px 0;
	text-align: center;
}
div.sidemenu form p {
	text-align: center;
	border: none;
}
div.sidemenu form input {
	padding: 2px 0 0 3px
}
div.sidemenu label {
	letter-spacing: 0.15em;
}
div.search {
	text-align: center;
}

/*[08.サイドメニュー・リンク]
-------------------------------------------------------------*/
div.sidemenu a, div.sidemenu a:link, div.sidemenu a:visited {
	text-decoration: none;
	color: #0000ee;
	background-color: transparent;
	text-align: center;
	display: block;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #666666;
}
div.sidemenu a:hover, div.sidemenu a:active {
	color: #000000;
	background-color: #ffffff;
}

div.sidemenu ul li.WAITorSTOP a,
div.sidemenu ul li.WAITorSTOP a:link,
div.sidemenu ul li.WAITorSTOP a:visited {
	color: #666666;
}

/*[09.最新の記事]
-------------------------------------------------------------*/
div.recent-article {
	margin-right: 0;
	padding-right: 0;
}
div.recent-article li {
	margin-right: 0;
	padding-right: 0;
	list-style: url("http://fullpa.net/blog/common/img/title_top_icon.png");
}

/*[10.本文]
-------------------------------------------------------------*/
div.MTPaginate {
	text-align: center;
	margin: 0.2em;
	padding: 0em 0.5em;
	color: #000000;
	font-weight: normal;
	font-family: "Times New Roman", Times, Century, serif;
	letter-spacing: 0.1em;
	border-width: 0 0 3px 0;
}

div.entry {
	padding: 0;
	margin: 0;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	height: 60px;
}

div.entry h2 {
	margin: 0px,0px,0px,10px;
	font-weight: bold;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 30px;
	overflow: auto;
}

div.entry h2 a, div.entry h2 a:link, div.entry h2 a:visited {
	color: #000000;
	background-color: #ffffff;
	text-decoration: none;
}

div.entry h2 a:hover, div.entry h2 a:active {
	color: #000000;
	background-color: #cccccc;
	text-decoration: none;
}

div.section h3 {
	margin: 50px,0px,0px,10px;
}

div.section h4 {
	position: absolute;
	right: 5%;
	margin-top: 40px;
}


div.tag {
	background: #f5f5f5;
	margin: 5px 100px 40px 0;
	padding: 0 5px;
	border: 1px solid #cccccc;
	overflow: auto;
}

div.tag a:link, div.tag a:visited {
	color: #000000;
	text-decoration: underline;
}

div.tag a:active, div.tag a:hover {
	color: #666666;
	text-decoration: none;
}


span.tag-tittle{
	color: #000000;
	background: #cccccc;
	font-size: 12px;
	border: 1px solid #ffffff;
	margin: 3px;
	padding: 5px;
	overflow: scroll;
}


div.cui {
	background-color: #000000;
	margin: 10px 5px;
	padding: 10px 20px 20px 10px;
	border: 5px ridge #cccccc;
}

div.sample {
	margin: 10px 5px;
	padding: 10px 20px 20px 10px;
	border: 2px ridge #cccccc;
}

p.extended {
	background-image: url("http://fullpa.net/blog/common/img/arrow_disabled.gif");
	background-repeat: no-repeat;
}


div.entry-footer {
	margin: 0.2em;
	padding: 0.2em 0.5em 0em 0.5em;
	border-width: 0 0 3px 0;
	border-bottom: 1px solid #666666;
	text-align: right;
	font-size: 20px;
}

/*[11.css読み込み不可通知]
-------------------------------------------------------------*/
/*
表示不可系の設定はcommon.cssで別定義
*/

div.no_css_read {
	clear:both;
	margin: 0;
	padding: 0;
}

/*[12.アクセス解析]
-------------------------------------------------------------*/
div.AccessAnalysis {
	clear:both;
	margin: 0;
}

/*[13.作成者とページ情報]
-------------------------------------------------------------*/
div.footer {
	clear:both;
	margin: 0;
	padding: 0.3em 2em;
	border-top: #000000 solid 1px;
	background-color: #000000;
	background:#000000 url("http://fullpa.net/blog/common/img/back.gif") repeat-x scroll top;
}
div.footer p, div.footer strong {
	margin: 0;
	padding: 0;
	color: #9999cc;
}
div.footer address, div.footer p {
	text-align: right;
	letter-spacing: 0.1em;
	font-size: 74%;
	line-height: 1.5em;
	font-family: "Arial", sans-serif;
	color: #9999cc;
}
div.footer img {
	margin: 0;
	padding: 0 ;
	border-style: none;
}

/*[14.作成者とページ情報・リンク]
-------------------------------------------------------------*/
div.footer a {
	font-family: "Times New Roman", Times, Century, serif;
}
div.footer a:link {
	color: #cccccc;
	text-decoration: none;
}
div.footer a:visited {
	color: #cccccc;
	text-decoration: none;
}
div.footer a:hover, div.footer a:active {
	color: #ff00ff;
	text-decoration: underline;
	font-size: 150%;
}

/*[a.文中リンク用ソース]
-------------------------------------------------------------*/
div.link-source {
	margin: 15px;
	padding: 0;
	border: 1px solid #000000;
}
div.link-source-title {
	margin: 0;
	padding: 5px;
	border-bottom: 1px solid #000000;
	background-color: #e0e0e0;
}

div.link-source-title h2 {
	margin: 0px,0px,0px,10px;
	color: #000000;
	font-weight: bold;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 20px;
	overflow: auto;
}

/*[b.トラックバック]
-------------------------------------------------------------*/
div.trackbacks {
	margin: 15px;
	padding: 0;
	border: 1px solid #000000;
}
div.trackbacks-title {
	margin: 0;
	padding: 5px;
	border-bottom: 1px solid #000000;
	background-color: #e0e0e0;
}
div.trackback-site {
	margin: 0;
	padding: 5px;
	border-top: 1px solid #000000;
}
p.trackback-posted {
	margin: 0;
	padding: 0px 5px 5px 15px;
	color: #999999;
}

/*[c.コメント]
-------------------------------------------------------------*/
div.comments {
	margin: 15px;
	padding: 0;
	border: 1px solid #000000;
}
div.read_comments {
	margin: 0;
	padding: 5px;
	border-bottom: 1px solid #000000;
	background-color: #e0e0e0;
}
p.comment-posted {
	margin: 0;
	padding: 5px 5px 10px 15px;
	border-bottom: 1px solid #000000;
}
div.write_comments {
	margin: 0;
	padding: 10px 15px 0 15px;
}
div.comment_preview_box {
	background-color:#efefef;
	margin: 10px 10px 0 10px;
	padding:2px;
}
div.name_email input {
	font-size: 90%;
}

#author{
	ime-mode:active;
}
#email{
	ime-mode:disabled;
}
#url{
	ime-mode:disabled;
}

div.read_comments h2 {
	margin: 0px,0px,0px,10px;
	color: #000000;
	font-weight: bold;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 20px;
	overflow: auto;
}

/*[d.デザイン追加分]
-------------------------------------------------------------*/
.content p.posted {
	color: #999999;
	font-family: Osaka, Verdana, Arial, sans-serif;
	font-size: small;
	border-top: 1px dotted #999999;
	text-align: right;		
	margin-bottom: 5px;
	line-height: normal;
	padding: 3px;
}
span.red {
	color: #ff0033;
	line-height: 150%;
}
span.big-red {
	color: #ff3399;
	font-weight: bolder;
	line-height: 150%;
}
 
	color: #7a67ee;
	font-weight: bolder;
	line-height: 150%;
}
span.black {
	color: #ff00ff;
	line-height: 150%;
}
span.qt {
	color: #000099;
	font-weight: bolder;
	line-height: 150%;
}
span.fontsizeplus {
	font-size: 17px;
}
span.reception_time {
	background-color: #e0e0e0;
}
span.big-font {
	font-size: 150%;
	line-height: 150%;
	font-weight: bold;
}
span.ak {
	text-decoration: underline;
}
span.clap_pre {
	color: #000000;
	background-color: #cccccc;
	padding: 8px 0;
	margin:4px 0;
}

span.keyboad {
	color: #000000;
	background-color: #cccccc;
	border-style:outset;
	border-width:thin;
	padding:1px 0px 0px 2px;
	margin:0 2px;
}

span.cui {
	color: #c8c8ff;
	background: #0a0a28;
	font-size: 12px;
	line-height:120%;
	border: 1px solid #cccccc;
	margin: 3px;
	padding: 5px;
	overflow: scroll;
}


/*[イ.検索エンジンからの検索キーワードをハイライト表示]
-------------------------------------------------------------*/
/* 2008/10/28, おやすみばっか、☆yasiさんの記事に合わせて修正
スタイルシートの記述は、index.js内にマージ。
http://staryasi.usamimi.info/blog/archives/2008/05/29-224235.php
*/



/*[ロ.画像を開く際にJavaScriptによる加工を加える]
-------------------------------------------------------------*/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{
	border: none;
	}

#outerImageContainer{
	position: relative;
	background-color: #ffffff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url("http://fullpa.net/blog/common/img/blank.gif") no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url("http://fullpa.net/blog/common/img/prevlabel.gif") left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url("http://fullpa.net/blog/common/img/nextlabel.gif") right 15% no-repeat; }


#imageDataContainer{
	font: 1em Verdana, Helvetica, sans-serif;
	background-color: #ffffff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;}
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000000;
	}

/*[ハ.アンシクロペディアベルム用]
-------------------------------------------------------------*/
div.backtotop {
	padding: 0;
	margin: 0;
	border-style: none;
	text-align: right;
}

/*[ニ.ソースコード表示の拡張用]
-------------------------------------------------------------*/
.dp-highlighter
{
	font-family: "Consolas", "Courier New", Courier, mono, serif;
	font-size: 12px;
	background-color: #E7E5DC;
	width: 99%;
	overflow: auto;
	margin: 18px 0 18px 0 !important;
	padding-top: 1px; /* adds a little border on top when controls are hidden */
}

/* clear styles */
.dp-highlighter ol,
.dp-highlighter ol li,
.dp-highlighter ol li span 
{
	margin: 0;
	padding: 0;
	border: none;
}

.dp-highlighter a,
.dp-highlighter a:hover
{
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}

.dp-highlighter .bar
{
	padding-left: 45px;
}

.dp-highlighter.collapsed .bar,
.dp-highlighter.nogutter .bar
{
	padding-left: 0px;
}

.dp-highlighter ol
{
	list-style: decimal; /* for ie */
	background-color: #fff;
	margin: 0px 0px 1px 45px !important; /* 1px bottom margin seems to fix occasional Firefox scrolling */
	padding: 0px;
	color: #5C5C5C;
}

.dp-highlighter.nogutter ol,
.dp-highlighter.nogutter ol li
{
	list-style: none !important;
	margin-left: 0px !important;
}

.dp-highlighter ol li,
.dp-highlighter .columns div
{
	list-style: decimal-leading-zero; /* better look for others, override cascade from OL */
	list-style-position: outside !important;
	border-left: 3px solid #6CE26C;
	background-color: #F8F8F8;
	color: #5C5C5C;
	padding: 0 3px 0 10px !important;
	margin: 0 !important;
	line-height: 14px;
}

.dp-highlighter.nogutter ol li,
.dp-highlighter.nogutter .columns div
{
	border: 0;
}

.dp-highlighter .columns
{
	background-color: #F8F8F8;
	color: gray;
	overflow: hidden;
	width: 100%;
}

.dp-highlighter .columns div
{
	padding-bottom: 5px;
}

.dp-highlighter ol li.alt
{
	background-color: #FFF;
	color: inherit;
}

.dp-highlighter ol li span
{
	color: black;
	background-color: inherit;
}

/* Adjust some properties when collapsed */

.dp-highlighter.collapsed ol
{
	margin: 0px;
}

.dp-highlighter.collapsed ol li
{
	display: none;
}

/* Additional modifications when in print-view */

.dp-highlighter.printing
{
	border: none;
}

.dp-highlighter.printing .tools
{
	display: none !important;
}

.dp-highlighter.printing li
{
	display: list-item !important;
}

/* Styles for the tools */

.dp-highlighter .tools
{
	padding: 8px 8px 12px 10px;
	font: 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: silver;
	background-color: #f8f8f8;
	padding-bottom: 10px;
	border-left: 3px solid #6CE26C;
}

.dp-highlighter.nogutter .tools
{
	border-left: 0;
}

.dp-highlighter.collapsed .tools
{
	border-bottom: 0;
}

.dp-highlighter .tools a
{
	font-size: 9px;
	color: #a0a0a0;
	background-color: #FFFFFF;
	text-decoration: underline;
	padding: 2px;
	margin: 0px 10px 0px 0px;
	border-left: 1px solid #666666;
	border-top: 1px solid #666666;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;
}

.dp-highlighter .tools a:hover
{
	color: red;
	background-color: #FFFFFF;
	background-color: inherit;
	text-decoration: underline;
	padding: 2px;
	margin: 0px 10px 0px 0px;
	border-left: 1px solid #666666;
	border-top: 1px solid #666666;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;
}

/* About dialog styles */

.dp-about { background-color: #fff; color: #333; margin: 0px; padding: 0px; }
.dp-about table { width: 100%; height: 100%; font-size: 11px; font-family: Tahoma, Verdana, Arial, sans-serif !important; }
.dp-about td { padding: 10px; vertical-align: top; }
.dp-about .copy { border-bottom: 1px solid #ACA899; height: 95%; }
.dp-about .title { color: red; background-color: inherit; font-weight: bold; }
.dp-about .para { margin: 0 0 4px 0; }
.dp-about .footer { background-color: #ECEADB; color: #333; border-top: 1px solid #fff; text-align: right; }
.dp-about .close { font-size: 11px; font-family: Tahoma, Verdana, Arial, sans-serif !important; background-color: #ECEADB; color: #333; width: 60px; height: 22px; }

/* Language specific styles */

.dp-highlighter .comment, .dp-highlighter .comments { color: #008200; background-color: inherit; }
.dp-highlighter .string { color: blue; background-color: inherit; }
.dp-highlighter .keyword { color: #069; font-weight: bold; background-color: inherit; }
.dp-highlighter .preprocessor { color: gray; background-color: inherit; }


/* Did You Find this Helpful? */
#helpful input {
   width: 50px
   padding: 3px
   margin-top: 4px
   color: #4d4d4d;
   font: bold 13px arial;
   background-color: #BDD2E0;
   border:1px solid #c0c0c0;
   cursor: pointer;
   }

#helpful input:hover {
   border-color: #ffffff;
   background: #11b1e0;
   text-shadow: 1px 1px 0 #0d80a2;
   color: #fff;
   }

