@charset "utf-8";
@import url(../_import/common.css);
@import url(../_import/text_decorations.css);

/*
  ---------------------------------------------------------------
   P_BLOG CSS TEMPLATE "Rich Green"

   $Id: 2005/03/23 23:32:49 Exp $
  ---------------------------------------------------------------
  INDEX : 
     - BASE
     - HEADER
     - CONTENT
     - MENU BOX
     - FOOTER
  ---------------------------------------------------------------
*/

/*
-----------------------------------------------------------------
    BASE ELEMENTS
-----------------------------------------------------------------
*/

body {
    margin: 0;
    padding: 1em 0 1em 0;
    color: #333;
    font-size: 85%;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma,
                 "HiraMaruPro-W4", "ヒラギノ丸ゴ Pro W4", "Hiragino Kaku Gothic Pro", "HG丸ゴシックM-PRO", sans-serif;
    line-height: 170%;
    text-align: center;
}

#wrapper {
    width: 700px;
    margin: auto;
				min-height:700px;
    padding: 0;
    background-color: #ffffff;
    text-align: left;
}

/* 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-size: 100%;
}

input[type="text"] {
    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;
}

.noscript {
    display: inline;
}

/*
-----------------------------------------------------------------
    HEADER
-----------------------------------------------------------------
*/

#header {
    height: 98px;
    margin: 0px;
    padding: 0px;
				margin-bottom:0px;
    background: #fff url(./resources2/head.gif);
				background-repeat:no-repeat;
}

*>#header{/*hack for win ie*/
	margin-bottom:28px;
}

#header h1 {
    float: left;
    margin: 0px;
	padding:0px;
}

#header h1 a{
	display:block;
	text-indent:-3000px;
	width:700px;
	height:98px;
	text-decoration:none;
}

#subtitle {
	display:block;
	text-indent:-3000px;
}

/*
-----------------------------------------------------------------
    CONTENT BOX
-----------------------------------------------------------------
*/

#content {
    float: right;
    width: 520px;
	min-height:500px;
    margin: 0px;
    padding: 0px;
	padding-left:30px;
	padding-bottom:20px;
}

#content h1 {
    font-size: 170%;
}

#content h2 {
    margin: 1em 0 1em 0;
    padding: 0 0 5px 0;
    border-bottom: 2px solid #fb2200;
    background-color: transparent;
    color: #330000;
    font-family: "Lucida Grande", Tahoma, "Trebuchet MS", Verdana, 
                 "Hiragino Kaku Gothic Pro W3", sans-serif;
    font-size: 130%;
    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;
}

/* img for first */
.firstImg{
	float:right;
	padding-left:0.5em;
	padding-bottom:0.5em;
}

.section {
    clear:both;
    padding: 0em 0.5em 0em 0.5em;
}


.article-title {
    padding: 0 0 7px 0em;
    border-bottom: 1px dotted #806020;
    /*background: url(./resources/title_bg.png) 0 0px no-repeat;*/
    font-size: 150%;
    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 {
    display:none;
    background-color: transparent;
    color: #996633;
    font-size: 90%;
}

/* Article Footer */
.a-footer {
	display:none;
    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;
        
    /* For Debug */
    /* border: 1px solid #6600CC; */

}
.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 {
    float: left;
    width: 150px;
    margin: 0px;
}

/* Contents Navi */
#content-menu h2 {
    display: none;
}

#content-menu{
	margin-bottom:2em;
}

#havana_menu{
    text-indent: 2.5em;
    background: transparent url(../_shared/new_post.png) no-repeat 0 50%;
    border-bottom: 2px solid #669933;
	margin-top:2em;
}

#add-new ,#edit{
	margin-top:2em;
    border-bottom: 2px solid #669933;
}

#add-new ul.menu {
    list-style: none;
    width: 100%;
    margin: 0px;
    padding: 0px;
    border-top:1px dotted #669933;
    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;
}

ul.menu{
	padding: 0px;
	margin: 0px;
	margin-left:1.5em;
	margin-bottom:1em;
	margin-top:-0.5em;
}





li.menu {
    list-style: none;
    margin-bottom: 0;
	padding: 5px;
    border-bottom: 1px dotted #669933;
    line-height: 14px;
    text-indent: 0;
}

/* Current Page Menu */
li.cur-menu {
    list-style: none; 
    margin-bottom: 0; 
    padding: 5px;
    border-bottom: 1px dotted #669933; 
    background-color: transparent;
    color: #806020;
    line-height: 14px;
	font-weight:bold;
    /*text-shadow: #dddddd 0.2em 0.2em 0.2em;*/
}
/*
a.menu, a.menu:visited {
    display: block;
    padding: 5px;
    border-right: 5px solid #669933;
    border-left: 5px solid #669933;
    background: #99CC33 url(./resources/menu_bg.png) 0px 0px repeat-x;
    color: #333333;
    text-decoration: none;
    text-shadow: #669900 0.2em 0.2em 0.2em;
}

a.menu:hover {
    border-right: 5px solid #806020;
    border-left: 5px solid #806020;
    background: #cc9933 url(./resources/menu_bg.png) 0px -50px repeat-x;
    color: #ffffff;
    text-decoration: none;
    text-shadow: #806020 0.2em 0.2em 0.2em;
}

a.menu:active {
    border-right: 4px solid #FF9933;
    border-left: 4px solid #FF9933;
    background: #99CC33 url(./resources/menu_bg.png) 0px 0px repeat-x;
    color: #333333;
    text-shadow: #669900 0.2em 0.2em 0.2em;
    text-decoration : none;
}
*/

a.menu, a.menu:visited {
	display:block;
	width:100%;
	margin:0px;
	padding: 0px;
	color:#333;
	text-decoration:none;
	/*background:#fff url(./resources2/back-02.gif) 0px 0px norepeat;*/
}

a.menu:hover {
    text-decoration: underline;
}


/* ---------------------------------------------- */
div.menu {
    margin: 1em 0 1em 0;
    padding: 0;
    /*border: 1px solid #999999;*/
    font-family: Tahoma, "Lucida Grande", HiraMaruPro-W4, "ヒラギノ丸ゴ Pro W4", sans-serif;
}

div.menu h2 {
    margin: 0;
    padding: 2px 0.5em 2px 0.5em;
    /*border-bottom: 1px solid #999999;*/
    background: #cccccc url(./resources2/back-02.gif);
    font-size: 100%;
    color: #fff;
	text-align:center;
}

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 0px 10px 0px;
}

#archives select{
	width:100%;
}

/* Admin Menu */
#logout {
    width: 100%;
    padding-top: 0.2em;
    padding-bottom : 0.2em;
    border-top: 1px solid #999999;
    background: #eeeeee ;
    text-align: center;
}

h2.menu-box {
    font-size: 130%;
}

#menu-box h3 {
    font-size: 110%;
}

/* for search-menu */
div #search-menu form{
	padding:0px;
	margin:0px;
	border: 1px solid #999999;
}


/*
-----------------------------------------------------------------
    FOOTER
-----------------------------------------------------------------
*/
#footer {
    clear: both;
    width: 100%; /* WinIE = 100%; */
    margin: 0em;
    padding: 0em;
    border-top: 2px solid #fb2200;
    background: #ffffff;
    font-family: Optima, sans-serif;
    text-align: center;

}

#footer #copyright{
	width:700px;
	margin:1em auto;
	color:#673634;
}

/* 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,
#rss:link, #rss:visited  {
    width: 81px;
    margin: 0px 3px 0px 0px;
    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,
#rss:hover  {
    margin: 0px 3px 0px 0px;
    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,
#rss:active {
    margin: 0px 3px 0px 0px;
    padding: 2px 8px 2px 8px;
    border: 1px solid #ff6600;
    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%;
}


/* admin menu updateBlackBord */
form#blackbord{
	
}
#blackbord{
	text-align:center;
}

#blackbord table{
	width:100%;
	border:none;
}

#blackbord td{
	width:30%;
	padding:0.8em 0.5em;
}

#blackbord td.yen{
	width:20%;
	text-align:right;
	padding-right:1.5em;
}

#blackbord textarea{
	line-height:1em;
	height:5em;
}

#blackbord .yen input{
	width:4em;
}

#freeBlackBord textarea{
	font-size:100%;
	width:100%;
	height:5em;
}

#blackbord input#submit{
	width:20%;
	margin:10px auto;
}


