@charset "utf-8"; 

/*住友林業2x4
2カラム

【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カラム)
◆3-6　グローバルナビ
◆3-7　コラムメニュー

【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

◆7-20　サイドメニュー
◆7-21　フォトギャラリー
◆7-22　ライター一覧（タグクラウド）
◆7-23　モバイル版
◆7-24　お問合せ
◆7-25　コメント・トラックバックについて
◆7-26　住まいづくりのエッセンス(バナー)


【8】 トップページコンテンツ
◆8-1　お知らせ
◆8-2　カラム
◆8-3　お住まいレポート
◆8-4　スタッフのご紹介
◆8-5　新着記事
*/

/*【1】共通設定*/
/*◆1-1　要素初期化*/
*{
	font-family:Verdana, Osaka, "ＭＳ Ｐゴシック", sans-serif;
}

textarea,select,input {
}
body{
	margin:0px;
	padding:0px;
	background:#fff url(http://blog.osakazine.net/_img/sumitomo2x4/bg_body.jpg) repeat-x 0 0;
	color:#666;
	text-align:center;
	font-size: 62.5%;/*フォントサイズ初期化16px×62.5％＝10px */	
}
.blogentry,
.blogarchive {
	background:#fff url(http://blog.osakazine.net/_img/sumitomo2x4/bg_body2.jpg) repeat-x 0 0;
}

img{
	border:none;
}
a:link , 
a:visited{color:#a57136;text-decoration:underline;}
a:active , 
a:hover{color:#a57136;text-decoration:none;}
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;}
hr {display:none;}

.box {
	margin:0 0px 30px;
	font-size: 1.2em;
}
.box {}
/*clearfix*/
  /* WinIE7 only */
    *:first-child+html .box {height: 1%;}
  /* WinIE6 and below */
    /* hide \*/
    * html .box {height: 1%;}
    /*MacIE*/
  /* MacIE only */
    /*\*//*/ 
    .box {display: inline-table;}
    /**/
  .box:after{/* modern browser */
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

/*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;
  }

.subject,
.bir {
	position:relative;
	top:0;
	left:0;
	display:block;
	z-index:-1;
	/*hide\*/	overflow:hidden;/*MacIE*/
	font-weight:bold;
	font-size:
}

.subtitle {}
.contenter {}
.unit {}
.commenter {}
.more {
	text-align:right;
	padding:3px 0 0 0;
}
.more a {
	background:url(http://blog.osakazine.net/_img/sumitomo2x4/im_icon_more.gif) no-repeat 0 50%;
	padding:0 0 0 10px;
}

/*◆1-2　共通クラス*/
.clear {
	clear:both;
	display:block;
	height:0;
	margin:0;
}

/*◆2-1　ヘッダ*/
#top {
	height:219px;
	background:url(http://blog.osakazine.net/_img/sumitomo2x4/bg_top.jpg) no-repeat 50% 0;
}
.blogentry #top,
.blogarchive #top {
	height:139px;
	background:url(http://blog.osakazine.net/_img/sumitomo2x4/bg_top2.jpg) no-repeat 50% 0;
}

#banner {
	width:900px;
	height:219px;
	margin:0 auto;
	position:relative;
}
.blogentry #banner,
.blogarchive #banner {
	height:139px;
}
.blogtitle{
	font-size:280%;
}
.blogtitle a {
	position: absolute;
	width:448px;
	height:100px;
	top:60px;
	left:0;
	display:block;
	font-weight:bold;
	/*hide\*/	overflow:hidden;/*MacIE*/
}
.blogentry .blogtitle a,
.blogarchive .blogtitle a {
	top:20px;
}

.blogtitle a img {
	position:absolute;
	width:448px;
	height:100px;
	top:0;
	left:0;
}
.blogtitle a:link , 
.blogtitle a:visited{color:#000;text-decoration:none;}
.blogtitle a:hover , 
.blogtitle a:active {color:#000;text-decoration:underline;}
.description{
	text-indent:-9999px;
}
/*◆2-2　フッタ*/
#footer {
	clear:both;
	background:url(http://blog.osakazine.net/_img/sumitomo2x4/bg_footer.gif) repeat-x 0 0;
	padding:27px 0 0 0;
	font-size:120%;
	text-align:left;/*for MacIE用*/
}
#footer .unit {
	width:900px;
	background:url(http://blog.osakazine.net/_img/sumitomo2x4/bg_logo_footer.gif) no-repeat 100% 0;
	margin:0 auto;
	padding:0 0 20px;
}
#footer .unit ul {
	display:block;
	margin:0 0 10px;
}
#footer .unit li {
	display:inline;
	float:left;
	background:url(http://blog.osakazine.net/_img/sumitomo2x4/bg_foot_list.gif) no-repeat 100% 50%;
	padding:0 12px 0 0;
	margin:0 6px 0 0;
}
#footer .unit .li5  {background:none;}

#copyright{
	color:#999;
	line-height:150%;
	font-style: normal;
	font-size:84%;
}
/*【3】レイアウト(2カラム固定)*/
/*◆3-1　全体枠*/
#container{
	background: url(http://blog.osakazine.net/_img/sumitomo2x4/bg_container.jpg) no-repeat 50% 0;	
}
.blogentry #container,
.blogarchive #container {
	background: url(http://blog.osakazine.net/_img/sumitomo2x4/bg_container2.jpg) no-repeat 50% 0;	
}
/*◆3-2　コンテンツ*/
#contents{
	display:inline;
	width:630px;
	float:left;
	background:transparent;
	line-height: 150%;
	position:relative;
	z-index:1;
}
.blogentry #contents,
.blogarchive #contents {
	margin-top:8px;
}

/*◆3-3　中段*/
#middle {
	width:900px;
	text-align:left;
	font-size:100%;
	margin:0 auto;
	padding:40px 0 20px 0;
}
.blogentry #middle,
.blogarchive #middle {
	padding-top:40px;
}

/*◆3-4　サイド1*/
#links{
	display:inline;
	width:250px;
	float:right;
	text-align:left;
	background:transparent;
	padding:0px 0px 0px 0px; 
	overflow:hidden;
}
/*◆3-5　サイド2*/

/*◆3-6　グローバルナビ*/
#gnavi{
	background: url(http://blog.osakazine.net/_img/sumitomo2x4/bg_gnavi2.gif) no-repeat 0 0;
	width:630px;
	height:32px;
	margin:0 0 10px;
}
#gnavi li {
	width:144px;
	float:left;
	font-size:150%;
}
#gnavi .li1 {
	width:90px;
}
#gnavi li a {
	display:block;
	width:144px;
	height:32px;
	background-image: url(http://blog.osakazine.net/_img/sumitomo2x4/bg_gnavi2.gif);
	background-repeat:no-repeat;
}
#gnavi li .bir {
	height:32px;
}
#gnavi li a:link,
#gnavi li a:visited { text-decoration:none;}

#gnavi .li1 a:link,
#gnavi .li1 a:visited {
	width:90px;
	background-position:0 0;
}
#gnavi .li1 a:hover,
#gnavi .li1 a:active {
	width:90px;
	background-position:0 -32px;
}
#gnavi .li3 a:link,
#gnavi .li3 a:visited {
	background-position:-90px 0;
}
#gnavi .li3 a:hover,
#gnavi .li3 a:active {
	background-position:-90px -32px;
}
/*#gnavi .li2 a:link,
#gnavi .li2 a:visited {
	background-position:-234px 0;
}
#gnavi .li2 a:hover,
#gnavi .li2 a:active {
	background-position:-234px -32px;
}
*/
/*◆3-7　コラムメニュー*/
#columnmenu {
	background:url(http://blog.osakazine.net/_img/sumitomo2x4/bg_subject_columnmenu.gif) no-repeat 0 0;
	margin:0 0 20px;
}
#columnmenu .subject {
	height:23px;
	margin:0 0 5px;
}
#columnmenu .unit {
	width:630px;
	height:100px;
	background:url(http://blog.osakazine.net/_img/sumitomo2x4/bg_columnmenu.jpg) no-repeat 0 0;
}
#columnmenu .unit li {
	width:315px;
	height:50px;
	float:left;
}
#columnmenu .unit .bir {
	width:310px;
	height:40px;
}
#columnmenu .unit a {
	display:block;
	width:310px;
	height:40px;
	
}
#columnmenu .unit .li1 a {
	margin:1px 0 0 0;
}
#columnmenu .unit .li2 a {
	margin:1px 0 0 4px;
}
#columnmenu .unit .li3 a {
	margin:4px 0 0 0;
}
#columnmenu .unit .li4 a {
	margin:4px 0 0 4px;
}

#columnmenu .unit li a:link,
#columnmenu .unit li a:visited {
	text-decoration:none;
}
/*ロールオーバー*/
#columnmenu .unit .li1 a:link,
#columnmenu .unit .li1 a:visited {
	background:url(http://blog.osakazine.net/_img/sumitomo2x4/bg_columnmenu.jpg) no-repeat 0 -1px;
}
#columnmenu .unit .li1 a:hover,
#columnmenu .unit .li1 a:active {
	background:url(http://blog.osakazine.net/_img/sumitomo2x4/bg_columnmenu.jpg) no-repeat 0 -101px;
}
#columnmenu .unit .li2 a:link,
#columnmenu .unit .li2 a:visited {
	background:url(http://blog.osakazine.net/_img/sumitomo2x4/bg_columnmenu.jpg) no-repeat -319px -1px;
}
#columnmenu .unit .li2 a:hover,
#columnmenu .unit .li2 a:active {
	background:url(http://blog.osakazine.net/_img/sumitomo2x4/bg_columnmenu.jpg) no-repeat -319px -101px;
}
#columnmenu .unit .li3 a:link,
#columnmenu .unit .li3 a:visited {
	background:url(http://blog.osakazine.net/_img/sumitomo2x4/bg_columnmenu.jpg) no-repeat 0 -54px;
}
#columnmenu .unit .li3 a:hover,
#columnmenu .unit .li3 a:active {
	background:url(http://blog.osakazine.net/_img/sumitomo2x4/bg_columnmenu.jpg) no-repeat 0 -154px;
}
#columnmenu .unit .li4 a:link,
#columnmenu .unit .li4 a:visited {
	background:url(http://blog.osakazine.net/_img/sumitomo2x4/bg_columnmenu.jpg) no-repeat -319px -54px;
}
#columnmenu .unit .li4 a:hover,
#columnmenu .unit .li4 a:active {
	background:url(http://blog.osakazine.net/_img/sumitomo2x4/bg_columnmenu.jpg) no-repeat -319px -154px;
}






/*【4】コンテンツ内*/
/*◆4-0　ブログ本体*/
.blog{
	margin:0px 0px 0px 0px;
	width: 630px;
	font-size:120%;	
}

.blog .subject {
	height:40px;
	margin:0 0 20px;
	padding:0 0 0 12px;
	line-height:40px;
	color:#fff;
}
.taglist .subject {
	display:none;
}
/*カテゴリ別スタイル切替*/
/*defult*/
.blogarchive .blog  {
	background:url(http://blog.osakazine.net/_img/sumitomo2x4/bg_cate_subject_defult.jpg) no-repeat 0 0;
}
/*お知らせ*/
.blogarchive .news .blog,
.blogarchive .news .blog .subject{
	background:url(http://blog.osakazine.net/_img/sumitomo2x4/bg_cate_subject_news.jpg) no-repeat 0 0;
}
/*お住まいレポート*/
.blogarchive .report .blog,
.blogarchive .report .blog .subject{
	background:url(http://blog.osakazine.net/_img/sumitomo2x4/bg_cate_subject_report.jpg) no-repeat 0 0;
}
/*スタッフのご紹介*/
.blogarchive .staff .blog,
.blogarchive .staff .blog .subject {
	background:url(http://blog.osakazine.net/_img/sumitomo2x4/bg_cate_subject_staff.jpg) no-repeat 0 0;
}
/*地球と共存するエコロジー住宅って何？*/
.blogarchive .ecology .blog,
.blogarchive .ecology .blog .subject {
	background:url(http://blog.osakazine.net/_img/sumitomo2x4/bg_cate_subject_ecology.jpg) no-repeat 0 0;
}
/*知らないと損？屋上活用で広がる暮らし*/
.blogarchive .roof .blog,
.blogarchive .roof .blog .subject {
	background:url(http://blog.osakazine.net/_img/sumitomo2x4/bg_cate_subject_roof.jpg) no-repeat 0 0;
}
/*家族と地球に優しい自然素材のコラム*/
.blogarchive .nature .blog,
.blogarchive .nature .blog .subject {
	background:url(http://blog.osakazine.net/_img/sumitomo2x4/bg_cate_subject_nature.jpg) no-repeat 0 0;
}
/*変わる都市型住宅都市の中の家作りとは*/
.blogarchive .urbanhouse .blog,
.blogarchive .urbanhouse .blog .subject {
	background:url(http://blog.osakazine.net/_img/sumitomo2x4/bg_cate_subject_urbanhouse.jpg) no-repeat 0 0;
}
/*フォトギャラリー*/
.blogarchive .photogallary .blog,
.blogarchive .photogallary .blog .subject {
	background:url(http://blog.osakazine.net/_img/sumitomo2x4/bg_cate_subject_photogallary.jpg) no-repeat 0 0;
}
/*カテゴリなし*/
.blogarchive .page1 .blog {
	background:none;
}
.blogarchive .page1 .blog .subject {
	display:none;
}


/*◆4-1　記事部分*/
.blogbody{
	margin:0px 0px 10px 0px;
	width: 630px;
	background:url(http://blog.osakazine.net/_img/sumitomo2x4/bg_blogbody.gif) repeat-y 0 0;
}
.blogarchive .blogbody {
	margin:0 0 20px 0;
	background:none;
}
/*◆4-2　記事日付*/
.date{
	color:#666;
	letter-spacing:1px;
	line-height: 120%;
	background:url(http://blog.osakazine.net/_img/sumitomo2x4/bg_date.gif) no-repeat 0 0;
	border-bottom:#fff solid 1px;
	padding:4px 0 0 12px;
	margin:0 0 1px;
}
.blogarchive .date .day {
	display:block;
	width:250px;
	float:left;
}
.blogarchive .date .sw {
	display:block;
	width:365px;
	float:right;
	text-align:right;
}
.blogentry .date .day {
	display:block;
	width:287px;
	float:right;
	text-align:right;
}

.blogentry .date .sw {
	display:block;
	float:left;
	width:313px;
	height:13px;
	text-indent:-9999px;
	margin:0 0 0 3px;
}
.blogentry .date .sw a {
	display:block;
	width:313px;
	height:13px;
	/*hide\*/ overflow:hidden; /*forMacIE*/
}

/*カテゴリ別スタイル切替*/
/*お知らせ*/
.blogentry .news .date .sw{
	background:url(http://blog.osakazine.net/_img/sumitomo2x4/bg_cate_news.gif) no-repeat 0 0;
}
/*お住まいレポート*/
.blogentry .report .date .sw{
	background:url(http://blog.osakazine.net/_img/sumitomo2x4/bg_cate_report.gif) no-repeat 0 0;
}
/*スタッフのご紹介*/
.blogentry .staff .date .sw{
	background:url(http://blog.osakazine.net/_img/sumitomo2x4/bg_cate_staff.gif) no-repeat 0 0;
}
/*地球と共存するエコロジー住宅って何？*/
.blogentry .ecology .date .sw{
	background:url(http://blog.osakazine.net/_img/sumitomo2x4/bg_cate_ecology.gif) no-repeat 0 0;
}
/*知らないと損？屋上活用で広がる暮らし*/
.blogentry .roof .date .sw{
	background:url(http://blog.osakazine.net/_img/sumitomo2x4/bg_cate_roof.gif) no-repeat 0 0;
}
/*家族と地球に優しい自然素材のコラム*/
.blogentry .nature .date .sw{
	background:url(http://blog.osakazine.net/_img/sumitomo2x4/bg_cate_nature.gif) no-repeat 0 0;
}
/*変わる都市型住宅都市の中の家作りとは*/
.blogentry .urbanhouse .date .sw{
	background:url(http://blog.osakazine.net/_img/sumitomo2x4/bg_cate_urbanhouse.gif) no-repeat 0 0;
}
/*フォトギャラリー*/
.blogentry .photogallary .date .sw{
	background:url(http://blog.osakazine.net/_img/sumitomo2x4/bg_cate_photogallary.gif) no-repeat 0 0;
}
/*◆4-3　記事タイトル*/
.title{
	color:#693;
	font-size:167%;
	font-weight:bold;
	line-height:120%;
	background:url(http://blog.osakazine.net/_img/sumitomo2x4/bg_title.gif) no-repeat 0 100%;
	padding:0 0 3px 12px;
}
.blogarchive .title a {
	color:#693;
	background:url(http://blog.osakazine.net/_img/sumitomo2x4/bg_icon_title.gif) no-repeat 100% 50%;
	padding:0 24px 0 0;
}
.title a:link , .title a:visited { color:#693; text-decoration:none;}
.title a:hover , .title a:active { color:#693; text-decoration:underline;}


/*◆4-4　記事本文*/
.main{
	width:618px;
	position:relative;
	line-height:135%;
	margin:15px 0 0 12px;
	overflow:hidden;
}
.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{
	width:616px;
	height:30px;
	line-height:30px;
	border:#f0f0f0 solid 1px;
	margin:8px 0px 0px 0px;
}
.taglist .posted,
.other .posted {
	display:none;
}
.posted .name {
	display:inline;
	width:302px;
	margin:0 0 0 5px;
	float:left
}
.posted .sw {
	display:inline;
	width:302px;
	margin:0 5px 0 0;
	float:right;
	text-align:right;
}
a.aposted{}
a.aposted:link , a.aposted:visited {}
a.aposted:hover , a.aposted:active {}

.tag_list {
	width:330px;
	height:30px;
	line-height:30px;
	position:absolute;
	bottom:1px;
	left:96px;
	text-indent:-3.5em;
	text-align:left !important;
	/*hide\*/ overflow:hidden; /*forMacIE*/
	font-family:"ＭＳ ゴシック", "Osaka－等幅",monospace;

}
.tag_list span {
	
	text-indent:0px;	
}

.menu{
	text-align:right;
	background:#fff;
	padding:21px 0 20px 0;
}
.menu .amenu {
	border:#f0f0f0 solid 1px;
}
.menu #jumpback {
	background:url(http://blog.osakazine.net/_img/sumitomo2x4/icon_back.gif) no-repeat 4px 50%;
	padding:6px 6px 6px 18px;
	margin:0 5px 0 0;
}
.menu #jumptop {
	background:url(http://blog.osakazine.net/_img/sumitomo2x4/icon_blogtop.gif) no-repeat 4px 50%;
	padding:6px 6px 6px 18px;
}
.menu #jumpnext {
	background:url(http://blog.osakazine.net/_img/sumitomo2x4/icon_next.gif) no-repeat 92% 50%;
	padding:6px 18px 6px 6px;
	margin:0 0 0 5px;
}
/*◆4-7　ページメニュー*/
a.amenu:link , a.amenu:visited {text-decoration:none;}
a.amenu:hover , a.amenu:active {text-decoration:underline;}
/*◆4-8　ページトップ*/
.pagetop{
	text-align:center;
	margin:0 auto 40px;
}
.pagetop a {
	display:block;
	margin:0 auto;
	width:144px;
	height:21px;
	background:url(http://blog.osakazine.net/_img/sumitomo2x4/bg_pagetop.gif) no-repeat 0 0;
	margin:0 auto;
	text-indent:-9999px;
	/*hide\*/ overflow:hidden; /*for MacIE*/
}
/*【6】コメント･TB関連*/
/*◆6-1　コメント投稿フォーム*/
.formbox {
	text-align:center;/*IE5.x以下対策*/
	background:url(http://blog.osakazine.net/_img/sumitomo2x4/bg_trackback.gif) repeat-y 0 0;
	border-bottom:#f0f0f0 solid 1px;
	padding:15px 0 10px 0;
}
table.form {
	margin:0 auto 10px auto;
	text-align:left;
	
}
.form th {
	vertical-align:top;
	font-size:12px;
	text-align: right;
	font-weight: normal;
}
label{
	font-size:100%;
}
#author{
	width:220px;
	border:1px solid #CCCCCC;
	background:url(http://blog.osakazine.net/_img/sumitomo2x4/bg_textbox.gif) no-repeat 0 0;
}
#email{
	width:220px;
	border:1px solid #CCCCCC;
	background:url(http://blog.osakazine.net/_img/sumitomo2x4/bg_textbox.gif) no-repeat 0 0;
}
#url{
	width:220px;
	border:1px solid #CCCCCC;
	background:url(http://blog.osakazine.net/_img/sumitomo2x4/bg_textbox.gif) no-repeat 0 0;
}
#text{ font-size:100%;
	width:270px;
	height:200px;
	border:1px solid #CCCCCC;
	background:url(http://blog.osakazine.net/_img/sumitomo2x4/bg_textbox.gif) no-repeat 0 0;
}
.form .button {}

/*◆6-2　トラックバック一覧*/
#trackback {
	margin:0 0 0;
	padding:25px 0 0 0;
	background:#fff;
	border-top:#f0f0f0 solid 1px;
	border-left:#f0f0f0 solid 1px;
	border-right:#f0f0f0 solid 1px;
}
.blogentry .taglist #trackback {
	border-top:none;
	border-left:none;
	border-right:none;
	background:#fff;
}
#trackbacks {
	padding:20px 0 0 0;
}
.trackback-url{
	color:#666;
	font-size:117%;
	font-weight:bold;
	margin:20px 0 0px 13px;
	padding:4px 8px;
	border:#dedec2 solid 1px;
	background:#fafaf1;
	width:400px;
}
.trackback-title{
	color:#000;
	font-weight:bold;
	font-size:117%;
	line-height:150%;
	width: 500px;
	border-left:#693 solid 6px;
	padding:0 0 0 6px;
	margin:0 0 0 0px;
}
.trackback-body{
	color:#000;
	line-height:135%;
	padding:20px 20px 15px 13px;
	background:url(http://blog.osakazine.net/_img/sumitomo2x4/bg_trackback.gif) repeat-y 0 0;
}
.trackback-post{
	color:#666;
	text-align:right;
	border-top:#ebe4de dotted 1px;
	margin:0px 0px 0 13px;
	padding:5px 0 15px 0;
	width:590px;
}
a.atrackback-post:link , 
a.atrackback-post:visited {text-decoration:underline;}
a.atrackback-post:hover , 
a.atrackback-post:active {text-decoration:none;}
/*◆6-3　コメント一覧*/
#comments {
	padding:20px 0 25px;
	background:#fff;
	border-left:#f0f0f0 solid 1px;
	border-right:#f0f0f0 solid 1px;
	
}
.blogentry .taglist #comments {
	border-left:none;
	border-right:none;
}
.comments-head{
	color:#000;
	font-weight:bold;
	font-size:117%;
	line-height:125%;
	width: 500px;
	border-left:#693 solid 6px;
	padding:0 0 0 6px;
	margin:0 0 0 0px;
}
.comments-body{
	color:#000;
	line-height:135%;
	padding:20px 20px 15px 13px;
	background:url(http://blog.osakazine.net/_img/sumitomo2x4/bg_trackback.gif) repeat-y 0 0;
}
.formbox .comments-body{
	background:none;
}

.comments-post{
	color:#666;
	text-align:right;
	border-top:#ebe4de dotted 1px;
	margin:0px 0px 0 13px;
	padding:5px 0 0 0;
	width:590px;
}

/*【7】プラグイン設定*/
/*◆7-0　プラグイン共通*/
.sidetitle{
	position:relative;
	top:0;
	left:0;
	display:block;
	z-index:-10;
	/*hide\*/	overflow:hidden;/*MacIE*/
	height:30px;
	font-size:120%;
	font-weight:bold;
}
.side{
	font-size:120%;
	line-height:140%;
	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{
	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{}
.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/sumitomo2x4/bg_sidetitle_recententry.gif) no-repeat 0 0;
	margin:0 0 20px;
}
.recententry .sidebody {
	background:url(http://blog.osakazine.net/_img/sumitomo2x4/im_icon_rsslist.gif) no-repeat 0 0.75em;
	padding:0 0 0 10px;
	line-height:175%;
}
/*◆7-4　過去記事*/
.archives {
	background:url(http://blog.osakazine.net/_img/sumitomo2x4/bg_sidetitle_archives.gif) no-repeat 0 0;
	margin:0 0 20px;
}
.archives .sidebody {
	background:url(http://blog.osakazine.net/_img/sumitomo2x4/im_icon_rsslist.gif) no-repeat 0 0.75em;
	padding:0 0 0 10px;
	line-height:175%;
}

/*◆7-5　カウンター*/
.counter {
	background:url(http://blog.osakazine.net/_img/sumitomo2x4/bg_sidetitle_counter.gif) no-repeat 0 0;
	margin:0 0 20px;	
}
.counter .sidetitle {}
/*◆7-6　最近のコメント*/
.comment {
	background:url(http://blog.osakazine.net/_img/sumitomo2x4/bg_sidetitle_comment.gif) no-repeat 0 0;
	margin:0 0 20px;
}
.comment .sidetitle {}
.comment .sidebody {
	background:url(http://blog.osakazine.net/_img/sumitomo2x4/im_icon_rsslist.gif) no-repeat 0 0.75em;
	padding:0 0 0 10px;
	line-height:175%;
}
/*◆7-7　最近のトラバ*/
.trackback {
	background:url(http://blog.osakazine.net/_img/sumitomo2x4/bg_sidetitle_trackback.gif) no-repeat 0 0;
	margin:0 0 20px;
}
.trackback .sidebody {
	background:url(http://blog.osakazine.net/_img/sumitomo2x4/im_icon_rsslist.gif) no-repeat 0 0.75em;
	padding:0 0 0 10px;
	line-height:175%;
}
/*◆7-8　お気に入り*/
.link {
	background:url(http://blog.osakazine.net/_img/sumitomo2x4/bg_sidetitle_link.gif) no-repeat 0 0;
	margin:0 0 20px;
}
.link .sidebody {
	background:url(http://blog.osakazine.net/_img/sumitomo2x4/im_icon_rsslist.gif) no-repeat 0 0.75em;
	padding:0 0 0 10px;
	line-height:175%;
}
/*◆7-9　ブログ内検索*/
.search {
	background:url(http://blog.osakazine.net/_img/sumitomo2x4/bg_sidetitle_search.gif) no-repeat 0 0;
	margin:0 0 20px;
}
/*◆7-10　QRコード*/
.qrcode {}
/*◆7-11　読者登録*/
.subscription {
	background:url(http://blog.osakazine.net/_img/sumitomo2x4/bg_sidetitle_subscription.gif) no-repeat 0 0;
	margin:0 0 20px;
}
/*◆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 {}
/*◆7-15　カテゴリ*/
.category {
	background:url(http://blog.osakazine.net/_img/sumitomo2x4/bg_sidetitle_category.gif) no-repeat 0 0;
	margin:0 0 20px;
}
.category .sidebody {
	background:url(http://blog.osakazine.net/_img/sumitomo2x4/im_icon_rsslist.gif) no-repeat 0 0.75em;
	padding:0 0 0 10px;
	line-height:175%;
}
/*◆7-16　新規投稿*/
.blog_entry {}
/*◆タグクラウド(人気キーワード)*/
.tag_cloud {
	background:url(http://blog.osakazine.net/_img/sumitomo2x4/bg_sidetitle_keyword.gif) no-repeat 0 0;
	margin:0 0 20px;
}

/*◆7-17　カスタム1*/
.custom1 {}
/*◆7-18　カスタム2*/
.custom2 {}
/*◆7-19　カスタム3*/
.custom3 {}

/*◆7-20　サイドメニュー*/
#smenu {
	padding:20px 0 0 0;
	margin-bottom:5px;
}
.blogentry #smenu,
.blogarchive #smenu {
	padding-top:0;
}
#smenu .unit {}
#smenu .unit a,
#smenu .unit .bir {
	display:block;
	width:250px;
	height:58px;
}
#smenu .unit .li1 {
	margin:0 0 2px;
}
#smenu .unit .li1 a {
	background:url(http://blog.osakazine.net/_img/sumitomo2x4/bg_smenu_li1.jpg) no-repeat 0 0;
}
.blogentry #smenu .unit .li1 a,
.blogarchive #smenu .unit .li1 a {
	background:url(http://blog.osakazine.net/_img/sumitomo2x4/bg_smenu_li1_2.jpg) no-repeat 0 0;
}
#smenu .unit .li2 {
	margin:0 0 10px;
}
#smenu .unit .li2 a {
	background:url(http://blog.osakazine.net/_img/sumitomo2x4/bg_smenu_li2.jpg) no-repeat 0 0;
}
#smenu .unit .li3 {
	margin:0 0 25px;
}
#smenu .unit .li3 .bir { height:50px;}
#smenu .unit .li3 a {
	background:url(http://blog.osakazine.net/_img/sumitomo2x4/bg_smenu_li3.jpg) no-repeat 0 0;
	height:50px;
}
#smenu .unit li a:link,#smenu .unit li a:visited {text-decoration:none;}/*forMacIE下線非表示*/
#smenu .content {
	border-bottom:#f0f0f0 solid 1px;
}
/*◆7-21　フォトギャラリー*/
#photogallery {
	background:url(http://blog.osakazine.net/_img/sumitomo2x4/bg_subject_photogallery.gif) no-repeat 0 0;
}
#photogallery .subject{
	height:30px;
	margin:0 0 10px;
}

#photogallery .content {}
#photogallery .unit {
	width:230px;
	margin:0 10px 7px;
}
#photogallery .unit .rss_list {
	display:inline;
	float:left;
	padding:0 1px 1px 0;
}
/*◆7-22　ライター一覧（タグクラウド）*/
#lighter {
	background:url(http://blog.osakazine.net/_img/sumitomo2x4/bg_subject_lighter.gif) no-repeat 0 0;
	margin:0 0 20px;
}
#lighter .subject{
	height:30px;
	margin:0 0 10px;
}
#lighter .content {
	padding:0 10px;
}
#lighter .unit li {
	margin:0 0 5px;
}
#lighter .unit li a,
#lighter .unit li .bir {
	display:block;
	width:230px;
	height:40px;
}
#lighter .unit .li1 {
	background:url(http://blog.osakazine.net/_img/sumitomo2x4/bg_lighter_01.gif) no-repeat 0 0;
}
#lighter .unit .li2 {
	background:url(http://blog.osakazine.net/_img/sumitomo2x4/bg_lighter_02.gif) no-repeat 0 0;
}
#lighter .unit .li3 {
	background:url(http://blog.osakazine.net/_img/sumitomo2x4/bg_lighter_03.gif) no-repeat 0 0;
}
#lighter .unit .li4 {
	background:url(http://blog.osakazine.net/_img/sumitomo2x4/bg_lighter_04.gif) no-repeat 0 0;
}
#lighter .unit li a:link,#lighter .unit li a:visited {text-decoration:none;}/*forMacIE下線非表示*/
/*◆7-23　モバイル版*/
#mobile {
	background:url(http://blog.osakazine.net/_img/sumitomo2x4/bg_subject_mobile.gif) no-repeat 0 0;
	margin:0 0 20px;
}
#mobile .subject {
	height:30px;
	margin:0 0 10px;
}
#mobile .content {
	padding:0 10px 0;
}
#mobile .unit {
	margin:0 0 10px;
}
#mobile .commenter {
	display:inline;
	width:140px;
	float:right;
}
#mobile .qr {
	display:inline;
	width:76px;
	float:left;
}

/*◆7-24　お問合せ*/
#contact {
	margin:0 0 10px;
	padding:25px 0 0 0;
	border-top:#f0f0f0 solid 1px;
}
#contact .bir {
	height:23px;
}
#contact a{
	display:block;
	width:250px;
	height:23px;
	background:url(http://blog.osakazine.net/_img/sumitomo2x4/bg_subject_contact.gif) no-repeat 0 0;
}
#contact a:link,#contact a:visited { text-decoration:none;}/*forMacIE下線非表示*/

/*◆7-25　コメント・トラックバックについて*/
#about {
	margin:0 0 10px;	
}
#about .bir {
	height:23px;
}
#about a {
	display:block;
	width:250px;
	height:23px;
	background:url(http://blog.osakazine.net/_img/sumitomo2x4/bg_subject_about.gif) no-repeat 0 0;
}
#about a:link,#about a:visited { text-decoration:none;}/*forMacIE下線非表示*/

/*非表示*/
.inquiry,				/*オーナーメッセージを出さないとフォームが出せないから*/
.ad { display:none;}	/*広告非表示*/


/*◆7-26　住まいづくりのエッセンス*/
#essence {
	background:url(http://blog.osakazine.net/_img/sumitomo2x4/bnr_essence.gif) no-repeat 0 0;
	padding:20px 0 25px 0;
	border-bottom:#f0f0f0 solid 1px;
}
#essence a {
	display:block;
	width:250px;
	height:70px;
}




/*【8】トップページコンテンツ*/
/*◆8-1　お知らせ*/
#news {
	background:url(http://blog.osakazine.net/_img/sumitomo2x4/bg_subject_news.gif) no-repeat 0 0;
	margin:0 0 24px;	
}
#news .subject {
	height:29px;
	margin:0 0 5px;
}
#news .content {}
#news .unit {
	margin:0 0 10px;
}
#news .unit .rss_list {
	border-bottom:#e6e6e6 solid 1px;
	background:url(http://blog.osakazine.net/_img/sumitomo2x4/im_icon_rsslist.gif) no-repeat 5px 50%;
	padding:5px 0 4px 14px;	
}


/*◆8-2　コラム*/
#column {
	background:url(http://blog.osakazine.net/_img/sumitomo2x4/bg_subject_column.gif) no-repeat 0 0;
}
#column .subject {
	height:29px;
}
#column .commenter {
	display:block;
	width:630px;
	height:21px;
	position:relative;
	/*hide\*/ overflow:hidden; /*for MacIE*/
}
#column .commenter img{
	width:630px;
	height:21px;
	position:absolute;
	top:0;
	left:0;
}
#column .subtitle {
	margin:0 0 13px;
}
#column .content {
	border-left:#f5f5f5 solid 3px;
}
#column .unit li {
	display:inline;
	float:left;
	width:303px;
	height:235px;/*記事が入るまで*/
	margin:15px 0 0 10px;
}
#column .unit .li1,#column .unit .li2 {padding:0 0 5px;}
#column .unit .rss_list {
	background:url(http://blog.osakazine.net/_img/sumitomo2x4/im_icon_rsslist.gif) no-repeat 5px 0.5em;
	border-bottom:#e6e6e6 solid 1px;
	padding:0 0 0 14px;
	margin:0 0 5px;
	height:1.6em;
	/*hide\*/	overflow:hidden;/*MacIE*/
}

#column .unit li .subtitle a {
	display:block;
	width:303px;
	height:136px;
}
#column .unit li .bir {
	height:136px;
}
#column .unit .li1 .subtitle a {
	background: url(http://blog.osakazine.net/_img/sumitomo2x4/bg_column_li1.jpg) no-repeat 0 0;
}
#column .unit .li2 .subtitle a {
	background: url(http://blog.osakazine.net/_img/sumitomo2x4/bg_column_li2.jpg) no-repeat 0 0;
}
#column .unit .li3 .subtitle a{
	background: url(http://blog.osakazine.net/_img/sumitomo2x4/bg_column_li3.jpg) no-repeat 0 0;
}
#column .unit .li4 .subtitle a{
	background: url(http://blog.osakazine.net/_img/sumitomo2x4/bg_column_li4.jpg) no-repeat 0 0;
}


/*◆8-3　お住まいレポート*/
#report {
	background:url(http://blog.osakazine.net/_img/sumitomo2x4/bg_subject_report.gif) no-repeat 0 0;
}
#report .subject {
	height:29px;
}
#report .commenter {
	display:block;
	width:630px;
	height:21px;
	position:relative;
	/*hide\*/ overflow:hidden; /*for MacIE*/
}
#report .commenter img{
	width:630px;
	height:21px;
	position:absolute;
	top:0;
	left:0;
}
#report .content {
	padding:15px 0 0 10px;
	border-left:#f5f5f5 solid 3px;
}
#report .thumbnail {
	display:inline;
	float:left;
	width:243px;
}
#report .thumbnail .rss_list {
	display:inline;
	float:left;
	padding:0 1px 1px 0;
}
#report .unit {
	display:inline;
	float:right;
	width:365px;
}
#report .unit .rss_list {
	border-bottom:#e6e6e6 solid 1px;
	background:url(http://blog.osakazine.net/_img/sumitomo2x4/im_icon_rsslist.gif) no-repeat 5px 50%;
	padding:5px 0 4px 14px;	
}
#report .unit .more {
	padding-top:8px;
}

/*◆8-4　スタッフのご紹介*/
#staff {
	background:url(http://blog.osakazine.net/_img/sumitomo2x4/bg_subject_staff.gif) no-repeat 0 0;
}
#staff .subject {
	height:29px;
}
#staff .commenter {
	display:block;
	width:630px;
	height:21px;
	position:relative;
	/*hide\*/ overflow:hidden; /*for MacIE*/
}
#staff .commenter img{
	width:630px;
	height:21px;
	position:absolute;
	top:0;
	left:0;
}
#staff .content {
	padding:5px 0 0 0;
	border-left:#f5f5f5 solid 3px;
}
#staff li{
	display:inline;
	float:left;
	width:303px;
	background:url(http://blog.osakazine.net/_img/sumitomo2x4/bg_staff_list.gif) repeat-y 0 0;
	border-top:#f0f0f0 solid 1px;
	border-bottom:#f0f0f0 solid 1px;
	padding:2px 0;
	margin:10px 0 0 10px;
}
#staff li .unit {
	display:inline;
	width:205px;
	float:right;
	margin:0 10px 0 0;
}
#staff .li1 .unit {
	background:url(http://blog.osakazine.net/_img/sumitomo2x4/bg_staff_name01.gif) no-repeat 0 0;
}
#staff .li2 .unit {
	background:url(http://blog.osakazine.net/_img/sumitomo2x4/bg_staff_name01.gif) no-repeat 0 0;
}
#staff .li3 .unit {
	background:url(http://blog.osakazine.net/_img/sumitomo2x4/bg_staff_name01.gif) no-repeat 0 0;
}
#staff .li4 .unit {
	background:url(http://blog.osakazine.net/_img/sumitomo2x4/bg_staff_name01.gif) no-repeat 0 0;
}
#staff li .unit h3 {
	height:47px;
}
#staff li .bt {
	display:inline;
	width:74px;
	float:left;
	margin:0 0 0 3px;
}
/*◆8-5　新着記事*/
#newentry {
	background:url(http://blog.osakazine.net/_img/sumitomo2x4/bg_subject_newentry.gif) no-repeat 0 0;
}
#newentry .subject {
	height:29px;
}
#newentry .commenter {
	display:block;
	width:630px;
	height:21px;
	position:relative;
	/*hide\*/ overflow:hidden; /*for MacIE*/
}
#newentry .commenter img{
	width:630px;
	height:21px;
	position:absolute;
	top:0;
	left:0;
}
#newentry .content {
	padding:15px 0 0 10px;
	border-left:#f5f5f5 solid 3px;
}
#newentry .thumbnail {
	display:inline;
	float:left;
	width:243px;
}
#newentry .thumbnail .rss_list {
	display:inline;
	float:left;
	padding:0 1px 1px 0;
}
#newentry .unit {
	display:inline;
	float:right;
	width:365px;
}
#newentry .unit .rss_list {
	border-bottom:#e6e6e6 solid 1px;
	background:url(http://blog.osakazine.net/_img/sumitomo2x4/im_icon_rsslist.gif) no-repeat 5px 50%;
	padding:5px 0 4px 14px;	
}
