﻿@charset "utf-8";
@import url(../_import/common.css);
@import url(../_import/text_decorations.css);


/*
---------------------------------------------------------------
P_BLOG CSS TEMPLATE

---------------------------------------------------------------
	
INDEX
	BASE
	HEADER
	CONTENT BOX
	MENU BOX
	FOOTER
	ADMIN
-------------------------------------------------
	COLOR INDEX :
	 - 背景色			#ffffff
	 - 背景色２（バー）	#ff9900
	 - 背景色３（他）	#ededed
	 - 文字の色			#121212
	 - リンクの色		#339900
	 - リンク済の色		#cc9900
	 - クリック時の色	#99cc00
-------------------------------------------------
*/

/*
-------------------------------------------------
	BASE
-------------------------------------------------
*/

body {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	color: #121212;
	font-family: sans-serif;
	font-size: small !important;
	font-size: 90%;
	line-height: 160%;
	text-align: left;
	background-color: #ffffff;
	background-attachment: fixed;
	background-image: url(resources/bg.jpg);
	background-repeat: repeat-y;
	background-position: 800px 0px;
}

#wrapper {
	position: absolute;
	left: 0px;
	width: 750px;
	margin: 0 auto;
	padding: 0;
	background: #ffffff;
	text-align: left;
	border: 1px solid #eeeeee;
}

/* Anchor */

a:link {
	color: #339900;
	text-decoration: none;
}

a:visited {
	color: #cc9900;
	text-decoration: none;
}

a:hover, a:active {
	background-color: transparent;
	color: #99cc00;
	text-decoration: none;
}

img { border: none; }


/* Forms */

input, textarea, select {
	font-family: sans-serif;
	font-size: 100%;
}

input[type="text"] {
	font-family: sans-serif;
	font-size: 100%;
}

fieldset {
	margin: 2em 0 1em 0;
	padding: 2em 0 1.5em 1em;
	border: 0;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

legend {
	margin-left: 1em;
	padding: 0 2em 0 2em;
	border: 1px solid #cccccc;
}

label {
	margin: 0;
	padding: 0;
}

.noscript {
	display: inline;
}


/*
-------------------------------------------------
	HEADER
-------------------------------------------------
*/

#header {
	height: 80px;
	margin: 0px;
	padding: 0px;
	background: #ffffff url(resources/header.gif) no-repeat left top;
}

#header h1 {
	display: inline;
	float: right;
	margin: 0px 0px;
	padding: 0px 10px;
	color: #121212;
	font-family: Georgia, verdana, sans-serif;
	font-size: 200%;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 50px;
	border-right: 6px solid #ff9900;
}

#subtitle {
	position: absolute;
	top: 55px;
	left: 350px;
	font-size: 13px;
	color: #666666;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
}

/*
-------------------------------------------------
	CONTENT BOX
-------------------------------------------------
*/

#content {
	float: left;
	width: 510px;
	margin: 10px 0px 20px 5px;
	padding: 0px;
	background: #ffffff;
}

.section {
	margin: 15px;
	padding: 0;
}

.section .section {
	margin: 0;
	padding: 0;
}

#content h2 {
	margin: 10px;
	padding: 0;
	border-bottom: 1px solid #cccccc;
	color: #999999;
	margin: 10px 20px;
	font-size: 100%;
}

#content * h2 {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #cccccc;
	font-family: Georgia, Tahoma, Verdana, sans-serif;
}

#content h3 {
	margin: 0;
	padding: 3px;
	color: #ff9900;
}

#content * h3 {
	margin: 0;
	padding: 3px;
	border-bottom: 1px dotted #ff9900;
	font-size: 100%;
}

.date {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 87.5%;
	text-align: right;
}

.section p {
	margin-bottom: 1.2em;
	color: #121212;
}

blockquote {
	width: 90%;
	margin: 0 0 0 1em;
	padding: 1em;
	border-left: 5px solid #534741;
	border-bottom: 0;
	background: #ededed url(../_shared/top_right.png) no-repeat right top;
	color: #121212;
}

.citesource {
	margin-top: 5px;
	border-top: 1px solid #534741;
	text-align: right;
}

#trackbacks, #comments {
	padding: 3px 30px !important;
	border-bottom: 1px solid #dddddd !important;
	font-size: 100%;
}

/* Article footer */

.a-footer {
	margin: 0 0 20px 0;
	padding: 0;
	border-top: 1px solid #cccccc;
	font-family: sans-serif;
	text-align: right;
}

/**
 * Footer Anchors
 */
.a-footer a {
	margin: 0 0.5em 0 0;
	padding: 0px 0px 4px 14px;
	background: #ffffff url(../_shared/anchor_bg.png) 0px 0px no-repeat;
	font-size: 12px;
	text-shadow: #ffffff 0.2em 0.2em 0.2em;
}

.a-footer a:hover,a.read-more:hover {
	background-position: 0px -30px;
}
.a-footer a:active, a.read-more:hover {
	background-position: 0px -60px;
} 
a.status-on {
	background-position: 0px -90px !important;
}
a.status-on:hover {
	background-position: 0px -30px !important;
}
a.status-on:active {
	background-position: 0px -60px !important;
}

/* Previous Logs Navi Link */

p#prev-logs {
	margin: 2em 2em 1em 1em;
	text-align: right;
}

p#prev-logs a {
	display: inline;
	margin-right: 2px;
	padding: 2px 20px 2px 10px;
	border: 1px solid #cccccc;
	background: #ffffff url(../_shared/arrow_next.png) no-repeat 100% 50%;
	text-decoration: none;
}

p#prev-logs a:hover {
	background-color: #ededed;
}

/*
-------------------------------------------------
	MENU BOX
-------------------------------------------------
*/

#menu-box {
	display: inline;
	float: right;
	width: 200px;
	margin: 20px 0px 20px 0;
	padding: 0px;
}

ul.menu {
	list-style: none;
	margin: 15px;
	padding: 0px;
	border-top: 1px solid #cccccc;
}

li.menu {
	list-style: none;
	margin-bottom: 0;
	padding: 2px 5px;
	border-bottom: 1px solid #cccccc;
	line-height: 20px;
	text-indent: 0;
}

li.cur-menu {
	list-style: none;
	margin-bottom: 0;
	padding: 2px 5px;
	border-bottom: 1px solid #cccccc;
	line-height: 20px;
	text-indent: 0;
}

dl#draft {
	margin: 15px;
	padding: 0;
}

/* Contents Navi */

#content-menu {
	position: absolute;
	top: 80px;
	left: 0px;
	width: 750px;
	margin: 0 0 0 0px;
	padding: 0;
	background: #ff9900 url(./resources/bg_s.png);
	font-size: 100%;
	font-weight: bold;
}

#content-menu h2{
	display:none;
}

#content-menu ul.menu {
	list-style: none;
	margin: 0;
	padding: 0 0 0 0px;
	border: none;
}

#content-menu li.menu {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	border: none;
}

/* Current Page Menu */
#content-menu li.cur-menu {
	list-style: none;
	float: left;
	margin: 1px 0 1px -1px;
	padding: 1px 10px;
	border: none;
	border-right: 1px solid #ffff66;
	border-left: 1px solid #ffff66;
	background: #ffff66;
	color: #993300;
	line-height: 13px;
	text-indent: 0;
}

#content-menu a.menu,
#content-menu a.menu:visited {
	display: block;
	margin: 1px 0 1px -1px;
	padding: 1px 10px;
	border-right: 1px solid #ffff66;
	border-left: 1px solid #ffff66;
	color: #aa4400;
	line-height: 13px;
	text-decoration: none;
}

#content-menu a.menu:hover {
	margin: 1px 0 1px -1px;
	padding: 1px 10px;
	border-right: 1px solid #ffff66;
	border-left: 1px solid #ffff66;
	background: #ffcc33 url(./resources/menu_bg.png) 0px -50px repeat-x;
	color: #993300;
	line-height: 13px;
	text-decoration: none;
}

#content-menu a.menu:active {
	margin: 1px 0 1px -1px;
	padding: 1px 10px;
	border-right: 1px solid #ffff66;
	border-left: 1px solid #ffff66;
	background: #ffcc33 url(./resources/menu_bg.png) 0px 0px repeat-x;
	color: #993300;
	line-height: 13px;
	text-decoration: none;
}

h3#add-new {
	line-height: 200%;
}

h3#edit {
	line-height: 200%;
}

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

div.menu {
	margin: 15px 0;
	padding: 0 15px;
	font-family: sans-serif;
	font-size: 100%;
}

div.menu h2 {
	margin: 0 -15px 10px -15px;
	padding: 0 10px;
	background: #ffdd44 url(./resources/menu_bg.png) 0px 0px repeat-x;
	color: #993300;
	font-size: 100%;
	font-weight: normal;
	line-height: 16px;
}

div.menu p {
	margin: 0;
	padding: 5px;
}

div.menu ul {
	list-style-image: url(./resources/list_image.png);
	margin: 5px 5px 5px 1.8em;
	padding: 0;
	font-size: 100%;
}

input#keyword {
	width: 130px !important;
}

#search {
	margin: 0;
	padding: 0;
}

span#search-plus {
	vertical-align: top !important;
	vertical-align: middle;
}

#recent-entries li {
	list-style-image: url(./resources/entry.gif);
}

#recent-comments li {
	list-style-image: url(./resources/comment.gif);
}

#recent-trackbacks li {
	list-style-image: url(./resources/trackback.gif);
}

/* Admin Menu */
#logout {
	margin: 0 -15px;
	padding: 0.5em 0;
	border-top: 1px solid #999999;
	background: #ffffff url(../_shared/gray_stripe.png);
	text-align: center;
}

h2.menu-box {
	margin: 15px 10px;
	padding: 0;
	font-size: 100%;
}

#menu-box h3 {
	font-size: 110%;
	margin: 0 0 0 15px;
}

/* Archive, Category, CSS-Swicher Form */
#archives, 
#category,
#css-form {
	margin: 10px 0;
	padding: 0 0 0 15px;
}

#archives select, 
#category select,
#css-form select {
	width: 150px;
}

/*
-------------------------------------------------
	CALENDAR TABLE
-------------------------------------------------
*/

#calendar {
	width: 200px;
	border-collapse: collapse;
	border: 1px solid #999999;
	color: #121212;
	line-height: 150%;
}

#calendar thead th {
	color: #121212;
	border: 1px solid #999999;
}

#calendar thead th[abbr="Year and Month"] {
	color: #121212;
	border: 1px solid #999999;
}

#calendar tfoot td {
	padding: 0;
	color: #121212;
	border: 1px solid #999999;
}

#calendar td {
	padding: 0;
	border: 1px solid #999999;
	color: #121212;
}

#calendar th.sunday {
	color: #cc6666;
}

#calendar td.log-exists {
	background-color: #efefef !important;
}

/*
-------------------------------------------------
	FOOTER
-------------------------------------------------
*/
#footer {
	clear: both;
	width: 720px;
	margin: 0;
	padding: 10px 0px;
	font-family: sans-serif;
}

#footer * {
	margin: 0 5px;
}

#footer * * {
	margin: 0;
}

/* Validator Logos */
.logo {
	float: left;
	margin: 0px 1em 0.5em 0px !important;
}

.validator {
	margin: 0px 5px 5px 0px;
}

#validators, #w3c-validators {
	margin: 0;
	padding: 0;
}

#validators a:link, #validators a:visited,
#rss:link, #rss:visited {
	margin: 0px 3px 0px 15px;
	padding: 2px 8px 2px 8px; 
	border: 1px solid #666666;
	background: #ff9900 url(./resources/bg_s.png);
	color: #121212;
	font-size: 11px;
	text-align: center;
	text-decoration : none;

}

#validators a:hover,
#rss:hover  {
	margin: 0px 3px 0px 15px;
	padding: 2px 8px 2px 8px; 
	border: 1px solid #666666;
	background: #ff9900 url(./resources/bg_s.png);
	color: #121212;
	text-shadow: #336600 0.2em 0.2em 0.2em;
	text-decoration : none;
}

#validators a:active,
#rss:active {
	border: 1px solid #ff6600;
	text-decoration : none;
}

address {
	margin: 0.5em 0 0 0;
	font-style: normal;
}

#page-generation {
	clear: both;
	background-color: #ffffff;
	color: #121212;
	font-size: 90%;
}

/*
-----------------------------------------------------------------
   COMMENT / FORUM
-----------------------------------------------------------------
*/

ul.flip-menu li {
    font-size: 11px;
}