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

/*
  ---------------------------------------------------------------
   P_BLOG CSS TEMPLATE "Sun Flower"

   @since  2005-06-26 19:22:47
   @modify 2005-06-26 19:22:53
  ---------------------------------------------------------------
  INDEX : 
     - BASE
     - HEADER
     - CONTENT
     - MENU BOX
     - FOOTER
*/

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

body {
    margin: 0;
    padding: 0;
    background: #eeeeee url(./resources/bg_v_stripe.png);
    color: #333333;
    font-size: 94%;
    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;
}

h1, h2, h3, h4, h5, ul.menu, th {
    font-family: "Arial Rounded MT Bold", sans-serif;
    font-weight: normal;
}

.ori_h2 {
	margin-bottom : 15px;
}

#wrapper {
    width: 90%;
    max-width: 1024px;
    min-width: 1000px;
    margin: 0 auto;
    padding: 0;    
    background-color: #ffffff;
    border-right: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    border-left: 1px solid #aaaaaa;
    text-align: left;
}

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

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

a:hover {
    color: #333399;
    text-decoration: underline;
}

a:active {
    color: #9999ff;
}

img {
    border: 0;
}

/* Forms */
input, textarea, select {
    font-size: 100%;
}

/*
input[type="text"] {
    font-size: 100%;
    font-family: "HiraMaruPro-W4", sans-serif;
}
*/

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

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

.noscript {
    display: inline;
}

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

#header {
    height: 130px;
    margin: 0 6px 0 6px;
    padding: 1em;
    background: #BBA0A1 url(./resources/title_1024.php);
	background-position:right top;
    border-bottom: 4px double #cccccc;
}

#header h1 {
    width: 60%;
    padding: 0.8em 0em 0.8em 1em;
    background: transparent url(./resources/trans.png);
    border: 1px solid #eeeeee;
    color: #000000;
    font-family: Times, serif;
    font-style: italic;
    font-weight: bold;
    text-decoration: none;
    text-shadow: #666666 0.1em 0.1em 0.1em;

}

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

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

#subtitle {
    color: #ffffff;
    font-size: 120%;
    font-family: times, serif;
    font-style: italic;
    font-weight: bold;
    margin: 0 0 1em 1em;
    text-shadow: #333333 0.2em 0.2em 0.2em;
}

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

#content {
    float: left;
    width: 70%;
    min-width: 700px;
    padding: 1em 1em 2em 2em;
    margin: 0.5em 0 0.5em 0;
}

#wide-content {
 /*   padding: 2em 3em 2em 3em;*/
}

#content h1 {
    font-size: 170%;
}

h2#archive-title {
    padding: 0 0 5px 0;
    border-bottom: 1px solid #333333;
    font-size: 130%;
}

.section {
    padding: 0em 1em 0em 1em;
}

.section h2, h2.date-title {
    margin: 1em 0 1em 0;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #608020;
    background-color: transparent;
    color: #608020;
    font-family: Georgia, Times, serif;
    font-size: 130%;
    font-weight: bold;
    text-shadow: #dddddd 0.2em 0.2em 0.2em;
}


.article-title {
    padding: 0 0.2em 0.3em 1.5em;
    border-bottom: 1px solid #cccccc;
    background: transparent url(./resources/flower.png) no-repeat 0 30%;
    font-size: 120%;
    font-family: "Lucida Grande", Tahoma, "Trebuchet MS", Verdana, 
                 "Hiragino Kaku Gothic Pro W3", sans-serif !important;
    font-weight: bold;
    text-shadow: #dddddd 0.2em 0.2em 0.2em;
}

.section p {
    line-height: 1.7em;
}


.date {
    background-color: transparent;
    color: #666666;
    font-size: 80%;
}


/* Article Footer */
.a-footer {
    margin-top: 2em;
    padding-top: 0.5em;
    border-top: 1px solid #cccccc;
    background-color: transparent;
    font-size: 90%;
    font-family: serif;
    text-align: right;
}



/* Footer Anchors */
.a-footer a {
	padding: 0px 0px 4px 14px;
	margin: 0em  0.5em 0em 0em;
	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 */
p#prev-logs {
    margin: 2em 1em 1em 2em;
    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: right;
    width: 22%;
    margin: 2em 1em 2em 0em;
}

/* Contents Navi */
/*#content-menu h2 {*/
#menu-box h2 {
    border-bottom: 1px solid #999966;
    color: #999966;
    font-family: Georgia, Times, serif;
    font-style: italic;
    font-size: 100%;
    text-align: right;
}

ul.menu {
    list-style: none;
    right: 2.5%;
    width: 100%;
    margin: 0;
    padding: 0;
    border-top: 1px solid #D6D49D;
    background-color: transparent;
    font-weight: normal;
}

li.menu {
    line-height: 14px;
    list-style: none;
    margin-bottom: 0;
    border-bottom: 1px solid #D6D49D;
    text-indent: 0;
}

/* Current Page Menu */
li.cur-menu {
    line-height: 14px; 
    list-style: none; 
    margin-bottom: 0; 
    padding: 5px 5px;
    border-right: 5px solid #D6D49D;
    border-bottom: 1px solid #D6D49D; 
    border-left: 5px solid #D6D49D;
    background-color: transparent;
    color: #996666;
    line-height: 14px;
    text-shadow: #dddddd 0.2em 0.2em 0.2em;
}

a.menu, a.menu:visited {
    display: block;
    padding: 5px;
    border-right: 5px solid #D6D49D;
    border-left: 5px solid #D6D49D;
    background-color: #FBFCE9;
    color: #EE7700;
    text-decoration: none;
    text-shadow: #dddddd 0.2em 0.2em 0.2em;
}

a.menu:hover {
    border-right: 5px solid #996666;
    border-left: 5px solid #996666;
    background-color: #ffffff;
    color: #996666;
    text-decoration: none;
    text-shadow: #dddddd 0.2em 0.2em 0.2em;
}

a.menu:active {
    border-right: 4px solid #FF9933;
    border-left: 4px solid #FF9933;
    background-color: #CCFF66;
    color: #333333;
    text-shadow: #669900 0.2em 0.2em 0.2em;
    text-decoration : none;

}


/* ---------------------------------------------- */
.menu h2 {
    padding: 0.5em 0em 0.2em 1.2em;
/*    background: #ffffff url(./resources/header_mark.png) no-repeat 0 50%;*/
    font-size: 100%;
    border-bottom: 1px solid #BBA0A1;
}

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

.menu p {
    padding-left: 0.5em;
}

#search input {
   /* margin: 0px 5px 5px 0px;*/
}

#keyword {
    width: 90%;
}

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

#rss:link, #rss:visited  {
    width: 81px;
    margin: 0px 3px 0px 0px;
    padding: 3px 8px 2px 8px;
    border-top: 4px double #F8F0F1;
    border-bottom: 4px double #F8F0F1;
    background-color: #99CC33;
    color: #ffffff;
    font-size: 90%;
    text-align: center;
    text-decoration : none;
}

/*
-----------------------------------------------------------------
    FOOTER BOX
-----------------------------------------------------------------
*/

#footer {
    clear: both;
    margin: 2em 6px 0 6px;
    padding: 1em 2em 1em 2em;
    border-top: 4px double #cccccc;
/*    background: #cccccc url(./resources/title_bg_1024.jpg) bottom;*/
    background: #cccccc url(./resources/title_1024.php) right bottom;
    color: #ffffff;
    font-family: serif;
    font-style: italic;
    font-weight: bold;
    text-align: center;
    text-shadow: #333333 0.2em 0.2em 0.2em;
}

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

#validators a:link, #validators a:visited {
    width: 81px;
    margin: 0px 3px 0px 0px;
    padding: 3px 8px 2px 8px; 
    border: 1px solid #eeeeee;
    background: transparent url(../_shared/trans_bg.png);    
    color: #000000;
    font-size: 11px;
    font-family: times, serif;
    text-align: center;
    text-decoration : none;
    text-shadow: #333333 0.2em 0.2em 0.2em;

}

#validators a:hover {
    color: #ffffff;
}

address {
    margin: 0.5em 0 0 0;
}

#page-generation {
    clear: both;
    margin: 0;
    padding: 0;
}

/* Add */

p#al_cat {
	clear: both;
	padding: 2px;
	border: 1px solid #666;
	margin: 5px;
	color: #222;
	background: #aaa;
	width: 150px;
	font-size: 70%;
	cursor: pointer;
}

#re_list_box {
	margin-left: 30px;
}

div.res_img_box {
	float: left;
	margin: 8px 2px;
	vertical-align: bottom;
	font-size: 90%;
	white-space: nowrap;
	overflow: hidden;
	text-align: left;
}

div.res_img_box a:hover {
    text-decoration: none;
}

div.end_res_box {
	clear: both;
}

span.on_mouse_cur {
	cursor: pointer;
}

span.onlink_ser {
	font-weight: bold;
	color: #888;
	cursor: pointer;
	margin: 3px;
}

span.this_ser {
	font-weight: bold;
	color: #444;
	margin: 3px;
}

p.ser_res_navi_bar {
	clear: both;
}

.tw_block {
	padding: 5px;
	background: url("./resources/block_back.png") repeat-x;
}

#tw_img {
	float: left;
	margin: 5px;
}
