@charset "EUC-JP";

/* wrap
----------------------------------------------------------------------------- */
body {
    text-align: center;
}

/* ヘッダー、フッター、メニュー、コンテンツ領域を含んだ　浮き矩形領域 */
div#wrapper {

    position:relative;
    top:0px;
    left:0px;

    /*
     * ブログでは、横幅は 812px と指定されている。
     */
    width: 1024px;
    border:solid 6px #FFF;

	margin: 0 auto;
	
	text-align: left;
}

div#wrap_content {
	/* width: 1024px; */
    /* width: 812px; */

    padding-top: 50px;
	clear: both;
}

div#footer {
	clear: both;
}

/* ■■ design ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/* General
----------------------------------------------------------------------------- */

/* ブラウザで見るページ画面全体 */
body {
	background-image: url(background2.png); /* background-image: url(background.png); */

    color: #202020; /* color: #FFFFFF; */
	font-family: verdana, arial, helvetica, Sans-Serif;
	font-size: 100%;

	margin: 0;
	padding-top:40px;
	padding-bottom:40px;

    text-align:center;
    font-family:Verdana;
}

img {
	border:none;
	vertical-align: middle;
}

/* ヘッダー、フッター、メニュー、コンテンツ領域を含んだ　浮き矩形領域 */
#wrapper {
	background-image: url(background3.png); /* background-color: #FFFCDB; */
    color: #202020; /* color: #FFFFFF; */
}

/* ----- link ----- */
a:link {
	text-decoration: none;
	color: #D77;
}

a:visited {
	text-decoration: none;
    color:#C66;
}
a:active {
	text-decoration: none;
	color: #D77;
}
a:hover {
	text-decoration: underline;
	color: #000080;
	visibility: visible;
	position: relative;
	top: 1pt;
	left: 1pt;
}

div.ie5 {}

span.noexists {
	color: inherit;
	background-color: #FFFACC;
}

.super_index {
	color: #DD3333;
	background-color: inherit;
	font-weight: bold;
	font-size: 60%;
	vertical-align: super;
}

a.note_super {
	color: #DD3333;
	background-color: inherit;
	font-weight: bold;
	font-size: 60%;
	vertical-align: super;
}

a.external {
    padding-left: 14px;
    background: url("ext_link.png") no-repeat left bottom;
}

div.jumpmenu {
	font-size: 80%;
	text-align: right;
}

em { font-style: italic; }

strong { font-weight: bold; }

.small { font-size: 80%; }

span.size1 {
	font-size: xx-small;
	line-height: 130%;
	text-indent: 0px;
	display: inline;
}
span.size2 {
	font-size: x-small;
	line-height: 130%;
	text-indent: 0px;
	display: inline;
}
span.size3 {
	font-size: small;
	line-height: 130%;
	text-indent: 0px;
	display: inline;
}
span.size4 {
	font-size: medium;
	line-height: 130%;
	text-indent: 0px;
	display: inline;
}
span.size5 {
	font-size: large;
	line-height: 130%;
	text-indent: 0px;
	display: inline;
}
span.size6 {
	font-size: x-large;
	line-height: 130%;
	text-indent: 0px;
	display: inline;
}
span.size7 {
	font-size: xx-large;
	line-height: 130%;
	text-indent: 0px;
	display: inline;
}

/* html.php/catbody() */
strong.word0 {
	background-color: #FFFF66;
	color: black;
}
strong.word1 {
	background-color: #A0FFFF;
	color: black;
}
strong.word2 {
	background-color: #99FF99;
	color: black;
}
strong.word3 {
	background-color: #FF9999;
	color: black;
}
strong.word4 {
	background-color: #FF66FF;
	color: black;
}
strong.word5 {
	background-color: #880000;
	color: white;
}
strong.word6 {
	background-color: #00AA00;
	color: white;
}
strong.word7 {
	background-color: #886800;
	color: white;
}
strong.word8 {
	background-color: #004699;
	color: white;
}
strong.word9 {
	background-color: #990099;
	color: white;
}


/* Main
----------------------------------------------------------------------------- */

#main
{
	margin: -30px auto;
}

/* Header
----------------------------------------------------------------------------- */

/*
 * 画面上部のすきま
 */
#header{
}

#header h1{
	color: #80F080;
	background-color:red;
}
/*
#header h2{
	color: #80F080;
	background-color:red;
}
*/

#header a{
	text-decoration: none;
}
#header a:link{
	text-decoration: none;
	color: #80F080;
}
#header a:visited{
	text-decoration: none;
	color: #80F080;
}
#header a:active{
	text-decoration: none;
	color: #80F080;
}
#header a:hover{
	background-color: #FFFFFF;
	text-decoration: none;
	color: #404000;
}

/* Menu
----------------------------------------------------------------------------- */

/*
 * サイドメニュー
 */
#menu{

    position:relative;
    top : 0px;
    left: 0px;

	width: 220px;
    float: left;
    margin: 5px 10px 0px 0px;

    color: #C66;
    line-height: 130%;
	font-family: sans-serif;
	/* font-family: verdana, arial, 'trebuchet ms', sans-serif; */
	/* font-size: 135%; */
	/* font-weight: bold; */
	/* color: #202020; */
}

#menu a{
	color: #E88;
}

#menu a:visited{
	color: #C66;
}


/* Content
----------------------------------------------------------------------------- */

/*
 * 記事欄
 */
#content {    

    position:relative;
    top :   0px;
    left:   0px;
	margin: 0px 0px 0px 32px;

    width: 700px;
    /* width: 580px; */
    float: left;

    background-color: #FFF; /*追加*/
}

#content h1.title{
	margin:  0px;
	padding: 0px;
	background-image: none;
}
#content h1.title a{
	font-size: 110%;
	color: #333333;
	text-decoration: none;
}

#lastmodified{
	color: #666666;
	font-size: 90%;
}

/* 記事が連続して並んでいるところ */
#body{
	/*margin-top: 10px;*/
}


    /*content_1_0*/
/* h2 は、桃色の見出し欄 */
h1 {
    background-color: #B9535E; /* background-color: #FF7F7F; */

    margin:0px 0px 0px 0px;
    padding: 10px 10px 5px 10px;
    font-weight:normal;
    text-align:left;

	color: #FFF;
    font-size:24px;
}

    /*content_1_0*/
/* h2 は、桃色の見出し欄 */
h2 {
    background-color: #B9535E; /* background-color: #FF7F7F; */

    margin:0px 0px 0px 0px;
    padding: 10px 10px 5px 10px;
    font-weight:normal;
    text-align:left;

	color: #FFF;
    font-size:12px;
}


h3 {
    color: #B9535E; /* color: #FF7F7F; */

    margin:0px 0px 0px 0px;
    padding: 10px 10px 5px 10px;
    text-align:left;

    font-size:20px;
    font-weight:bolder;
}

h4 {
	font-size: 100%;
	border-left: 8px solid #CCCCCC;
	margin: 0px 20px 0px 15px;
	padding: 1px 0px 1px 10px;

    background-color:red;
}
h5, h6 {
	padding-left: 10px;

    background-color:red;
}

p{
	margin: 5px 20px;
}

/*
 * テーブル
 */
.style_table {
	border: 3px solid #666666;
	text-align: left;
	/* color: #909090; */
	/* background-color: #909090; */
	margin: 0px 0px 0px 20px;
}
.style_th {
	padding: 5px;
	margin: 1px;
	text-align: center;
	/* color: #FFFFFF; */
	/* background-color: #606060; */
}
.style_td {
	padding: 5px;
	margin: 1px;
	border: 1px solid #666666;
	/* color: #FFFFFF; */
	/* background-color: #404040 */
}

/*
td {
	border:1px solid #666666;
	padding:2px;
}
*/

/*
 * テーブル
 */
thead td.style_td,
tfoot td.style_td {
	color: #000000;
	/* background-color: #D0D8E0; */
}
thead th.style_th,
tfoot th.style_th {
	color: #000000;
	/* background-color: #E0E8F0; */
}



pre{
	border-top:    1px solid #DDDDDD;
	border-right:  2px solid #DDDDDD;
	border-bottom: 2px solid #DDDDDD;
	border-left:   1px solid #DDDDDD;
	margin: 5px 20px;
	padding: .5em;
	overflow: auto;
}

blockquote {
	margin: 5px 20px;
	padding: 5px;
	background-color: #404040;
	color: #EEEEEE;
	border: 1px solid #DDDDDD;
}

ul {
	margin-top: 5px;
	margin-bottom: 5px;
}

ul.list1 { list-style-type: disc; }
ul.list2 { list-style-type: circle; }
ul.list3 { list-style-type: square; }
ol.list1 { list-style-type: decimal; }
ol.list2 { list-style-type: lower-roman; }
ol.list3 { list-style-type: lower-alpha; }

dt {
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}
dd {
	margin: 5px 20px 5px 25px;
}

hr.full_hr {
	border-style: ridge;
	border-color: #999999;
	border-width: 1px 0px;
}
hr.note_hr {
	width: 90%;
	border-style: ridge;
	border-color: #999999;
	border-width: 1px 0px;
}

/* Counter2
----------------------------------------------------------------------------- */
#counter2{
    width:150px;
    /* text-align: right; */
}
#counter2_yesterday_label{
    color:       #C66;
    font-size:   75%;
    font-weight: bolder;
}
#counter2_yesterday_value{
    color: #999;
    padding-left:20px;
}
#counter2_today_label{
    color: #C66;
    font-size: 75%;
    font-weight: bolder;
}
#counter2_today_value{
    color: #999;
    padding-left:20px;
}
#counter2_total_label{
    color: #C66;
    font-size: 75%;
    font-weight: bolder;
}
#counter2_total_value{
    color: #999;
    padding-left:20px;
}

/* Hooter
----------------------------------------------------------------------------- */
#toolbar {
    padding-top : 10px;
	margin-left: 15px;
    clear: both;
}

#footer{
	font-size: 80%;

    text-align:center;
	padding-top   : 28px;
	padding-bottom: 82px;
}

/*
 * 苺坊主バナー
 */
#banner1{
    vertical-align:bottom;
}

/*
 * CLANNAD RPG バナー
 */
#banner2{
    vertical-align:bottom;
}

/*
 * 東方蒼神縁起
 */
#banner3{
    vertical-align:bottom;
}


/* Menu
----------------------------------------------------------------------------- */







/* -------------------------------------------------------------------------- */
/*
 *
 *　■ブログパーツ等
 *
 */

/* html.php/edit_form() */
.edit_form { clear: both; }

/* pukiwiki.skin.php */
div#navigator {
	clear: both;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

div#note {
	clear: both;
	padding: 0px;
	margin: 0px;
}

div#attach {
	clear: both;
	padding: 0px;
	margin: 0px;
}

div#related {
	font-size: 80%;
	padding: 0px;
	margin: 16px 0px 0px 0px;
}

div#banner {
	float: right;
	margin-top: 24px;
}

div#preview {}

/* aname.inc.php */
.anchor {}
.anchor_super {
	font-size: xx-small;
	vertical-align: super;
}

/* br.inc.php */
br.spacer {}

/* calendar*.inc.php */
.style_calendar {
	padding: 0px;
	border: 0px;
	margin: 3px;
	color: inherit;
	background-color: #CCD5DD;
	text-align: center;
}
.style_td_caltop {
	padding: 5px;
	margin: 1px;
	color: inherit;
	background-color: #EEF5FF;
	font-size: 80%;
	text-align: center;
}
.style_td_today {
	padding: 5px;
	margin: 1px;
	color: inherit;
	background-color: #FFFFDD;
	text-align: center;
}
.style_td_sat {
	padding: 5px;
	margin: 1px;
	color: inherit;
	background-color: #DDE5FF;
	text-align: center;
}
.style_td_sun {
	padding: 5px;
	margin: 1px;
	color: inherit;
	background-color: #FFEEEE;
	text-align: center;
}
.style_td_blank {
	padding: 5px;
	margin: 1px;
	color: inherit;
	background-color: #EEF5FF;
	text-align: center;
}
.style_td_day {
	padding: 5px;
	margin: 1px;
	color: inherit;
	background-color: #EEF5FF;
	text-align: center;
}
.style_td_week {
	padding: 5px;
	margin: 1px;
	color: inherit;
	background-color: #DDE5EE;
	font-size: 80%;
	font-weight: bold;
	text-align: center;
}

/* calendar_viewer.inc.php */
div.calendar_viewer {
	color: inherit;
	background-color: inherit;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
span.calendar_viewer_left {
	color: inherit;
	background-color: inherit;
	float: left;
}
span.calendar_viewer_right {
	color: inherit;
	background-color: inherit;
	float: right;
}

/* clear.inc.php */
.clear {
	margin: 0px;
	clear: both;
}

/* counter.inc.php */
div.counter {
	font-size: 70%;
}

/* diff.inc.php */
span.diff_added {
	color: blue;
	background-color: inherit;
}

span.diff_removed {
	color: red;
	background-color: inherit;
}

/* hr.inc.php */
hr.short_line {
	text-align: center;
	width: 80%;
	border-style: solid;
	border-color: #333333;
	border-width: 1px 0px;
}

/* include.inc.php */
h5.side_label {
	text-align:center;
}

/* navi.inc.php */
ul.navi {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
li.navi_none {
	display: inline;
	float: none;
}
li.navi_left {
	display: inline;
	float: left;
	text-align: left;
}
li.navi_right {
	display: inline;
	float: right;
	text-align: right;
}

/* new.inc.php */
span.comment_date {
	font-size: x-small;
}
span.new1 {
	color: red;
	background-color: transparent;
	font-size: x-small;
}
span.new5 {
	color: green;
	background-color: transparent;
	font-size: xx-small;
}

/* popular.inc.php */
span.counter {
	font-size: 70%;
}
ul.popular_list {
	padding: 0px;
	border: 0px;
	margin: 0px 0px 0px 1em;
}

/* recent.inc.php,showrss.inc.php */
ul.recent_list {
	padding: 0px;
	border: 0px;
	margin: 0px 0px 0px 1em;
}

/* ref.inc.php */
div.img_margin {
	margin-left: 0px;
	margin-right: 0px;
}

/* search.inc.php id付必要 */
div#searchbox {
	margin: 0px 15px;
}

/* vote.inc.php */
td.vote_label {
	color: inherit;
	background-color: #FFCCCC;
}
td.vote_td1 {
	color: inherit;
	background-color: #DDE5FF;
}
td.vote_td2 {
	color: inherit;
	background-color: #EEF5FF;
}

