@charset "utf-8"; 

/*simple_2x740px
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: #535353;
	background: #cfcfcf url(http://blog.osakazine.net/_img/haiironomidori/bg_all.gif) repeat-x;
	text-align:center;
	font-size: 62.5%;/*フォントサイズ初期化16px×62.5％＝10px */
}
img{
	border:none;
}
a:link , 
a:visited{color:#4B4B4B;text-decoration:underline;}
a:active , 
a:hover{color:#4B4B4B;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 {
	display: block;
	width: 740px;
	height: auto;
	background: #f6f6f6 url(http://blog.osakazine.net/_img/haiironomidori/bg_head.gif) no-repeat left bottom;
	margin: 0;
	padding: 0 0 40px 0;
}
.blogtitle{
	width: 650px;
	padding: 0;
	font-size:30px;
	font-weight:bold;
	text-align:left;
}
.blogtitle a , 
.blogtitle a:link , 
.blogtitle a:visited{color:#000000;text-decoration:none;}
.blogtitle a:hover , 
.blogtitle a:active {color:#000000;text-decoration:underline;}
.description{
	width: 650px;
	margin: 0;
	padding: 0;
}
/*◆2-2　フッタ*/
#footer{
	clear:both;
}
#copyright{
	font-size:92%;
	color:#535353;
	line-height:150%;
	text-align:center;
	font-style: normal;
	margin: 30px 0;
}
/*【3】レイアウト(2カラム固定)*/
/*◆3-1　全体枠*/
#container {
	display: block;
	width: 740px;
	height: auto;
	margin: 0 auto;
	text-align: left;
	font-size: 120%;
}

/*◆3-2　コンテンツ*/
#content{
	display: block;
	width: 520px;
	height: auto;
	background: #ffffff url(http://blog.osakazine.net/_img/haiironomidori/bg_contents_top.gif) no-repeat left top;
	margin: 0;
	float: left;
	padding: 50px 0 0 0;
}
/*◆3-3　中段*/
#middle {
	display: block;
	width: 740px;
	margin: 0;
	zoom: 1;/*IE用 Clearfix*/
	height:1%;/*for IE6+7 ボックス関連バグ*/
}
html>/**/#middle {
	height:auto;/*for FF*/
}
/*↓Clearfix↓*/
div#middle:after {
	display: block;
	clear: both;
	content:'.';
	height: 0;
	visibility: hidden;
}

/*◆3-4　サイド1*/
#links_wrap {
	display: block;
	width: 205px;
	height: auto;
	background: #707070 url(http://blog.osakazine.net/_img/haiironomidori/bg_side_top.gif) no-repeat left top;
	margin: 0;
	float: right;
}
#links {
	display: block;
	width: 185px;
	height: auto;
	background: url(http://blog.osakazine.net/_img/haiironomidori/bg_side_bottom.gif) no-repeat left bottom;
	padding: 20px 10px 20px 10px;
	margin: 0;
}

#links a:link , #links a:visited { color:#e9e9e9; text-decoration:underline;}
#links a:hover , #links a:active { color:#e9e9e9; text-decoration:none;}

/*◆3-5　サイド2*/

/*【4】コンテンツ内*/
/*◆4-0　ブログ本体*/
.blog {
	display: block;
	width: 520px;
	height: auto;
	background: url(http://blog.osakazine.net/_img/haiironomidori/bg_contents_bottom.gif) no-repeat left bottom;
	padding: 0 0 100px 0;
	margin: 0;
}
/*◆4-1　記事部分*/
.entrytitlebox {
	display: block;
	_width: 520px; /*IE用*/
	width: 435px;
	height: auto;
	background: #ffffff url(http://blog.osakazine.net/_img/haiironomidori/bg_entrytitle.gif) no-repeat left bottom;
	padding: 20px 0 0 85px;
	margin: 0 0 20px;
}

/*◆4-2　記事日付*/
.date{
	color:#535353;
	font-size:10px;
	padding:0;
	line-height: 120%;
	font-weight: normal;
}


/*◆4-3　記事タイトル*/
.title{
	color:#000000;
	font-size: 150%;
	font-weight:bold;
	line-height:120%;
	padding: 0 0 25px;
}
.title a:link , .title a:visited { text-decoration:none;}
.title a:hover , .title a:active { text-decoration:underline;}


/*◆4-4　記事本文*/
.main{
	color:#535353;
	overflow:auto;
	line-height:135%;
	margin: 0 25px 20px;
}
.main img{
	margin:0px 5px 10px 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{
	color:#535353;
	font-size:83.4%;
	text-align:right;
	margin:8px 0px;
	padding: 0 25px 20px;
}
a.aposted{font-weight:bold;}
a.aposted:link , a.aposted:visited {}
a.aposted:hover , a.aposted:active {}
.menu{
	color:#000;
	text-align:right;
	padding: 0 25px;
}
/*◆4-7　ページメニュー*/
a.amenu:link , a.amenu:visited {}
a.amenu:hover , a.amenu:active {}
/*◆4-8　ページトップ*/
.pagetop{
	font-size:12px;
	text-align:right;
	margin: 15px 25px 20px;
}

/*【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 #e9e9e9;
}
#email{
	width:200px;
	border:1px solid #e9e9e9;
}
#url{
	width:200px;
	border:1px solid #e9e9e9;
}
#text{ font-size:12px;
	width:400px;
	height:200px;
	border:1px solid #e9e9e9;
}
.form .button {
	margin:0 auto;
	display: block;
}

/*◆6-2　トラックバック一覧*/
#trackback {
	margin:15px 0 0;
	padding: 0 25px;
}
.trackback-url{
	color:#691815;
	font-size:12px;
	font-weight:bold;
	margin:15px 0px 25px 13px;
	width: 439px;
}
.trackback-title{
	color:#000;
	font-weight:bold;
	line-height:150%;
	width: 452px;
}
.trackback-body{
	line-height:135%;
	margin:20px 0px 15px 13px;
	width: 439px;
}
.trackback-post{
	color:#000;
	text-align:right;
	margin:0px 0px 25px 13px;
	font-weight:bold;
	width: 439px;
}
a.atrackback-post:link , 
a.atrackback-post:visited {color:#4B4B4B;text-decoration:underline;font-weight:bold;}
a.atrackback-post:hover , 
a.atrackback-post:active {color:#4B4B4B;text-decoration:none;font-weight:bold;}
/*◆6-3　コメント一覧*/
#comments {
	margin:15px 0 0;
	padding: 0 25px;
}
.comments-head{
	color:#000;
	font-weight:bold;
	line-height:150%;
	width: 452px;
}
.comments-body{
	line-height:135%;
	margin:20px 0px 15px 13px;
	width: 439px;
}
.comments-post{
	color:#000;
	text-align:right;
	margin:0px 0px 25px 13px;
	width: 439px;
}

/*【7】プラグイン設定*/
/*◆7-0　プラグイン共通*/
.sidetitle{
	border:1px solid #e9e9e9;
	background:#e9e9e9;
	color:#707070;
	font-size:12px;
	letter-spacing:2px;
	padding:5px 0px 5px 5px;
}
.side{
	font-size:12px;
	line-height:140%;
	margin:0px 0px 10px 0px;
	padding:8px;
	border-left:1px solid #e9e9e9;
	border-right:1px solid #e9e9e9;
	border-bottom:1px solid #e9e9e9;
}
/*サイドリンク色*/
.side a:link , .side a:visited { color: e9e9e9; text-decoration: underline; }
.side a:hover , .side a:active { color: e9e9e9; text-decoration: none; }
/*◆7-1　カレンダー*/
.calender{
	font-size:10px;	
}
.calendarhead{
	border-top: 1px none #e9e9e9;
	border-left: 1px none #e9e9e9;
	border-right: 1px none #e9e9e9;
	color:#e9e9e9;
	font-size:12px;
	font-weight:bold;
	letter-spacing:2px;
	text-align:center;
	padding:3px 0px 3px 0px;
}
.calendartable{ /*カレンダーテーブル*/
	margin:0px auto 10px auto;
	width:185px;
	text-align:center;
	background:#707070;
	border: 1px solid #e9e9e9;/*セルの枠線と同色指定時はテーブル右枠線は消す*/
	border-spacing:0px;
	empty-cells:show;
	color: #e9e9e9;
}
* html .calendartable 
{ /*IE6のボーダー間隔を接着*/
	border-collapse:collapse;
}
*+html .calendartable 
{ /*IE7のボーダー間隔を接着*/
	border-collapse:collapse;
}
.calendarweek{ /*曜日(文字)*/
	color:#707070;
	font-size:10px;
	font-weight: bold;
}
.calendarwd{ /*曜日(セル)*/
	background:#e9e9e9;
	line-height: 130%;
}
.calendard{ /*日付(セル)*/
	/*border-top:1px solid #e9e9e9;*/
	/*border-right:1px solid #e9e9e9;*/
	line-height: 130%;
}
.calendartable a:link , .calendartable a:visited{color: e9e9e9; text-decoration: underline;}
 .calendartable a:hover , .calendartable a:active {color: e9e9e9; text-decoration: none;}
/*
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:#e9e9e9;
	text-decoration:underline;
}
.rss ul a:hover ,
.rss ul a:active{
	color:#e9e9e9;
	text-decoration:none;
}
/*◆7-3　最近の記事*/
.recententry {color:#e9e9e9;}
/*◆7-4　過去記事*/
.archives {color:#e9e9e9;}
/*◆7-5　カウンター*/
.counter {color:#e9e9e9;}
/*◆7-6　最近のコメント*/
.comment {color:#e9e9e9;}
/*◆7-7　最近のトラバ*/
.trackback {color:#e9e9e9;}
/*◆7-8　お気に入り*/
.link {color:#e9e9e9;}
/*◆7-9　ブログ内検索*/
.search {color:#e9e9e9;}
/*◆7-10　QRコード*/
.qrcode {color:#e9e9e9;}
/*◆7-11　読者登録*/
.subscription {color:#e9e9e9;}
/*◆7-12　プロフィール*/
.profile {color:#e9e9e9;}
.profile .photo{
	text-align:center;
	overflow:hidden;
}
.profile .photo img{
	display:block;
	max-width:150px;
	margin:0 auto;
}
.nickname{
	color:#e9e9e9;
	font-weight:bold;
	margin:10px 0px;
}
.message{color:#e9e9e9;}
/*◆7-13　オーナーメール*/
.inquiry {color:#e9e9e9;}
/*◆7-14　インフォメーション*/
.ad {color:#e9e9e9;}
/*◆7-15　カテゴリ*/
.category {color:#e9e9e9;}
/*◆7-16　新規投稿*/
.blog_entry {color:#e9e9e9;}
/*◆7-17　カスタム1*/
.custom1 {color:#e9e9e9;}
/*◆7-18　カスタム2*/
.custom2 {color:#e9e9e9;}
/*◆7-19　カスタム3*/
.custom3 {color:#e9e9e9;}
