<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS JTA x TI-DA ジョートーキャンペーン (C)2011 TI-DA Square Corp. */

/* HTML^Oݒ */
body{
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #C9DFED;
	font-size: 100%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ';
	background-image: url(http://admin.ti-da.net/_img/jtamabui/jtamabui_bg_01.jpg);
	background-repeat: repeat-x;
}
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;
}
blockquote{
	background-color: #ECE4CF;
	padding: 20px;
}


/* =================================== */
/* レイアウト設定 */
/* =================================== */

#container{
	text-align: left;
	padding: 0;
	width: 994px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
/* ブログタイトル */
.blogtitle{
	font-size: 140%;
	width: 900px;
	color: #CC0000;
	display: block;
	overflow: auto;
	margin: 0;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

/* ブログ説明文 */
.description{
	font-size: 87%;
	width: 940px;
	text-align: left;
	color: #333333;
	line-height: 140%;
	padding: 0px;
	margin-top: 5px;
	margin-left: 10px;
	display: block;
	overflow: auto;
        height:50px;
}

/* ブログタイトル・概要 */
#banner{
	margin: 0;
	overflow: hidden;
	background-image: url(http://admin.ti-da.net/_img/jtamabui/jtamabui_main.gif);
	background-repeat: no-repeat;
	height: 252px;
	width: 690px;
}

/* ブログの配置 */
#content{
	float: left;
	width: 690px;
	background-color: #FFFFFF;
}

/* ブログ外枠 */
.blog{
	margin-top: 0;
	margin-bottom: 15px;
	overflow: hidden;
}

/* サイド（左サイド） */
#links{
	width: 304px;
	font-size: 90%;
	float: right;
	background-color: #0E3449;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 60px;
	overflow: hidden;
}

/*フッタ*/
#footer{
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
	display: block;
}

/* ************************************************ 
 *	リンクカラーの設定
 * ************************************************ */

/* 全般 */
a:link {
	color: #0066CC;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #003366;
}
a:hover {
	text-decoration: none;
	color: #0099CC;
}
a:active {
	text-decoration: underline;
	color: #0099CC;
}

/*　ブログタイトル・概要　*/
#banner a{
}
#banner a:link{
}
#banner a:visited{
}
#banner a:active{
}
#banner a:hover{
}

/* サイドバー */
#links a{
	text-decoration: underline;
	color: #FFFFFF;
}
#links a:link{
	text-decoration: underline;
	color: #FFFFFF;
}
#links a:visited{
	text-decoration: underline;
	color: #FFFFFF;
}
#links a:active{
	text-decoration: none;
	color: #FFFFFF;
}
#links a:hover{
	text-decoration: none;
	color: #FFFFFF;
}


/* ************************************************ 
 *	バナー（ページ上部）の設定
 * ************************************************ */

/* パン屑メニュー */
.topicpath {
	font-size: 10px;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 20px;
	line-height: 16px;
	vertical-align: bottom;
}
#linkToJta{
	height: 90px;
	width: 530px;
	margin-top: 145px;
	margin-left: 80px;

}

/* ************************************************ 
 *	記事の設定
 * ************************************************ */

/* 記事 */
.blogbody{
	overflow: hidden;
	width: 670px;
	margin-right: auto;
	margin-left: auto;
}

/* 記事タイトル */
.title{
	font-size: 100%;
	padding-top: 20px;
	padding-left: 70px;
	color: #006699;
	background-image: url(http://admin.ti-da.net/_img/jtamabui/jtamabui_icon_b1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 40px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	line-height: 120%;
}

/* 記事日付 */
.date{
	font-size: 80%;
	color: #666666;
	margin-top: 0;
	text-align: right;
	margin-bottom: 2px;
}

/* 記事本文 */
.main{
	font-size: 87%;
	line-height: 150%;
	width: 640px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #666666;
	background-color: #FFFFFF;
	clear: both;
	display: block;
	overflow: auto;
}


/* 記事本文内画像 */
.main img{
	margin: 5px;
}

/* 続きを読む */
.main-continues{
	clear: both;
	display: block;
	margin-top: 1em;
	margin-bottom: 1em;
	background-image: url(http://admin.ti-da.net/_img/jtamabui/jtamabui_icon_s1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 30px;
	padding-left: 35px;
	padding-top: 5px;
}

/* 記事フッター */
.posted{
	padding-top: 30px;
	text-align: right;
	margin-bottom: 20px;
	margin-top: 0px;
	clear: both;
	font-size: 83%;
	background-image: url(http://admin.ti-da.net/_img/jtamabui/jtamabui_logo1.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 150px;
	height: 50px;
	color: #666666;
	background-color: #FFFFFF;
}


/* ************************************************ 
 *	トラックバックエリアの設定
 * ************************************************ */

/* この記事へのトラックバック */
.title_s{
	font-size: 100%;
	background-image: url(http://admin.ti-da.net/_img/jtamabui/jtamabui_icon_s1.gif);
	background-position: left center;
	background-repeat: no-repeat;
	height: 30px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-left: 30px;
	padding-top: 5px;
	color: #336699;
	font-weight: bold;
}

/* この記事へのトラックバックURL */
.trackback-url{
	font-size: 100%;
	font-weight: bold;
	color: #006699;
	margin-top: 0;
	margin-left: 30px;
	margin-bottom: 15px;
	width: 500px;
	padding: 5px;
}

/* トラックバック本文 */
.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;
	color: #666666;
}


/* ************************************************ 
 *	コメントエリアの設定
 * ************************************************ */

/* この記事へのコメント */
.comments-head{
	font-size: 100%;
	background-image: url(http://admin.ti-da.net/_img/jtamabui/jtamabui_icon_s1.gif);
	background-position: left center;
	background-repeat: no-repeat;
	height: 30px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-left: 35px;
	padding-top: 5px;
	color: #336699;
	font-weight: bold;
}

/* コメント投稿者日時など*/
.comments-post{
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 20px;
	padding-top: 3px;
	font-size: 82%;
	text-align: right;
	color: #666666;
}

/* コメント本文 */
.comments-body{
	margin: 5px 20px;
	font-size: 85%;
	line-height: 130%;
}

/* コメント入力テーブル */
.form {
	width: 560px;
	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;
	color: #666666;
}

/* 本文 */
#text{
	width: 330px;
}

/* メールアドレス */
#email{
	width: 320px;
}

/* メールアドレス */
#author{
	width: 320px;
}

/* URL */
#url{
	width: 320px;
}

/*情報を記憶チェックボックス*/
#bake{}

/*確認せずに書込チェックボックス*/
#savecheck{}



/* ************************************************ 
 *	プラグイン設定
 * ************************************************ */

/* サイドブロック */
.side{
	margin-bottom: 10px;
}

/* サイドタイトル */
.sidetitle{
	margin-top: 0;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 87%;
	width: 220px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
}

/* サイド本文 */
.sidebody{
	margin-bottom: 3px;
	margin-right:auto;
	margin-left:auto;
	width: 260px;
	font-size: 80%;
	overflow: hidden;
}

/* 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 #FFFFFF;
	font-size: 12px;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
}
/* 曜日枠 */
.calendarwd{
	background-color: #FFFFFF;
	color:#006699;
	padding: 5px;
}
/* 曜日 */
.calendarweek{}
/* 日付枠 */
.calendard{
	text-align: center;
	border: 1px solid #006699;
}
/* 日曜日 */
.sun{
	color: #CC0000;
}
/* 土曜日 */
.sat{
	color: #0099FF;
}
/* 今日 */
.today{
	font-weight: bold;
}
/* カレンダー ここまで ----------*/

/* カテゴリー */
.category {
	margin-bottom: 10px;
}

/* 最近の記事 */
.recententry {}

/* 過去記事 */
.archives {}

/* 最近のコメント */
.comment {}

/* 最近のトラックバック */
.trackback {}

/* お気に入り */
.link  {
	margin-bottom: 10px;
}

/* ブログ内検索 */
.search {
	margin-bottom: 10px;
}

/* QRコード */
.qrcode {
	margin-bottom: 10px;
}

/* アクセスカウンタ */
.counter {
	margin-bottom: 10px;
}

/* 読者登録 */
.subscription {
	margin-bottom: 10px;
}

/* プロフィール */
.profile {
	margin-bottom: 10px;
}
.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;
}

/* タグクラウド */
.tag_cloud {
	margin-bottom: 10px;
}

/* カスタムプラグイン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{}

/* マイプロフィール */
.my_profile .side {
	background-color: #FFFFFF;
        width: 270px;
        margin-left: 15px;
}

/* マイフレンド */
.friend .side {
	background-color: #FFFFFF;
        width: 270px;
        margin-left: 15px;
}

/* 参加サークル */
.circle .side {
	background-color: #FFFFFF;
        width: 270px;
        margin-left: 15px;
}

/* 参加サークル */
.friend_blog .side {
	background-color: #FFFFFF;
        width: 270px;
        margin-left: 15px;
}

/* ************************************************ 
 *	フッターの設定
 * ************************************************ */

/* このページの上へ */
.pagetop{
	font-size: 87%;
	text-align: right;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-right: 10px;
}

/* このBlogのトップへ */
.menu{
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 85%;
	letter-spacing: 0.2em;
	text-align: center;
}

/* コピーライト */
#copyright{
	font-size: 87%;
	color: #666666;
}

/* Powered by てぃーだブログ */
.adFooter{
	font-size: 10px;
	line-height: 150%;
	text-align: center;
}


.cautionB {
	font-size: 10px;
	color: #669999;
	margin: 5px;
}
.cautionR {
	font-size: 10px;
	color: #CC6666;
	margin: 5px;
}
</pre></body></html>