@charset "UTF-8";
/* CSS テンプレート名 (サイドバー右) (C)2009 C-point Corp. */


/* HTMLタグ設定 */
body{
	margin: 0;
	margin: 0px;
	background-color: #6DDEEB;
	background-image: url(//img03.ti-da.net/usr/iju/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
img{
	border: none;
}
form{
	margin: 0;
	padding: 0;
}
label{
	font-weight: bold;
	letter-spacing: 0.2em;
	white-space: nowrap;
	text-align: right;
	font-size: 12px;
}


/* =================================== */
/* レイアウト設定 */
/* =================================== */

#container{
	text-align: left;
	padding: 0;
	width: 990px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
}
/* ブログタイトル・概要 */
#headeriju{
	height: 250px;
	width: 990px;
	margin: 0;
	overflow: hidden;
	background-image: url(//img03.ti-da.net/usr/iju/img_header.jpg);
	background-repeat: no-repeat;
}

/* ブログの配置 */
#content{
	float: left;
	width: 610px;
	padding: 10px;
	margin-left: 15px;
	background-color: #FFFFFF;
}

/* ブログ外枠 */
.blog{
	margin-top: 0;
	margin-bottom: 15px;
	overflow: hidden;
}

/* サイド（左サイド） */
#links{
	width: 302px;
	float: right;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: auto;
	font-size: 90%;
}

/*フッタ*/
#footer{
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
	display: block;
}

/* ************************************************ 
 *	リンクカラーの設定
 * ************************************************ */

/* 全般 */
a{
	color: #003366;
}
a:link{
	color: #003366;
}
a:visited{
	color: #304D5C;
}
a:active{}
a:hover{
	color: #FF6600;
}

/*　ブログタイトル・概要　*/
#banner a{}
#banner a:link{}
#banner a:visited{}
#banner a:active{}
#banner a:hover{}

/* カレンダー */
.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{
	color: #09698E;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}
.title a:link{}
.title a:visited{}
.title a:active{}
.title a:hover{}


/*　このページの上へ　*/
.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{}

/* Powered by てぃーだブログ */
.adFooter a{}
.adFooter a:link{}
.adFooter a:visited{}
.adFooter a:active{}
.adFooter a:hover{}

/* ************************************************ 
 *	バナー（ページ上部）の設定
 * ************************************************ */

/* ブログタイトル */
.blogtitle{
	margin-top: 33px;
	margin-left: 111px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* ブログ説明文 */
.description{
	width: 380px;
	padding: 10px;
	font-size: 100%;
	height: 80px;
	margin-left: 70px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #005E8A;
}

/* パン屑メニュー */
.topicpath {
	font-size: 10px;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: 16px;
	vertical-align: bottom;
}

/* ページトップ */
#pagetop {
	color: #FFFFFF;
	background-color: #CC0001;
	line-height: 25px;
	height: 25px;
	font-size: 72%;
}
#pagetop li, #pagetop ul {
	background-color: #CC0001;
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
}
#pagetop ul {
	display: block;
	width: 990px;
}
#pagetop li {
	margin-right: 10px;
}
#mainPath {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}
#pagetop #pathtida a {
	text-indent: -9000px;
	display: block;
	height: 25px;
	width: 54px;
}
#pagetop a {
	color: #FFFFFF;
}
#pagetop #pathSquare a {
	background-image: url(http://www.tida-square.ne.jp/share/images/path_square.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 54px;
	text-indent: -9000px;
	display: block;
}
#pagetop #pathBlog a {
	background-image: url(http://www.tida-square.ne.jp/share/images/path_blog.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 42px;
	display: block;
	text-indent: -9000px;
}
#pagetop #pathCafe a {
	background-image: url(http://www.tida-square.ne.jp/share/images/path_cafe.gif);
	background-repeat: no-repeat;
	text-indent: -9000px;
	display: block;
	height: 25px;
	width: 41px;
}
#pagetop #pathSample a {
	background-image: url(http://www.tida-square.ne.jp/share/images/path_sample.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 54px;
	display: block;
	text-indent: -9000px;
}
#blogTemplate #pagetop {
	text-align: left;
}

#container #headderIju {
	margin: 0px;
	padding: 0px;
	height: 250px;
	background-image: url(//blog.ti-da.net/common/category_iju/img/img_header.jpg);
	background-repeat: no-repeat;
}
#container #headderIju img {
	margin-top: 33px;
	margin-left: 111px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#container #headderIju p {
	width: 380px;
	padding: 10px;
	font-size: 100%;
	height: 80px;
	margin-left: 70px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #005E8A;
}
#container #gnavi {
	background-image: url(//img03.ti-da.net/usr/iju/bg_gnavi.jpg);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 990px;
	clear: both;
}
#container #gnavi ul {
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 990px;
	list-style-type: none;
}
#container #gnavi li {
	display: inline;
}


/* ************************************************ 
 *	記事の設定
 * ************************************************ */

/* 記事 */
.blogbody{
	overflow: hidden;
}

/* 記事タイトル */
.title{
	font-size: 100%;
	padding-top: 7px;
	padding-bottom: 8px;
	padding-left: 35px;
	color: #FFFFFF;
	background-image: url(//img03.ti-da.net/usr/iju/bg_title.jpg);
	background-repeat: no-repeat;
	height: 26px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	width: 575px;
	background-position: 5px;
}

/* 記事日付 */
.date{
	font-size: 80%;
	margin-top: 0;
	text-align: right;
	margin-bottom: 2px;
	margin-right: 10px;
	color: #00659C;
}

/* 記事本文 */
.main{
	font-size: 87%;
	line-height: 150%;
	width: 550px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}


/* 記事本文内画像 */
.main img{
	margin: 5px;
}

/* 続きを読む */
.main-continues{}

/* 記事フッター */
.posted{
	padding-top: 3px;
	text-align: right;
	margin-bottom: 20px;
	margin-top: 5px;
	clear: both;
	font-size: 83%;
}


/* ************************************************ 
 *	トラックバックエリアの設定
 * ************************************************ */

/* この記事へのトラックバック */
.title_s{
	margin: 0 0 5px 10px;
	font-size: 100%;
}

/* この記事へのトラックバックURL */
.trackback-url{
	font-size: 100%;
	font-weight: bold;
	margin-top: 0;
	margin-left: 10px;
	margin-bottom: 15px;
}

/* トラックバック本文 */
.trackback-body{
	margin: 5px 20px;
	font-size: 85%;
	line-height: 130%;
}

/*トラックバック送信元など*/
.trackback-post{
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 20px;
	padding-top: 3px;
	font-size: 82%;
	text-align: right;
}


/* ************************************************ 
 *	コメントエリアの設定
 * ************************************************ */

/* この記事へのコメント */
.comments-head{
	margin: 0 0 0 15px;
	font-weight: bold;
	font-size: 100%;
}

/* コメント投稿者日時など*/
.comments-post{
	margin-top: 0;
	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%;
}

/* コメント入力テーブル */
.form {
	width: 360px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.form td {
	line-height: 170%;
	vertical-align: top;
	padding: 3px;
}
.form th {
	line-height: 170%;
	vertical-align: top;
	text-align: left;
	padding: 3px;
}

/* 本文 */
#text{}

/* メールアドレス */
#email{}

/* 名前 */
#author{}

/* URL */
#url{}

/*情報を記憶チェックボックス*/
#bake{}

/*確認せずに書込チェックボックス*/
#savecheck{}

.cautionGray {
	font-size: 10px;
	color: #999999;
	margin: 5px;
}
.cautionRed {
	font-size: 10px;
	color: #993333;
	margin: 5px;
}

/* ************************************************ 
 *	プラグイン設定
 * ************************************************ */

/* サイドブロック */
.side{
	margin-bottom: 10px;
	display: block;
	margin-top: 10px;
	padding-bottom: 5px;
}

/* サイドタイトル */
.sidetitle{
	margin-top: 0;
	margin-bottom: 5px;
	font-weight: bold;
	background-color: #336699;
	color: #FFFFFF;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 13px;
	border: 3px solid #C7C7D6;
}

/* サイド本文 */
.sidebody{
	margin-bottom: 3px;
	margin-right:auto;
	margin-left:auto;
	width: 270px;
}

/* RSS */
.sidebody .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;
	font-size: 12px;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
}
/* 曜日枠 */
.calendarwd{
	padding: 5px;
}
/* 曜日 */
.calendarweek{}
/* 日付枠 */
.calendard{
	text-align: center;
	border: 1px solid;
}
/* 日曜日 */
.sun{
	color: #CC0000;
}
/* 土曜日 */
.sat{
	color: #0099FF;
}
/* 今日 */
.today{
	font-weight: bold;
}
/* カレンダー ここまで ----------*/

/* カテゴリー */
.category {
	margin-bottom: 15px;
	border: 1px solid #C6C7D6;
}

/* 最近の記事 */
.recententry {
	margin-bottom: 15px;
	border: 1px solid #C6C7D6;
}

/* 過去記事 */
.archives {
	margin-bottom: 15px;
	border: 1px solid #C6C7D6;
}
.archives .side {
	padding-left: 20px;
}

/* 最近のコメント */
.comment {
	margin-bottom: 15px;
	border: 1px solid #C6C7D6;
}

/* 最近のトラックバック */
.trackback {
	margin-bottom: 15px;
	border: 1px solid #C6C7D6;
}

/* お気に入り */
.link  {
	margin-bottom: 15px;
	border: 1px solid #C6C7D6;
}

/* ブログ内検索 */
.search {
	margin-bottom: 15px;
	border: 1px solid #C6C7D6;
}

/* QRコード */
.qrcode {
	margin-bottom: 15px;
	border: 1px solid #C6C7D6;
}

/* アクセスカウンタ */
.counter {
	margin-bottom: 15px;
	border: 1px solid #C6C7D6;
}

/* 読者登録 */
.subscription {
	margin-bottom: 15px;
}

/* プロフィール */
.profile {
	margin-bottom: 15px;
	border: 1px solid #C6C7D6;
}
.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;
	margin-bottom: 15px;
	border: 1px solid #C6C7D6;
}

/* タグクラウド */
.tag_cloud {
	margin-bottom: 15px;
	border: 1px solid #C6C7D6;
}

/* カスタムプラグイン1 */
.custom1 {
	margin-bottom: 10px;
	margin-bottom: 15px;
	border: 1px solid #C6C7D6;
}

/* カスタムプラグイン2 */
.custom2 {
	margin-bottom: 15px;
}

/* カスタムプラグイン3 */
.custom3 {
	margin-bottom: 15px;
	border: 1px solid #C6C7D6;
}

/* オーナーにメッセージ */
.inquiry{
	margin-bottom: 15px;
	border: 1px solid #C6C7D6;
}

/* 新規投稿 */
.blog_entry{
	background-color: #E3E3E3;
	padding: 5px;
	border: 3px solid #CCCCCC;
	margin-bottom: 15px;
}
.blog_entry .side .sidebody {
	width: 270px;
	margin-right: auto;
	margin-left: auto;
	font-size: 95%;
}


/* マイアルバム */
.album{
	margin-bottom: 15px;
	border: 1px solid #C6C7D6;
}
#album_img_flame{}
#album_href{}
#album_img{}
#album_title{}
#album_list{}

/* マイプロフィール */
.my_profile .side {
	background-color: #FFFFFF;
	margin-bottom: 15px;
	border: 1px solid #C6C7D6;
}

/* マイフレンド */
.friend .side {
	background-color: #FFFFFF;
	margin-bottom: 15px;
	border: 1px solid #C6C7D6;
}

/* 参加サークル */
.circle .side {
	background-color: #FFFFFF;
	margin-bottom: 15px;
	border: 1px solid #C6C7D6;
}

/* 参加サークル */
.friend_blog .side {
	background-color: #FFFFFF;
	margin-bottom: 15px;
	border: 1px solid #C6C7D6;
}

/* ************************************************ 
 *	フッターの設定
 * ************************************************ */

/* このページの上へ */
.pagetop{
	font-size: 87%;
	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: 83%;
}

/* Powered by てぃーだブログ */
.adFooter{
	font-size: 10px;
	line-height: 150%;
	text-align: center;
}

/* ************************************************ 
 *	その他
 * ************************************************ */


/* 枠付きボックス */
#boxBorder {
	border: 3px solid #99CCCC;
	padding: 8px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	height: 150px;
}
#boxBorder h3 {
	margin: 0px;
	padding: 0px;
}
.ban p {
	margin: 3px;
	padding: 0px;
	line-height: 105%;
	font-size: 80%;
}
#boxBorder   ul {
	display: block;
	width: 585px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	clear: both;
	overflow: hidden;
}
#boxBorder li {
	display: inline;
	list-style-type: none;
	height: 50px;
	width: 180px;
	margin: 0px;
	float: left;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
}

/* サイドバー */
#utilityContentBody {
	width: 302px;
	float: right;
}
#utilityContentBody dl.listDisplay {
	margin: 0px;
	padding: 0px;
}
#utilityContentBody dl.listDisplay dd {
	margin: 0px;
	padding: 0px;
}
#utilityContentBody dl.listDisplay ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#utilityContentBody dl.listDisplay .boxTitle {
	font-weight: bold;
}
#utilityContentBody dl.listDisplay dd li {
	margin-bottom: 0.5em;
	background-image: url(../share/images/bullet_small_gr.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 10px;
}
#utilityContentBody .box .more {
	text-align: right;
}
#utilityContentBody #shelfBox2 .piece .title a {
	color: #FFFFFF;
}
#utilityContentBody #tidaSearch_L2 {
	margin-bottom: 10px;
}
.boxTitle,
#bnrRandomBoxA h2 {
	font-size: 100%;
	margin-bottom: 8px;
	padding-bottom: 5px;
	color: #7B5E51;
	padding-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BDB199;
	margin-top: 15px;
}
#searchBox {
	padding: 6px;
	border: 2px solid #BCB19D;
	background-color: #F8F7EF;
}
.ban {
	margin-bottom: 8px;
	text-align: center;
}
#mobileBox {
	margin-bottom: 15px;
	clear: both;
}
#commentBox {
	text-align: right;
	margin: 0px;
	padding: 0px;
}

.posted .aposted img {
	vertical-align: middle;
}
