@charset "utf-8"; 

/*笹岡郁子の「逆境を吹っ飛ばせ！人生は逆転できる」ブログ
3x740px3カラム 固定
070807

【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:#1F3134;
	background:#F9FCFE;
	text-align:center;
	font-size: 62.5%;/*フォントサイズ初期化16px×62.5％＝10px */
}
img{
	border:none;
}
a:link , a:visited {}
a:hover , a:active {}
h1 , h2 , h3 , p , ul , ol , li , dl , dt , dd , div , address , form {
	margin:0px;
	padding:0px;
	font-size:100%;
}
hr {
	display:none;
	clear: both;
}

/*◆1-2　共通クラス*/
.clear {
	clear:both;
	display:block;
	height:0;
	margin:0;
}

/*◆2-1　ヘッダ*/
#banner {
	background: url(http://blog.osakazine.net/_img/per_sasaoka/head.jpg) no-repeat 0 0;
	height: 220px;
}
.blogtitle{
	display: none;
	height: 50px;
	width: 170px;
	float: right;
}

.description{
	display: none;
	width: 170px;
	float: right;

}
.logo {
	float: left;
	height: 140px;
	width: 375px;
	padding:20px 0 0 170px;
}
.logo a {
	text-indent: -9999px;
	display: block;
	height: 140px;
	width: 375px;
}
/*◆2-2　フッタ*/
#footer{
	clear:both;
	padding: 3px;
}
#copyright{
	background:#FFF;
	height:1.5em;
	font-size:92%;
	color:#00608D;
	line-height:1.5em;
	text-align:center;
	font-style: normal;
}
/*【3】レイアウト(2カラム固定)*/
/*◆3-1　全体枠*/
#container{
	width:740px;
	text-align:left;
	font-size: 120%;
	background-image: url(http://blog.osakazine.net/_img/per_sasaoka/bg_container.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 3px;
	padding-left: 2px;
}
/*◆3-2　コンテンツ*/
#content{
	width:388px;
	float:right;
	line-height: 150%;
}
/*◆3-3　中段*/
#middle {
	background:url(http://blog.osakazine.net/_img/per_sasaoka/bg_middle.jpg) no-repeat 0 0;
	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;
	overflow:hidden;
}
/*◆3-6　サイド右(3カラム)*/
#links2{
	width:160px;
	float:right;
	text-align:left;
	overflow:hidden;
}
/*◆3-5　補助枠(3カラム)*/
#wrap {
	float:left;
	width: 559px;
}



/*【4】コンテンツ内*/
/*◆4-0　ブログ本体*/
.blog{
	margin:0px 0px 20px 0px;
	width: 388px;
}
/*◆4-1　記事部分*/
.blogbody{
	padding: 5px;
	width: 378px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
/*◆4-2　記事日付*/
.date{
	color:#00608D;
	letter-spacing:2px;
	line-height: 120%;
	font-weight: normal;
	text-align: right;
	background: url(http://blog.osakazine.net/_img/per_sasaoka/line_double.gif) repeat-x 0 bottom;
	padding:0 0 5px 0;
}


/*◆4-3　記事タイトル*/
.title{
	color:#00608D;
	font-weight:bold;
	line-height:120%;
	padding: 15px 0 10px 0;
}
.title a:link , .title a:visited { 
	text-decoration:none;
	color:#00608D;
}
.title a:hover , .title a:active {color:#00AFCC;text-decoration:none;}


/*◆4-4　記事本文*/
.main{
	width:378px;
	overflow:auto;
	line-height:135%;
	display: block;
}
.main img{
	margin:5px;
}
.main-continues{
	font-size:12px;
}
/*記事本文リンク色*/
.main a:link , .main a:visited {}
.main a:hover , .main a:active {}
/*「続きを読む」リンク色*/
a.acontinues:link , a.acontinues:visited {
color:#00608D;text-decoration:underline;
}
a.acontinues:hover , a.acontinues:active {color:#00AFCC;text-decoration:none;}
/*◆4-5　記事追記*/
#more {}

/*◆4-6　記事下部*/
.posted{
	color:#00608D;
	font-size:83.4%;
	text-align:right;
	margin:8px 0;
	padding:5px 0 0 0;
	border-top:solid  1px #00608D;}
a.aposted{}
a.aposted:link , a.aposted:visited {
color:#00608D;text-decoration:underline;
}
a.aposted:hover , a.aposted:active {
	color:#00AFCC;text-decoration:none;
}
.menu{
	color:#00608D;
	text-align:right;
	font-size:83.4%;
}
/*◆4-7　ページメニュー*/
a.amenu:link , a.amenu:visited {
color:#00608D;text-decoration:underline;
}
a.amenu:hover , a.amenu:active {
color:#00AFCC;text-decoration:none;
}
/*◆4-8　ページトップ*/
.pagetop{
	font-size:83.4%;
	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;
	color: #00608D;
}
#author{
	width:200px;
	border:1px solid #00608D;
	background:#F9FCFE;
}
#email{
	width:200px;
	border:1px solid #00608D;
	background:#F9FCFE;
}
#url{
	width:200px;
	border:1px solid #00608D;
	background:#F9FCFE;
}
#text{ font-size:12px;
	width:240px;
	height:150px;
	border:1px solid #00608D;
	background:#F9FCFE;
}
.form .button {
	margin:0 auto;
	display: block;
}
/*◆6-2　トラックバック一覧*/
#trackback {
	margin:15px 0 0;
}
.trackback-url{
	color:#00AFCC;
	font-size:12px;
	font-weight:bold;
	margin:15px 0px 25px 10px;
}
.trackback-title{
	color:#000;
	font-weight:bold;
	line-height:150%;
	width: 372px;
}
.trackback-body{
	line-height:135%;
	margin:20px 0px 15px 10px;
}
.trackback-post{
	color:#00608D;
	text-align:right;
	margin:0px 0px 25px 10px;
	font-size: 83.4%;
}
a.atrackback-post:link , 
a.atrackback-post:visited {
color:#00608D;text-decoration:underline;
}
a.atrackback-post:hover , 
a.atrackback-post:active {
color:#00AFCC;text-decoration:none;
}
/*◆6-3　コメント一覧*/
#comments {
	margin:15px 0 0;
}
.comments-head{
	color:#00608D;
	font-weight:bold;
	line-height:150%;
	background: url(http://blog.osakazine.net/_img/per_sasaoka/line_double.gif) repeat-x 0 bottom;
	padding:0 0 5px 0;
}
.comments-body{
	line-height:135%;
	margin:20px 0px 15px 10px;
}
.comments-post{
	color:#00608D;
	text-align:right;
	margin:0px 0px 25px 10px;
	font-size: 83.4%;
}

/*【7】プラグイン設定*/
/*◆7-0　プラグイン共通*/
.sidetitle{
	color:#00608D;
	font-weight:bold;
	font-size:12px;
	letter-spacing:2px;
	padding:7px 25px 0px 5px;
	background:url(http://blog.osakazine.net/_img/per_sasaoka/sidetitle.gif) no-repeat 0 0;
	height:18px;
}
.side{
	font-size:12px;
	line-height:140%;
	margin:0px 0px 10px 0px;
	padding:5px;
}
.sidebody .text {
	width:148px;
	border:solid 1px #00608D;
	margin:0 0 3px 0;
	background-color: #F9FCFE;
}

/*サイドリンク色*/
.side a:link , .side a:visited {
color:#00608D;text-decoration:underline;
}
.side a:hover , .side a:active {
color:#00AFCC;text-decoration:none;
}

/*◆7-1　カレンダー*/
.calender{
	font-size:10px;	
}
.calendarhead{
	border-top: 1px solid #00608D;
	border-left: 1px solid #00608D;
	border-right: 1px solid #00608D;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	letter-spacing:2px;
	text-align:center;
	padding:3px 0px 3px 0px;
	background-color:#00608D;
}
.calendarhead a:link , .calendarhead a:visited {
	color:#FFFFFF;
}
.calendarhead a:hover , .calendarhead a:active {
	color:#00AFCC;
}
.calendartable{ /*カレンダーテーブル*/
	margin:0px auto 10px auto;
	width:160px;
	text-align:center;
	border: 1px solid #00608D;/*セルの枠線と同色指定時はテーブル右枠線は消す*/
	border-spacing:0px;
	empty-cells:show;
}
* html .calendartable 
{ /*IE6のボーダー間隔を接着*/
	border-collapse:collapse;
}
*+html .calendartable 
{ /*IE7のボーダー間隔を接着*/
	border-collapse:collapse;
}
.calendarweek{ /*曜日(文字)*/
	color:#00608D;
	font-size:10px;
	font-weight: bold;
}
.calendarwd{ /*曜日(セル)*/
	line-height: 130%;
	padding:5px 0 0 0;
}
.calendard{ /*日付(セル)*/
	line-height: 130%;
	padding:2px 0 2px 0;
}
.calendartable a:link , .calendartable a:visited{
color:#00608D;text-decoration:underline;
}
.calendartable a:hover , .calendartable a:active {
color:#00AFCC;text-decoration:none;
}
/*
sat {}　土曜セル
sun {}　日曜セル
today {}　今日セル
*/

/*◆7-2　RSS*/
.rss{}
.rss ul {
	margin:0px;
	padding:0 0 10px 0;
	width:100%;
	text-align:center;
}
.rss ul li{
	border-right:#00608D 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:#00608D;
	text-decoration:none;
}
.rss ul a:hover ,
.rss ul a:active{
	color:#00AFCC;
	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:#00608D;
	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 {}

