<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 Document 専科キャンペーン　テンプレート */

/* HTMLタグ設定 */
body{
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	background-image: url(//admin.ti-da.net/_img/hadasenka/bg.jpg);
	background-repeat: repeat;
	background-position: center top;
}
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{
	padding: 0;
	width: 100%;
	background-image: url(//admin.ti-da.net/_img/hadasenka/bg_illust.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0;
}

#containerinn {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}


/* ブログタイトル */
.blogtitle{
	font-size: 120%;
	color: #dd0079;
	display: block;
	overflow: auto;
	padding-top: 30px;
	padding-right: 160px;
	padding-bottom: 15px;
	padding-left: 130px;
	margin: 0;
}

/* ブログ説明文 */
.description{
	font-size: 87%;
	text-align: left;
	color: #333333;
	line-height: 160%;
	display: block;
	overflow: auto;
	padding-top: 0px;
	padding-right: 160px;
	padding-bottom: 0px;
	padding-left: 130px;
	margin: 0px;
}

/* ブログタイトル・概要 */
#banner{
	margin: 0;
	overflow: hidden;
	height: 233px;
	padding: 0px;
}

/* ブログの配置 */
#content{
	width: 640px;
	float: right;
}

/* ブログ外枠 */
.blog{
	overflow: hidden;
	background-color: #FFF;
	margin: 0;
	padding: 0px;
}

/* サイド（左サイド） */
#links{
	width: 200px;
	font-size: 90%;
	float: left;
	overflow: hidden;
	color: #666666;
	background-image: url(//admin.ti-da.net/_img/hadasenka/menu_bg.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}

/*フッタ*/
#footer{
	text-align: center;
	padding-top: 60px;
	padding-bottom: 10px;
	clear: both;
	display: block;
	background-color: #dd0079;
	background-image: url(//admin.ti-da.net/_img/hadasenka/foot_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

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

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

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

/* サイドバー */
#links a{
}
#links a:link{
}
#links a:visited{
}
#links a:active{
}
#links a:hover{
}


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

/* パン屑メニュー */
.topicpath {
	font-size: 10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 10px;
	line-height: 16px;
	vertical-align: bottom;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
/* ************************************************ 
 *	記事の設定
 * ************************************************ */

/* 記事 */
.blogbody{
	overflow: hidden;
}

/* 記事タイトル */
.title{
	font-size: 100%;
	padding-top: 10px;
	padding-left: 10px;
	color: #FFF;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	line-height: 140%;
	font-weight: bold;
	background-color: #dd0079;
	background-image: url(//admin.ti-da.net/_img/hadasenka/title_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 10px;
}
.title a {
	color: #FFF;}
	.title a:link {
	color: #FFF;}
	.title a:hover {
	color: #FFF;}
	.title a:visited {
	color: #FFF;}
	.title a:active {
	color: #FFF;}

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

/* 記事本文 */
.main{
	font-size: 85%;
	line-height: 150%;
	width: 620px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 2em;
	margin-left: auto;
	color: #333333;
	clear: both;
	display: block;
	overflow: auto;
}


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

/* 続きを読む */
.main-continues{
	clear: both;
	display: block;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-left: 5px;
	padding-top: 3px;
}

/* 記事フッター */
.posted{
	text-align: right;
	margin-bottom: 20px;
	margin-top: 5px;
	clear: both;
	font-size: 80%;
	color: #666666;
	line-height: 160%;
	padding-top: 5px;
	padding-right: 15px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
}


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

/* この記事へのトラックバック */
.title_s{
	font-size: 80%;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-left: 10px;
	padding-top: 5px;
	color: #666;
	font-weight: bold;
	background-color: #eac6ce;
	padding-bottom: 5px;
	padding-right: 10px;
}

/* この記事へのトラックバックURL */
.trackback-url{
	font-size: 100%;
	font-weight: bold;
	color: #cc3333;
	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: 80%;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-left: 10px;
	padding-top: 5px;
	color: #666;
	font-weight: bold;
	background-color: #eac6ce;
	padding-bottom: 5px;
	padding-right: 10px;
}

/* コメント投稿者日時など*/
.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: 600px;
	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: 8px;
	background-color: #f9f8f3;
}
.form th {
	line-height: 170%;
	vertical-align: top;
	text-align: left;
	padding: 8px;
	color: #666666;
	background-color: #eeebe2;
}

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

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

/* 名前 */
#author{
	width: 320px;
}

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

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

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



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

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

/* サイドタイトル */
.sidetitle{
	margin-top: 0;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 87%;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	text-align: center;
	background-image: url(//admin.ti-da.net/_img/hadasenka/side_title_bg.gif);
	background-repeat: no-repeat;
	background-color: #de3979;
	color: #FFF;
}

/* サイド本文 */
.sidebody{
	margin-bottom: 5px;
	margin-right:10px;
	margin-left:10px;
	font-size: 80%;
	overflow: hidden;
	margin-top: 5px;
	line-height: 160%;
}

/* 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;
	padding-top: 15px;
	padding-bottom: 15px;
}
/* 上部年月日表示 */
.calendarhead{
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 11px;
}
/* 枠 */
.calendartable{
	font-size: 12px;
	width: 190px;
	margin-right: auto;
	margin-left: auto;
}
/* 曜日枠 */
.calendarwd{
	background-color: #FFFFFF;
	color:#666;
	padding: 5px;
}
/* 曜日 */
.calendarweek{}
/* 日付枠 */
.calendard{
	text-align: center;
	background-color: #FFF;
}
/* 日曜日 */
.sun{
	color: #F03;
}
/* 土曜日 */
.sat{
	color: #09C;
}
/* 今日 */
.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;
}

/* マイフレンド */
.friend .side {
	background-color: #FFFFFF;
}

/* 参加サークル */
.circle .side {
	background-color: #FFFFFF;
}

/* 参加サークル */
.friend_blog .side {
	background-color: #FFFFFF;
}


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

/* このページの上へ */
.pagetop{
	font-size: 80%;
	text-align: right;
	background-image: url(//admin.ti-da.net/_img/hadasenka/content_kage.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 20px;
}

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

/* コピーライト */
#copyright{
	font-size: 10px;
	color: #FFFFFF;
	line-height: 160%;
	text-align: center;
}

/* 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>