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

/*
 * File      : styles-site.css
 * Version   : 2.06
 * 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.10.13: add ul and ol type selectors to .entry class selector.
 * 2.04 2005.11.26: fixed typo.
 * 2.05 2006.01.26: comment out the specification of the background image.
 * 2.06 2006.02.26: delete font-weight property from all name selector and add h type selectors
 *                            and brought property for the title together.
 *
 * Copyright (C) 2005-2006 www.koikikukan.com All rights reserved.
 */

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

}
/*バナー*/
h1 a { display:block;
margin:0 auto; /* センタリングする場合 */
height:150px; /* タイトルの高さ */
width:623px; /* タイトル部の横幅 */
background:url(http://mintcandy.candy-lovepop.com/img/title.jpg);
background-repeat:no-repeat; /* リピートさせない場合 */
text-align: left;
}
h1 span { display:none; }

/* カレンダー */
.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: 5px;
    border-top : 1px solid #99aca8;
    border-bottom : 1px solid #99aca8;
}


/* リンク */
a,
a:{
cursor:w-resize;
}

a:link,
a:visited {
    color: #E24473;
    text-decoration: none;
}
a:hover {
    color: #DF9999;
    text-decoration: none;
}
a:active {}

/* リンクつき画像 */
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;
}

/* 引用 */
blockquote {
    width: auto;
    margin: 15px;
    padding: 10px;
    border: 1px dotted #808090;
    background: #edf8ff;
    font-size: 11px;
    line-height: 140%;
}
.quotetitle { /* 引用文タイトル */
    font-size: 11px;
    border-bottom: 1px dotted #808090;
    padding: 3px;
}

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

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

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

/* エントリー日付 */
.date { 
    margin: 6px 5px 0;
    padding: 2px 0 2px 5px;
    color: #8B8380;
    padding-left: 25px;
    background: url(http://mintcandy.candy-lovepop.com/img/point_22.gif) no-repeat 0px;
    background-position: left; 
    background-repeat: no-repeat;
    border-top: 0px dotted  #ffffff;
    border-left: 0px solid  #DF9999;
    border-right: 0px solid  #ffffff;
    border-bottom: 1px solid  #DF9999;
    font-size: 11px;
    font-weight: normal;
    line-height: 140%;
}


/* エントリー日付・コメントタイトル・トラックバックタイトルの配色 */
.date,
.trackbacks-header,
.comments-header,
.comments-open-header {
    color: #8B8380;
}

/* エントリー */
.entry {
    width: auto;
    margin: 0 5px 15px;
    color: #8B8380;
    background-position: right; 
    background-repeat: repeat-y; 
    background: #;
    font-size: 11px;
    line-height:140%;
    word-break: break-all;
}
.entry a:active {}

.entry img {
    margin-right: 8px;
    margin-bottom: 5px;
}

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

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

/* エントリータイトル */
.entry-header {
    margin: 15px 0 0;
    color: #808090;
    font-size: 11px;
    font-weight: normal;
    padding-left: 25px;
    background: url(http://mintcandy.candy-lovepop.com/img/n01.gif) no-repeat 0px;
}

/* 投稿者 */
.entry-footer {
    padding:10px;
    margin: 10px 0 0 0;
    border-bottom: 1px dotted ;
    text-align: right;
    color: #808090;
    font-size: 9px;
}

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

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


/* サイドメニュータイトル */
.sidetitle {
    margin-top: 3px;
    padding: 2px 0 1px;
    _padding: 1px 0 2px;
    border-top: 0px solid  #ffffff;
    border-left: 1px solid  #DF9999;
    border-right: 0px solid  #808090;
    border-bottom: 1px solid  #DF9999;
    text-align: center;
    color: #6699bb;
    background-image: url("");
    background-position: left; 
    background-repeat: no-repeat;
    font-size: 10px;
    line-height: 140%;
}

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

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

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

.clear {
    clear: both;
}

/* コメント・トラックバック */
#comments-open-data p {
    margin-bottom: 10px;
}
#comment-post {
   font-weight: normal;
   font-size: 11px;
   color: #8B8380;

}

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

}

#comment-text {
    font-size: 11px;
    color: #8B8380;
    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: #8B8380;
}

.trackbacks-header,
.comments-header,
.comments-open-header {
    margin: 15px 0;
    padding: 2px 0 2px 5px;
    border-top: 0px solid  #ffffff;
    border-left: 0px solid  #ffffff;
    border-right: 0px solid  #ffffff;
    border-bottom: 0px solid  #ffffff;

    background: #edf8ff;

    font-size: 11px;
    color: #808090;
}

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

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

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

.comments-open label {
    display: block;
}
.comments-head {
    font-size: 11px;
    color: #6699bb;
    border-top: 0px solid  #ffffff;
    border-left: 0px solid  #ffffff;
    border-right: 0px solid  #ffffff;
    border-bottom: 0px solid  #ffffff;

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

/* カラム切り替え */
body.layout-three-column,
body.layout-two-column-left,
body.layout-two-column-right,
body.layout-one-column {
    margin-bottom: 0px;
    text-align: center;
    background-attachment;
    background-repeat: repeat-x;
    background-attachment: fixed;
    background-position: left bottom; 
　  background-image: url(.gif);
    background-color: #ffffff;
}

.layout-three-column #container,
.layout-two-column-left #container,
.layout-two-column-right #container {
    margin-bottom: 0px;
}

/* 2カラム用 */
.layout-two-column-left #box,
.layout-two-column-right #box {
    float: center;
    width: 625px;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    border-top: 0px solid #ffffff;
    border-bottom: 0px solid #ffffff;
    border-left: 0px solid #ffffff;
    border-right: 0px solid #ffffff;
    text-align: left;
    background-color: #;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url('http://mintcandy.candy-lovepop.com/img/heart_in_glass.jpg');
}

.layout-two-column #container {
    margin-bottom: 0;
}

/* 2カラム(右サイドバー) */
.layout-two-column-right #content {
    float: left;
    width: 438px;
    margin: 0 0 20px 0;
    border-bottom: 0px solid #ffffff;
    border-right: 0px solid #ffffff;
}
.layout-two-column-right #links-right-box {
    float: left;
    width: 185px;
}
.layout-two-column-right #links-right {
    padding: 15px 15px 0;
}

/*フッター*/
.footer{ 
    float:center;
    background-image:url();
    background-repeat:no-repeat;
    border-top : 0px solid #99aca8;
    border-right: 0px solid #000000;
    border-left: 0px solid #000000;
    width : 625px; 
    text-align: center;
    margin-top: 0px; 
    padding:10px;
margin:0 auto; /* センタリングする場合 */
height:40px; /* タイトルの高さ */
width625px; /* タイトル部の横幅 */
   font-size: 10px;
    color: #808090;* 文字色 */   
    line-height:140%;
}

/*検索ボックス*/
input,textarea{
scrollbar-base-color: #FFFFFF;
scrollbar-face-color: #FFFFFF;
scrollbar-track-color: #FFFFFF;
scrollbar-arrow-color: #c0c0c0;
scrollbar-3dlight-color: #FFFFFF;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #c0c0c0;
scrollbar-darkshadow-color: #FFFFFF;
  font-size: 11px;
  line-height: 140%;
  color: #808090;
  border: solid 1px #c0c0c0;
  background-color: #ffffff;
}

/*ツリー化*/
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 20px;
    background: url(http://mintcandy.candy-lovepop.com/img/folder_05.gif) no-repeat 1px 0.15em;
    list-style: none;
}
ul.tree2 li li {
    margin: 0;
    padding: 0 0 0 17px;
    background: url(http://mintcandy.candy-lovepop.com/img/02arrow7.gif) no-repeat 4px 0;
    list-style: none;
}
ul.tree2 li li.tree_end {
    background: url(http://mintcandy.candy-lovepop.com/img/02arrow7.gif) no-repeat 4px 0;
    list-style: none;
}


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

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

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://mintcandy.candy-lovepop.com/img/folder_06.gif);
    background-repeat: no-repeat!important;
    list-style: none!important;
}
ul.tree li.end #comment {
    background-image: url(http://mintcandy.candy-lovepop.com/img/02arrow7.gif);
    list-style: none;
}

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

.subcategories a.foldmark {
    font-size:9px; /* マークのフォントサイズ */
    text-decoration: none; /* マークの文字装飾（装飾なし） */
}

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

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

/*サイドタイトル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;
}

/*--- Highslide JS ---*/
.highslide {
cursor: url(http://candy-lovepop.com/cgi/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;
}


