﻿@charset "utf-8";

/*-----------------------------------------------

  * Filename:      plugin.css
  * Description:   CSS only for backend program.
  * Version:       2009-2-9 (YYYY-MM-DD)
  * Website:       http://malugen.net/
  * Auther:        琉球広告企画
  * Copyright:     丸玄建設

  == Font-Size: =================================

  77%  = 10px  |  124% = 16px  |  170% = 22px
  85%  = 11px  |  131% = 17px  |  177% = 23px
  93%  = 12px  |  139% = 18px  |  185% = 24px
  100% = 13px  |  147% = 19px  |  193% = 25px
  108% = 14px  |  154% = 20px  |  200% = 26px
  116% = 15px  |  162% = 21px  |

-------------------------------------------------*/



/*
		NP_WebDebugToolbar
---------------------------------------------*/

#webDebugToolbar {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 255;
	}

* html body #webDebugToolbar {
	position: absolute;
	top: 10px;
	right: 10px;
	}/* for IE6 */

#webDebugToolbar ul {
	overflow: auto;
	min-height: 17px;
	height: auto !important;
	height: 17px;
	line-height:1.6;
	margin: 0;
	padding: 6px 3px 3px 30px;
	background: #fff url(img/logo_webDebugToolbar.gif) 7px 6px no-repeat;
	border: 1px solid #CABECA;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	}

* html body #webDebugToolbar ul {
	zoom: 1;
	}/* for IE6 */

#webDebugToolbar ul li {
	float: left;
	list-style: none;
	font-size: 9px;
	color: #000;
	margin: 0;
	padding: 0 10px;
	border-left: 1px solid #9DA5B0;
	}

#webDebugToolbar ul li span {
	font-size: 11px;
	font-weight: bold;
	}



/*
		NP_SimpleTag
---------------------------------------------*/

/* tag cloud */
ul.tagcloud {
	padding: 0 10px 20px;
	list-style: none;
	text-align: justify; 
	text-justify: newspaper; 
	word-break: keep-all;
	}

ul.tagcloud li {
	display: inline;
	margin: 0;
	padding: 0;
	}

ul.tagcloud li.tag0 { font-size:  9px; }
ul.tagcloud li.tag1 { font-size: 10px; }
ul.tagcloud li.tag2 { font-size: 11px; }
ul.tagcloud li.tag3 { font-size: 13px; }
ul.tagcloud li.tag4 { font-size: 14px; }
ul.tagcloud li.tag5 { font-size: 15px; }
ul.tagcloud li.tag6 { font-size: 17px; }
ul.tagcloud li.tag7 { font-size: 18px; }
ul.tagcloud li.tag8 { font-size: 20px; }
ul.tagcloud li.tag9 { font-size: 22px; }
ul.tagcloud li a {
	padding: 0;
	}

/* related tag list */

.related {
	padding: 0 10px 20px;
	}

.related dt {
	line-height: 1.5em;
	margin-bottom: 0.5em;
	font-size: 100%;
	letter-spacing: 0;
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: pre-wrap;      /* CSS3 */
	word-wrap: break-word;      /* IE 5.5+ */
	}

.related dt span {
	font-size: 77%;
	}

.related dd {
	display: none;
	}

.related .score {
	color: #999;
	}

.related .score span {
	font-size: 116%;
	}

.related .date {
	font-size: 77%;
	color: #bbb;
	}



/*
		NP_TitleList
---------------------------------------------*/

body#archivelist h3 {
	margin: 3em 0 0 0;
	padding: 0.5em 0 0 15px;
	font-size: 124%;
	border-top: 1px dotted #6ddeff;
	}

body#archivelist .pageswitch {
	padding: 0 0 0.5em 15px;
	border-bottom: 1px dotted #6ddeff;
	}

#titlelist {
	margin: 2.5em 0 0 0;
	list-style-type: none;
	}

#titlelist  {
	margin: 2em 0 0 0;
	list-style-type: none;
	}

#titlelist ul {
	text-indent: -2em;
	margin: 0em 0em 1.5em 4em;
	list-style-type: none;
	font-size: 85%;
	color: #aaa;
	}

#titlelist li {
	margin: 0.2em 0 !important;
	word-break: keep-all;
	}

#titlelist li a {
	color: #666;
	text-decoration: underline;
	}

#titlelist ul li a {
	padding-right: 0.5em;
	font-size: 116%;
	color: green;
	text-decoration: none;
	}

#titlelist ul li a:hover {
	text-decoration: underline;
	}

#searchoption {
	line-height: 1.8em;
	}

#searchoption .formbutton {
	margin: 1em 2em 0;
	}



/*
		NP_Calendar
---------------------------------------------*/

table.calendar {background-color:#fff;border-collapse: collapse;font-family:sans-serif;border:1px solid #ddd;}
table.calendar caption {text-align:center;color:#aaa;letter-spacing:2px;padding:4px;}
table.calendar th,table.calendar td {border:1px solid #ddd;padding:2px 4px;}
table.calendar th {text-align:center;font-size:24px;}
table.calendar td {text-align:right;font-size:24px;color:#999;letter-spacing:1px;}
tr.calendardateheaders {background-color:#ccc;color:#fff;}
td.blank {background-color:#f5f5f5;}
td.saturday {background-color:#f7f9fd;}
td.sunday {background-color:#fff3ee;}
td.holiday {background-color:#fff3ee;}
td.today {background-color:#ffffcc;}
