@charset "UTF-8";

/* -----------------------------------------------------------
テンプレート名: Original Skin - Turquoise
カスタマイズ完了日: 2017-03-05
元にしたテンプレート名: ピンクディッシュ [i-44]
カスタマイザー: Ryo Nakamura

CSS 注意点
・ほとんどすべてのCSS修正点は一番下にまとめて表記。ページ読込速度を落とさないために、元CSSから画像URLのみ消去しました。
・元テンプレが a タグの疑似属性 :link :visited :active :hover 全てにCSS指定してるので、修正部分でも全て指定してます。
・ソースにない、Scriptで描画されるパーツの ID / Class は、Firefox のインスペクタで調べました。

HTML 注意点
・div#wrapper を追加し、#links と #content #footer を囲いました(単にgnavに影を付けるために、です^^;)
・.date と .title の表示順序を入れ替えました。h2とh3が入替っちゃったけどまぁ良しとします。
・.title 内を span で囲みました (画像一覧ページでのタイトルズレ修正のため)
・.title および .date に <%EntryPermalink%> をaタグで追加

----------------------------------------------------------- */


/*1
	back_obj: #999FF; 画像と同じ色
	line: #999999; テーブルデコレーション色
	back_bg: #999; bodyバック色
	link_txt: #999999; フォント色
*/

* {		
	font-family: "verdana", "helvetica", "osaka", "ＭＳ Ｐゴシック", sans-serif;
}

nao-textarea {
	font-family: "ヒラギノ明朝 Pro W6", "Osaka", "ＭＳ Ｐゴシック", "trebuchet MS", "trebuchet", "verdana", "arial", "sans-serif";
}


/*ボディ*/

body {
	color: #999999;
	margin: 0px;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	text-align: center;
	background-repeat: repeat;
	background-position: center;
	background-image: url(''); /* 元は //admin.ti-da.net/_img/lifestyle13/suta7.jpg */

	scrollbar-base-color: #FFCCCC; scrollbar-arrow-color: #FFCCCC;
	scrollbar-face-color: #FFCCCC; scrollbar-track-color: #FFCCCC;
	scrollbar-highlight-color: #999;
	scrollbar-3dlight-color: #FFCCCC;
	scrollbar-shadow-color: #999;
	scrollbar-darkshadow-color: #FFCCCC;
}





/*フォーム*/	
form{
	margin: 0px;
	padding: 0px;
}

/*テーブル作成*/
table.form {
	margin: 25px 0px 0px 13px;
}
	
img	{
	border: none;
}

ul.rss	{
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
}

ul.rss li	{
	border-right: #999 1px solid;
	display: inline;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0.2px;
	margin-right: 0.3em;
	padding-right: 0.5em;
	padding-left: 0.2em;
}

ul.rss a:link		{
	color					: #333333;
	text-decoration: none;
}

ul.rss a:visited	{
	color					: #333333;
	text-decoration: none;
}

ul.rss a:hover		{
	color					: #999999;
	text-decoration: none;
}

ul.rss a:active	{
	color						: #333333;
	text-decoration: none;
}

a { color: #999999;text-decoration: none; }
a:link { color: #999999; text-decoration: none; }
a:visited { text-decoration: none; }
a:active { }
a:hover { color: #999999; text-decoration: none; }

a.acalendar { color: #999999; text-decoration:none; }
a.acalendar:link { color: #999999; text-decoration: none; }
a.acalendar:visited { text-decoration: none; }
a.acalendar:active { }
a.acalendar:hover { color: #336600;background-color: #9991E7; }

a.acontinues { color: #999999; text-decoration: none; }
a.acontinues:link { color: #999999; text-decoration: none; }
a.acontinues:visited { text-decoration: none; }
a.acontinues:active { }
a.acontinues:hover { color: #336600;background-color: #9991E7; }

a.amenu { color: #999999; text-decoration: none; }
a.amenu:link { color: #999999; text-decoration: none; }
a.amenu:visited { text-decoration: none; }
a.amenu:active { }
a.amenu:hover { color: #999999; }

/*全体のレイアウト*/
#container { font-size: 12px;
	width: 800px;
	background: url(//admin.ti-da.net/_img/lifestyle13/sp04_02.gif)  repeat ;
	margin: auto auto;
	text-align: left;
	border: 1px solid #ffe1e0;
}

/*サイトのタイトル・サブタイトル・概要が入るところ*/
#banner,#subbanner { 
	background: url('')  no-repeat 0px 0px;
	background-color: #FFF;
	padding: 0px 0px 0px 0px;
	height: 286px;
}

/*　サイトのタイトル・概要が入るところのリンク　*/
#h1 a { color: #ffffff; text-decoration: none; }
#h1 a:link { color: #ffffff; text-decoration: none; }
#h1 a:visited { text-decoration: none; }
#h1 a:active { }
#h1 a:hover { color: #ffffff; text-decoration: none; }

#banner a { color: #FFFFFF; text-decoration: none; }
#banner a:link { color: #FFFFFF; text-decoration: none; }
#banner a:visited { text-decoration: none; }
#banner a:active { }
#banner a:hover { color: #FFFFFF; text-decoration: none; }

#subbanner a { color: #999999; text-decoration: none; }
#subbanner a:link { color: #999999; text-decoration: none; }
#subbanner a:visited { text-decoration: none; }
#subbanner a:active { }
#subbanner a:hover { color: #999999; text-decoration: none; }


/*　サイトのh1,h2,h3のマージンなど配置　*/
h1,h2,h3 { margin: 0px; padding: 0px; }


/*　ブログタイトルの概要　*/
.blogtitle {
	font-size: 8px;
	font-weight: normal;
	text-align: right;
	color: #ffffff;
	vertical-align: bottom;
	padding-top: 250px;
}

/*　ブログサブタイトルの概要　*/
.description {
	color: #ffffff;
	font-size: 7px;
	padding-bottom: 0em;
	text-align: right;
	letter-spacing: 0px;
}


#content {
	width: 540px;
	float: right;
}


/*サイド概要指定*/	
#links {
	width: 215px;
	float: left;
	text-align: left;
	margin: 20px 0px 0px 0px;
	padding: 10px 0px 0px 20px;
	background-color: #FFFFFF;
}

/*フッタ*/
#footer {
    clear: both;
}

/*コピーライト*/
#copyright {
	background: url(''); /* 元は //admin.ti-da.net/_img/lifestyle13/suta7777.jpg */
	width: 100%;
	height: 100px;
	font-size: 7pt;
	font-weight: nomal;
	color: #ff6699;
	padding-top: 50px;
	line-height: 16px;
	text-align: center;
	margin-top: 0px;
}

#address_url {
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url();
	width: 740px;
	height: 30px;
	margin: 0px;
	padding: 0px;
}

#address_left {
	float: left;
	width: 300px;
	text-align: left;
	margin-top: 10px;
	margin-left: 60px;
	margin-bottom: 20px;
	padding: 2px;
	font-size: 10px;
}

#address_right {
	float: left;
	width: 300px;
	text-align: left;
	margin-top: 10px;
	margin-right: 10px;
	padding: 2px;
	font-size: 10px;
}


/*　エントリー指定　*/
.blog {  
	margin: 20px 0px 20px 0px;
	font-size: 90%
}

.date {
	color: #FF6699;
	font-size: 10px;
	letter-spacing: 2px;
	padding: 6px 10px 0px 390px;
	font-weight: normal;
	text-align: left;
	background: url(/) no-repeat 0px 0px;
	background-repeat: no-repeat;
	background-position: center top;
	height: 18px;
}

.blogbody {
	background: #FFFFFF;
	width: 515px;
	padding: 0px 0px 0px 0px;
	background-repeat: repeat-y;
	background-image: url(/) ;
	background-position: center top;
	text-align: left;
	margin: 0px 0px 20px 0px;
}

.title {
	color: #999999;
	font-size: 16px;
	font-weight: bold;
	height: 23px;
	border-bottom: 1px none #999999;
	background: #FFEDED url(/) no-repeat 0px 0px;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 15px 15px 7px 25px;
	border-bottom: 1px none #999999;
}

.bottom {
	background-repeat: no-repeat;
	background-image: url(/);
}

.bottom2 {
	background-repeat: no-repeat;
	background-image: url(/usr/sample04/sp04_06.gif);
	background-position: center bottom;
}

/*　トラックバックのタイトル部分　*/
.title_s {
	color: #666666;
	font-size: 12px;
	font-weight: normal;
	height: 15px;
	text-align: left;
	padding: 8px 10px 5px 20px;
}


/*　見出し部分　*/
.title_sb {
	color: #999999;
	font-size: 16px;
	font-weight: bold;
	height: 0px;
	text-align: left;
	padding: 0px 10px 15px 10px;
	height: 20px;
}



.main {
	color: #999999;
	font-size: 13px;
	line-height: 170%;
	margin: 15px 20px 40px 40px;
	width: 450px;
}


.main_sb {
	color: #666666;
	font-size: 12px;
	line-height: 150%;
	margin: 0px 20px 0px;
	width: 475px;

}


.main img {
	margin: 0px 5px 0px 5px;
}

.main-continues {
         font-size: 10px;
}

.box_bottom {
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url();
	width: 515px;
	height: 8px;
	margin: 0px;
	padding: 0px;
}


.posted {
	color: #999;
	font-size: 10px;
	text-align: right;
	margin: 0px 0px 0px 0px;
	border-top: 1px none #999999;
	background: #FFF1F1;
	height: 30px;
	padding: 20px 20px 0px 20px;
}

a.aposted { color: #FF9999; text-decoration: none; font-weight: normal; font-size: 10px; }
a.aposted:link { color: #FF9999; text-decoration: none; font-weight: normal; }
a.aposted:visited { text-decoration: none; font-weight: normal; }
a.aposted:active { text-decoration: none; font-weight: normal; }
a.aposted:hover { color: #FF9999; font-weight: normal; }


.menu {
	color: #999999;
	font-size: 10px;
	text-align: right;
}

.comments-head {
	color: #666666;
	font-size: 12px;
	font-weight: normal;
	padding: 0px 0px 0px 20px;
	height: 10px;
}

.comments-body {
	color: #999999;
	font-size: 12px;
	line-height: 150%;
	margin: 16px auto 15px;
	padding: 0px 30px 0px 30px;
}


.comments-post {
	color: #999999;
	font-size: 10px;
	text-align: right;
	margin: 0px 0px 25px 0px;
	padding: 0px 40px 0px 10px;
}

.trackback-url {
	color: #FF9999;
	font-size: 12px;
	font-weight: normal;
	margin: 0px 0px 15px 13px;
	text-align: left;
	padding: 0px 10px 5px 20px;
}

.trackback-body {
	font-size: 12px;
	line-height: 135%;
	margin: 20px 0px 15px 13px;
	padding: 0px 30px 0px 30px;
}

.trackback-post {
	color: #999999;
	font-size: 10px;
	text-align: right;
	margin: 0px 0px 25px 0px;
	padding: 0px 40px 0px 10px;
}

a.atrackback-post { color: #999999; text-decoration: none; font-weight: bold; }
a.atrackback-post:link { color: #999999; text-decoration: none; font-weight: bold; }
a.atrackback-post:visited { text-decoration: none; font-weight: bold; }
a.atrackback-post:active { font-weight: bold; }
a.atrackback-post:hover { color: #336600; font-weight: bold; }

label {
	font-size: 11px;
	font-weight: normal;
}

#author { width: 200px; border: 1px solid #CCCCCC; }
#email { width: 200px; border: 1px solid #CCCCCC; }
#url { width: 200px; border: 1px solid #CCCCCC; }
#text { font-size: 12px; width: 360px; height: 200px; border: 1px solid #CCCCCC; }



.pagetop {
	font-size: 10px;
	text-align: right;
	margin: 0px 40px 10px 0px;
	background-position: 1px;
	padding-top: 10px;
}

.calendarhead {
	background: # no-repeat;
	color: #666666;
	font-size: 12px;
	letter-spacing: 2px;
	padding:3px;
	font-weight: bold;
	border: 0px none;
	text-align: center;
	width: 200px;
}

.calendartable {
	margin: 0px auto 20px;
	text-align:left;
	padding: 0px;
	border: none;
	background-image: none;
	width: 200px;

}

.calendarweek {
	color: #006600;
	font-size: 12px;
	font-weight: bold;
}

.calendarwd {
	color: #999;
	font-size: 12px;
	letter-spacing: 2px;
	padding: 1px 0px;
	border: none;
	text-align: center;
	font-weight: bold;
}

.calendard {
	empty-cells: show;
	border: 0px none;
	text-align: center;
}

.calendardbg { }

.calendar {
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	border: none;
	position:center;
	color: #333333;
}

.sidetitle {
	background-position: left center;
	color: #FF6699;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0;
	padding: 16px 0px 0px 35px;
	background: #FFEDED url(/) 0px 0px;
	background-repeat: no-repeat;
	background-position: top center;
	height: 30px;
}

.sidebody {
	margin: 0px 0px 10px 0px;
	border-bottom: 1px solid #FF9999;
}
.side {
	font-size: 12px;
	line-height: 140%;
	margin: 0px 0px 0px 7px;
	padding: 8px;
	border: none;
	background: url() no-repeat bottom center;
	width: 185px;
}

	a.aside { color: #999; text-decoration: none; }
	a.aside:link { color: #999; text-decoration: none; }
	a.aside:visited { color: #999; text-decoration: none; }
	a.aside:hover { color: #999; }

	a.arss { color: #999999; text-decoration: none; }
	a.arss:link { color: #999999; text-decoration: none; }
	a.arss:visited { text-decoration: none; }
	a.arss:active { }
	a.arss:hover { color: #999999; }



.photo { text-align: center; }
.nickname { color: #2b5695; font-size: xx-small; font-weight: bold; margin: 10px 0px; }
.message { font-size: xx-small; }
.quotetable { }
.quote { color: #999999; font-size: xx-small; padding: 1px; }
.blogtimes { margin: 0px 0px 16px 0px; text-align: center; }
.powered { text-align: center;	margin: 0px 0px 10px 0px; }

.syndicate {
	font-size: xx-small;
	text-align: center;
}
.checkers {
	font-size: xx-small;
	margin-top: 10px;
}

a.adtitle { font-weight: bold; text-decoration: none; }
a.adtitle:link { font-weight: bold; text-decoration: none; }
a.adtitle:visited { font-weight: bold; text-decoration: none; }
a.adtitle:active { font-weight: bold; text-decoration: none; }
a.adtitle:hover { font-weight: bold; color: #999999; }

a.addescription { color: black; text-decoration: none; }
a.addescription:link { color: black; text-decoration: none; }
a.addescription:visited { color: black; text-decoration: none; }
a.addescription:active { color: black; text-decoration: none; }
a.addescription:hover { color: #999999; }

a.adurl { color: green; text-decoration: none; }
a.adurl:link { color: #999999; text-decoration: none; }
a.adurl:visited { color: #999999; text-decoration: none; }
a.adurl:active { color: #999999; text-decoration: none; }
a.adurl:hover { color: #999999; }

a.adld { text-decoration: none; }
a.adld:link { text-decoration: none; }
a.adld:visited { text-decoration: none; }
a.adld:active { text-decoration: none; }
a.adld:hover { color: #999999; }
body.ad { background: #f7p39f; }



/* ------------------------ Original Skin - Turquoise's Customize Start ------------------------ */


/* -----------------------------------------------------------
                         ■ Body
----------------------------------------------------------- */
body {
	background: #40e0d0 url('//img02.ti-da.net/usr/s/e/e/seedlove/turquoise_bg.jpg') repeat-x; /* ターコイズ柄の背景 */
}


/* -----------------------------------------------------------
                       ■ コンテナ
----------------------------------------------------------- */
#container {
	width: 980px;
	border: 1px solid #e5e5e5;
	box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.2); /* 影を付ける */
	background: #FFFFFF; /* ページ描画中に下地が出るのが見苦しいため */
}


/* -----------------------------------------------------------
                        ■ ヘッダー
----------------------------------------------------------- */
#banner, #subbanner { height: 400px; position: relative; } /* ヘッダーの高さ。relative は↓の配置のため */
#banner:after {
	content: url(//img02.ti-da.net/usr/s/e/e/seedlove/turquoise_header_deco.png);
	position: absolute; left: -55px; top: -5px;
}

#banner {	background: url('//img02.ti-da.net/usr/s/e/e/seedlove/turquoise_header_bg.jpg')  no-repeat 0px 0px; }
.blogtitle { padding-top:360px; } /* ブログ概要 */


/* -----------------------------------------------------------
                ■ グローバルナビゲーション
----------------------------------------------------------- */
#gnav {
	font-size: 0; /* li で inline-block 使用すると間隙が出来るのを解除 */
	list-style: none; margin: 0; padding: 0; width: 980px; height: 40px; box-sizing: border-box;
	border-top: #a0f0e8 1px solid; border-bottom: #3bd0c1 1px solid; /* ボーダー */
}
#gnav li { width: 140px; display: inline-block; } /* 幅980px ÷ 7 */
#gnav li a {
	display: block; text-align: center; line-height: 38px; color: #FFFFFF; font-size: 15px; /* フォントサイズ再指定 */
	background: linear-gradient(to bottom, #40e0d0 0%, #30d8c5 80%, #30d8c5 100%); /* 背景色のグラデーション */
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(255, 255, 255, 0.5); /* テキストの影 */
}
#gnav li a:hover { background: #5de8db; } /* マウスオン時 */


/* -----------------------------------------------------------
                         ■ 記事
----------------------------------------------------------- */

/* -----------------------------------------------------------
                         基本設定
----------------------------------------------------------- */
#content { margin: 0; padding-top: 10px; width: 700px; }
.main { width: 590px; margin:0px; padding: 14px 40px 0 40px; } /* 画像一覧ページの .title に注意！ */

.date { color: dimgray; text-align: right; padding-left: 0; padding-top: 0; } /* 記事 日付 */
.title {
	height: 50px; width: 670px; padding: 0; margin: 0;
	background: url('//img02.ti-da.net/usr/s/e/e/seedlove/turquoise_blogbody_title_bg.png') no-repeat;  /* 記事 タイトル背景 */
}
.title span, .title a { /* 記事タイトルリンク。※画像一覧ページ用に .title span にも設定 */
	color: #32373c; font-size: 17px; display: inline-block; margin: 14px 40px 0 40px; padding: 0;
	text-shadow: -1px 0 0 #FFFFFF, -1px -1px 0 #FFFFFF, 1px 0 0 #FFFFFF, 1px 1px 0 #FFFFFF, 0 1px 0 #FFFFFF, 0 -1px 0 #FFFFFF,
		-2px 0 0 #FFFFFF, -2px -2px 0 #FFFFFF, 2px 0 0 #FFFFFF, 2px 2px 0 #FFFFFF, 0 2px 0 #FFFFFF, 0 -2px 0 #FFFFFF,
		-2px -1px 0 #FFFFFF, -1px -2px 0 #FFFFFF, 2px 1px 0 #FFFFFF, 1px 2px 0 #FFFFFF;
}
.title a { margin: 0; } /* ↑ で .title a にも余計なマージン設定されて 通常の記事ページでズレるんで解除 */


.title a:hover, .date a:hover { text-decoration: underline; } /* 記事タイトルと日付にマウスオンで下線 */

.blogbody { background: #FFFFFF; width: 670px; margin-right: 30px; } /* 本文 */


/* -----------------------------------------------------------
                         タグリスト
----------------------------------------------------------- */
.tag_list span a { display: inline-block; padding: 3px 8px 3px 8px; background: #fcfcfc; border-radius: 3px; margin-bottom: 8px; } /* タグを囲む */
.tag_list span a, .tag_list span a:link, .tag_list span a:visited, .tag_list span a:active, .tag_list span a:hover { color: #40e0d0; text-decoration: none; } /* 色と下線変更 */
.tag_list span a:hover { text-decoration: underline; } /* マウスオン時のみ下線 */


/* -----------------------------------------------------------
                       ソーシャルボタン
----------------------------------------------------------- */
.c3_social_button { margin-top: 20px; }


/* -----------------------------------------------------------
                          posted
----------------------------------------------------------- */
/* 記事の一番下の投稿日など */
.posted { background: #FCFCFC; } /* #fffff6 薄い黄色 */
a.aposted, a.aposted:link, a.aposted:visited, a.aposted:active, a.aposted:hover { color: #40e0d0; font-size: 12px; } /* そのリンクの色 */
a.aposted:hover { text-decoration: underline; }

/* menu */ /* 前のページへ、次のページへ */
.menu { margin: 30px 30px 30px 30px; text-align: center; color: #40e0d0; font-size: 12px; }
a.amenu, a.amenu:link, a.amenu:visited, a.amenu:active, a.amenu:hover { color: #40e0d0; }
a.amenu:hover { text-decoration: underline; }


/* -----------------------------------------------------------
                      ■ サイドバー
----------------------------------------------------------- */

/* -----------------------------------------------------------
                         基本設定
----------------------------------------------------------- */
#links { margin:0; padding: 30px 0 0 0;  width: 250px; background: none; } /* サイドバー全体 */
#links > div { padding-bottom: 30px; background: #FFFFFF; } /* 各々の下に隙間を＆白地に */

.sidetitle { /* サイドバー タイトル */
	height: 33px; padding: 8px 0 0 20px; color: #767e87; font-size: 13px;
	background: url('//img02.ti-da.net/usr/s/e/e/seedlove/turquoise_links_sidetitle_bg.png') no-repeat;
}
.sidebody { border: 0px; } /* サイドバー １つ１つの細かいアイテム */
.side { width: 230px; } /* サイドバー 中身？ */
.sidebody a:hover, a.aside:hover, .text-aside a:hover { text-decoration: underline; } /* マウスオン時に下線表示 */


#wrapper { /* gnav の下に影を付ける */
	background: url('//img02.ti-da.net/usr/s/e/e/seedlove/turquoise_gnav_shadow.png') no-repeat;
}


/* -----------------------------------------------------------
                       div.nickname
----------------------------------------------------------- */
.nickname { text-align: center; font-size: 13px; color: #40e0d0; }
.message { margin-top: 20px; }


/* -----------------------------------------------------------
                      ご予約・お問合せ
----------------------------------------------------------- */
.contact { text-align: center; }
.contact a {
	display: inline-block; border-radius: 5px; padding: 15px; 35px 0px 35px; font-size: 15px; font-weight: bold; color: #FFFFFF; background: #40e0d0;
	border-top: #a0f0e8 1px solid; border-left: #a0f0e8 1px solid; border-right: #3bd0c1 1px solid; border-bottom: #3bd0c1 1px solid; /* ボーダー */
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(255, 255, 255, 0.5); /* テキストの影 */
}
.contact a:link, .contact a:visited, .contact a:active, .contact a:hover { color: #FFFFFF; text-decoration: none; }
.contact a:hover { background: #5de8db; }

.contact .carrow { font-weight: normal; letter-spacing: -3px; font-size: 12px; vertical-align: middle; }
.contact .ctext { vertical-align: middle; }
.contact .cform { font-size: 11px; display: inline-block; padding-top: 4px; text-shadow: none; color: #FFFFFF; font-weight: normal; }


/* -----------------------------------------------------------
                          画像一覧
----------------------------------------------------------- */
 /* インラインで記述されたスタイルを上書きするため !important 付けてます → でもこれだけじゃ効かない(汗) */
a#clogBtnAlbum:link div#album-link { background-color: #40e0d0 !important; border-radius: 5px; transition: none; }
#album-link { background-color: #40e0d0 !important; background: #40e0d0 !important; } /* ならばこれでもか！→効いた！ */
a:hover div#album-link { background-color: #5de8db !important; }



/* -----------------------------------------------------------
                        ■ フッター
----------------------------------------------------------- */
#footer {
	background: #40e0d0 url('//img02.ti-da.net/usr/s/e/e/seedlove/turquoise_bg.jpg') repeat-x; /* #6eece1 明るめターコイズはこれ */
	background-position: 100% 100%; /* 柄が弱いとこ表示 */
}

#copyright, #address_url, #address_left, #address_right { color: #FFFFFF; text-shadow: 0 -1px 0 #e5e5e5; font-size: 12px; }

#copyright { padding-top: 55px; height: 70px; }

/* -----------------------------------------------------------
                        ■ その他
----------------------------------------------------------- */

/* -----------------------------------------------------------
              「同じカテゴリの記事一覧」ボタン
----------------------------------------------------------- */
div.category-bar {
	background: url('//img02.ti-da.net/usr/s/e/e/seedlove/turquoise_category-bar_bg.png') no-repeat;
	width: 590px; height: 33px;
	color: #767e87; font-size: 15px; font-weight: bold; padding: 6px 10px 0 10px; margin-top: 20;
}
div.category-bar a, div.category-bar a:link, div.category-bar a:visited, div.category-bar a:active, div.category-bar a:hover  { color: #40e0d0; text-decoration: none; }
div.category-bar a:hover { text-decoration: underline; }

.set-relevance { width: 590px; }
.text-relevance { width: 480px; }
.text-relevance a:after { content: "　" }　/* 見づらいので空白入れる */


/* -----------------------------------------------------------
                          フォーム
----------------------------------------------------------- */
table.form { padding-top: 30px; }　/* topを空けるために無理やり…。margin-topがなぜか効かないので */

/* -----------------------------------------------------------
                     ■ 画像一覧ページ
----------------------------------------------------------- */
/* あんまり見ないページだけど念のため */
.album_frame { border-right: 0px solid #FFFFFF !important; border-bottom: 0px solid #FFFFFF !important; } /* ボーダー要らない→消えないT-T */
.main .album_title { height: 2em !important; } /* 文字が見えないんで拡張 */
.album_title a, .album_title a:link, .album_title a:visited, .album_title a:active, .album_title a:hover { color: #40e0d0; }
.album_title a:hover { text-decoration: underline; }


/* ------------------------ Original Skin - Turquoise's Customize End ------------------------ */