@charset "utf-8";
@import url(../_import/common.css);
@import url(../_import/text_decorations.css);

/*
-------------------------------------------------
	P_BLOG CSS TEMPLATE "Luster Gray"
	Made by Novu@Napdays - 2005/02/10 -
-------------------------------------------------
	INDEX : 
	 - BASE
	 - HEADER
	 - CONTENT
	 - MENU BOX
	 - FOOTER
-------------------------------------------------
	COLOR INDEX :
	 - Link  #669933
	 - Visit #6F9647
	 - Hover #999933
	 - 灰(緑 #99aa99
	 - ｵﾚﾝｼﾞ #ff9900

-------------------------------------------------
*/

/*
-------------------------------------------------
	BASE
-------------------------------------------------
*/

@media screen{

body {
	margin: 0;
	padding: 0;
	background: #fff url(./resources/body-bg1.png);
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", sans-serif;
	font-size: 81.2%;
	line-height: 160%;
	text-align: center;
}

#wrapper {
	width: 730px;
	margin: 0 auto;
	padding: 0;
	background: url(./resources/wrapper-bg.png) repeat-y;
	text-align: left;
}

/* Anchor */

a:link { color: #669933; text-decoration: none; }
a:visited { color: #6F9647; text-decoration: none; }
a:hover, a:active { color: #999933; text-decoration: underline; }

img { border: none; }

/* Form */


input, textarea, select {
    font-family: "Lucida Grande", "HiraMaruPro-W4", Tahoma, sans-serif;
    font-size: 100%;
}

input[type="text"] {
    font-size: 100%;
    font-family: "Lucida Grande", "HiraMaruPro-W4", Tahoma, sans-serif;
}

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;
}

.noscript {
    display: inline;
}

/*
-------------------------------------------------
	HEADER
-------------------------------------------------
*/

#header {
	width: 720px;
	height: 80px;
	margin: 0 5px;
	padding: 0;
	background: url(./resources/header-bg.png);
}

#header h1 {
	display: inline;
	float: left;
	margin: 0 10px;
	padding: 0 5px;
	color: #8DC63F;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, sans-serif;
	font-size: 160%;
	line-height: 80px;
}

#header h1 a:link,
#header h1 a:visited {
	color: #999999;
	text-decoration: none;
}

#header h1 a:hover,
#header h1 a:active {
	color: #ff9900;
	text-decoration: none;
}

#subtitle {
	color: #999999;
	font-style: italic;
	line-height: 80px;
}

/*
-------------------------------------------------
	CONTENT
-------------------------------------------------
*/

#content {
	display: inline;
	float: left;
	width: 520px;
	margin: 20px 0 20px 5px;
	padding: 0;
}

.section {
	margin: 15px;
	padding: 0;
}

.section .section {
	margin: 0;
	padding: 0;
}

#content h2 {
	margin: 10px;
	padding: 0;
	border-bottom: 1px solid #666666;
	color: #99aa99;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, sans-serif;
	font-size: 100%;
}

#content * h2 {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #999999;
}

#content h3 {
	margin: 0;
	padding: 3px;
	color: #666666;
}

#content * h3 {
	margin: 0;
	padding: 3px;
	border-bottom: 1px dotted #999999;
	font-size: 100%;
}

.date {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 87.5%;
	text-align: right;
}

.section p {
	margin-bottom: 1.2em;
	color: #333333;
}

/* Quotation */
blockquote {
	width: 90%;
	margin: 0 0 0 1em;
    padding: 15px;
    border-left: 5px solid #999999;
    border-bottom: 0;
    background: #eeeeee url(../_shared/top_right.png) no-repeat right top;
    color: #333333;
}

.citesource {
    margin-top: 5px;
    border-top: 1px dotted #999999;
    text-align: right;
}

#trackbacks, #comments {
	padding: 3px 30px !important;
	border-bottom: 1px solid #dddddd !important;
	font-size: 100%;
}

/* Article Footer */

.a-footer {
	margin: 5px 0 20px 0;
	padding: 2px 0;
	border-top: 1px solid #666666;
	text-align: right;
}

/* Footer Anchor */

.a-footer a {
	margin: 0;
	padding: 0px 3px 4px 14px;
	background: #ffffff url(../_shared/anchor_bg.png) 0px 0px no-repeat;
    font-size: 12px;
}

.a-footer a:hover {
	background-position: 0px -30px;
}
.a-footer a:active {
	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: #eeeeee url(../_shared/arrow_next.png) no-repeat 100% 50%;
    text-decoration: none;
}
p#prev-logs a:hover {
    background-color: #ffffff;
}

/*
-------------------------------------------------
	MENU BOX
-------------------------------------------------
*/

#menu-box {
	display: inline;
	float: right;
	width: 200px;
	margin: 20px 5px 20px 0;
	padding: 0;
}

#menu-box ul.menu{
    list-style: none;
	margin: 15px;
    padding: 0;
    border-top: 1px solid #cccccc;
}

#menu-box li.menu {
    list-style: none;
    margin-bottom: 0;
	padding: 2px 5px;
    border-bottom: 1px solid #cccccc;
    line-height: 20px;
    text-indent: 0;
}

#menu-box 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;
	width: 720px;
	height: 20px;
	margin: 0 0 0 -520px;
	padding: 0;
	background: #eeeeee url(./resources/menu-bg.png);
}

#content-menu h2{
	display:none;
}

#content-menu ul.menu {
	list-style: none;
	height: 20px;
	margin: 0;
	padding: 0 0 0 10px;
	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: 2px 10px;
	border: none;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	background: #fcfcfc;
	color: #669933;
	line-height: 14px;
	text-indent: 0;
}

#content-menu a.menu,
#content-menu a.menu:visited {
	display: block;
    margin: 1px 0 1px -1px;
	padding: 2px 10px;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
    color: #777777;
	line-height: 14px;
    text-decoration: none;
}

#content-menu a.menu:hover,
#content-menu a.menu:active {
    margin: 1px 0 1px -1px;
	padding: 2px 10px;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	background: #f6f6f6;
    color: #ff9933;
    text-decoration: none;
}

/* ---------------------------------------------- */

div.menu {
	margin: 15px 0;
    padding: 0 15px;
	font-family: "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", Tahoma, sans-serif;
	font-size: 100%;
}

div.menu h2 {
	margin: 0 -15px 10px -15px;
	padding: 0 10px;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #dddddd;
	background: #f6f6f6;
    color: #666666;
    font-size: 100%;
	font-weight: normal;
	line-height: 22px;
}

div.menu p {
	margin: 0;
	padding: 5px;
}

div.menu ul {
    list-style-type: square;
	margin: 0 0 0.5em 20px;
	padding: 0;
	line-height: 160%;
}

#search {
	margin: 0;
	padding: 0;
}

input#search-button {
	margin: 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);
}

/* Archive, Category, CSS-Swicher Form */
#archives, 
#category,
#css-form {
    margin: 0 0 10px 0;
}

#archives select, 
#category select,
#css-form select {
	width: 150px;
}

/* Admin Menu */
#logout {
	margin: 0 -15px;
	padding: 0.5em 0;
    border-top: 1px solid #999999;
    background: #eeeeee 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;
}

a#rss, #rss:link, #rss:visited {
    margin: 0px 3px 0px 15px;
    padding: 2px 8px 2px 8px; 
    border: 1px solid #666666;
    background: #ff9933;
    color: #ffffff;
    font-size: 11px;
    text-align: center;
    text-decoration : none;
}

#rss:hover, #rss:active {
    margin: 0px 3px 0px 15px;
    padding: 2px 8px 2px 8px; 
    border: 1px solid #666666;
    background: #669933;
    color: #ffffff;
    text-decoration : none;
}

/*
-------------------------------------------------
	CALENDAR TABLE
-------------------------------------------------
*/

#calendar {
	width: 170px;
    margin: 0 15px;
    border-collapse: collapse;
    border: 1px solid #cccccc;
    color: #999999;
    line-height: 150%;
    text-align: center;
    text-shadow: #cccccc 0.2em 0.2em 0.2em;
}

#calendar thead th {
	height: 23px;
    padding: 0;
    color: #999999;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    background-image : url(./resources/cal-bg.png);
}

#calendar thead th[abbr="Year and Month"] {
	height: 23px;
    padding: 0;
    color: #666666;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    background-image : url(./resources/cal-bg.png);
}

#calendar thead td {
    background-image : none;
}

#calendar tfoot td {
	height: 23px;
    padding: 0;
    color: #000000;
    background-image : url(./resources/cal-bg.png);
    border: 1px solid #cccccc;
}

#calendar td {
    padding: 0;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    color: #666666;
    font-size: 100%;
}

#calendar th.sunday {
    border: none;
    background-color: #f5dfdf;
    color: #ff9900;
}

#calendar td.log-exists {
    background-color: #ffc !important;
    color: #ff9900;
}

/* Prev-Month | Next-Month  */

a.prev-month {
    padding-left: 1.5em;
    background: url(../_shared/arrow_left.png) no-repeat 0% 50%;
}

a.next-month {
    padding-right: 1.5em;
    background: url(../_shared/arrow_right.png) no-repeat 100% 50%;
}

#calendar td.day-of-prev-month,
#calendar td.day-of-next-month {
    color: #eeeeee;
}

/*
-------------------------------------------------
	FOOTER
-------------------------------------------------
*/

#footer {
	clear: both;
	width: 690px;
	margin: 0 20px;
	padding: 15px 0;
	border-top: 1px solid #cccccc;
	background: #ffffff;
}

/* Validator Logos */

.logo {
    float: left;
    margin: 0px 1em 0.5em 0px;
}

.validator {
    margin: 0px 5px 5px 0px;
}

#validators, #w3c-validators {
    margin: 0;
    padding: 0;
}

#validators a:link, #validators a:visited {
    margin: 0px 3px 0px 0px;
    padding: 2px 8px 2px 8px; 
    border: 1px solid #666666;
    background: #ff9933;
    color: #ffffff;
    font-size: 11px;
    text-align: center;
    text-decoration : none;
}

#validators a:hover {
    margin: 0px 3px 0px 0px;
    padding: 2px 8px 2px 8px; 
    border: 1px solid #666666;
    background: #669933;
    color: #ffffff;
    text-decoration : none;
}

#validators a:active {
    margin: 0px 3px 0px 0px;
    padding: 2px 8px 2px 8px;
    border: 1px solid #ff9900;
    text-decoration : none;
}

address {
    margin: 0.5em 0 0 0;
	font-style: normal;
}

#page-generation {
    clear: both;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    color: #666666;
    font-size: 90%;
}

/*
-------------------------------------------------
	ADMIN
-------------------------------------------------
*/

#wide-content {
	width: 690px;
	margin: 0px 10px 0px 20px !important;
	padding: 10px 0;
	background: #ffffff;
}

/* screen end */
} 
