@charset "utf-8";
@import url(../_import/common.css);
@import url(../_import/text_decorations.css);

/*
  ---------------------------------------------------------------
   P_BLOG CSS TEMPLATE "Rich Green"

   $Id: 2006-01-12 16:52:35 Exp $
  ---------------------------------------------------------------
  INDEX : 
	 - BASE
	 - HEADER
	 - CONTENT
	 - MENU BOX
	 - FOOTER
  ---------------------------------------------------------------
*/

/*
-----------------------------------------------------------------
	BASE ELEMENTS
-----------------------------------------------------------------
*/

*{
	text-align:left;
	margin:0;
	padding:0;
	font-family:Verdana;
}

body{
	margin:0;
	padding:0;
	background:url(/img/bg.jpg) repeat-y center #bcbed5;
	text-align:center;
	font-size:9pt;
}


#wrapper{
	width:760px;
	margin:0 auto;
}
/* Anchors */
a:link {
	background-color: transparent;
	color: #5050A0;
	text-decoration: none;
} a:visited {
	background-color: transparent;
	color: #663366;
	text-decoration: none;
} a:hover {
	background-color: transparent;
	color: #ff6600;
	text-decoration: underline;
}

img {
	border: 0;
}

/* Forms */
input, textarea, select {
	font-family: "Lucida Grande", "HiraMaruPro-W4", sans-serif;
	font-size: 100%;
} input[type="text"] {
	font-size: 100%;
	font-family: "Lucida Grande", "HiraMaruPro-W4", 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;
}

.date-title{
	font-size:small;
	font-weight:normal;
}

/*
-----------------------------------------------------------------
	HEADER
-----------------------------------------------------------------
*/

#cover{
	background:url(/img/cover.jpg) no-repeat right;
	width:760px;
	height:100px;
	
}

#cover h1{
	text-indent:-9999px;
}

#cover h1 a{
	display:block;
	width:760px;
	height:100px;
}
#subtitle {
display:none;
   
}
/*-----------------------------------------
MENU
-----------------------------------------*/
ul#menu{
	width:710px;
	list-style:none;
	height:30px;
	margin:10px auto;
}

ul#menu li{
	float:left;
	display:block;
	text-decoration:none;
}

ul#menu li a{
	float:left;
	display:block;
	padding:0px 15px;
	border-bottom:3px solid #333;
	margin:5px;
	text-decoration:none;
	color:#666;
	font-family:Trebuchet MS;
	font-weight:bold;
}

ul#menu li a:hover{
	background:#eee;
	text-decoration:none;
	color:black;
}


/*
-----------------------------------------------------------------
	CONTENT BOX
-----------------------------------------------------------------
*/

#main{
	padding-left:40px;
	position:relative;
	width:740px;
	
}

#content {
	float: left;
	width: 70%;
	margin: 0.5em 0 0.5em 0;
	padding: 0 0em 2em 5px;
} 

#content h1 {
	font-size: 130%;
} 
#content h2 {
	margin: 1em 0 1em 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #608020;
	background-color: transparent;
	color: #608020;
	font-family: "Lucida Grande", Tahoma, "Trebuchet MS", Verdana, 
				 "Hiragino Kaku Gothic Pro W3", sans-serif;
	font-size: 100%;
	text-shadow: #dddddd 0.2em 0.2em 0.2em;
} 

#content h3, #content h4 {
	font-family: "Lucida Grande", Tahoma, "Trebuchet MS", Verdana,  "Hiragino Kaku Gothic Pro W3", sans-serif !important;
}

.section {
	padding: 0em 0.5em 0em 0.5em;
}


.article-title {
	padding: 0 0 4px 2em;
	border-bottom: 1px dotted #806020;
	background: url(./resources/title_bg.png) 0 0px no-repeat;
	font-size: 120%;
	font-family: "Lucida Grande", Tahoma, "Trebuchet MS", Verdana,
				 "Hiragino Kaku Gothic Pro W3", sans-serif;
	text-shadow: #dddddd 0.2em 0.2em 0.2em;
}

.date {
	background-color: transparent;
	color: #996633;
	font-size: 90%;
}

/* Article Footer */
.a-footer {
	margin-top: 2em;
	padding-top: 0.5em;
	border-top: 1px solid #cccccc;
	background-color: transparent;
	font-size: 90%;
	font-family: "Lucida Grande", Tahoma, Verdana, 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 {
	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 */
#prev-logs {
	margin: 2em 2em 1em 1em;
	text-align: right;
} #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;
} #prev-logs a:hover {
	background-color: #ffffff;
}

/*
-----------------------------------------------------------------
	MENU BOX
-----------------------------------------------------------------
*/

#menu-box {
	float: right;
	width: 22%;
	margin: 50px 30px 2em 0em;
	
}

/* Contents Navi */
#content-menu h2 {
	display: none;
}

ul.menu {
	list-style: none;
	right: 2.5%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #445566;
	background-color: transparent;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, 
				 Optima, "Trebuchet MS", Verdana, 
				 "Hiragino Kaku Gothic Pro W3", sans-serif;
	font-weight: bold;
}

li.menu {
	list-style: none;
	margin-bottom: 0;
	border-bottom: 1px solid #445566;
	line-height: 14px;
	text-indent: 0;
}

/* Current Page Menu */
li.cur-menu {
	list-style: none; 
	margin-bottom: 0; 
	padding: 5px;
	border-bottom: 1px solid #445566; 
	border-left: 5px solid #445566;
	background-color: transparent;
	color: #806020;
	line-height: 14px;
	text-shadow: #dddddd 0.2em 0.2em 0.2em;
}

a.menu, a.menu:visited {
	display: block;
	padding: 5px;
	border-left: 5px solid #445566;
	margin:2px auto;
	color: #333333;
	text-decoration: none;
	
} a.menu:hover {

	border-left: 5px solid #334455;
	background: #8899ff;
	color: #ffffff;
	text-decoration: none;
	text-shadow: #806020 0.2em 0.2em 0.2em;
} a.menu:active {
	border-right: 4px solid #778899;
	border-left: 4px solid #778899;
	background: #ccddee;
	color: #333333;
	text-shadow: #669900 0.2em 0.2em 0.2em;
	text-decoration : none;
}


/* ---------------------------------------------- */
div.menu {
	margin: 1em 0 1em 0;
	padding: 0;
	font-family: Tahoma, "Lucida Grande", HiraMaruPro-W4, "ヒラギノ丸ゴ Pro W4", sans-serif;
} div.menu h2 {
	margin: 0;
	padding: 2px 0.5em 2px 0.5em;
	font-size: 100%;
	color: #333333;
} div.menu p {
	padding-left: 0.5em;
} div.menu ul {
	list-style-image: url(./resources/list_image.png);
	margin: 5px 5px 5px 1.8em;
	padding: 0;
	font-size: 90%;
}

#search input {
	margin: 0 0 5px 5px;
}

#keyword {
	width: 90%;
}

/* Archive, Category, CSS-Swicher Form */
#archives, 
#category,
#css-form {
	margin: 10px 0;
}

/* Admin Menu */
#logout {
	width: 100%;
	padding-top: 0.5em;
	padding-bottom : 0.5em;
	border-top: 1px solid #999999;
	background: #eeeeee url(../_shared/gray_stripe.png);
	text-align: center;
}

h2.menu-box {
	font-size: 130%;
}

#menu-box h3 {
	font-size: 110%;
}

/*
-----------------------------------------------------------------
	FOOTER
-----------------------------------------------------------------
*/
#footer {
	clear: both;
	width: 660px; 
	margin:0 auto;
	padding: 0 50px ;
	font-family: Optima, sans-serif;
}

/* Validator Logos */
.logo {
	float: left;
	margin: 0 1em 0.5em 0;
}

.validator {
	margin: 0 5px 5px 0;
}

#validators, #w3c-validators {
	margin: 0;
	padding: 0;
} #validators a:link, #validators a:visited {
	width: 81px;
	margin: 0 3px 0 0;
	padding: 2px 8px 2px 8px; 
	border: 1px solid #666666;
	background: #99CC33 url(./resources/bg_s.png);
	color: #ffffff;
	font-size: 11px;
	text-align: center;
	text-decoration : none;

} #validators a:hover {
	margin: 0 3px 0 0;
	padding: 2px 8px 2px 8px; 
	border: 1px solid #666666;
	background: #99CC33 url(./resources/bg_s.png);
	color: #000000;
	text-shadow: #336600 0.2em 0.2em 0.2em;
	text-decoration : none;
} #validators a:active {
	margin: 0 3px 0 0;
	padding: 2px 8px 2px 8px;
	border: 1px solid #ff6600;
	text-decoration : none;
}



#rss, #rss2 {
	display: block;
	width: 80px;
} #rss:link, #rss:visited, #rss2:link, #rss2:visited {
	margin: 0.5em 0;
	padding: 0 8px 0 22px;
	border: 1px solid #666666;
	background: #99CC33 url(../_shared/feed-icon-16x16.png) no-repeat 2px 50%;
	color: #ffffff;
	font-size: 90%;
	text-decoration: none;
} #rss:hover, #rss2:hover {
	border: 1px solid #99cc66;
	background: transparent url(../_shared/feed-icon-16x16.png) no-repeat 2px 50%;
	color: #FF9900;
	text-decoration: none;
} #rss:active, #rss2:active {
	border: 1px solid #ff9933;
	background: transparent url(../_shared/feed-icon-16x16.png) no-repeat 2px 50%;
	color: #99cc00; 
	text-decoration : none;
}

address {
	margin: 0.5em 0 0 0;
}

#page-generation {
	clear: both;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	color: #666666;
	font-size: 90%;
}


