@charset "utf-8"; 

/*オダギリサトシ 大阪市内全部行ってみるブログ テンプレート
2カラム 固定
061219

【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
*/

/*【1】共通設定*/
/*◆1-1　要素初期化*/
*{
	font-family:Verdana, Osaka, "ＭＳ Ｐゴシック", sans-serif;
}
textarea,select,input {
}
body{
	margin:0px;
	padding:0px;
	color:#999999;
	background:#ECF8F9;
	text-align:center;
	font-size: 62.5%;/*フォントサイズ初期化16px×62.5％＝10px */
}
img{
	border:none;
}
a:link , 
a:visited{color:#999999;text-decoration:underline;}
a:active , 
a:hover{color:#999999;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　ヘッダ*/
#banner {
	background: url(http://blog.osakazine.net/_img/odagiri/bg_head.jpg) no-repeat 0 0;
	height:200px;
}
.blogtitle{
	width:220px;
	height:200px;
	float:right;
	text-indent:-9999px;
}
.blogtitle a , 
.blogtitle a:link , 
.blogtitle a:visited{
	width:220px;
	height:200px;
	display:block;
}
.blogtitle a:hover , 
.blogtitle a:active {
	width:220px;
	height:200px;
	display:block;
}
.description{
	width:520px;
	height:20px;
	display:block;
	float:right;
	text-indent:-9999px;
}
#banner .atfirst{
	width:380px;
	height:15px;
	display:block;
	float: right;
	padding:5px 140px 0 0;
	text-indent:-9999px;
}
#banner .atfirst a{
	width:380px;
	height:15px;
	display:block;
}

/*◆2-2　フッタ*/
#footer{
	clear:both;
	padding:0 5px 5px;
}
#copyright{
	width:505px;
	height:16px;
	background:url(http://blog.osakazine.net/_img/odagiri/bg_slash.gif) repeat 0 0;
	font-size:83.4%;
	color:#2CA9E1;
	line-height:150%;
	text-align:left;
	font-style: normal;
}
/*【3】レイアウト(2カラム固定)*/
/*◆3-1　全体枠*/
#container{
	width:740px;
	background:url(http://blog.osakazine.net/_img/odagiri/bg_container.gif) repeat-y 0 0;
	margin:0px auto;
	padding:0px 2px 0px 2px;
	text-align:left;
	font-size:120%;
}
/*◆3-2　コンテンツ*/
#content{
	width:520px;
	float:left;
	line-height: 150%;
}
/*◆3-3　中段*/
#middle {
	background:url(http://blog.osakazine.net/_img/odagiri/bg_middle.jpg) no-repeat 0 0;
	padding: 0;
	height:1%;/*for IE6+7 ボックス関連バグ*/
}
html>/**/#middle {
	height:auto;/*for FF*/
}

/*◆3-4　サイド1*/
#links{
	width:185px;
	float:right;
	text-align:left;
	overflow:hidden;
	padding:25px 21px 0 14px;
}
/*◆3-5　サイド2*/

/*【4】コンテンツ内*/
/*◆4-0　ブログ本体*/
.blog{
	margin:35px 10px 20px 5px;
	width: 505px;
}
/*◆4-1　記事部分*/
.blogbody{
	width:505px;
	margin:0 0 50px 0;
}
/*◆4-2　記事日付*/
.date{
	color:#999999;
	font-size:12px;
	font-weight:normal;
	letter-spacing:2px;
	padding:0px 0px 3px 3px;
	line-height: 120%;
}


/*◆4-3　記事タイトル*/
.title{
	color:#2CA9E1;
	font-weight:bold;
	line-height:120%;
	background:url(http://blog.osakazine.net/_img/odagiri/bg_slash_c.gif) no-repeat left bottom;
	padding: 0 0 8px 3px;
	margin:0 0 20px;
}
.title a:link , .title a:visited {color:#2CA9E1; text-decoration:none;}
.title a:hover , .title a:active {color:#24D6EA; text-decoration:none;}


/*◆4-4　記事本文*/
.main{
	width:502px;
	overflow:auto;
	line-height:150%;
	padding:0 0 0 3px;
}
.main img{
	margin:0px 5px 5px 5px;
}
.main-continues{
}
/*記事本文リンク色*/
.main a:link , .main a:visited {}
.main a:hover , .main a:active {}
/*「続きを読む」リンク色*/
a.acontinues:link , a.acontinues:visited {color:#2CA9E1; text-decoration:none;}
a.acontinues:hover , a.acontinues:active {color:#24D6EA; text-decoration:none;}
/*◆4-5　記事追記*/
#more {}

/*◆4-6　記事下部*/
.posted{
	background:url(http://blog.osakazine.net/_img/odagiri/bg_slash.gif) repeat 0 0;
	color:#2CA9E1;
	font-size:83.4%;
	text-align:right;
	margin:8px 0px 8px 0px;
	padding:0 5px;
}
a.aposted{
	color:#2CA9E1;
}
a.aposted:link , a.aposted:visited {color:#2CA9E1; text-decoration:none;}
a.aposted:hover , a.aposted:active {color:#24D6EA; text-decoration:none;}
.menu{
	color:#2CA9E1;
	font-size:83.4%;
	text-align:right;
}
/*◆4-7　ページメニュー*/
a.amenu:link , a.amenu:visited {color:#2CA9E1; text-decoration:none;}
a.amenu:hover , a.amenu:active {color:#24D6EA; text-decoration:none;}
/*◆4-8　ページトップ*/
.pagetop{
	color:#2CA9E1;
	font-size:83.4%;
	text-align:right;
	margin:0px 0px 25px 0px;
}

/*【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{
	color:#999999;
	width:200px;
	border:1px solid #D0EBEE;
}
#email{
	color:#999999;
	width:200px;
	border:1px solid #D0EBEE;
}
#url{
	color:#999999;
	width:200px;
	border:1px solid #D0EBEE;
}
#text{ font-size:12px;
	color:#999999;
	width:400px;
	height:200px;
	border:1px solid #D0EBEE;
}
.form .button {
	margin:0 auto;
	display: block;
}

/*◆6-2　トラックバック一覧*/
#trackback {
	margin:15px 0 0;
}
.trackback-url{
	color:#B9F9FE;
	font-size:12px;
	font-weight:bold;
	margin:15px 0px 25px 15px;
}
.trackback-title{
	color:#2CA9E1;
	font-weight:bold;
	line-height:150%;
	background:url(http://blog.osakazine.net/_img/odagiri/bg_slash_c.gif) no-repeat left bottom;
	padding:0 0 8px 0;
}
.trackback-body{
	line-height:135%;
	margin:20px 0px 15px 15px;
}
.trackback-post{
	color:#2CA9E1;
	font-size:83.4%;
	font-weight:normal;
	text-align:right;
	margin:0px 0px 25px 15px;
	padding: 0 0 5px 0;
	border-bottom:#D0EBEE solid 1px;	
}
a.atrackback-post:link , 
a.atrackback-post:visited {color:#2CA9E1;text-decoration:underline;}
a.atrackback-post:hover , 
a.atrackback-post:active {color:#2CA9E1;text-decoration:none;}
/*◆6-3　コメント一覧*/
#comments {
	margin:15px 0 0;
}
.comments-head{
	color:#2CA9E1;
	font-weight:bold;
	line-height:150%;
	background:url(http://blog.osakazine.net/_img/odagiri/bg_slash_c.gif) no-repeat left bottom;
	padding:0 0 8px 0;
}
.comments-body{
	line-height:135%;
	margin:20px 0px 15px 15px;
}
.comments-post{
	color:#2CA9E1;
	font-size:83.4%;
	font-weight:normal;
	text-align:right;
	margin:0px 0px 25px 15px;
	padding: 0 0 5px 0;
	border-bottom:#D0EBEE solid 1px;	
}

/*【7】プラグイン設定*/
/*◆7-0　プラグイン共通*/
.sidetitle{
	height:14px;
	text-indent:-9999px;
	padding:0 0 5px 0;
	border-bottom:#D0EBEE solid 1px;
}
.side{
	font-size:12px;
	line-height:150%;
	margin:0px 0px 10px 0px;
	padding:8px;
}
/*サイドリンク色*/
.side a:link , .side a:visited {}
.side a:hover , .side a:active {}
/*◆7-1　カレンダー*/
.calender{
	font-size:10px;	
}
.calendarhead{
	color:#2CA9E1;
	font-size:12px;
	font-weight:bold;
	letter-spacing:2px;
	text-align:center;
	padding:3px 0px 3px 0px;
}
.calendarhead a:link , .calendarhead a:visited {color:#2CA9E1;}
.calendarhead a:hover , .calendarhead a:active {color:#2CA9E1;}
.calendartable{ /*カレンダーテーブル*/
	margin:0px auto 10px auto;
	width:165px;
	text-align:center;
}
* html .calendartable 
{ /*IE6のボーダー間隔を接着*/
	border-collapse:collapse;
}
*+html .calendartable 
{ /*IE7のボーダー間隔を接着*/
	border-collapse:collapse;
}
.calendarweek{ /*曜日(文字)*/
	color:#999999;
	font-size:10px;
	font-weight: bold;
}
.calendarwd{ /*曜日(セル)*/
	line-height: 130%;
}
.calendard{ /*日付(セル)*/
	line-height: 130%;
}
.calendartable a:link , .calendartable a:visited{}
 .calendartable a:hover , .calendartable a:active {}
/*
sat {}　土曜セル
sun {}　日曜セル
today {}　今日セル
*/

/*◆7-2　RSS*/
.rss{}
.rss ul {
	margin:0 0 20px 0;
	padding:0px;
	width:100%;
	text-align:center;
}
.rss ul li{
	border-right:#2CA9E1 1px solid;
	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:#2CA9E1;
	text-decoration:none;
}
.rss ul a:hover ,
.rss ul a:active{
	color:#94F7FE;
	text-decoration:none;
}
/*◆7-3　最近の記事*/
.recententry {}
.recententry .sidetitle{
	background:url(http://blog.osakazine.net/_img/odagiri/recententry.gif) no-repeat 0 0;
}
/*◆7-4　過去記事*/
.archives {}
.archives .sidetitle{
	background:url(http://blog.osakazine.net/_img/odagiri/archives.gif) no-repeat 0 0;
}
/*◆7-5　カウンター*/
.counter {}
.counter .sidetitle{
	background:url(http://blog.osakazine.net/_img/odagiri/counter.gif) no-repeat 0 0;
}
/*◆7-6　最近のコメント*/
.comment {}
.comment .sidetitle{
	background:url(http://blog.osakazine.net/_img/odagiri/comment.gif) no-repeat 0 0;
}
/*◆7-7　最近のトラバ*/
.trackback {}
.trackback .sidetitle{
	background:url(http://blog.osakazine.net/_img/odagiri/tb.gif) no-repeat 0 0;
}
/*◆7-8　お気に入り*/
.link {}
.link .sidetitle{
	background:url(http://blog.osakazine.net/_img/odagiri/link.gif) no-repeat 0 0;
}
/*◆7-9　ブログ内検索*/
.search {}
.search .sidetitle{
	background:url(http://blog.osakazine.net/_img/odagiri/search.gif) no-repeat 0 0;
}
/*◆7-10　QRコード*/
.qrcode {}
.qrcode .sidetitle{
	background:url(http://blog.osakazine.net/_img/odagiri/qr.gif) no-repeat 0 0;
}
/*◆7-11　読者登録*/
.subscription {}
.subscription .sidetitle{
	background:url(http://blog.osakazine.net/_img/odagiri/subscription.gif) no-repeat 0 0;
}
/*◆7-12　プロフィール*/
.profile {}
.profile .sidetitle{
	background:url(http://blog.osakazine.net/_img/odagiri/profile.gif) no-repeat 0 0;
}
.profile .photo{
	text-align:center;
	overflow:hidden;
}
.profile .photo img{
	display:block;
	max-width:150px;
	margin:0 auto;
	border:#CCCCCC solid 1px;
}
.nickname{
	color:#2CA9E1;
	font-weight:bold;
	margin:10px 0px;
}
.message{}
/*◆7-13　オーナーメール*/
.inquiry {}
.inquiry .sidetitle{
	background:url(http://blog.osakazine.net/_img/odagiri/inquiry.gif) no-repeat 0 0;
}
/*◆7-14　インフォメーション*/
.ad {}
.ad .sidetitle{
	background:url(http://blog.osakazine.net/_img/odagiri/ad.gif) no-repeat 0 0;
}
/*◆7-15　カテゴリ*/
.category {}
.category .sidetitle{
	background:url(http://blog.osakazine.net/_img/odagiri/category.gif) no-repeat 0 0;
}
/*◆7-16　新規投稿*/
.blog_entry {}
/*◆7-17　カスタム1*/
.custom1 {}
/*◆7-18　カスタム2*/
.custom2 {}
/*◆7-19　カスタム3*/
.custom3 {}
/*◆7-20　タグクラウド*/
.tag_cloud{}
.tag_cloud .sidetitle{
	background:url(http://blog.osakazine.net/_img/odagiri/tag.gif) no-repeat 0 0;
}

