@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: 0;
    background: url(./resources/bg.png);
    color: #333333;
    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: 772px;
    margin: auto;
    padding: 0;
    background: url(./resources/back.png) repeat-y;
    text-align: left;
}

/* Anchors */
a:link {
    background-color: transparent;
    color: #25a311;
    text-decoration: none;
}

a:visited {
    background-color: transparent;
    color: #259d11;
    text-decoration: none;
}

a:hover {
    background-color: transparent;
    color: #000000;
    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;
}

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

#header {
	width:760px;
    height: 240px;
    margin: 0 6px 0 6px;
    padding: 0;
	border-top:1px solid #ddd;
    background: url(./resources/topback.jpg);
    color: #666666;
}

#header h1 {
	margin:0px;
    padding: 180px 0px 10px 500px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, 
                 Tahoma, Verdana, Optima, Arial, sans-serif;
    font-size: 18px;
    font-style:italic;
    text-shadow: #999999 0.2em 0.2em 0.2em;
    visibility:hidden;

}

#header h1 a:link, #header h1 a:visited {
    color: #25a311;
    text-decoration: none;
}

#header h1 a:hover {
    color: #cccccc;
    text-decoration: none;
}

#subtitle {
    padding: 0em 0em 0em 15px;
    font-family: Optima, "Hiragino Kaku Gothic Pro W3", sans-serif;
    font-size: 110%;
    text-shadow: #669900 0.2em 0.2em 0.2em;
    visibility:hidden;
}

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

#content {
    float: left;
    width: 520px;
    margin: 0.5em 0 0.5em 0;
    padding: 0 1em 2em 1em;
}

#content h1 {
    font-size: small;
}

#content h2 {
    margin: 1em 0 1em 0;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #25a311;
    background-color: transparent;
    color: #25a311;
    font-family: "Lucida Grande", Tahoma, "Trebuchet MS", Verdana, 
                 "Hiragino Kaku Gothic Pro W3", sans-serif;
    font-size: 95%;
    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;
}

#content .article-title {
    padding: 0 0 4px 1em;
    
    background-color:#f9f9f9;
    
    border-bottom: 1px solid #cccccc;
    font-size: 100%;
    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: #cccccc;
    font-size: x-small;
	text-align:right;
}

/* 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;
}

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

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

/**
 * Footer Anchors
 */
.a-footer a {
	margin: 0 0.5em 0 0;
	padding: 0px 0px 4px 5px;
	background: #fbfbfb;
    font-size: x-small;
    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;
}

.photo_f{
	padding:5px;
	border:1px solid #dddddd;
}

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

#menu-box {
    float: right;
    width: 200px;
    margin: 1em 16px 2em 0.5em;
}

/* 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 #eeeeee;
	border-right:1px solid #eeeeee;
	border-left:1px solid #eeeeee;
    background-color: transparent;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, 
                 Optima, "Trebuchet MS", Verdana, 
                 "Hiragino Kaku Gothic Pro W3", sans-serif;
}

li.menu {
    list-style: none;
    margin-bottom: 0;
    text-indent: 0;
	font-size: 90%;
}

/* Current Page Menu */
li.cur-menu {
    list-style: none; 
    margin-bottom: 0; 
    padding: 5px;
    background-color: #fbfbfb;
    border-bottom: 1px solid #eeeeee;
    color: #999999;
	font-size: 90%;
    line-height: 12px;
    text-shadow: #dddddd 0.2em 0.2em 0.2em;
}

a.menu, a.menu:visited {
    display: block;
    padding: 5px;
    background: #fbfbfb url(./resources/bg_cross.png) 0px 0px;
    color: #25a311;
    line-height: 12px;
	border-bottom: 1px solid #eeeeee;
    text-decoration: none;
    text-shadow: #cc99cc 0.2em 0.2em 0.2em;
}

a.menu:hover {
    background: #fbfbfb url(./resources/p_bg.png) 0px;
    color: #000000;
    line-height: 12px;
	border-bottom: 1px solid #eeeeee;
    text-decoration: none;
    text-shadow: #806020 0.2em 0.2em 0.2em;
}

a.menu:active {
    background: #fbfbfb url(./resources/p_bg.png) 0px 0px;
    color: #666666;
    text-shadow: #669900 0.2em 0.2em 0.2em;
    text-decoration : none;
}


/* ---------------------------------------------- */
div.menu {
    margin: 1em 0 1em 0;
    padding: 0px;
	border: 1px solid #eeeeee;
	font-size: 90%;
    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 #eeeeee;
    background: #D3DFBF url(./resources/bg_cross.png);
    font-size: 90%;
    color: #ffffff;
}

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%;
}

.link_box{
	padding:5px;
	}
.flickr_box{
	padding:5px 40px;
	text-align:center;
	}
.flickr_box img{
	margin:5px;
	}

#search input {
    margin: 0 0 5px 5px;
	font-size: 90%;
}

#keyword {
    width: 90%;
}

.tfeed{
font-size:85%;
}

.tfeed ul{
	list-style-type:disc;
    margin: 0;
    padding: 0;
}

.tfeed li{
    margin: 0;
    text-indent: 0;
    padding: 0;
	font-size: x-small;
}

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

/* Admin Menu */
#logout {
    width: 100%;
    padding-top: 0.5em;
    padding-bottom : 0.5em;
    border-top: 1px solid #eeeeee;
    background: #eeeeee url(./resources/bg_cross.png);
    text-align: center;
}

h2.menu-box {
    font-size: 130%;
}

#menu-box h3 {
    font-size: 110%;
}

.banner{
	width:100%;
	padding-top:10px;
	text-align:center;
	font-size:90%;
}

/*
-----------------------------------------------------------------
    FOOTER
-----------------------------------------------------------------
*/
#footer {
    clear: both;
    width: 760px; /* WinIE = 100%; */
    margin: 0 6px 0 6px;
    padding: 0;
    border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
    background: #fbfbfb;
    font-family: Optima, sans-serif;
}

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

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

#validators, #w3c-validators {
	clear: both;
    margin: 1em 0 0.5em 1em;
    padding: 0;
}

#rss:link, #rss:visited  {
    margin: 0px 3px 0px 0px;
    padding: 3px 8px 3px 22px; 
    border: 1px solid #cccccc;
    background: #fbfbfb url(./resources/feed_icon_p.png) no-repeat 2px 50%;
    color: #cf00cf;
    font-size: 10px;
    text-decoration : none;

}

#rss:hover  {
    margin: 0px 3px 0px 0px;
    padding: 3px 8px 3px 22px; 
    border: 1px solid #666666;
    background:  #eeeeee url(./resources/feed_icon_g.png) no-repeat 2px 50%;
    color: #000000;
    text-shadow: #999999 0.2em 0.2em 0.2em;
    text-decoration : none;
}

#rss:active {
    margin: 0px 3px 0px 0px;
    padding: 3px 8px 3px 8px;
    border: 1px solid #ff6600;
    background: #fbfbfb url(./resources/feed_icon_p.png) no-repeat 2px 50%;
    text-decoration : none;
}

#validators a:link, #validators a:visited  {
    margin: 0px 3px 0px 0px;
    padding: 2px 8px 2px 8px; 
    border: 1px solid #cccccc;
    background: #fbfbfb url(./resources/p_bg.png);
    color: #cf00cf;
    font-size: 10px;
    text-align: center;
    text-decoration : none;

}

#validators a:hover {
    margin: 0px 3px 0px 0px;
    padding: 2px 8px 2px 8px; 
    border: 1px solid #666666;
    background: #fbfbfb url(./resources/bg_cross.png);
    color: #000000;
    text-shadow: #999999 0.2em 0.2em 0.2em;
    text-decoration : none;
}

#validators a:active {
    margin: 0px 3px 0px 0px;
    padding: 2px 8px 2px 8px;
    border: 1px solid #ff6600;
    text-decoration : none;
}

address {
    margin:0 0 0 1em;
    font-size: 90%;
}

#page-generation {
    margin: 0 0 0.5em 1em;
    padding: 0;
    color: #888888;
    font-size: 85%;
}

.acs{
display:none;
}

.gad2{
margin-top:15px;
font-size:75%;
}

#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%;
}




/*
-----------------------------------------------------------------
    var ABOUT
-----------------------------------------------------------------
*/

#profile_picture {
    padding: 5px;
	border:1px solid #D4D0C8;

}

#profile-text00{
	width:180px;
	margin-top:10px;
	float:left;
	font-size:1em;
	line-height:150%;

}

.profile00-0{
	text-align:center;
	padding-top:20px;
}

.profile00-1{
	font-size:0.9em;
}

.profile00-2{
	text-align:center;
	font-size:0.9em;
}


#profile-text01{
	float:right;
	width:300px;
	font-size: 85%;
	line-height:160%;

	

}

.profile01{
	position:relative;
	top:-0.5em;
	margin:0px;
	padding:0px;
}

.profile02{
	position:relative;
	top:-0.9em;
	margin:0px;
	padding:0 0 0 1.5em;
	line-height:190%;
	font-size: 95%;
}

.profile-ex01{
	padding:0 1em 0 0.8em;
}

.profile-ex02{
	position:relative;
	top:-0.8em;
	margin:0px;
	padding:0 0 0 1.5em;
	line-height:160%;
	font-size: 95%;
}

#profile-text02{
	clear:both;
	font-size: 95%;
	line-height:160%;
	margin: 0 0 0 10px ;
}

#profile-text02 p {
	padding-top:1em;
}

.profile-ex03{
	padding:0 0 0 1.5em;
}

.profile-text02-01{
	line-height:210%;
	padding-left:1.5em;
	font-size:120%;
	font-style:oblique;
}

.profile-text02-02{
	padding-left:1.5em;
	font-size:120%;
	font-style:oblique;
}	

.profile-text02-03{
	line-height:210%;
	padding-left:1.5em;
	font-size:120%;
	font-style:oblique;
}

.profile-text02-04{
	padding-left:2em;
}
