/* オリジナルテンプレート3カラム（サイドバー左右）　(C)2007 C-point Corp. */

*{
	padding:0px;
	margin:0px;
	font-family:Verdana, Arial, sans-serif;
}

/* HTMLタグ設定 */
body{
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #ffffff;
	font-size: 100%;
}
img{
	border: none;
}
form{
	margin: 0px;
	padding: 0px;
}
label{
	font-weight: bold;
	letter-spacing: 0.2em;
	white-space: nowrap;
	text-align: right;
	font-size: 12px;
}
blockquote {
	background-color: #CCC;
	padding: 5px;
	color: #333;
	font-size: 85%;
}

/* =================================== */
/* レイアウト設定 */
/* =================================== */

#container{
	position:relative;
	z-index:1;
	text-align: left;
	padding: 0px;
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
        background:url() repeat-y;
	color: #333333;
}
/* ブログタイトル・概要 */
#banner{
	z-index:2;
        background:url() repeat-y;
	height: 310px;
	width: 940px;
	margin: 0 0 0px 0;
	overflow: hidden;
	}

/* ブログの配置 */
#content{
	z-index:5;
	width: 520px;
	padding: 30px 10px 10px 10px;
	float: right;
	margin-right: 5px;
}

/* ブログ外枠 */
.blog{
	margin-top: 0px;
	margin-bottom: 15px;
	overflow: hidden;
	width: 520px;
}

/* サイド（左サイド） */
#links{
	width: 175px;
	font-size: 85%;
	margin: 30px 5px 10px auto;
	float: right;
}

/* 右サイド（右サイド） */
#links2{
	z-index:4;
	width: 175px;
	margin: 30px 20px 10px auto;
	font-size: 85%;
	display: block;
	float: right;
	overflow: hidden;
}

/*フッタ*/
#footer{
	background-color: #db7093;
        background:url() no-repeat;
        height:90px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
	display: block;
} 

/* ************************************************ 
 *	リンクカラーの設定
 * ************************************************ */

/* 全般 */
a{}
a:link{}
a:visited{}
a:active{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}

/*　ブログタイトル・概要　*/
#banner a{
	text-decoration: none;
	color: #000000;
}
#banner a:link{
	text-decoration: none;
	color: #000000;
}
#banner a:visited{
	text-decoration: none;
	color: #000000;
}
#banner a:active{
	text-decoration: underline;
	color: #000000;
}
#banner a:hover{
	text-decoration: underline;
	color: #000000;
}

/* カレンダー */
.calendar a{}
.calendar a:link{}
.calendar a:visited{}
.calendar a:active{}
.calendar a:hover{}

/* 続きを読む */
.acontinues a{}
.acontinues a:link{}
.acontinues a:visited{}
.acontinues a:active{}
.acontinues a:hover{}

/* 次のページ・前のページ */
.amenu a{}
.amenu a:link{}
.amenu a:visited{}
.amenu a:active{}
.amenu a:hover{}

/* サイドバー */
.side a{}
.side a:link{}
.side a:visited{}
.side a:hover{}

/* サイドバー */
.aside a{}
.aside a:link{}
.aside a:visited{}
.aside a:hover{}

/*　サイドタイトル　*/
.title a{
	text-decoration: none;

}
.title a:link{
	text-decoration: none;
	color: #000000;
}
.title a:visited{
	text-decoration: none;
	color: #000000;
}
.title a:active{
	text-decoration: underline;
	color: #000000;
}
.title a:hover{
	text-decoration: underline;
	color: #000000;
}


/*　このページの上へ　*/
.aposted a{}
.aposted a:link{}
.aposted a:visited{}
.aposted a:active{}
.aposted a:hover{}

/*　トラックバック　*/
.atrackback-post a{}
.atrackback-post a:link{}
.atrackback-post a:visited{}
.atrackback-post a:active{}
.atrackback-post a:hover{}

/*　RSS　*/
.rss a:link{}
.rss a:visited{}
.rss a:hover{}
.rss a:active{}


/* ************************************************ 
 *	バナー（ページ上部）の設定
 * ************************************************ */

/* ブログタイトル */
.blogtitle{
	font-size: 150%;
	width: 940px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

/* ブログ説明文 */
.description{
	font-size: 90%;
	padding: 5px 10px 10px;
	width: 720px;
	text-align: left;
	color: #000000;
	line-height: 130%;
        display:none;
}

/* ************************************************ 
 *	記事の設定
 * ************************************************ */

/* パン屑メニュー */
.topicpass {
	font-size: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #666666;
	line-height: 16px;
	vertical-align: bottom;
}
.topicpass img {
	border: none;
	vertical-align: bottom;
}

/* 記事 */
.blogbody{
	overflow: hidden;
margin-bottom: 80px;
}

/* 記事タイトル */
.title{
	font-size: 100%;
	color: #000000;
	/*padding-top: 15px;*/
	padding-bottom: 0px;
	padding-left: 8px;
	margin: 0px 0px 10px;
        background:url(#) no-repeat;
        line-height:50px;
}

/* 記事日付 */
.date{
	font-size: 80%;
	color: #666666;
	margin-top: 0px;
	text-align: right;
	margin-bottom: 2px;
}

/* 記事本文 */
.main{
	padding: 7px;
	margin: 0px;
	overflow: auto;
	font-size: 87%;
	line-height: 150%;
        background-color: #ffffe0;
	width: 500px;
}


/* 記事本文内画像 */
.main img{
	margin: 5px;
}

/* 続きを読む */
.main-continues{}

/* 記事フッター */
.posted{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #87cefa;
	padding-top: 3px;
	text-align: right;
	margin-bottom: 20px;
	margin-top: 5px;
	clear: both;
	font-size: 70%;
}


/* ************************************************ 
 *	トラックバックエリアの設定
 * ************************************************ */

/* この記事へのトラックバック */
.title_s{
	margin: 0px 0px 5px 10px;
	font-size: 100%;
}

/* この記事へのトラックバックURL */
.trackback-url{
	font-size: 100%;
	font-weight: bold;
	color: #87cefa;
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 15px;
}

/* トラックバックURL */
#trackback-text{
	width: 210px;
}

/* トラックバック本文 */
.trackback-body{
	margin: 5px 20px;
	font-size: 85%;
	line-height: 130%;
}

/*トラックバック送信元など*/
.trackback-post{
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 20px;
	padding-top: 3px;
	font-size: 82%;
	text-align: right;
}


/* ************************************************ 
 *	コメントエリアの設定
 * ************************************************ */

/* この記事へのコメント */
.comments-head{
	margin: 0px 0px 0px 15px;
	font-weight: bold;
	font-size: 100%;
}

/* コメント投稿者日時など*/
.comments-post{
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 20px;
	padding-top: 3px;
	font-size: 82%;
	text-align: right;}

/* コメント本文 */
.comments-body{
	margin: 5px 20px;
	font-size: 85%;
	line-height: 130%;
}

/* コメント入力テーブル */
table.form {
	width: 280px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

/* 本文 */
#text{
	width: 350px;
}

/* メールアドレス */
#email{
	width: 200px;
}

/* 名前 */
#author{
	width: 200px;
}

/* URL */
#url{
	width: 200px;
}

/*情報を記憶チェックボックス*/
#bake{}

/*確認せずに書込チェックボックス*/
#savecheck{}

/* ************************************************ 
 *	プラグイン設定
 * ************************************************ */

/* サイドブロック */
.side{
	margin-bottom: 10px;
}

/* サイドタイトル */
.sidetitle{
	background-color: #ffffff;
	padding: 3px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 87%;
	color: #000000;
text-shadow: 2px 2px 3px #999;
}

/* サイド本文 */
.sidebody{
	margin-bottom: 3px;
	/*
	margin-right:auto;
	margin-left:auto;
*/
margin-left:10px;
	width: 150px;
	font-size: 80%;
}

/* RSS */
ul.rss{
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
}
ul.rss li{
	display: inline;
	margin-left: 10px;
	font-weight: bold;
}

/* カレンダー ここから ----------*/
/* 大枠 */
.calender{
	text-align: center;
	margin-bottom: 10px;
}
/* 上部年月日表示 */
.calendarhead{
	font-weight: bold;
	margin-bottom: 3px;
	font-size: 11px;
}
/* 枠 */
.calendartable{
	border: 1px solid #CCCCCC;
	font-size: 12px;
	width: 140px;
	margin-right: auto;
	margin-left: auto;
}
/* 曜日枠 */
.calendarwd{
	background-color: #87cefa;
	padding: 5px;
}
/* 曜日 */
.calendarweek{}
/* 日付枠 */
.calendard{
	text-align: center;
	border: 1px solid #CCCCCC;
}
/* 日曜日 */
.sun{
	color: #CC0000;
}
/* 土曜日 */
.sat{
	color: #0099FF;
}
/* 今日 */
.today{
	font-weight: bold;
}
/* カレンダー ここまで ----------*/

/* カテゴリー */
.category {
	margin-bottom: 10px;
}

.category .sidetitle{
	background:url() no-repeat;
	height:24px;
        padding:16px 10px 0px 10px;}

* html .category .sidetitle {height:40px;padding:18px 10px 0px 10px;}
/* 最近の記事 */
.recententry {}

.recententry .sidetitle{
	background:url() no-repeat;
	height:24px;
        padding:6px 10px 0px 10px;}
* html .recententry .sidetitle {height:30px;padding:8px 10px 0px 10px;}
/* 過去記事 */
.archives {}

.archives .sidetitle{
	background:url() no-repeat;
	height:24px;
        padding:6px 10px 0px 10px;}
* html .archives .sidetitle {height:30px;padding:8px 10px 0px 10px;}
/* 最近のコメント */
.comment {}

.comment .sidetitle{
	background:url() no-repeat;
	height:24px;
        padding:6px 10px 0px 10px;}
* html .comment .sidetitle {height:30px;padding:8px 10px 0px 10px;}
/* 最近のトラックバック */
.trackback {}

.trackback .sidetitle{
	background:url() no-repeat;
	height:24px;
        padding:6px 10px 0px 10px;}
* html .trackback .sidetitle {height:30px;padding:8px 10px 0px 10px;}
/* お気に入り */
.link  {
	margin-bottom: 10px;
}

.link .sidetitle{
	background:url() no-repeat;
	height:24px;
        padding:26px 10px 0px 10px;}
* html .link .sidetitle {height:30px;padding:28px 10px 0px 10px;}
/* ブログ内検索 */
.search {
	margin-bottom: 10px;
}

.search .sidetitle{
	background:url() no-repeat;
	height:24px;
        padding:6px 10px 0px 10px;}
* html .search .sidetitle {height:30px;padding:8px 10px 0px 10px;}
/* QRコード */
.qrcode {
	margin-bottom: 10px;
}

.qrcode .sidetitle{
	background:url() no-repeat;
	height:24px;
        padding:6px 10px 0px 10px;}
* html .qrcode .sidetitle {height:30px;padding:6px 10px 0px 10px;}
.serch .sidetitle{
	background:url() no-repeat;
	height:24px;
        padding:6px 10px 0px 10px;}
* html .serch .sidetitle {height:30px;padding:8px 10px 0px 10px;}
/* アクセスカウンタ */
.counter {
	margin-bottom: 10px;
}

.counter .sidetitle{
	background:url() no-repeat;
	height:24px;
        padding:6px 10px 0px 10px;}
* html .counter .sidetitle {height:30px;padding:8px 10px 0px 10px;}
/* 読者登録 */
.subscription {
	margin-bottom: 10px;
}

.subscription .sidetitle{
	background:url() no-repeat;
	height:24px;
        padding:6px 10px 0px 10px;}
* html .subscription .sidetitle {height:30px;padding:8px 10px 0px 10px;}
/* プロフィール */
.profile {
	margin-bottom: 10px;
}

.profile .sidetitle{
	background:url() no-repeat;
  height:24px;
        padding:26px 10px 0px 10px;}
* html .profile .sidetitle {height:50px;padding:28px 10px 0;}
.nickname{
	font-weight: bold;
	word-spacing: 0.2em;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}
.photo{
	text-align: center;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
.message{
	font-size: 85%;
	line-height: 120%;
	margin: 5px;
}

/* お勧め商品 */
.article_ad {
	margin-bottom: 10px;
}

.article_ad .sidetitle{
	background:url() no-repeat;
	height:24px;
        padding:0 10px 0px 10px;}
* html .article_ad .sidetitle {height:30px;}
/* タグクラウド */
.tag_cloud {
	margin-bottom: 10px;
}

.tag_cloud .sidetitle{
	background:url() no-repeat;
	height:24px;
        padding:0 10px 0px 10px;}
* html .tag_cloud .sidetitle {height:30px;}
/* カスタムプラグイン1 */
.custom1 {
	margin-bottom: 10px;
}

/* カスタムプラグイン2 */
.custom2 {
	margin-bottom: 10px;
}

/* カスタムプラグイン3 */
.custom3 {
	margin-bottom: 10px;
}

/* オーナーにメッセージ */
.inquiry{}

/* 新規投稿 */
.blog_entry{}

/* マイアルバム */
.album{
	margin-bottom: 10px;
}
#album_img_flame{}
#album_href{}
#album_img{}
#album_title{}
#album_list{}

/* ************************************************ 
 *	フッターの設定
 * ************************************************ */

/* このページの上へ */
.pagetop{
	font-size: 85%;
	text-align: right;
	margin-top: 15px;
	margin-bottom: 10px;
}

/* このBlogのトップへ */
.menu{
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 85%;
	letter-spacing: 0.2em;
	text-align: center;
}

/* コピーライト */
#copyright{
	font-size: 80%;
	color: #000000;
}

/* Powered by  */
.adFooter{
	font-size: 10px;
	line-height: 150%;
	text-align: center;
}


/* ************************************************ 
 *	ここから下へ追記
 * ************************************************ */

/* 記事本文行間 */
/*.main{
	line-height: 200%;
}*/


/* 記事本文リンク */
.main a{
        text-decoration: underline;
	color: #0000ff;
}
.main a:link{
        text-decoration: underline;
	color: #0000ff;
        font-weight: bold;
}
.main a:visited{
        text-decoration: underline;
	color: #0000ff;
}
.main a:active{
	text-decoration: none;
	color:#0000ff;
}
.main a:hover{
	text-decoration: none;
	color: #0000ff;
        font-weight: bold;
} 

/* ブログタイトル・概要 */
/*#banner{
background-image: url(//img03.ti-da.net/usr/tidacustomize/Chrysanthemum.jpg);
}*/

/* ブログタイトル */
/*.blogtitle{
	padding:80px 0 0 200px;
}*/

/* ブログ説明文 */
/*.description{
	padding: 50px 0 0 200px;
}*/

/* HTMLタグ設定 */
/*body{
	background-color: #ff0000
}*/

/* レイアウト設定 */
/*#container{
	background-color: #ff0000;
}*/

/* サイドバー */
/*.side{
       background-color: #ff0000;
}*/

/* サイド本文 */
/*.sidebody{
	font-size: 100%;
}*/

/* サイドタイトル */
.sidetitle{
	font-size: 100%;
}

/* サイドタイトル */
/*.sidetitle{
	background-color: #ff0000;
}*/

/* サイド本文 */
/*.sidebody{
	margin-bottom: 15px;
	margin-right:auto;
	margin-left:auto;
}*/

/* サイド本文 */
.sidebody{
	font-size: 90%;
}

/* サイドバー */
.side a{
        text-decoration: none;
        color: #666666;
}
.side a:link{
        text-decoration: none;
        color: #666666;
}
.side a:visited{
        text-decoration: none;
        color: #666666;
}
.side a:hover{ 
        text-decoration: none;
        color: #cccccc;
}

/* HTMLタグ設定 */
/*body{
	background-image: url();
}*/


/*-------------------グローバルメニュー設定---------------------*/
/*メニューエリア*/
#headermenu{
z-index:6;
position:absolute;
width:900px;
margin:0;
padding:0;
height:50px; /*メニューエリアの高さ*/
top:310px; /*画面上からの位置*/
left:20px;
}
/*メニューリストグループ*/
#headermenu ul {
width:900px;
padding:0;
margin:0;
}
/*メニューリスト*/
#headermenu ul li {
padding-left:0;
padding-top:0; /*各メニューリストのメニューエリア内の上余白*/
float:left;
width:180px; /*メニュー1項目の幅*/
height:50px;
list-style-type:none;
}
/*メニューリストリンク*/
#headermenu ul li a{
font-size:15px;
font-weight:bold;
color:#FFFFFF; /*文字色*/
display:block;
text-decoration:none; /*項目の文字装飾*/
text-align:center; /*項目の文字寄せ位置*/
padding-top:15px;
height:35px;
background:url() no-repeat;
}
/*メニューリストリンク　マウスオーバー時*/
#headermenu ul li a:hover{
color:#ffffff; /*文字色*/
display:block;
text-decoration:none; /*項目の文字装飾*/
text-align:center; /*項目の文字寄せ位置*/
}
/*メニュー下の位置下げ*/
#wrap{
margin-top:40px ;/*メニューエリア分*/
}
/*メニューバー縦線*/
#headermenu ul li a.menu1{background-position:0 0px;}
#headermenu ul li a.menu1:hover{background-position:0 -50px;}
#headermenu ul li a.menu2,
#headermenu ul li a.menu3,
#headermenu ul li a.menu4{background-position:-180px 0px;}
#headermenu ul li a.menu2:hover,
#headermenu ul li a.menu3:hover,
#headermenu ul li a.menu4:hover{background-position:-180px -50px;}
#headermenu ul li a.menu5{background-position:-360px 0px;}
#headermenu ul li a.menu5:hover{background-position:-360px -50px;}

/*-----------------------------------------------------------------------------------------------*/

/*サイドタイトル背景*/
/*.sidetitle{
	background-image: url();
}*/

/* 記事タイトル背景 */
/*.title{
	background-image: url();
}*/

/* サイドバーの枠設定 */
.side{
        padding-top : 5px;
	border:1px solid #CCCCCC; /*枠線サイズ、枠線色*/
}
.sidetitle{
	margin-bottom: 0px;
}

/*記事背景*/
/*#content{
        background-color: #ff0000;
}*/

/*サイドボディ行間*/
.sidebody{
        line-height: 20px;
}

/* 枠を設定*/
.css{
border:1px solid #C0C0C0;
}

/*記事本文*/
.main{
font-size: 100%;
}

/*記事タイトル*/
.title{
font-size: 120%;
}

/* サイド本文 */
.sidebody{
font-size: 95%;/*文字サイズ */
}

/*サイドバーリスト区切り線*/
.sidebody{
border-bottom: 1px dotted #CCCCCC;/*区切り線*/
}

.sidetitle{
text-shadow: 2px 2px 3px #999;
}

/*サイドバー読者登録*/
table.audiences{
	border: 1px solid #CCCCCC;
	width: 165px;
	border-collapse: collapse;
	background:#aaaaaa;
	}

table.audiences th,
table.audiences td{
	padding:5px;}

/* ニックネーム*/
.nickname{
   font-size: 15px;
}

/*自己紹介文*/
.message{
   font-size: 13px;
}

/*オーナーへのメッセージタイトル*/
.inquiry .sidetitle{
	background:url() no-repeat;
	height:24px;
        padding:6px 10px 0px 10px;}

.tag_cloud .sidetitle{
	background:url() no-repeat;
	height:24px;
        padding:6px 10px 0px 10px;}


/*メニュー設定*/

#menuba{
width: 940px;
text-align: center;
}

#menu ul{
margin: 10 10 10 10; 
padding: 10 10 10 10; 
list-style: none;
}

#menu li{ 
display: inline; 
padding: 0; 
margin: 0; 
float: left;
}

#menu li a{
display: block; 
border: 1px solid #ffe4e1;
background-color: #000000;
padding: 3px;
text-decoration: none;
font-weight:bold;
color: #fff;
width: 130px; 
height:40px;
margin: 2px;
text-align: center;
font-size: 15px;
}

#menu li a:hover{
background-color: #fdf5e6;
color: #db7093;
}