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

/* htmlは、XHTML 1.0 */
/* Win IE 6　互換モード 　これはWin IE 6のバグ*/
/* Mozilla　標準モード */

/*
  ---------------------------------------------------------------
   P_BLOG CSS TEMPLATE "Teaparty"

   $Id: 2005/09/21 16:42:01 Exp $
  ---------------------------------------------------------------
  INDEX : 
     - BASE
     - HEADER
     - CONTENT
     - MENU BOX
     - FOOTER
  ---------------------------------------------------------------
*/

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

body {
    margin: 0;
    padding: 0;
/*     padding: 1em 0 1em 0; */
/*    background: #eeeeee url(../_shared/bg_v_stripe.png);*/
/*     background: #eeeeee url(./resources/bg_v_stripe.png); */
    color: #333333;
/*     font-size: 85%; */
/*     font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma,
                 "HiraMaruPro-W4", "ヒラギノ丸ゴ Pro W4", "HG丸ゴシックM-PRO", sans-serif; */
	line-height : 0 ;
	text-align : center ;
	_margin-bottom : 2em ;

}

#wrapper {
/*     width: 94%; */
    max-width: 1200px;
    min-width: 800px;
    margin: auto;
    padding: 0;
/*     border: 1px solid #669933; */
    background-color: #ffffff;
    text-align: left;
	_text-align : center ;
}


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

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

a:hover {
    background-color: transparent;
    color: #FF4C4C;
    text-decoration: underline;
}

.comment a:link {
    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 {
	background-color : #FF4C4C ;
	margin : 30px auto 0;
	padding: 10px 50px 5px;
	width : 700px ;
	_width : 800px ;
	font-size : 9pt ;
	color : #FFFFFF ;
	
	_text-align: left;
}

#header h1 {
	margin : 0;
	padding: 0;
	font-size : 9pt ;
	color : #FFFFFF ;
}

#header a {
	color : #FFFFFF ;
	text-decoration : none ;
}
#subtitle {
	display : none ;
}

/*
-----------------------------------------------------------------
    Navigation
-----------------------------------------------------------------
*/
/* navi */
/* navigationを、真ん中にレイアウトするため */
.prenavi {
	margin-right : auto ;
	margin-left : auto ;
	width : 800px ;
	
	_text-align: left;
}

.navi {
	font-family : "Arial Black","Charcoal" ;
	font-size: 10pt;
	background-color: #FF4C4C;

	line-height: 1;
	margin-top : 30px ;
	margin : 30px 0 0 0;
	padding: 0;
	
	float:left; /* for navi action */
	width:800px; /* for navi action */

	_width:800px;
}

.navi {
	margin : 0 ;
	margin-top : 1px ;
}

#home .navi {
	margin : 0 ;
	margin-top : 1px ;
}

.navi ul{
	font-size: 9pt;
	background-color: #FF4C4C;
	line-height: 1.2em;
	margin: 0 auto ;
	padding: 0 50px ;
	_padding: 0 0 0 10px;

}

.navi li {
	margin: 0;
	padding: 0;
	line-height: 1.2em;
	list-style-type : none ;

	display : inline ;	/* inlineにするのは、Win IE7用 */

	_float:left; /* WinIE only for navi action */
}

.navi a {
	font-family : "Arial Black","Charcoal" ;
	color: white;
	text-decoration: none;
	margin: 0 30px 0 0;
	padding: 2px 0px 2px 0;
	border-style: none;

	display:block; /* for navi action */
	float:left; /* for navi action */
	
	_margin: 0 15px 0 0;
}

.navi a:link {
	_font-family : "Arial Black","Charcoal" ;
	text-decoration: none;
	border-style: none;
}

.navi a:visited {
	_font-family : "Arial Black","Charcoal" ;
	color: white;
	background-color: #FF4C4C;
	text-decoration: none;
	border-style: none;
}

.navi .pointer a {
	color: #FFFFFF;
	background-color: #FF4C4C;
}

.navi a:hover {
	_font-family : "Arial Black","Charcoal" ;
	color: #FF4C4C;
	background-color: #FFFFFF;
	text-decoration: none;
	border-style: none;
}
	
.navi a:active  {
	text-decoration: none;
	border-style: none;
}

/*
-----------------------------------------------------------------
    CONTENTS BOX
-----------------------------------------------------------------
*/
.contents {
	clear : both ;
	margin : 0em auto 2em ;
	padding:  0px 50px 20px;/* IEがタコなので、margin-bottomではなくて、padding-bottomで調節 */

	line-height : 1.5em ;
	color : black ;

	border-width : 1px ;
	border-color : #FF4C4C ;
	border-style : solid ;
	border-top : 1px solid white;

	width : 698px ;
	_width : 800px ;
	_text-align: left;
}

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

#content {
	float: left;
	width: 73%;
	margin: 30px 0 0.5em 0;
	padding: 0 0em 2em 0;
}

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

#content h2 {
    margin: 0px 0 0.5em 0;
    padding: 0 0 0 0;
/* 	border-bottom:1px dotted #FF4C4C; */
    background-color: transparent;
    color: #888888;
/*     font-family: "Lucida Grande", Tahoma, "Trebuchet MS", Verdana, 
                 "HiraKakuPro-W3", "ヒラギノ角ゴ Pro W3", sans-serif; */
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma,
                 "HiraMaruPro-W4", "ヒラギノ丸ゴ Pro W4", "HG丸ゴシックM-PRO", sans-serif;
    font-size: small;
	_font-size : x-small ;	
    text-shadow: #dddddd 0.2em 0.2em 0.2em;
	text-align : right ;
}

#content h2#archive-title {
    color: black;
	text-align : left ;
    margin: 0px 2em 0 0;
	display : inline ;
	text-shadow : none ;
	font-variant : normal ;
	font-style : normal ;
	font-weight : normal ;

}

#content h3, #content h4 {
/*     font-family: "Lucida Grande", Tahoma, "Trebuchet MS", Verdana, 
                 "Hiragino Kaku Gothic Pro W3", sans-serif !important; */
	margin-top: 0px;
	font-family : "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", sans-serif ;
	font-weight : normal ;
	_font-weight : bold ;
}

#content h3 {
	margin-bottom: 0.5em ;
}

#content h4 {
	margin-top: 1.5em ;
	margin-bottom: 0.5em ;
}

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


.article-title {
    padding: 0 0 4px 0em;
    border-bottom: 1px dotted #806020;
/*     background: url(./resources/title_bg.png) 0 0px no-repeat; */
	font-size : large ;
	_font-size : medium ;
/*     font-family: "Lucida Grande", Tahoma, "Trebuchet MS", Verdana,
                 "Hiragino Kaku Gothic Pro W6", sans-serif; */
    text-shadow: #dddddd 0.2em 0.2em 0.2em;
	font-family : "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", sans-serif ;
	font-weight : normal ;
	_font-weight : bold ;
}

#content h3.article-title {
	margin-bottom : 0.3em ;
}



.date {
    background-color: transparent;
    color: #996633;
	font-size : small ;
	_font-size : x-small ;
	text-align : right ;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma,
                 "HiraMaruPro-W4", "ヒラギノ丸ゴ Pro W4", "HG丸ゴシックM-PRO", sans-serif;
	line-height : 1em ;
	margin-bottom : 1em ;
}

/* Article Footer */
.a-footer {
    margin-top: 2em;
    margin-bottom: 10em;
    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 0em 1em 1em;
	_margin: -8em 0em 0em 1em;
	text-align: right;
	font-size : small ;
	_font-size : x-small ;
}
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: 30px 0em 2em 0em;
	font-size: 85%;
}

/* 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 #888888;
    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 #888888;
    line-height: 14px;
    text-indent: 0;
}

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

a.menu, a.menu:visited {
    display: block;
    padding: 5px;
    border-right: 1px solid #888888;
    border-left: 1px solid #888888;
/*     background: #99CC33 url(./resources/menu_bg.png) 0px 0px repeat-x; */
    color: #333333;
    text-decoration: none;
    text-shadow: #dddddd 0.2em 0.2em 0.2em;
}

a.menu:hover {
/*     border-right: 5px solid #FF4C4C; */
/*     border-left: 5px solid #FF4C4C; */
    background-color: #FF4C4C;
/*     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: #dddddd 0.2em 0.2em 0.2em;
    text-decoration : none;
}


/* ---------------------------------------------- */
div.menu {
    margin: 0 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(./resources/bg_s.png);  */
    background: #eeeeee url(../_shared/gray_stripe.png);
    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 2.5em;
    padding: 0;
    font-size: 90%;
}

div.menu li {
	line-height : 1.3em ;
	margin-bottom : 0.5em ;
}

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

#keyword {
    width: 90%;

}

/* 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 #999999;
    background: #eeeeee url(../_shared/gray_stripe.png);
    text-align: center;
}

h2.menu-box {
    font-size: 130% ;
    font-family: Tahoma, "Lucida Grande", HiraMaruPro-W4, "ヒラギノ丸ゴ Pro W4", sans-serif;
}

#menu-box h3 {
    font-size: 110%;
    font-family: Tahoma, "Lucida Grande", HiraMaruPro-W4, "ヒラギノ丸ゴ Pro W4", sans-serif;
}

/*
-----------------------------------------------------------------
    FOOTER
-----------------------------------------------------------------
*/
#footer {
    clear: both;
    width: 94%; /* WinIE = 100%; */
    margin: 1em 0;
    padding: 1em 0;
/*     border-top: 1px solid #669933; */
    background: #ffffff;
    font-family: Optima, sans-serif;
}

/* 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 {
    width: 81px;
    margin: 0px 3px 0px 0px;
    padding: 2px 8px 2px 8px; 
    border: 1px solid #666666;
/*     background: #99CC33 url(./resources/bg_s.png); */
    background: #eeeeee url(../_shared/gray_stripe.png);
/*     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: #99CC33 url(./resources/bg_s.png); */
    background: #eeeeee url(../_shared/gray_stripe.png);
/*     color: #000000; */
    text-shadow: #336600 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.5em 0 0 0;
}

#footer address {
		line-height : 1em ;
}

#page-generation {
    clear: both;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    color: #666666;
    font-size: 90%;
}



/*
-----------------------------------------------------------------
    その他
-----------------------------------------------------------------
*/

strong {
 	font-family : "HiraKakuPro-W6","ヒラギノ角ゴ Pro W6",sans-serif ;
	font-style : normal ;
	font-weight : normal ;
	_font-weight : bold ;
}


p.search-res {
	font-size : small ;
	_font-size : x-small ;
	margin-bottom : 2em ;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma,
                 "HiraMaruPro-W4", "ヒラギノ丸ゴ Pro W4", "HG丸ゴシックM-PRO", sans-serif;
	display : inline ;
}

.left {
	float: left;
}

.section p {
    margin: 0.5em 0;
}

p.flip-link {
	margin-top : 1.5em ;
	margin-bottom : 1em ;

	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma,
                 "HiraMaruPro-W4", "ヒラギノ丸ゴ Pro W4", "HG丸ゴシックM-PRO", sans-serif;
}

div.section + p.flip-link, div.section + p#prev-logs {
	margin-top : -8em ;
    margin-bottom: -5em;
}

p.flip-link strong {
    border: 1px solid #cccccc;
    margin-right: 0px;
    padding: 2px 6px 2px 6px;
    background-color: transparent;
		font-weight : bold ;

	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma,
                 "HiraMaruPro-W4", "ヒラギノ丸ゴ Pro W4", "HG丸ゴシックM-PRO", sans-serif;
}

#prev-logs {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma,
                 "HiraMaruPro-W4", "ヒラギノ丸ゴ Pro W4", "HG丸ゴシックM-PRO", sans-serif;
}


.comment ul{
	margin-left :2em ;
	padding-left : 0em ;
	margin-right : 2em ;
	list-style-type : none ;
}

.comment ul.ref{
	margin : 0;
	margin-top : 1.5em ;

}

.comment ul.ref li {
	margin : 0;
	line-height : 1.5em ;

}

.comment ul.article li{
	list-style-type : none ;

	border-bottom : 1px dotted #888 ;

	margin : 0em 0 0 0;
	
	padding-left :0em ;
	padding-top : 0.5em ;


/* 	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma,
                "HiraKakuPro-W3", "ヒラギノ角ゴ Pro W3", sans-serif; */

}

/* .comment ul > li {
		background-color : #eee ;
}

.comment ul > li + li{
		background-color : #fff ;
}

.comment ul > li + li + li{
		background-color : #eee ;
}

.comment ul > li + li + li + li{
		background-color : #fff ;
}

.comment ul > li + li + li + li + li{
		background-color : #eee ;
} */

.comment table tr th {
	font-family : "Lucida Grande", "Lucida Sans Unicode", "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", sans-serif ;
	font-variant : normal ;
	font-weight : normal ;
	_font-weight : bold ;
	font-style : normal ;
	text-align : center ;
	line-height : 1em ;

}

.comment table tr td {
	text-align : right ;
	padding-right : 1em ;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif ;
	line-height : 1em ;
}

.comment h4 + table {
	margin-top : 0;
}

.caption {
	font-size : small ;
	_font-size : x-small ;
	font-family: "Lucida Grande", Tahoma, "Trebuchet MS", Verdana, 
                 "HiraKakuPro-W3", "ヒラギノ角ゴ Pro W3", sans-serif;
	margin-top : 0 ;
}

p + p.caption {
	margin-top : -1em ;
}


#rss, #rss2 {
    display: block;
/*     width: 80px; */
}
#rss:link, #rss:visited, #rss2:link, #rss2:visited {
    font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, 
                 Optima, "Trebuchet MS", Verdana, 
                 "Hiragino Kaku Gothic Pro W3", sans-serif;
    font-weight: bold;

    margin: 0.5em 0;
    padding: 0 8px 0 22px;
    border: 1px solid #888888;
    background: #FFFFFF url(../_shared/feed-icon-16x16.png) no-repeat 2px 50%;
    color: #333333;
    font-size: 90%;
    text-decoration: none;
}
#rss:hover, #rss2:hover {
    border: 1px solid #888888;
    background: transparent url(../_shared/feed-icon-16x16.png) no-repeat 2px 50%;
    color: white;
    background-color: #FF4C4C;
    text-decoration: none;
}
#rss:active, #rss2:active {
    border: 1px solid #888888;
    background: transparent url(../_shared/feed-icon-16x16.png) no-repeat 2px 50%;
    color: #333333;
    background-color: #FF4C4C;
    text-decoration : none;
}
