@charset "utf-8"; 

/*simple_3x740px
3カラム 固定
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 {
}
.side .text {
	width:142px;
}
body{
	margin:0px;
	padding:0px;
	color:#5f5f5f;
	background:url(http://blog.osakazine.net/_img/nogami/bg_body.gif) repeat 0 0;
	text-align:center;
	font-size: 62.5%;/*フォントサイズ初期化16px×62.5％＝10px */
}
img{
	border:none;
}
a:link , a:visited {color:#c00;text-decoration:underline;}
a:hover , a:active {color:#c00;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 {
	background:#c00 url(http://blog.osakazine.net/_img/nogami/bg_banner.jpg) no-repeat 0 0;
	padding:0px;
	height: 259px;
}
.blogtitle{
	background:url(http://blog.osakazine.net/_img/nogami/bg_descriptopn.gif) no-repeat 0 0;
	padding:70px 0px 0px 30px;
	font-size:350%;
	font-weight:bold;
	text-align:left;
	letter-spacing:2px;
	text-indent: -99999px;
	display: block;
}
.blogtitle a , 
.blogtitle a:link , 
.blogtitle a:visited{
	color:#000;
	text-decoration:none;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3", serif;
	display: block;
	width: 450px;
	height: 160px;
}
.blogtitle a:hover , 
.blogtitle a:active {color:#000;text-decoration:none;}

.description{
	text-align:left;
	letter-spacing:2px;
	text-indent: -99999px;
}
/*◆2-2　フッタ*/
#footer{
	clear:both;
}
#copyright{
	background:#900;
	height:1.5em;
	font-size:92%;
	font-weight:bold;
	color:#fff;
	line-height:1.5em;
	text-align:center;
	font-style: normal;
}
/*【3】レイアウト(2カラム固定)*/
/*◆3-1　全体枠*/
#container{
	width:740px;
	background-color:#EEEDE7;
	margin:0px auto;
	text-align:left;
	font-size: 120%;
}
/*◆3-2　コンテンツ*/
#content{
	width:390px;
	float:right;
	line-height: 150%;
}
/*◆3-3　中段*/
#middle {
	padding: 0 5px;
	height:1%;/*for IE6+7 ボックス関連バグ*/
}
html>/**/#middle {
	height:auto;/*for FF*/
}

/*◆3-4　サイド1(2カラム)*/
#links{
	width:185px;
	float:left;
	text-align:left;
	padding:20px 0px 0px 0px; 
	background-color:#fff;
	overflow:hidden;
}
/*◆3-5　サイド左(3カラム)*/
#links1{
	width:160px;
	float:left;
	text-align:left;
	padding:10px 0px 0px 0px;
	overflow:hidden;
}
/*◆3-6　サイド右(3カラム)*/
#links2{
	width:160px;
	float:right;
	text-align:left;
	padding:10px 0px 0px 0px;
	overflow:hidden;
}
/*◆3-5　補助枠(3カラム)*/
#wrap {
	float:left;
	width: 560px;
}



/*【4】コンテンツ内*/
/*◆4-0　ブログ本体*/
.blog{
	margin:10px 0px 20px 0px;
	width: 390px;
}
/*◆4-1　記事部分*/
.blogbody{
	background:#EEEDE7 url(http://blog.osakazine.net/_img/nogami/bg_blogbody.gif) no-repeat 0 0;
	margin:0px 0px 10px 0px;
	padding: 8px 10px;
	width: 368px;
}
/*◆4-2　記事日付*/
.date{
	background:url(http://blog.osakazine.net/_img/nogami/bg_date.gif) no-repeat 0 0;
	font-size:12px;
	letter-spacing:2px;
	padding:7px 0px 5px 25px;
	line-height: 120%;
}


/*◆4-3　記事タイトル*/
.title{
	background:url(http://blog.osakazine.net/_img/nogami/bg_title.gif) no-repeat 0 100%;
	color:#c00;
	font-weight:bold;
	line-height:120%;
	padding: 0 0 8px;
	font-size: 116.7%;
	display: block;
	margin: 0 0 0.5em;
}
.title a:link , .title a:visited { text-decoration:none;}
.title a:hover , .title a:active { text-decoration:underline;}


/*◆4-4　記事本文*/
.main{
	width:372px;
	overflow:auto;
	line-height:135%;
	display: block;
}
.main img{
	margin:0px 5px 5px 5px;
}
.main-continues{
	font-size:12px;
}
/*記事本文リンク色*/
.main a:link , .main a:visited {}
.main a:hover , .main a:active {}
/*「続きを読む」リンク色*/
a.acontinues:link , a.acontinues:visited {
	display: block;
	text-align: left;
	padding: .5em 0;
}
a.acontinues:hover , a.acontinues:active {}
/*◆4-5　記事追記*/
#more {}

/*◆4-6　記事下部*/
.posted{
	color:#000;
	font-size:83.4%;
	text-align:right;
	margin:8px 0;
}
a.aposted{font-weight:bold;}
a.aposted:link , a.aposted:visited { text-decoration:underline;}
a.aposted:hover , a.aposted:active { text-decoration:none;}
.menu{
	color:#000;
	text-align:right;
}
/*◆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:240px;
	height:150px;
	border:1px solid #484848;
}
.form .button {
	margin:0 auto;
	display: block;
}
/*◆6-2　トラックバック一覧*/
#trackback {
	margin:15px 0 0;
}
.trackback-url{
	color:#CC0000;
	font-size:12px;
	font-weight:bold;
	margin:15px 0px 25px 13px;
	width: 359px;
}
.trackback-title{
	color:#000;
	font-weight:bold;
	line-height:150%;
	width: 372px;
}
.trackback-body{
	line-height:135%;
	margin:20px 0px 15px 13px;
	width: 359px;
}
.trackback-post{
	color:#000;
	text-align:right;
	margin:0px 0px 25px 13px;
	font-weight:bold;
	width: 359px;
}
a.atrackback-post:link , 
a.atrackback-post:visited {text-decoration:underline;font-weight:bold;}
a.atrackback-post:hover , 
a.atrackback-post:active {text-decoration:none;font-weight:bold;}
/*◆6-3　コメント一覧*/
#comments {
	margin:15px 0 0;
}
.comments-head{
	color:#000;
	font-weight:bold;
	line-height:150%;
	width: 372px;
}
.comments-body{
	line-height:135%;
	margin:20px 0px 15px 13px;
	width: 359px;
}
.comments-post{
	color:#000;
	text-align:right;
	margin:0px 0px 25px 13px;
	width: 359px;
	font-weight: bold;
}

/*【7】プラグイン設定*/
/*◆7-0　プラグイン共通*/
.sidetitle{
	background:#c00 url(http://blog.osakazine.net/_img/nogami/bg_sidetitle.gif) no-repeat 0 0;
	color:#fff;
	font-size:12px;
	letter-spacing:2px;
	padding:6px 0px 4px 8px;
}
.side{
	font-size:12px;
	line-height:140%;
	margin:0px 0px 0px 0px;
	padding:5px 5px 0;
	background:url(http://blog.osakazine.net/_img/nogami/bg_side.gif) no-repeat 0 0;
	border-left:1px solid #86795E;
	border-right:1px solid #86795E;
	overflow: hidden;
}
/*サイドリンク色*/
.side a:link , .side a:visited {}
.side a:hover , .side a:active {}

/*◆7-1　カレンダー*/
.calender{
	background:url(http://blog.osakazine.net/_img/nogami/bg_calendar.gif) repeat-y 0 0;
	font-size:10px;
	margin: 0 0 10px;
}
.calendarhead{
	background:url(http://blog.osakazine.net/_img/nogami/bg_calendarhead.gif) no-repeat 0 0;
	color:#333;
	font-size:12px;
	font-weight:bold;
	letter-spacing:2px;
	text-align:center;
	padding:5px 0px 3px 0px;
}
.calendarhead a {
	color:#c00;
}
.calendartable{ /*カレンダーテーブル*/
	background:url(http://blog.osakazine.net/_img/nogami/bg_calendartable.gif) no-repeat 0 100%;
	margin:0px auto;
	width:160px;
	text-align:center;/*セルの枠線と同色指定時はテーブル右枠線は消す*/
	border-spacing:2px;
	empty-cells:show;
}
.calendarweek{ /*曜日(文字)*/
	color:#5F5F5F;
	font-size:10px;
	font-weight: bold;
}
.calendarwd{ /*曜日(セル)*/
	line-height: 130%;
}
.calendard{ /*日付(セル)*/
	border-top:1px solid #D9AFA4;
	border-right:1px solid #D9AFA4;
	line-height: 130%;
}
.calendartable a:link , .calendartable a:visited{
	color: #c00;
}
.calendartable a:hover , .calendartable a:active {
	color: #c00;
}
/*
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 {}
/*◆7-4　過去記事*/
.archives {}
/*◆7-5　カウンター*/
.counter {}
/*◆7-6　最近のコメント*/
.comment {}
/*◆7-7　最近のトラバ*/
.trackback {}
/*◆7-8　お気に入り*/
.link {}
/*◆7-9　ブログ内検索*/
.search {}
/*◆7-10　QRコード*/
.qrcode {}
/*◆7-11　読者登録*/
.subscription {}
/*◆7-12　プロフィール*/
.profile {}
.profile .photo{
	text-align:center;
	overflow:hidden;
	width: 148px;
}
.profile .photo img{
	display:block;
	max-width:140px;
	margin:0 auto;
}
.nickname{
	color:#000000;
	font-weight:bold;
	margin:10px 0px;
}
.message{}
/*◆7-13　オーナーメール*/
.inquiry {}
/*◆7-14　インフォメーション*/
.ad {}
/*◆7-15　カテゴリ*/
.category {}
/*◆7-16　新規投稿*/
.blog_entry {}
/*◆7-17　カスタム1*/
.custom1 {}
/*◆7-18　カスタム2*/
.custom2 {}
/*◆7-19　カスタム3*/
.custom3 {}


/*◆7-20 サイドボックス*/
.recententry , 
.archives , 
.counter , 
.comment , 
.trackback , 
.link , 
.search , 
.qrcode , 
.subscription , 
.profile , 
.inquiry , 
.ad , 
.category , 
.blog_entry , 
.sidebox {
	background:url(http://blog.osakazine.net/_img/nogami/bg_sidebox.gif) no-repeat 0 100%;
	padding:0 0 5px;
	margin:0 0 10px;
}

