@charset "utf-8"; 

/*オオサカジン用
『たいやきさん』テンプレート

【1】共通設定
◆1-1　要素初期化
◆1-2　共通クラス
◆2-1　ヘッダ
◆2-2　フッタ

【3】レイアウト(2カラム固定)
◆3-1　全体枠
◆3-2　コンテンツ
◆3-3　中段
◆3-4　サイド1(2カラム)
◆3-5　サイド左(3カラム)
◆3-6　サイド右(3カラム)
◆3-5　補助枠(3カラム)

【4】コンテンツ内
◆4-0　ブログ本体
◆4-1　記事部分
◆4-2　記事日付
◆4-3　記事タイトル
◆4-4　記事本文
◆4-5　記事追記
◆4-6　記事下部
◆4-7　ページメニュー
◆4-8　ページトップ

【6】コメント･TB関連
◆6-1　コメント投稿フォーム
◆6-2　トラックバック一覧
◆6-3　コメント一覧

【7】プラグイン設定
◆7-0　プラグイン共通
◆7-1　カレンダー
◆7-2　RSS
◆7-3　最近の記事
◆7-4　過去記事
◆7-5　カウンター
◆7-6　最近のコメント
◆7-7　最近のトラバ
◆7-8　お気に入り
◆7-9　ブログ内検索
◆7-10　QRコード
◆7-11　読者登録
◆7-12　プロフィール
◆7-13　オーナーメール
◆7-14　インフォメーション
◆7-15　カテゴリ
◆7-16　新規投稿
◆7-17　カスタム1
◆7-18　カスタム2
◆7-19　カスタム3
◆7-20　固定ブログパーツ


*/

/*【1】共通設定*/
/*◆1-1　要素初期化*/
*{
	font-family:Verdana, Osaka, "ＭＳ Ｐゴシック", sans-serif;
}
textarea,select,input {
}
body{
	margin:0px;
	padding:0px;
	color:#000;
	background:#f9f8f0;
	text-align:center;
	font-size: 62.5%;/*フォントサイズ初期化16px×62.5％＝10px */
}
img{
	border:none;
}
a:link , 
a:visited{color:#f9f8f0;text-decoration:underline;}
a:active , 
a:hover{color:#f9f8f0;text-decoration:none;}
h1 , h2 , h3 , p , ul , ol , li , dl , dt , dd , div , address , form {
	margin:0px;
	padding:0px;
	font-size:100%;
}
hr {display:none;}

/*◆1-2　共通クラス*/
.clear {
	clear:both;
	display:block;
	height:0;
	margin:0;
}

/*◆2-1　ヘッダ*/
#top {
	background:url(http://blog.osakazine.net/_img/taiyakisan/bg_footer.gif) repeat-y 0 0;
}
#banner {
	background:url(http://blog.osakazine.net/_img/taiyakisan/bg_banner.gif) no-repeat 0 100%;
	padding:0px 0px 0px 0px;
	min-height:250px;
	min-height:250px;
	height: auto !important;
	height: 250px;
}
.blogtitle{
	font-size:167%;
	padding:36px 400px 0px 20px;
	margin:0 0 10px;
	font-weight:bold;
	text-align:left;
	letter-spacing:2px;
}
.blogtitle a , 
.blogtitle a:link , 
.blogtitle a:visited{color:#fff1cf; text-decoration:none;}
.blogtitle a:hover , 
.blogtitle a:active {color:#fff1cf; text-decoration:underline;}
.description{
	color:#fff1cf;
	padding:0 400px 10px 20px;
	text-align:left;
	letter-spacing:2px;
}
/*◆2-2　フッタ*/
#footer{
	clear:both;
	padding:1em 65px 0.5em 20px;
	background:url(http://blog.osakazine.net/_img/taiyakisan/bg_footer.gif) repeat-y 0 0;
	
}
#copyright{
	font-size:92%;
	color:#fff1cf;
	line-height:150%;
	text-align:center;
	font-style: normal;
	
}
/*【3】レイアウト(2カラム固定)*/
/*◆3-1　全体枠*/
#container{
	width:825px;
	background:#5f3000 url(http://blog.osakazine.net/_img/taiyakisan/bg_container.gif) repeat-y 0 0;
	margin:0px auto;
	text-align:left;
	font-size:120%;
}
/*◆3-2　コンテンツ*/
#content{
	width:605px;
	float:right;
	background:url(http://blog.osakazine.net/_img/taiyakisan/bg_content.gif) no-repeat 100% 0;
	line-height: 150%;
}
/*◆3-3　中段*/
#middle {
	background:url(http://blog.osakazine.net/_img/taiyakisan/bg_middle.gif) no-repeat 0 100%;
	padding: 0 0 12px 20px;
	height:1%;/*for IE6+7 ボックス関連バグ*/
}
html>/**/#middle {
	height:auto;/*for FF*/
}

/*◆3-4　サイド1*/
#links{
	width:200px;
	float:left;
	text-align:left;
	padding:0px 0px 0px 0px;
	color:#f9f8f0;
	/*hide\*/ overflow:hidden; /*forMacIE*/
}
/*◆3-5　サイド2*/

/*【4】コンテンツ内*/
/*◆4-0　ブログ本体*/
.blog{
	margin:40px 0px 20px 0px;
	padding:0 0 12px;
	width:540px;
	background:#f9f8f0;
	
}
/*◆4-1　記事部分*/
.blogbody{
	background:url(http://blog.osakazine.net/_img/taiyakisan/bg_blogbody.gif) no-repeat 0 0;
	margin:0px 15px 30px 15px;
	padding: 0px 0 8px;
	width:510px;
}
/*◆4-2　記事日付*/
.date{
	color:#000;
	letter-spacing:0px;
	padding:0px 0px 5px 60px;
	line-height: 120%;
	font-weight:normal;
}
/*◆4-3　記事タイトル*/
.title{
	color:#c8502f;
	font-weight:bold;
	font-size:117%;
	line-height:120%;
	padding: 0 0 0 60px;
}
.title a:link , .title a:visited { color:#c8502f; text-decoration:none;}
.title a:hover , .title a:active { color:#c8502f; text-decoration:underline;}


/*◆4-4　記事本文*/
.main{
	width:510px;
	color:#000;
	margin:25px 0 0 0;
	overflow:auto;
	 line-height:135%;
}
.main img{
	margin:0px 5px 5px 5px;
}
.main-continues{
}
/*記事本文リンク色*/
.main a:link , .main a:visited {color:#000;}
.main a:hover , .main a:active {color:#000;}
/*「続きを読む」リンク色*/
a.acontinues:link , a.acontinues:visited {}
a.acontinues:hover , a.acontinues:active {}
/*◆4-5　記事追記*/
#more {}

/*◆4-6　記事下部*/
.posted{
	color:#000;
	font-size:83.4%;
	text-align:right;
	border-top:#d2c6b4 solid 1px;
	padding:5px 0 0 0;
	margin:15px 0px 0 0;
}
a.aposted{}
a.aposted:link , a.aposted:visited {color:#000;}
a.aposted:hover , a.aposted:active {color:#000;}
.menu{
	color:#000;
	text-align:right;
	font-size:83.4%;
	margin:0 15px 0 0;
}
.blogentry .menu {
	margin:15px 0 0 0;
}
/*◆4-7　ページメニュー*/
a.amenu:link , a.amenu:visited {color:#000;}
a.amenu:hover , a.amenu:active {color:#000;}
/*◆4-8　ページトップ*/
.pagetop{
	width:151px;
	height:60px;
	font-size:12px;
	margin:0 0px 0 374px;
	padding:30px 0 0 0;
	background:url(http://blog.osakazine.net/_img/taiyakisan/bg_pagetop.gif) no-repeat 0 100%;
}
.pagetop a {
	display:block;
	width:113px;
	height:22px;
	text-indent:-9999px;
	/*hide\*/ overflow:hidden; /*for MacIE*/
}

/*【6】コメント･TB関連*/
/*◆6-1　コメント投稿フォーム*/
table.form {
	margin:25px 0px 0px 13px;
}
.form th {
	vertical-align:top;
	text-align: right;
	font-weight: normal;
}
label{
	font-size:12px;
}
#author{
	width:200px;
	border:1px solid #d2c6b4;
}
#email{
	width:200px;
	border:1px solid #d2c6b4;
}
#url{
	width:200px;
	border:1px solid #d2c6b4;
}
#text{ font-size:12px;
	width:400px;
	height:200px;
	border:1px solid #d2c6b4;
}

.form .button {
	margin:0 auto;
	display: block;
	border-top: 3px double #ccc;
	border-right: 3px double #666;
	border-bottom: 3px double #666;
	border-left: 3px double #ccc;
	background :#e2e2e2 url(http://blog.osakazine.net/_img/taiyakisan/bg_btn.jpg) repeat-x;/*フォームボタン用（背景）*/
	padding:2px 2px 2px 1px;
	vertical-align: middle;}

/*◆6-2　トラックバック一覧*/
#trackback {
	margin:30px 0 0;
}
.trackback-url{
	color:#c8502f;
	font-weight:bold;
	margin:6px 0px 25px 24px;	
}
.trackback-title{
	color:#5f3000;
	font-weight:bold;
	background:url(http://blog.osakazine.net/_img/taiyakisan/bg_commenthead.gif) no-repeat 0 0;
	padding:14px 0 0 45px;
	font-size:117%;
	line-height:150%;
}
.trackback-body{
	line-height:135%;
	margin:10px 5px 10px 25px;
}
.trackback-post{
	color:#000;
	font-size:83.4%;
	text-align:right;
	margin:0px 0px 20px 0px;
	border-top:#d2c6b4 dotted 1px;
}
a.atrackback-post:link , 
a.atrackback-post:visited {color:#000;text-decoration:underline;}
a.atrackback-post:hover , 
a.atrackback-post:active {color:#000;text-decoration:none;}
/*◆6-3　コメント一覧*/
#comments {
	margin:20px 0 0;
}
.comments-head{
	color:#5f3000;
	background:url(http://blog.osakazine.net/_img/taiyakisan/bg_commenthead.gif) no-repeat 0 0;
	padding:14px 0 0 45px;
	font-size:117%;
	font-weight:bold;
	line-height:150%;
}
.comments-body{
	line-height:135%;
	margin:15px 5px 10px 25px;
}
.comments-post{
	color:#000;
	font-size:83.4%;
	text-align:right;
	margin:0px 0px 25px 0px;
	border-top:#d2c6b4 dotted 1px;
}

/*【7】プラグイン設定*/
/*◆7-0　プラグイン共通*/
.sidetitle{
	background:url(http://blog.osakazine.net/_img/taiyakisan/bg_sidetitle.gif) no-repeat 0 0;
	color:#c8502f;
	letter-spacing:0px;
	font-weight:bold;
	padding:10px 46px 0px 10px;
}
.side{
	background:url(http://blog.osakazine.net/_img/taiyakisan/bg_side.gif) no-repeat 0 0;
	line-height:140%;
	margin:0px 0px 25px 0px;
	padding:18px 12px 0 1px;
}
/*サイドリンク色*/
.side a:link , .side a:visited {}
.side a:hover , .side a:active {}
/*◆7-1　カレンダー*/
.calender{
	width:190px;
	background:#b2d83b url(http://blog.osakazine.net/_img/taiyakisan/bg_calendar.gif) no-repeat 0 100%;
	padding:0 0 10px;
	margin:0 0 20px;
	font-size:83.4%;
	font-size:12px;
}
.calendarhead{
	color:#5f3000;
	background: url(http://blog.osakazine.net/_img/taiyakisan/bg_calendarhead.gif) no-repeat 0 0;
	font-weight:bold;
	letter-spacing:2px;
	text-align:center;
	padding:10px 0px 5px 0px;
	font-size:12px;
}
.calendarhead a:link,.calendarhead a:visited{color:#5f3000;}
.calendarhead a:hover,.calendarhead a:active{color:#5f3000;}
.calendartable{ /*カレンダーテーブル*/
	margin:0px 10px;
	width:170px;
	text-align:center;
	color:#000;
	/*border: 1px solid #484848;*//*セルの枠線と同色指定時はテーブル右枠線は消す*/
	border-spacing:0px;
	letter-spacing:0px;
	empty-cells:show;
	font-size:12px;
}
* html .calendartable 
{ /*IE6のボーダー間隔を接着*/
	border-collapse:collapse;
}
*+html .calendartable 
{ /*IE7のボーダー間隔を接着*/
	border-collapse:collapse;
}
.calendarweek{ /*曜日(文字)*/
	color:#fff;
	font-weight: bold;
}
.calendarwd{ /*曜日(セル)*/
	line-height: 130%;
}
.calendard{ /*日付(セル)*/
	line-height: 130%;
}
.calendartable a:link , .calendartable a:visited{color:#000;}
 .calendartable a:hover , .calendartable a:active {color:#000;}
/*
sat {}　土曜セル
sun {}　日曜セル
today {}　今日セル
*/

/*◆7-2　RSS*/
.rss{
	padding:0 35px 0 0;
}
.rss ul {
	margin:0px;
	padding:0;
	width:100%;
	text-align:center;
}
.rss ul li{
	border-right:1px solid #f9f8f0;
	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;
}
.rss ul a:link , 
.rss ul a:visited{
	color:#f9f8f0;
	text-decoration:none;
}
.rss ul a:hover ,
.rss ul a:active{
	color:#f9f8f0;
	text-decoration:none;
}
/*◆7-3　最近の記事*/
.recententry {
	background:url(http://blog.osakazine.net/_img/taiyakisan/bg_eachside.gif) no-repeat 169px 0;
}
/*◆7-4　過去記事*/
.archives {
	background:url(http://blog.osakazine.net/_img/taiyakisan/bg_eachside.gif) no-repeat 169px 0;
}
/*◆7-5　カウンター*/
.counter {
	background:url(http://blog.osakazine.net/_img/taiyakisan/bg_eachside.gif) no-repeat 169px 0;
}
/*◆7-6　最近のコメント*/
.comment {
	background:url(http://blog.osakazine.net/_img/taiyakisan/bg_eachside.gif) no-repeat 169px 0;
}
/*◆7-7　最近のトラバ*/
.trackback {
	background:url(http://blog.osakazine.net/_img/taiyakisan/bg_eachside.gif) no-repeat 169px 0;
}
/*◆7-8　お気に入り*/
.link {
	background:url(http://blog.osakazine.net/_img/taiyakisan/bg_eachside.gif) no-repeat 169px 0;
}
/*◆7-9　ブログ内検索*/
.search {
	background:url(http://blog.osakazine.net/_img/taiyakisan/bg_eachside.gif) no-repeat 169px 0;
}
/*◆7-10　QRコード*/
.qrcode {	
	background:url(http://blog.osakazine.net/_img/taiyakisan/bg_eachside.gif) no-repeat 169px 0;
}
.qrcode .side {
	padding-right:35px;
}
/*◆7-11　読者登録*/
.subscription {
	background:url(http://blog.osakazine.net/_img/taiyakisan/bg_eachside.gif) no-repeat 169px 0;
}
/*◆7-12　プロフィール*/
.profile {
	background:url(http://blog.osakazine.net/_img/taiyakisan/bg_eachside.gif) no-repeat 169px 0;
}
.profile .photo{
	text-align:center;
	overflow:hidden;
}
.profile .photo img{
	display:block;
	max-width:150px;
	margin:0 auto;
}
.nickname{
	color:#fff1cf;
	margin:10px 0px;
}
.message{}
/*◆7-13　オーナーメール*/
.inquiry {
	background:url(http://blog.osakazine.net/_img/taiyakisan/bg_eachside.gif) no-repeat 169px 0;
}
.inquiry .side {
	padding-right:35px;
}
/*◆7-14　インフォメーション*/
.ad {
	background:url(http://blog.osakazine.net/_img/taiyakisan/bg_eachside.gif) no-repeat 169px 0;
}
.ad .side {
	padding-right:35px;
}
/*◆7-15　カテゴリ*/
.category {
	background:url(http://blog.osakazine.net/_img/taiyakisan/bg_eachside.gif) no-repeat 169px 0;
}
/*◆7-16　新規投稿*/
.blog_entry {
	background:url(http://blog.osakazine.net/_img/taiyakisan/bg_eachside.gif) no-repeat 169px 0;
}
.blog_entry .side {
	padding-right:35px;
}
/*◆7-17　カスタム1*/
.custom1 {}
/*◆7-18　カスタム2*/
.custom2 {}
/*◆7-19　カスタム3*/
.custom3 {}

/*◆7-20　固定ブログパーツ*/
.blogparts {
	margin:0 25px 10px 15px;
}

/*◆7-21　タグクラウド*/
.tag_cloud {
	background:url(http://blog.osakazine.net/_img/taiyakisan/bg_eachside.gif) no-repeat 169px 0;
}
