@charset "utf-8"; 

/*机の上
2カラム 固定
20090422

【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:#666;
	background:#000 url(http://blog.osakazine.net/_img/tsukuenoue/bg_all.jpg) top center repeat;
	text-align:center;
	font-size: 62.5%;/*フォントサイズ初期化16px×62.5％＝10px */
}
img{
	border:none;
}
a:link , 
a:visited{color:#fff;text-decoration:underline;}
a:active , 
a:hover{color:#fff;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;
}
/*clearfix*/
  /* WinIE7 only */
    *:first-child+html .clearfix {height: 1%;}
  /* WinIE6 and below */
    /* hide \*/
    * html .clearfix {height: 1%;}
    /*MacIE*/
  /* MacIE only */
    /*\*//*/ 
    .clearfix {display: inline-table;}
    /**/
  .clearfix:after{/* modern browser */
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
  }
/*BIR*/
.bir {
	position:relative;
	top:0;
	left:0;
	display:block;
	z-index:-1;
	/*hide\*/	overflow:hidden;/*MacIE*/
	font-weight:bold;
	font-size:
}

/*◆2-1　ヘッダ*/
#banner {
	background:url(http://blog.osakazine.net/_img/tsukuenoue/bg_head.jpg) top center no-repeat;
	padding: 13px 0 0;
	margin: 0 0 15px;
	position: relative;
	width: 100%;
	text-align: center;
}
#banner .wrap {
	border-bottom: 2px solid #c30;
	background: #000;
	padding: 7px 0;
	margin: 0;
	width: 100%;
	text-align: center;
}
#banner .wrap .inner {
	width: 820px;
	text-align:left;
	margin: 0 auto;
}
#banner #picbox {
	display: block;
	width: 820px;
	margin: 0 auto 14px;
	padding: 0;
	text-align: right;
	position: relative;
}
#banner #picbox #head_pic {
	display: block;
	width: 300px;
	height: 225px;
	margin: 0;
	padding: 0;
	float: right;
	position: relative;
	top: 0;
	right: 7px;
}
.blogtitle{
	display: block;
	padding: 0;
	margin: 0;
	font-size: 1.6em;
	font-weight: bold;
}
.blogtitle a {
	color: #fff;
}
.blogtitle a , 
.blogtitle a:link , 
.blogtitle a:visited{color:#fff;text-decoration:none;}
.blogtitle a:hover , 
.blogtitle a:active {color:#fff;text-decoration:underline;}
.description{
	color: #999;
	font-size: 1.2em;
}
/*◆2-2　フッタ*/
#footer{
	clear:both;
	padding: 5px 0;
	margin: 40px 0 80px;
	background: #000;
	border-top: 2px solid #c30;
	text-align: center;
}
#copyright{
	color:#fff;
	text-align:center;
	font-style: normal;
	padding: 0;
}
/*【3】レイアウト(2カラム固定)*/
/*◆3-1　全体枠*/
#container{
	width:820px;
	margin:0px auto;
	text-align:left;
	font-size:120%;
}
/*◆3-2　コンテンツ*/
#content{
	width:620px;
	float:right;
	line-height: 150%;
}
/*◆3-3　中段*/
#middle {
	padding: 0;
	height:1%;/*for IE6+7 ボックス関連バグ*/
}
html>/**/#middle {
	height:auto;/*for FF*/
}

/*◆3-4　サイド1*/
#links{
	width:190px;
	float: left;
	text-align:left;
	padding:4px 0 0;
	margin: 0 0 20px;
	overflow:hidden;
	color: #ccc;
}
/*◆3-5　サイド2*/

/*【4】コンテンツ内*/
/*◆4-0　ブログ本体*/
.blog{
	margin:0;
	width: 620px;
}
/*◆4-1　記事部分*/
.blogbody{
	margin:0 0 10px;
	padding: 0;
	width: 620px;
	background: #fff;
	border-bottom: 2px #300 solid;
}
.blogbody a:link , 
.blogbody a:visited{color:#c30;text-decoration:underline;}
.blogbody a:active , 
.blogbody a:hover{color:#c30;text-decoration:none;}
/*◆4-2　記事日付*/
.date{
	color:#fff;
	padding: 0;
	width: 98px;
	float: left;
	font-size: 0.83em;
	background: #c30;
	text-align: center;
}


/*◆4-3　記事タイトル*/
.title{
	padding: 3px 0 8px;
	margin: 0 0 8px;
	background: url(http://blog.osakazine.net/_img/tsukuenoue/bg_title.gif) bottom left repeat-x;
}
/*clearfix*/
  /* WinIE7 only */
    *:first-child+html .title {height: 1%;}
  /* WinIE6 and below */
    /* hide \*/
    * html .title {height: 1%;}
    /*MacIE*/
  /* MacIE only */
    /*\*//*/ 
    .title {display: inline-table;}
    /**/
  .title:after{/* modern browser */
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
  }
.title h2 {
	display: inline;
	font-size: 1.33333;
	color: #fff;
	font-weight: bold;
	padding: 0 0 0 5px;
}
.title h2 a {
	padding: 0;
}
.title a:link , .title a:visited { color:#fff; text-decoration:none;}
.title a:hover , .title a:active { color:#fff; text-decoration:underline;}


/*◆4-4　記事本文*/
.main{
	color:#666;
	overflow:auto;
	line-height:135%;
	padding: 0 10px 20px;
	margin: 0;
	clear: both;
	width: 600px;
}
.main img{
	margin:0px 5px 5px 5px;
}
.main-continues{
	display: block;
	margin: 10px 0 0;
	text-align: right;
}
.main-continues a {
	background: url(http://blog.osakazine.net/_img/tsukuenoue/bg_mark01.gif) 0 50% no-repeat;
	padding: 0 0 0 14px;
	_height: 1px; /*for IE*/
}

/*記事本文リンク色*/
.main a:link , .main a:visited {}
.main a:hover , .main a:active {}
/*「続きを読む」リンク色*/
a.acontinues:link , a.acontinues:visited {}
a.acontinues:hover , a.acontinues:active {}
/*◆4-5　記事追記*/
#more {}

/*◆4-6　記事下部*/
.posted{
	text-align:right;
	margin: 10px 0;
	padding: 1px 10px 0;
	border-top: 1px solid #ccc;
	font-size: 0.83em;
	clear: both;
	color: #999;
}
a.aposted{}
a.aposted:link , a.aposted:visited {}
a.aposted:hover , a.aposted:active {}
.menu{
	color:#000;
	text-align:right;
	margin: 20px 0;
}
.blogentry .menu{
	color:#000;
	text-align:right;
	margin: 20px 10px;
}
/*◆4-7　ページメニュー*/
.menu a.prev {
	background: #000;
	border: 2px solid #c30;
	padding: 3px 4px;
	margin: 0 0 0 10px;
	_height: 1px; /*for IE*/
}
.menu a.next {
	background: #000;
	border: 2px solid #c30;
	padding: 3px 4px;
	margin: 0 0 0 10px;
	_height: 1px; /*for IE*/
}
.menu a.ctop {
	background: #000;
	border: 2px solid #c30;
	padding: 3px 4px;
	margin: 0 0 0 10px;
	_height: 1px; /*for IE*/
}
.blogentry .menu a.prev {
	background: #fff;
	border: 2px solid #eee;
	padding: 3px 4px;
	margin: 0 0 0 10px;
	_height: 1px; /*for IE*/
}
.blogentry .menu a.next {
	background: #fff;
	border: 2px solid #eee;
	padding: 3px 4px;
	margin: 0 0 0 10px;
	_height: 1px; /*for IE*/
}
.blogentry .menu a.ctop {
	background: #fff;
	border: 2px solid #eee;
	padding: 3px 4px;
	margin: 0 0 0 10px;
	_height: 1px; /*for IE*/
}
a.amenu:link , a.amenu:visited {}
a.amenu:hover , a.amenu:active {}
/*◆4-8　ページトップ*/
.pagetop{
	text-align:right;
	display: block;
	margin: 10px 0;
}
.pagetop a {
	background: url(http://blog.osakazine.net/_img/tsukuenoue/bg_mark02.gif) 0 50% no-repeat;
	padding: 0 0 0 13px;
	_height: 1px; /*for IE*/
}

/*【6】コメント･TB関連*/
/*◆6-1　コメント投稿フォーム*/
table.form {
	margin:25px 0px 30px 13px;
}
.cmtform {
	margin-left: 50px;
}
.cmtform .center{
	text-align: center;
}
.form th {
	vertical-align:top;
	text-align: right;
	font-weight: normal;
}
label{
	font-size:12px;
}
#author{
	width:200px;
	border:1px solid #ccc;
}
#email{
	width:200px;
	border:1px solid #ccc;
}
#url{
	width:200px;
	border:1px solid #ccc;
}
#text{ font-size:12px;
	width:400px;
	height:200px;
	border:1px solid #ccc;
}
.form .button {
	margin:0 auto;
	display: block;
}

/*◆6-2　トラックバック一覧*/
#trackback {
	margin: 10px 0 0 10px;
	padding-right: 10px;
}
.trackback-url{
	color:#000;
	font-size:12px;
	font-weight:bold;
	margin:15px 0px 25px 13px;
	padding: 5px;
	border: 2px solid #eee;
	background: #fff;
	width: 350px;
}
.trackback-title{
	color:#000;
	font-weight:bold;
	line-height:150%;
	padding-left: 12px;
	background: url(http://blog.osakazine.net/_img/tsukuenoue/bg_mark04.gif) 0 50% no-repeat;
}
.trackback-body{
	line-height:135%;
	margin:20px 0px 15px 13px;
}
.trackback-post{
	text-align:right;
	margin:0px 0px 15px 13px;
	border-top: 1px solid #ccc;
	padding: 1px 0 0 0;
	font-size: 0.83em;
	color: #999;
}
a.atrackback-post:link , 
a.atrackback-post:visited {}
a.atrackback-post:hover , 
a.atrackback-post:active {}
/*◆6-3　コメント一覧*/
#comments {
	margin: 10px 0 0 10px;
	padding-right: 10px;
}
.comments-head{
	color:#000;
	font-weight:bold;
	line-height:150%;
	padding-left: 12px;
	background: url(http://blog.osakazine.net/_img/tsukuenoue/bg_mark04.gif) 0 50% no-repeat;
}
.comments-body{
	line-height:135%;
	margin:20px 0px 15px 13px;
}
.comments-post{
	text-align:right;
	margin:0px 0px 15px 13px;
	border-top: 1px solid #ccc;
	padding: 1px 0 0 0;
	font-size: 0.83em;
	color: #999;
}

/*【7】プラグイン設定*/
/*◆7-0　プラグイン共通*/
.sidetitle{
	background: #000;
	color:#fff;
	font-size: 1.166666em;
	padding:4px 5px;
	margin: 0 0 10px;
	border-left: #c30 5px solid;
	font-weight: bold;
}
.side{
	margin:0px 0px 20px 0px;
	padding:0 0 0 10px;
}
#links .bnr {
	margin: 0;
	padding: 0 0 5px;
}
#links .bnr img {
	display: block;
	margin: 0 0 5px;
	padding: 0;
}

/*サイドリンク色*/
.side a:link , .side a:visited {}
.side a:hover , .side a:active {}
/*◆7-1　カレンダー*/
.calender{
	font-size:10px;
}
.calendarhead{
	font-size:12px;
	letter-spacing:2px;
	text-align:center;
	padding:3px 0px 3px 0px;
}
.calendartable{ /*カレンダーテーブル*/
	margin:0px auto 20px auto;
	width:190px;
	font-size:10px;
	text-align:center;
	border-spacing:0px;
	empty-cells:show;
}
* html .calendartable 
{ /*IE6のボーダー間隔を接着*/
	border-collapse:collapse;
}
*+html .calendartable 
{ /*IE7のボーダー間隔を接着*/
	border-collapse:collapse;
}
.calendarweek{ /*曜日(文字)*/
	font-size:10px;
	font-weight: bold;
	color: #fff;
}
.calendarwd{ /*曜日(セル)*/
	line-height: 150%;
}
.calendard{ /*日付(セル)*/
	line-height: 150%;
}
.calendartable a:link , .calendartable a:visited{}
 .calendartable a:hover , .calendartable a:active {}
/*
sat {}　土曜セル
sun {}　日曜セル
today {}　今日セル
*/

/*◆7-2　RSS*/
.rss{}
.rss ul {
	margin:0px;
	padding:0px;
	width:100%;
	text-align:center;
}
.rss ul li{
	border-right:#999 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:#fff;
	text-decoration:none;
}
.rss ul a:hover ,
.rss ul a:active{
	color:#fff;
	text-decoration:none;
}
/*◆7-3　最近の記事*/
.recententry {}
.recententry .sidetitle {
	margin-bottom: 2px;
}
.recententry .sidebody {
	background: url(http://blog.osakazine.net/_img/tsukuenoue/bg_sidebody.gif) bottom left no-repeat;
	padding: 3px 0 6px 0;
}
.recententry .sidebody a {
	background: url(http://blog.osakazine.net/_img/tsukuenoue/bg_mark03.gif) 0 0.5em no-repeat;
	padding-left: 8px;
	_height: 1px; /* for IE */
}
/*◆7-4　過去記事*/
.archives .sidetitle {
	margin-bottom: 2px;
}
.archives .sidebody {
	background: url(http://blog.osakazine.net/_img/tsukuenoue/bg_sidebody.gif) bottom left no-repeat;
	padding: 3px 0 6px 0;
}
.archives .sidebody a {
	background: url(http://blog.osakazine.net/_img/tsukuenoue/bg_mark03.gif) 0 0.5em no-repeat;
	padding-left: 8px;
	_height: 1px; /* for IE */
}
/*◆7-5　カウンター*/
.counter {}
/*◆7-6　最近のコメント*/
.comment .sidetitle {
	margin-bottom: 2px;
}
.comment .sidebody {
	background: url(http://blog.osakazine.net/_img/tsukuenoue/bg_sidebody.gif) bottom left no-repeat;
	padding: 3px 0 6px 0;
}
.comment .sidebody a {
	background: url(http://blog.osakazine.net/_img/tsukuenoue/bg_mark03.gif) 0 0.5em no-repeat;
	padding-left: 8px;
	_height: 1px; /* for IE */
}
/*◆7-7　最近のトラバ*/
.trackback .sidetitle {
	margin-bottom: 2px;
}
.trackback .sidebody {
	background: url(http://blog.osakazine.net/_img/tsukuenoue/bg_sidebody.gif) bottom left no-repeat;
	padding: 3px 0 6px 0;
}
.trackback .sidebody a {
	background: url(http://blog.osakazine.net/_img/tsukuenoue/bg_mark03.gif) 0 0.5em no-repeat;
	padding-left: 8px;
	_height: 1px; /* for IE */
}
/*◆7-8　お気に入り*/
.link .sidetitle {
	margin-bottom: 2px;
}
.link .sidebody {
	background: url(http://blog.osakazine.net/_img/tsukuenoue/bg_sidebody.gif) bottom left no-repeat;
	padding: 3px 0 6px 0;
}
.link .sidebody a {
	background: url(http://blog.osakazine.net/_img/tsukuenoue/bg_mark03.gif) 0 0.5em no-repeat;
	padding-left: 8px;
	_height: 1px; /* for IE */
}
/*◆7-9　ブログ内検索*/
.search {}
/*◆7-10　QRコード*/
.qrcode {}
/*◆7-11　読者登録*/
.subscription {}
.subscription .sidebody { margin: 0 0 8px;}
.subscription .sidebody .text { margin: 0 0 8px;}
/*◆7-12　プロフィール*/
.profile {}
.profile .photo{
	text-align:left;
	overflow:hidden;
}
.profile .photo img{
	display:block;
	max-width:180px;
	margin:0;
}
.nickname{
	color:#fff;
	font-weight:bold;
	margin:0;
}
.message{}
/*◆7-13　オーナーメール*/
.inquiry {}
/*◆7-14　インフォメーション*/
.ad {}
/*◆7-15　カテゴリ*/
.category .sidetitle {
	margin-bottom: 2px;
}
.category .sidebody {
	background: url(http://blog.osakazine.net/_img/tsukuenoue/bg_sidebody.gif) bottom left no-repeat;
	padding: 3px 0 6px 0;
}
.category .sidebody a {
	background: url(http://blog.osakazine.net/_img/tsukuenoue/bg_mark03.gif) 0 0.5em no-repeat;
	padding-left: 8px;
	_height: 1px; /* for IE */
}
/*◆7-16　新規投稿*/
.blog_entry {}
/*◆7-17　カスタム1*/
.custom1 {}
/*◆7-18　カスタム2*/
.custom2 {}
/*◆7-19　カスタム3*/
.custom3 {}

