@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:0 0 0 1px;
	padding:0;
	background:url(http://blog.osakazine.net/_img/news/bg_body.gif) repeat-y 50% 0;
	text-align: center;
	color: #544A47;
	
}
p , ul , ol , li , dl , dt , dd , address , strong , em ,
h1 , h2 , h3 , h4 , h5 , h6 , 
table , caption , th , td {
	font-size: 100%;
	font-weight: normal;
	line-height: 1.5;
	margin:0;
	padding:0;
}
li {list-style-type: none;}
h1 , h2 , h3 , h4 , h5 , h6 {}
a {}
a:link , a:visited {
	color: #544A47;
	text-decoration: underline;
}
a:hover , a:active {
	color: #544A47;
	text-decoration: none;
}
form {
	margin:0;
	padding: 0;
}
input , select , textarea {
	font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, verdana, Helvetica, "メイリオ", meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
img { border:none;}
hr { display:none;}


/*1-2 汎用セレクタ*/
.clear { clear:both;}


/*1-2 CSSハック*/
/*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*/
	background-color: #efefef;
}


/*◆2-1　ヘッダ*/
#banner {
	background:#787878;
	padding:0px 10px 10px 10px;
}
.blogtitle{
	padding:20px 0px 0px 10px;
	font-size:30px;
	font-weight:bold;
	text-align:left;
	letter-spacing:2px;
}
.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:#fff;
	font-size:12px;
	padding:4px 0px 0px 35px;
	text-align:left;
	letter-spacing:2px;
}
/*◆2-2　フッタ*/
/*#footer{
	clear:both;
}
#copyright{
	background:#787878;
	height:16px;
	font-size:92%;
	font-weight:bold;
	color:#fff;
	line-height:150%;
	text-align:center;
	font-style: normal;
}*/
/*【3】レイアウト(2カラム固定)*/
/*◆3-1　全体枠*/
#container {
	width: 780px;
	margin: 0 auto;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
	text-align: left;
	font-size: 62.5%;
	font-family: verdana, Helvetica, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

/*◆3-2　コンテンツ*/
#content{
	width:570px;
	float:left;	
	background:url(http://blog.osakazine.net/_img/news/bg_news_pagetitle.jpg) no-repeat 0 0;
	margin:0 10px 0 0;
	padding:0 0 50px;
	font-size:120%;
}

/*◆3-3　中段*/
#middle {
	margin:0;
	padding:0;
	
}
html>/**/#middle {
	height:auto;/*for FF*/
}

/*◆3-4　サイド1*/
#links{
	width:190px;
	float:left;	
	margin:0 0 50px;
	overflow:hidden;
}

/*◆3-5　サイド2*/

/*【4】コンテンツ内*/
/*◆4-0　ブログ本体*/
.blog{
	margin:0 0 30px 10px;
	
}
/*◆4-1　記事部分*/
.blogbody{
	width:560px;
	position:relative;
	background:#fff;
	margin:0px 0px 20px 0px;		
}

/*◆4-2　記事日付*/
.date{}

/*◆4-3　記事タイトル*/
.title{
	background:#dddcd6 url(http://blog.osakazine.net/_img/news/bg_li_right.gif) no-repeat 5px 7px;
	line-height:150%;
	font-weight:bold;
	padding:5px 5px 5px 19px;
	margin:0 0 1px;
}

.title a:link , .title a:visited { text-decoration:none;}
.title a:hover , .title a:active { text-decoration:underline;}


/*◆4-4　記事本文*/
.main{
	padding:20px 10px;
	overflow:auto;
	line-height:140%;
}
.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 {}
a.acontinues:hover , a.acontinues:active {}
/*◆4-5　記事追記*/
#more {}

/*◆4-6　記事下部*/
.posted{
	background:#edece7;	
}
.posted ul {}
.posted ul li {
	width:15em;
	display:block;
	float:right;
	text-align:right;
	padding:3px 0;

}
.posted ul .li1 {
	width:9.3em;
	margin:0 7px 0 0;
	border-left:#fff solid 1px;
}
.posted ul .li2 .aposted {
	display:block;
	padding:0 10px 0 0;
}
a.aposted {}
a.aposted:link , a.aposted:visited {}
a.aposted:hover , a.aposted:active {}
.menu{
	color:#000;
	text-align:right;
	font-size:83.4%;
	margin:0 0 10px;
}
/*◆4-7　ページメニュー*/
a.amenu:link , a.amenu:visited {}
a.amenu:hover , a.amenu:active {}
/*◆4-8　ページトップ*/
.pagetop{
	font-size:12px;
	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{
	width:200px;
	border:1px solid #484848;
}
#email{
	width:200px;
	border:1px solid #484848;
}
#url{
	width:200px;
	border:1px solid #484848;
}
#text{ font-size:12px;
	width:400px;
	height:200px;
	border:1px solid #484848;
}
.form .button {
	margin:0 auto;
	display: block;
}

/*◆6-2　トラックバック一覧*/
#trackback {
	margin:15px 0 0;
}
.trackback-url{
	color:#691815;
	font-size:12px;
	font-weight:bold;
	margin:15px 0px 25px 13px;
	width: 489px;
}
.trackback-title{
	color:#000;
	font-weight:bold;
	line-height:150%;
	width: 502px;
}
.trackback-body{
	line-height:135%;
	margin:20px 0px 15px 13px;
	width: 489px;
}
.trackback-post{
	color:#000;
	text-align:right;
	margin:0px 0px 25px 13px;
	font-weight:bold;
	width: 489px;
}
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;
}
.comments-head{
	color:#000;
	font-weight:bold;
	line-height:150%;
	width: 502px;
}
.comments-body{
	line-height:135%;
	margin:20px 0px 15px 13px;
	width: 489px;
}
.comments-post{
	color:#000;
	text-align:right;
	margin:0px 0px 25px 13px;
	width: 489px;
}

/*【7】プラグイン設定*/
/*◆7-0　プラグイン共通*/
.sidetitle{
	background:#dddcd6;
	height:26px;
	text-indent:-9999px;
	position:relative;
	top:0;
	left:0;
	display:block;
	z-index:-10;
	/*hide\*/	overflow:hidden;/*MacIE*/
}
.side{
	font-size:12px;
	line-height:140%;
	margin:5px 0px 10px 0px;
}
.sidebody {
	background:#eeedea;
	border-top:#fff solid 1px;
	border-bottom:#dddcd6 solid 1px;
	padding:5px;
}
/*サイドリンク色*/
.side a:link , .side a:visited { text-decoration:none;}
.side a:hover , .side a:active { text-decoration:underline;}
/*◆7-1　カレンダー*/
.calender{
	font-size:10px;	
}
.calendarhead{
	border-top: 1px none #666;
	border-left: 1px none #666;
	border-right: 1px none #666;
	color:#333;
	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:#fff;
	border: 1px solid #484848;/*セルの枠線と同色指定時はテーブル右枠線は消す*/
	border-spacing:0px;
	empty-cells:show;
}
* html .calendartable 
{ /*IE6のボーダー間隔を接着*/
	border-collapse:collapse;
}
*+html .calendartable 
{ /*IE7のボーダー間隔を接着*/
	border-collapse:collapse;
}
.calendarweek{ /*曜日(文字)*/
	color:#fff;
	font-size:10px;
	font-weight: bold;
}
.calendarwd{ /*曜日(セル)*/
	background:#787878;
	line-height: 130%;
}
.calendard{ /*日付(セル)*/
	border-top:1px solid #efefef;
	border-right:1px solid #efefef;
	line-height: 130%;
}
.calendartable a:link , .calendartable a:visited{}
 .calendartable a:hover , .calendartable a:active {}
/*
sat {}　土曜セル
sun {}　日曜セル
today {}　今日セル
*/

/*◆7-2　RSS*/
.rss{
	padding:5px 0 0 0;
}
.rss ul {
	margin:0px;
	padding:0px;
}
.rss ul li {
	float:left;
}
.rss ul li a {
	display:block;
	width:67px;
	height:16px;
	margin:0 0 0 16px;
}
.rss ul li .bir {
	height:16px;
	background:none;
}
.rss ul .li1 a:link,.rss ul .li1 a:visited {
	background:url(http://blog.osakazine.net/_img/news/icon_rss1.0.jpg) no-repeat 0 0;
}
.rss ul .li1 a:hover,.rss ul .li1 a:active {
	background:url(http://blog.osakazine.net/_img/news/icon_rss1.0.jpg) no-repeat 0 -16px;
}
.rss ul .li2 a:link,.rss ul .li2 a:visited {
	background:url(http://blog.osakazine.net/_img/news/icon_rss2.0.jpg) no-repeat 0 0;
}
.rss ul .li2 a:hover,.rss ul .li2 a:active {
	background:url(http://blog.osakazine.net/_img/news/icon_rss2.0.jpg) no-repeat 0 -16px;
}


/*◆7-3　最近の記事*/
.recententry {
	background:url(http://blog.osakazine.net/_img/news/bg_title_recententry.gif) no-repeat 0 0;
}
.recententry .sidetitle {
	
}
.recententry .sidebody {
	background:#eeedea url(http://blog.osakazine.net/_img/news/bg_li_right.gif) no-repeat 2px 7px;
	line-height:150%;
	padding:5px 5px 5px 14px;
}
/*◆7-4　過去記事*/
.archives {
	background:url(http://blog.osakazine.net/_img/news/bg_title_backnumber.gif) no-repeat 0 0;
}
.archives .sidetitle {}

.archives .sidebody {
	background:#eeedea url(http://blog.osakazine.net/_img/news/bg_li_right.gif) no-repeat 2px 7px;
	line-height:150%;
	padding:5px 5px 5px 14px;
}
/*◆7-5　カウンター*/
.counter {}
/*◆7-6　最近のコメント*/
.comment {}
/*◆7-7　最近のトラバ*/
.trackback {}
/*◆7-8　お気に入り*/
.link {}
/*◆7-9　ブログ内検索*/
.search {
	background:url(http://blog.osakazine.net/_img/news/bg_title_search.gif) no-repeat 0 0;
}
.search .sidetitle {}
.search .text {
	 width:100px;
}

/*◆7-10　QRコード*/
.qrcode {}
/*◆7-11　読者登録*/
.subscription {}
/*◆7-12　プロフィール*/
.profile {}
.profile .photo{
	text-align:center;
	overflow:hidden;
}
.profile .photo img{
	display:block;
	max-width:150px;
	margin:0 auto;
}
.nickname{
	color:#2b5695;
	font-weight:bold;
	margin:10px 0px;
}
.message{}
/*◆7-13　オーナーメール*/
.inquiry {}
/*◆7-14　インフォメーション*/
.ad {
	display:none;
}
/*◆7-15　カテゴリ*/
.category {
	background:url(http://blog.osakazine.net/_img/news/bg_title_category.gif) no-repeat 0 0;
}
.category .sidetitle {}
.category .sidebody {
	background:#eeedea url(http://blog.osakazine.net/_img/news/bg_li_right.gif) no-repeat 2px 7px;
	line-height:150%;
	padding:5px 5px 5px 14px;
}
/*◆7-16　新規投稿*/
.blog_entry {}
/*◆7-17　カスタム1*/
.custom1 {}
/*◆7-18　カスタム2*/
.custom2 {}
/*◆7-19　カスタム3*/
.custom3 {}
/*◆7-20　タグクラウド*/
.tag_cloud {
	background:url(http://blog.osakazine.net/_img/news/bg_title_tag_cloud.gif) no-repeat 0 0;
}

blockquote{ 
background-color:#efefef; 
line-height:140%; 
padding:5px;
margin:10px; 
border-bottom:1px solid #DDDCD6; 
border-right:1px solid #DDDCD6;
}
