@charset "utf-8"; 

/*花と写真
2カラム 固定(640px)
20091028

【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:#999;
	background:#fff;
	text-align:center;
	font-size: 62.5%;/*フォントサイズ初期化16px×62.5％＝10px */
}
img{
	border:none;
}
a:link , 
a:visited{color:#666;text-decoration:underline;}
a:active , 
a:hover{color:#666;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:
}

/*ボタン*/
div.btns{ 
	white-space:nowrap; 
	font-size: 0.83em;
	margin: 0;
}
div.btns a.btn{ 
	float:left; 
	background: url(http://blog.osakazine.net/_img/hanatoshasin/bg_btn.gif) 0 0 no-repeat; 
	cursor:pointer; 
	text-align:center; 
	display:block; 
	text-decoration:none; 
	margin:15px 5px 3px 0;
	padding: 0;
	line-height: 1em;
} 
div.btns a.btn:hover{ 
	opacity:0.6; 
	filter:alpha(opacity:60);
	-moz-opacity:0.6;
	text-decoration: underline;
} 
div.btns a.btn span.btnBg { 
	padding:3px 11px 6px 8px; 
	text-align:center; 
	position:relative; 
	left:1px;
	top:1px; 
	display:block; 
	text-decoration:none; 
	background: url(http://blog.osakazine.net/_img/hanatoshasin/bg_btn.gif) right bottom no-repeat;
}
div.btns a.btn span.btnMark {
	background: url(http://blog.osakazine.net/_img/hanatoshasin/bg_mark02.gif) 0 0.5em no-repeat;
	padding: 0 0 0 6px;
}

/*画像の枠*/
.images {
	padding: 5px;
	background: url(http://blog.osakazine.net/_img/hanatoshasin/bg_image.gif) 0 0 repeat;
}

/*◆2-1　ヘッダ*/
#banner {
	padding: 0;
	margin: 0;
}
.blogtitle{
	display: block;
	padding: 0;
	margin: 0;
	font-size: 1.33333em;
	font-weight: bold;
}
.blogtitle a , 
.blogtitle a:link , 
.blogtitle a:visited{color:#000;text-decoration:none;}
.blogtitle a:hover , 
.blogtitle a:active {color:#000;text-decoration:underline;}
.description{}
/*◆2-2　フッタ*/
#footer{
	clear:both;
	padding: 0 0 17px;
	margin: 50px 0 0;
	text-align: center;
	position: relative;
	border-bottom: #d1d1c2 5px solid
}
#copyright{
	color:#999;
	text-align:left;
	font-style: normal;
	padding: 0;
	width: 500px;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 0.83em;
}
/*【3】レイアウト(2カラム固定)*/
/*◆3-1-1　全体枠1*/
#container{
	width:640px;
	margin:0px auto;
	text-align: center;
	font-size:120%;
	position: relative;
}

/*◆3-2　コンテンツ*/
#content{
	width:435px;
	float:left;
	line-height: 150%;
	text-align: left;
}
/*◆3-3　中段*/
#middle {
	padding: 0;
	height:1%;/*for IE6+7 ボックス関連バグ*/
}
html>/**/#middle {
	height:auto;/*for FF*/
}

/*◆3-4　サイド1*/
#links{
	width:190px;
	float:right;
	text-align:left;
	padding: 12px 0 0;
	margin: 0;
	overflow:hidden;
}
/*◆3-5　サイド2*/

/*【4】コンテンツ内*/
/*◆4-0　ブログ本体*/
.blog{
	margin:0;
	width: 435px;
}
/*◆4-1　記事部分*/
.blogbody{
	margin:0;
	padding: 0;
	width: 435px;
}
.blogbody .inner {
	position: relative;
	width: 435px;
}

/*◆4-2　記事日付*/
.date{
	color:#333;
	padding: 0;
	width: 115px;
	float: left;
}


/*◆4-3　記事タイトル*/
.title{
	background: url(http://blog.osakazine.net/_img/hanatoshasin/bg_title.gif) 0 100% no-repeat;
	padding: 0 0 3px;
	margin: 0 0 8px;
}
/*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.16666em;
	color: #666;
	font-weight: bold;
	padding: 0 0 0 10px;
}
.title h2 a {
	padding: 0;
}
.title a:link , .title a:visited { color:#666; text-decoration:none;}
.title a:hover , .title a:active { color:#666; text-decoration:underline;}


/*◆4-4　記事本文*/
.main{
	width: 435px;
	color:#999;
	overflow:auto;
	line-height:135%;
	padding: 2px 0 30px;
	margin: 0;
	clear: both;
}
.main img{
	margin:0px 5px 5px 0;
}
.main-continues{}
/*記事本文リンク色*/
.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{
	margin: 0 0 30px;
	padding: 10px 0 0;
	font-size: 0.83em;
	word-break: break-all;
	background: url(http://blog.osakazine.net/_img/hanatoshasin/bg_line2.gif) 0 0 repeat-x;
	
}
.posted a {
	background: url(http://blog.osakazine.net/_img/hanatoshasin/bg_mark01.gif) 2px 0.8em no-repeat;
	padding: 0 0 0 10px;
	word-break: break-all;
}
a.aposted{ color: #999; }
a.aposted:link , a.aposted:visited { color:#999; text-decoration: underline; }
a.aposted:hover , a.aposted:active { color:#999; text-decoration: none; }
.menu{
	color:#000;
	text-align:right;
	margin: 0 0 20px;
}
/*◆4-7　ページメニュー*/
a.amenu {
	border: 1px solid #ccc;
	padding: 5px;
	margin: 0 0 0 10px;
	zoom:1;
}
.menu a.prev {}
.menu a.next {}
.menu a.ctop {}
a.amenu:link , a.amenu:visited {}
a.amenu:hover , a.amenu:active {}
/*◆4-8　ページトップ*/
.pagetop{
	display: block;
	margin: 0;
	width: 77px;
	height: 17px;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
}
.pagetop a {
	background: url(http://blog.osakazine.net/_img/hanatoshasin/bg_pagetop.gif) 0 0 no-repeat;
	text-indent: -99999px;
	width: 77px;
	height: 17px;
	overflow: hidden;
	display: block;
}

/*【6】コメント･TB関連*/
/*◆6-1　コメント投稿フォーム*/
table.form {
	margin:25px 0px 0px 13px;
}
.cmtform {}
.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:250px;
	height:200px;
	border:1px solid #ccc;
}
.form .button {
	margin:0 auto;
	display: block;
}

/*◆6-2　トラックバック一覧*/
#trackback {
	margin: 40px 0 0;
	padding-right: 10px;
}
.trackback-url{
	color:#999;
	font-size:12px;
	font-weight:bold;
	margin:15px 0px 25px 0;
	padding: 5px;
	border: 1px solid #ccc;
	background: #fff;
	width: 350px;
}
.trackback-title{
	color:#666;
	font-weight:bold;
	line-height:150%;
}
.trackback-body{
	line-height:135%;
	margin:20px 0px 15px 0;
}
.trackback-post{
	text-align:right;
	margin:0px 0px 15px 0;
	border-top: 1px solid #eeeee8;
	padding: 1px 0 0 0;
	font-size: 0.83em;
}
a.atrackback-post:link , 
a.atrackback-post:visited {}
a.atrackback-post:hover , 
a.atrackback-post:active {}
/*◆6-3　コメント一覧*/
#comments {
	margin: 10px 0 0;
	padding-right: 10px;
}
.comments-head{
	color:#666;
	font-weight:bold;
	line-height:150%;
}
.comments-body{
	line-height:135%;
	margin:20px 0px 15px 0;
}
.comments-post{
	text-align:right;
	margin:0px 0px 15px 0;
	border-top: 1px solid #eeeee8;
	padding: 1px 0 0 0;
	font-size: 0.83em;
}
.comments-post a.aposted:link,
.comments-post a.aposted:visited { color:#666; text-decoration:underline; }
.comments-post a.aposted:hover,
.comments-post a.aposted:active { color:#666; text-decoration:none; }

/*【7】プラグイン設定*/
/*◆7-0　プラグイン共通*/
.sidetitle{
	background: #fff;
	color:#666;
	display: inline;
	padding:0 5px;
	margin: 0 0 0 5px;
	font-weight: bold;
}
.side{
	margin:0px 0px 20px 0px;
	padding:10px 0 0 10px;
}

/*サイドリンク色*/
.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: #ccc;
}
.calendarwd{ /*曜日(セル)*/
	line-height: 170%;
}
.calendard{ /*日付(セル)*/
	line-height: 170%;
}
.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:#333333;
	text-decoration:none;
}
.rss ul a:hover ,
.rss ul a:active{
	color:#333333;
	text-decoration:none;
}
/*◆7-3　最近の記事*/
.recententry {
	background: url(http://blog.osakazine.net/_img/hanatoshasin/bg_sidetitle.gif) 0 0.6em repeat-x;
}
.recententry .sidetitle {}
.recententry .sidebody {
	background: url(http://blog.osakazine.net/_img/hanatoshasin/bg_mark02.gif) 0 0.5em no-repeat;
	padding: 2px 0 2px 8px;
}
/*◆7-4　過去記事*/
.archives {
	background: url(http://blog.osakazine.net/_img/hanatoshasin/bg_sidetitle.gif) 0 0.6em repeat-x;
}
.archives .sidetitle {}
.archives .sidebody {
	background: url(http://blog.osakazine.net/_img/hanatoshasin/bg_mark02.gif) 0 0.5em no-repeat;
	padding: 2px 0 2px 8px;
}
/*◆7-5　カウンター*/
.counter {
	background: url(http://blog.osakazine.net/_img/hanatoshasin/bg_sidetitle.gif) 0 0.6em repeat-x;
}
/*◆7-6　最近のコメント*/
.comment {
	background: url(http://blog.osakazine.net/_img/hanatoshasin/bg_sidetitle.gif) 0 0.6em repeat-x;
}
.comment .sidetitle {}
.comment .sidebody {
	background: url(http://blog.osakazine.net/_img/hanatoshasin/bg_mark02.gif) 0 0.5em no-repeat;
	padding: 2px 0 2px 8px;
}
/*◆7-7　最近のトラバ*/
.trackback {
	background: url(http://blog.osakazine.net/_img/hanatoshasin/bg_sidetitle.gif) 0 0.6em repeat-x;
}
.trackback .sidetitle {
	margin-bottom: 2px;
}
.trackback .sidebody {
	background: url(http://blog.osakazine.net/_img/hanatoshasin/bg_mark02.gif) 0 0.5em no-repeat;
	padding: 2px 0 2px 8px;
}
/*◆7-8　お気に入り*/
.link {
	background: url(http://blog.osakazine.net/_img/hanatoshasin/bg_sidetitle.gif) 0 0.6em repeat-x;
}
.link .sidetitle {}
.link .sidebody {
	background: url(http://blog.osakazine.net/_img/hanatoshasin/bg_mark02.gif) 0 0.5em no-repeat;
	padding: 2px 0 2px 8px;
}
/*◆7-9　ブログ内検索*/
.search {
	background: url(http://blog.osakazine.net/_img/hanatoshasin/bg_sidetitle.gif) 0 0.6em repeat-x;
}
/*◆7-10　QRコード*/
.qrcode {
	background: url(http://blog.osakazine.net/_img/hanatoshasin/bg_sidetitle.gif) 0 0.6em repeat-x;
}
/*◆7-11　読者登録*/
.subscription {
	background: url(http://blog.osakazine.net/_img/hanatoshasin/bg_sidetitle.gif) 0 0.6em repeat-x;
}
.subscription .sidebody { margin: 0 0 8px;}
.subscription .sidebody .text { margin: 0 0 8px;}
/*◆7-12　プロフィール*/
.profile {
	background: url(http://blog.osakazine.net/_img/hanatoshasin/bg_sidetitle.gif) 0 0.6em repeat-x;
}
.profile .photo{
	text-align:center;
	overflow:hidden;
}
.profile .photo img{
	display:block;
	max-width:150px;
	margin:0 auto;
}
.nickname{
	color:#666;
	font-weight:bold;
	margin:0;
}
.message{}
/*◆7-13　オーナーメール*/
.inquiry {
	background: url(http://blog.osakazine.net/_img/hanatoshasin/bg_sidetitle.gif) 0 0.6em repeat-x;
}
/*◆7-14　インフォメーション*/
.ad {
	background: url(http://blog.osakazine.net/_img/hanatoshasin/bg_sidetitle.gif) 0 0.6em repeat-x;
}
/*◆7-15　カテゴリ*/
.category {
	background: url(http://blog.osakazine.net/_img/hanatoshasin/bg_sidetitle.gif) 0 0.6em repeat-x;
}
.category .sidetitle {}
.category .sidebody {
	background: url(http://blog.osakazine.net/_img/hanatoshasin/bg_mark02.gif) 0 0.5em no-repeat;
	padding: 2px 0 2px 8px;
}
/*◆7-16　新規投稿*/
.blog_entry {
	background: url(http://blog.osakazine.net/_img/hanatoshasin/bg_sidetitle.gif) 0 0.6em repeat-x;
}
/*◆7-17　カスタム1*/
.custom1 {}
/*◆7-18　カスタム2*/
.custom2 {}
/*◆7-19　カスタム3*/
.custom3 {}
/*◆7-20　タグクラウド*/
.tag_cloud {
	background: url(http://blog.osakazine.net/_img/hanatoshasin/bg_sidetitle.gif) 0 0.6em repeat-x;
}

