@charset "UTF-8"; /* PublishCharset into mt-config.cgi */

/*
 * File      : styles-site.css
 * Version   : 2.04
 * Update    :
 * 2.00 2005.09.01: Update for Movable Type 3.2.
 * 2.01 2005.09.03: add font-size to content-nav.
 * 2.02 2005.09.27: correct the capital letter to the small letter.
 * 2.03 2005.09.28: for CGI.
 * 2.04 2005.10.10: fix bug.
 *
 * Copyright (C) 2005-2006 www.koikikukan.com All rights reserved.
 */

/* すべて */
* {
    scrollbar-face-color: #ffffff;
    scrollbar-track-color: #ffffff;
    scrollbar-arrow-color: #eaf2ff;
    scrollbar-3dlight-color: #eaf2ff;
    scrollbar-highlight-color:#ffffff;
    scrollbar-shadow-color:#ffffff;
    scrollbar-darkshadow-color: #eaf2ff;
    margin: 0;
    padding: 0;
    font-family: メイリオ,Verdana, Arial, sans-serif;
    font-weight: small;
    
}

/* リンク */
a {
	color: #5f6c5f;
	text-decoration: none;
}
a:link {
	color: #88a3ff;
        cursor:w-resize;
}
	a:visited {
	color: #008b8b;
        cursor:w-resize;
}
	a:active {
	color:#5385bf;
        cursor:w-resize;
}
	a:hover {
	color: #5385bf;
	text-decoration: none;
        cursor:w-resize;
}

/* リンクつき画像 */
a img {
    border: 0;
}

/* 段落 */
p {
    margin-top: 15px;
    margin-bottom: 15px;
}

/* 順序なしリスト */
ul {
    padding-left: 16px;
}
ul li {
    list-style-type: circle;
}

/* 定義リスト */
dl {}
dt {}
dd {
    padding-left: 8px;
}

/* フォーム */
form {
    margin: 0px;
}
input {
    padding: 1px;
    font-size: 12px;
}

/*フォーム 検索ボックス等 */
textarea,select,input{
    scrollbar-face-color: #eaf2ff;
    scrollbar-track-color: #eaf2ff;
    scrollbar-arrow-color: #c1e3f4;
    scrollbar-3dlight-color: #eaf2ff;
    scrollbar-highlight-color:#eaf2ff;
    scrollbar-shadow-color:#eaf2ff;
    scrollbar-darkshadow-color: #eaf2ff;
    border:1px solid #c1e3f4; 
    color : #666666;
    background-color:#eaf2ff;
    padding: 2px;
}

button{
    border:1px dashed #eaf2ff; 
    color : #1071ff;
    background-color:#ffffff;
}

select,input,button {
    color : #1071ff;
    font-size : 11px;
}

textarea {
    color : #1071ff;
    font-size : 12px;
}

/* 引用 */
blockquote{
margin:0px 5px 0px 5px;
padding:20px 2px 20px 5px;
color:#6c848d;
background:#eaf2ff;
font-size:12px;
line-height:20px;
background-image:url();
}

.quotetitle { /* 引用文タイトル */
    font-size: 10px;
    border-bottom: 1px solid #67babc;
    padding: 3px;
}

/*強調*/
em {	color:#c74e4e;
	font-style:normal;
	background:#fef9e2;
}

/*バナー*/
h1 a { display:block;
margin:0 auto; /* センタリングする場合 */
padding: 15px;
height:200px; /* タイトルの高さ */
background-image: url("http://dropcandy.com/mt/img/title.jpg");
background-repeat:no-repeat; /* リピートさせない場合 */
background-position :center ;
text-align: left;
}
h1 span { display:none; }

/* タイトルバナー下の説明 */
#header h2 {
    color: #ffffff;
    font-size: 12px;
}

/* エントリー全体 */
.blog {
    padding: 10px;
    font-size: 11px;
    color: #36414d;
    background: none;
}

/* エントリー日付 */
.date {
    margin: 6px 5px 0;
    padding: 2px 0 2px 5px;
    color: #00aa97;
    background: #c1e3f4;
    background-position: left; 
    background-repeat: no-repeat;
    background-image: url("");
    font-size: 12px;
    line-height:140%;
    font-weight: bold;
}

/* エントリー */
.entry {
    width: auto;
    margin:0px 7px 0px 7px;
    padding:0px 0px 0px 3px;
    color: #666666;
    background: #ffffff;
    background-position: right; 
    background-repeat: repeat-y; 
    background-image: url("");
    background: url();
    font-size: 11px;
    line-height:140%;
    word-break: break-all;
}
.entry a:active {}
.entry img {
    margin-right: 8px;
    margin-bottom: 5px;
}
.rel {
clear: left;
}

/* エントリーのテキストエリア可変長指定 */
.entry textarea {
    width: 97%;
}

/* 追記 */
.entry.extended {}

/* エントリータイトル */
.entry-header {
    margin: 15px 0 0;
    color: #005e95;
    background: #eb93ae;
    font-family:Verdana, Arial, sans-serif;
    font-size: 13px;
    line-height:140%;
    font-weight: bold;
    padding-left: 32px;
    background: url(http://dropcandy.com/mt/img/usa2.gif) no-repeat 0px;
}

/* 投稿者 */
.entry-footer {
    margin: 10px 0 0 0;
    border-top: 1px dotted #36414d;
    text-align: right;
    color: #666666;
    font-size: 10px;
}


/* Typekeyコメンタ－画像 */
.commenter-profile img {
    vertical-align: middle;
    border-width: 0;
}

/* アーカイブページの前後リンク */
.content-nav {
    margin: 10px;
    text-align: center;
    font-size: 12px;
}

/* カレンダー */
.calendarhead {
    padding-bottom: 5px;
    text-align: center;
    color: #444444;
    font-size: 9px;
    background: none;
    letter-spacing: 0.2em;
}
.calendar {
    text-align: center;
    color: #444444;
    background: none;
}
.calendar table {
    text-align: center;
    padding: 0px;
    border-collapse: collapse;
}
.calendar th {
    padding-bottom: 3px;
    font-size: 8px;
    width: 23px;
}
.calendar td {
    padding: 2px 0;
    font-size: 9px;
    line-height: 120%;
}
.today {
    display: block;
    text-align: center;
    color: #444444;
    border: 1px solid #444444;
}
.red {
    color: #e50003;
}
.blue {
    color: blue;
}

#globalnavi {
    text-align: center;
    padding-bottom: 3px;
    border-top : 1px solid #666699;
    border-bottom : 1px solid #666699;
}

/* サイドメニュータイトル */
.sidetitle {
    margin-top: 3px;
    padding: 2px 0 1px;
    _padding: 1px 0 2px;
    border: 1px solid #fa52a6;
    text-align: center;
    color: #8f8f8f;
    background: #ffc0eb;
    font-size: 10px;
    line-height: 150%;
}

/*サイドメニュー折りたたみ*/
.sidetitle2 {
    width: auto;
    margin:3px 0px 0px 0px;
    padding: 0px;
    text-align: center; /* テキスト配置 */
}
 
.sidetitle2 a {
    width: auto;
}
 
/* 通常 */
.sidetitle2 a:link,
.sidetitle2 a:visited {
    display: block;
    padding: 2px;
    border: 1px solid #a3dcff; /* 枠線 */
    color:#00aa97; /* 文字色 */
    background-color:#c1e3f4; /* 背景色 */
    font-size:10px;
    text-decoration: none;
}

/* マウスポイント時 */
.sidetitle2 a:hover {
    padding: 2px;
    border: 1px solid #a3dcff; /* 枠線 */
    color:#ffffff; /* 文字色 */
    background-color: #67babc; /* 背景色 */
    font-size:10px;
    text-decoration: none;
}

/* サイドメニュー */
.side {
    margin: 3px 0 20px;
    background: none;
    color: #8f8f8f;
    font-size: 10px;
    line-height: 150%;
}

/*ツリー化*/
ul.tree2 {
    margin: 0 0 0 3px;
    padding: 0;
    font-size: 9px;
    list-style: none;
}
ul.tree2 ul {
    margin: 0;
    padding: 0;
}
ul.tree2 li {
    margin: 0px;
    padding: 0 0 0 19px;
    background: url(http://dropcandy.com/mt/img/folder_09.gif) no-repeat 1px 0.15em;
    list-style: none;
}
ul.tree2 li li {
    margin: 0;
    padding: 0 0 0 15px;
    background: url(http://dropcandy.com/mt/img/02arrow7.gif) no-repeat 4px 0;
    list-style: none;
}
ul.tree2 li li.tree_end {
    background: url(http://dropcandy.com/mt/img/02arrow7.gif) no-repeat 4px 0;
    list-style: none;
}

/* サイドメニュー(サブカテゴリー用) */
.side #categories ul {
   padding: 0px!important;
}
.side #categories ul ul {
   padding: 0px!important;
}
.side #categories li {
    list-style-type: none;
}

/* カウンター */
.counter {
    margin: 8px 0 25px;
    padding: 2px;
    background: none;
    font-size: 9px;
}

/* RSSフィード */
.syndicate {
    margin-bottom: 5px;
    text-align: left;
    color: #666666;
    font-size: 9px;
    line-height: 150%;
}

/* クレジットバナー */
.powered {
    margin-top: 50px;
    text-align: left;
    color: #666666;
    font-size: 9px;
    line-height: 150%;
}
.powered img {
    margin-top: 3px;
}

.clear {
    clear: both;
}

/* コメント・トラックバック */
#comments-open-data p {
    margin-bottom: 11px;
}

#comment-post {
   font-weight: normal;
   font-size: 11px;
   color: #666666;

}

#comment-author, #comment-email, #comment-url, #comment-text {
   width: 220px;
    font-size: 11px;
    color: #666666;

}

#comment-text {
    font-size: 11px;
    color: #666666;
    width: 266px;
}

#comment-bake-cookie {
   margin-left: 2px;
   vertical-align: middle;
}

#comments-open-footer {
    text-align: center;
}

.trackbacks,
.comments {
    margin: 10px 5px;
    font-size: 11px;
    color: #666666;

}

.trackbacks-header,
.comments-header,
.comments-open-header {
    margin: 15px 0;
    padding: 2px 0 2px 5px;
    border: 1px dotted #FFFFFF;
    background: #4aaab8;
    font-size: 11px;
    color: #e3ddff;
    word-break: break-all;
}

#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content {
    margin: 0;
    padding: 0;
    font-size: 11px;
    color: #666666;
    line-height: 140%;
    word-break: break-all;
}

.trackback-content p,
.comment-content p {
    margin-top: 11px;
    margin-bottom: 5px;
}

.trackback-footer,
.comment-footer {
    font-size: 11px;
    border-top: 1px dotted  #4aaab8;
    text-align: right;
    padding-top: 3px;
    margin-right: 2px;
}

.comments-open label {
    display: block;
}

.comments-head {
    font-size: 11px;
    color: #e3ddff;
    border: 1px dotted #4aaab8;
    background: #4aaab8;
    padding: 2px 0 2px 5px;
    margin: 15px 0;
}

/* カラム切り替え */
/* 3カラム用 */
body.layout-three-column,
body.layout-two-column-left,
body.layout-two-column-right,
body.layout-one-column {
    margin:  20px;
    text-align: center;
    background: #;
    background-attachment;
    background-repeat: repeat-x;
    background-attachment: fixed;
    background-position: left bottom; 
    background-image: url(http://dropcandy.com/mt/img/clover01b.gif);
}
.layout-three-column #container,
.layout-two-column-left #container,
.layout-two-column-right #container {
    margin-bottom: 10px;
}
.layout-three-column #box {
    width: 850px;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    border-bottom: 1px solid #666699;
    border-left: 1px solid #666699;
    border-right: 1px solid #666699;
    border-top: 1px solid #666699;
    text-align: left;
    background-color: #ffffff;
}

/* 3カラム */
.layout-three-column #content {
    float: left;
    width: 438px;
    margin: 0 0 20px 0;
    border-bottom: 0px solid #666699;
    border-left: 0px solid #666699;
    border-right: 0px solid #666699;
}
.layout-three-column #links-left-box,
.layout-three-column #links-right-box {
    float: left;
    width: 205px;
}
.layout-three-column #links-left,
.layout-three-column #links-right {
    padding: 15px 15px 0 15px;
    color: #ffffff;
}

/*サイドタイトルs*/
.sidetitle {
    width: auto;
    margin:3px 0px 0px 0px;
    padding: 0px;
    text-align: center; /* テキスト配置 */
    color: #9c795; /* 文字色 */
}

.side_s{
    margin: 3px 0px 20px 10px;
    background: #ffffff;
    color: #93858c;
    font-size: 10px;
    _font-size: 9px;
    line-height: 130%;
     width:180px;
    scrollbar-arrow-color:#333333;
    scrollbar-face-color:#ffffff;
    scrollbar-highlight-color:#ffffff;
    scrollbar-3dlight-color:#ffffff;
    scrollbar-track-color:#ffffff;
    scrollbar-shadow-color:#ffffff;
    scrollbar-darkshadow-color:#ffffff;
    overflow-y:scroll; /*←IEバグ対策*/
    height:180px;
}

/* サイドメニュー */
.side {
    margin: 3px 0 20px;
    background: none;
    color: #666666;
    font-size: 10px;
    line-height: 150%;
    padding-left:5px;
}

ul.tree #comment {
    margin: 0px!important;
    padding: 0px!important;
    font-size: 10px;
    list-style: none!important;
}
ul.tree ul #comment {
    margin: 0px!important;
    padding: 0px!important;
}
ul.tree li #comment {
    margin: 0px!important;
    padding: 0px 0px 0px 16px!important;
    background-image: url(http://dropcandy.com/mt/img/folder_10.gif);
    background-repeat: no-repeat!important;
    list-style: none!important;
}
ul.tree li.end #comment {
    background-image: url(http://dropcandy.com/mt/img/02arrow7.gif);
    list-style: none;
}

/* ナビゲーションバー全体のスタイル */
#navbar {
    text-align: center; /* 配置 */
    font-family: Verdana, Arial, sans-serif; /* フォントスタイル */
    font-weight: normal; /* フォントの太さ */
    font-size: 10px; /* フォントサイズ */
    width: auto; /* 全体の幅 */
    line-height: 150%; /* テキストの高さ */
}
 
/* リンクのスタイル */
#navbar a{
    background-color: #ffffff; /* 背景色 */
    color:#C57584; /* 文字色 */
    padding: 2px 5px 2px 5px; /* リンク文字のパディング */
}
 
/* リンクをポイントした時のスタイル */
#navbar a:hover{
    background-color: #EAA3B3; /* 背景色 */
    color:#ffffff; /* 文字色 */
    text-decoration: none; /* テキストの装飾をなくす */
}

/* 選択されたリンクのスタイル */
#selected a,
#selected a:hover{
    background-color: #AD5F5F; /* 背景色 */
    color:#ffffff; /* 文字色 */
    padding: 2px 5px 2px 5px; /* リンク文字のパディング */
    text-decoration: none; /* テキストの装飾をなくす */
}

/* クリックされたリンクのスタイル */
#clicked a,
#clicked a:hover{
    background-color: #89ABBA; /* 背景色 */
    color:#ffffff; /* 文字色 */
    padding: 2px 5px 2px 5px; /* リンク文字のパディング */
    text-decoration: none; /* テキストの装飾をなくす */
    position:relative; top:1px; left:1px; /* リンクをずらす */
}

/ *ページ*/
.paginate {
    text-align: center;
    font-size: 9px;
}

span.new {
    display: none;
    color: red;
    font-weight: bold;
}

/*　class名がpictとthumbの画像に、テキストの回り込みをさせる　*/
.pict {
	float:left;
	clear:left;
	margin:0px 10px 0px 0px;
	padding:0px;}

.thumb {
	float:left;
	clear:left;
	margin:0px 10px 0px 0px;
}

/* 罫線ありでも絵文字をきれいに*/
img{
margin:1px 0px 2px 0px;
vertical-align:middle;
}

/*ポラロイド風枠*/
.photo{
float: left; 
background-color: #ffffff;
border: 2px solid #c0c0c0;
margin: 5px 10px 5px 5px;
padding: 7px 2px 30px 9px;
background-image:url(http://dropcandy.com/mt/img/photo.gif);
background-repeat:no-repeat;
background-position:95% 98%;
}

.photo1{
float: left; 
background-color: #ffffff;
border: 2px solid #c0c0c0;
margin: 5px 10px 5px 5px;
padding: 7px 2px 30px 9px;
background-image:url(http://dropcandy.com/mt/img/photo1.gif);
background-repeat:no-repeat;
background-position:95% 98%;
}

/*フッター関連*/
.footer{
background-image:url('');
background-position: top;
background-repeat:repeat-x;
clear: both;
border-top:1px solid #cccccc;
border-bottom:0px solid #cccccc;
background-color:#d6d8ff;
font-family: Verdana, Arial, sans-serif;
text-align:center;
font-size: 10px;
color:#999;
line-height: 150%;
padding: 10px;
margin : 30px 0 0;
}

.footer a{
color:#aab8a3;
text-decoration:none;
}

.gray{
color : #666}

.news-header {
    margin: 5px 0;
    color: #c74e4e;
    font-size: 11px;
    font-weight: bold;
}
.news-content {
    margin-top: 5px;
}

/*---------------------------------------------------------
★piyo
---------------------------------------------------------*/
a.nickname:link ,a.nickname:visited {
	color: #888888;
	font-weight: bold;
	} 
 
a.nickname:hover { color: #ff99cc;} 
 
div.tab, .b1, .b2 { display: none;}
 

 
div.mylog {
	width: 95%;/* PIYOログ全体の幅 */
	padding: 5px;
	font-size: 12px;/* 文字サイズ12pxに指定 */
	text-align: left;
	color: #666666;
	}
 
div.mylog p.title { display:none;} /* 「最近のPIYO」非表示 */
 
div.mylog dl {
	margin: 0;
	padding: 0;
	}
 
div.mylog dt.day {
	clear: both;/* フロートのクリア */
	width: 95%;/* 日付枠の幅（必ずdd.piyologの幅設定と同じである事） */
	color: #ff99cc;
	font-size: 11px;/* 文字サイズ11pxに指定 */
	margin: 0;
	padding: 5px 5px 0;/* 枠と文字のスペース */
	border-top: 1px solid #ff99cc;/* 枠の上部分の線 */
	border-left: 1px solid #ff99cc;/* 枠の左部分の線 */
	border-right: 1px solid #ff99cc;/* 枠の右部分の線 */
	background: #ffffff;
	text-align: left;
	}
 
div.mylog img { vertical-align: middle;} /* 絵文字の位置を中央に設定 */
 
div.mylog dd.piyolog {
	width: 95%;/* ログ枠の幅（必ずdt.dayの幅設定と同じである事） */
	margin: 0;
	color: #333333;
	background-color: #ffffff;
	border-right: 1px solid #ff99cc;/* 枠の右部分の線 */
	border-left: 1px solid #ff99cc;/* 枠の左部分の線 */
	border-bottom: 1px solid #ff99cc;/* 枠の下部分の線 */
	padding: 0 5px 5px;/* 枠と文字のスペース */
	overflow: hidden;/* 枠からはみ出る部分の非表示設定 */
	}
 
/* ログのリンク色設定（いらない場合は消す部分）ここから */
div.mylog dd.piyolog a:hover,div.mylog dd.piyolog  a:active {
	color: #8a8a8a;
	text-decoration: underline;
	}
/* ログのリンク色設定ここまで */
 
div#block { display: none;} /* 9月28日追記部分「ポップアップ:on/off」の部分を表示しないようにします。（常にONの状態になります。 */
 
/* 噴出しの三角部分（分からない人はそのままコピーでおｋ） */
div.license {
	font-size: 10px;/* 文字サイズ10pxに指定 */
	text-align: right;
	position: relative;
	width: 93%;
	margin: 0px;
	padding: 7px 0 0 15px;
	top: -1px;
	background: transparent url(http://dropcandy.com/image/tip.gif) no-repeat 15px 0;/* ※１ */
	font-style: normal;
	}

/*--- Highslide JS ---*/
.highslide {
cursor: url(http://dropcandy.com/mt/mt-static/highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
border: none;
}
.highslide:hover img {
border: 1px solid gray;
}

.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 12pt;
    padding: 5px;
    background-color: white;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.highslide-loading {
    display: block;
color: white;
font-size: 9px;
font-weight: bold;
text-transform: uppercase;
    text-decoration: none;
padding: 3px;
border-top: 1px solid white;
border-bottom: 1px solid white;
    background-color: black;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}


