@charset "utf-8"; 

/*ベストプラクティス　グリマム￥マネースクールテンプレート

【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:#696969;
	background:#F0F8FF;
	text-align:center;
	font-size: 62.5%;/*フォントサイズ初期化16px×62.5％＝10px */
}
img{
	border:none;
}
a:link , 
a:visited{}
a:active , 
a:hover{}
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　ヘッダ*/
#head {
	padding:10px;
	background:#FFFFFF;
}
.logo{
	background:#757897;
	padding:10px;
}
.logo .logotype{
	width:216px;
	height:30px;
	background:url(http://blog.osakazine.net/_img/bestplactice/logo.gif) no-repeat 0 0;
	text-indent:-9999px;
	float:left;
}
.logo .logotype a{
	display:block;
	width:216px;
	height:30px;
	overflow:hidden;
}
.logo .headmenu{
	text-align:right;
	color:#FFFFFF;
	padding: 1em 0 0 0;
}
.logo .headmenu a , 
.logo .headmenu a:link , 
.logo .headmenu a:visited{ color:#FFFFFF; text-decoration:underline;}
.logo .headmenu a:hover , 
.logo .headmenu a:active { color:#FFFFFF; text-decoration:none;}
.banner{
	background:url(http://blog.osakazine.net/_img/bestplactice/bg_banner.jpg) no-repeat 0 0;
	height:300px;
}
.blogtitle{
	height:80px;
	width:800px;
	margin:200px 0 0 0;
	text-indent:-9999px;
}
.blogtitle a{
	height:80px;
	width:800px;
	display:block;
	overflow:hidden;
}
.description{
	height:20px;
	overflow:hidden;
	text-indent:-9999px;
}
/*◆2-2　フッタ*/
#footer{
	clear:both;
	width:820px;
	margin:0 auto 10px auto;
}
#copyright{
	background:#FFF;
	height:16px;
	font-size:100%;
	line-height:150%;
	text-align:left;
	font-style: normal;
	padding:0 0 10px 10px;
}
/*【3】レイアウト(2カラム固定)*/
/*◆3-1　全体枠*/
#container{
	width:820px;
	background:#FFFFFF url(http://blog.osakazine.net/_img/bestplactice/bg_container.gif) repeat-y;
	margin:10px auto 0 auto;
	text-align:left;
	font-size:120%;
}
/*◆3-2　コンテンツ*/
#content{
	width:573px;
	float:left;
	background-color:#ffffff;
	line-height: 150%;
}
/*◆3-3　中段*/
#middle {
	padding: 0 10px;
	height:1%;/*for IE6+7 ボックス関連バグ*/
}
html>/**/#middle {
	height:auto;/*for FF*/
}

/*◆3-4　サイド1*/
#links{
	width:217px;
	float:right;
	text-align:left;
	padding:0px 0px 0px 0px;
	overflow:hidden;
}
/*◆3-5　サイド2*/

/*【4】コンテンツ内*/
/*◆4-0　ブログ本体*/
.blog{
	width: 573px;
}
/*◆4-1　記事部分*/
.blogbody{
	background:#fff;
	margin:0px 0px 10px 0px;
	border:1px solid #C2C2C2;
	width: 571px;
}
/*◆4-2　記事日付*/
.date{
	font-size:12px;
}


/*◆4-3　記事タイトル*/
.title{
	border-top:3px solid #757897;
	background:url(http://blog.osakazine.net/_img/bestplactice/list_flower.gif) no-repeat 19px center;
	font-weight:bold;
	font-size:140%;
	line-height:120%;
	padding: 24px 9px 24px 45px;
	margin:1px;
	color:#757897;
}
.title a , 
.title a:link , .title a:visited { color:#757897; text-decoration:none;}
.title a:hover , .title a:active { color:#757897; text-decoration:underline;}


/*◆4-4　記事本文*/
.main{
	width:531px;
	overflow:auto;
	line-height:180%;
	margin:0 auto;
}
.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{
	font-size:83.4%;
	text-align:right;
	padding:8px 10px;
	background:url(http://blog.osakazine.net/_img/bestplactice/line_dot.gif) repeat-x 0 0;
}
a.aposted{}
a.aposted:link , a.aposted:visited {}
a.aposted:hover , a.aposted:active {}
.menu{
	text-align:right;
	font-size:83.4%;
	padding:0 10px 0 0;
}
/*◆4-7　ページメニュー*/
a.amenu:link , a.amenu:visited {}
a.amenu:hover , a.amenu:active {}
/*◆4-8　ページトップ*/
.pagetop{
	font-size:83.4%;
	text-align:right;
	margin:0px 0px 25px 0px;
	padding:0 10px 0 0;
}

/*【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 #C2C2C2;
}
#email{
	width:200px;
	border:1px solid #C2C2C2;
}
#url{
	width:200px;
	border:1px solid #C2C2C2;
}
#text{ font-size:12px;
	width:400px;
	height:200px;
	border:1px solid #C2C2C2;
}
.form .button {
	margin:0 auto;
	display: block;
}

/*◆6-2　トラックバック一覧*/
#trackback {
	margin:15px 0;
	padding:10px 20px 0 20px ;
	background:url(http://blog.osakazine.net/_img/bestplactice/line_dot.gif) repeat-x 0 0;
}
.trackback-url{
	color:#691815;
	font-size:12px;
	font-weight:bold;
	margin:15px 0px 25px 13px;
	width: 489px;
}
.trackback-title{
	color:#757897;
	font-weight:bold;
	line-height:150%;
	background:url(http://blog.osakazine.net/_img/bestplactice/list_arrow.gif) no-repeat center left;
	padding:0 0 0 10px;
}
.trackback-body{
	line-height:135%;
	margin:20px 0px 15px 13px;
}
.trackback-post{
	text-align:right;
	margin:0px 0px 25px 13px;
	font-size:83.4%;
}
a.atrackback-post:link , 
a.atrackback-post:visited {}
a.atrackback-post:hover , 
a.atrackback-post:active {}
/*◆6-3　コメント一覧*/
#comments {
	margin:15px 0;
	padding:10px 20px 0 20px ;
	background:url(http://blog.osakazine.net/_img/bestplactice/line_dot.gif) repeat-x 0 0;
}
.comments-head{
	color:#757897;
	font-weight:bold;
	line-height:150%;
	background:url(http://blog.osakazine.net/_img/bestplactice/list_arrow.gif) no-repeat center left;
	padding:0 0 0 10px;	
}
.comments-body{
	line-height:135%;
	margin:20px 0px 15px 13px;
}
.comments-post{
	text-align:right;
	margin:0px 0px 25px 13px;
	font-size:83.4%;
}

/*【7】プラグイン設定*/
/*◆7-0　プラグイン共通*/
.sidetitle{
	color:#fff;
	height:13px;
	font-size:12px;
	letter-spacing:2px;
	padding:5px 0px 5px 30px;
	background:#25B7C0 url(http://blog.osakazine.net/_img/bestplactice/list_side.gif) no-repeat 0 0;
}
.side{
	font-size:12px;
	line-height:140%;
	margin:0px 0px 10px 0px;
	padding:10px;
}
/*サイドリンク色*/
.side a:link , .side a:visited {}
.side a:hover , .side a:active {}
/*◆7-1　カレンダー*/
.calender{
	font-size:10px;
	margin:10px;
}
.calendarhead{
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	letter-spacing:2px;
	text-align:center;
	padding:3px 0px 3px 0px;
	background:#25B7C0;
}
.calendarhead a:link , .calendarhead a:visited{ color:#FFFFFF; text-decoration:underline;}
.calendarhead a:hover , .calendarhead a:active { color:#FFFFFF; text-decoration:none;}
.calendartable{ /*カレンダーテーブル*/
	margin:0px auto 10px auto;
	width:197px;
	text-align:center;
	background:#fff;
	border: 1px solid #25B7C0;/*セルの枠線と同色指定時はテーブル右枠線は消す*/
	border-spacing:0px;
	empty-cells:show;
}
* html .calendartable 
{ /*IE6のボーダー間隔を接着*/
	border-collapse:collapse;
}
*+html .calendartable 
{ /*IE7のボーダー間隔を接着*/
	border-collapse:collapse;
}
.calendarweek{ /*曜日(文字)*/
	color:#25B7C0;
	font-size:10px;
	font-weight: bold;
}
.calendarwd{ /*曜日(セル)*/
	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:0 0 10px 0;
	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: #FF6600;
	text-decoration:none;
}
.rss ul a:hover ,
.rss ul a:active{
	color: #FF9900;
	text-decoration:none;
}
/*◆7-3　最近の記事*/
.recententry {}
.recententry .sidetitle{
	background:url(http://blog.osakazine.net/_img/bestplactice/index_recent.gif) no-repeat 0 0;
	padding:0;
	height:23px;
	text-indent:-9999px;
}
/*◆7-4　過去記事*/
.archives {}
/*◆7-5　カウンター*/
.counter {}
/*◆7-6　最近のコメント*/
.comment {}
/*◆7-7　最近のトラバ*/
.trackback {}
/*◆7-8　お気に入り*/
.link {}
.link .sidetitle{
	background:url(http://blog.osakazine.net/_img/bestplactice/index_myblog.gif) no-repeat 0 0;
	padding:0;
	height:23px;
	text-indent:-9999px;
}
/*◆7-9　ブログ内検索*/
.search {
	text-align:center;
}
.search .sidetitle{
	background:url(http://blog.osakazine.net/_img/bestplactice/index_search.gif) no-repeat 0 0;
	padding:0;
	height:23px;
	text-indent:-9999px;
}
/*◆7-10　QRコード*/
.qrcode {}
.qrcode .sidetitle{
	background:url(http://blog.osakazine.net/_img/bestplactice/index_qr.gif) no-repeat 0 0;
	padding:0;
	height:23px;
	text-indent:-9999px;
}
/*◆7-11　読者登録*/
.subscription {}
/*◆7-12　プロフィール*/
.profile {}
.profile .sidetitle{
	background:url(http://blog.osakazine.net/_img/bestplactice/index_prof.gif) no-repeat 0 0;
	padding:0;
	height:23px;
	text-indent:-9999px;
}
.profile .photo{
	text-align:center;
	overflow:hidden;
}
.profile .photo img{
	display:block;
	max-width:150px;
	margin:0 auto;
}
.nickname{
	color:#D65544;
	font-weight:bold;
	margin:10px 0px;
}
.message{
	font-size:83.4%;
}
/*◆7-13　オーナーメール*/
.inquiry {}
/*◆7-14　インフォメーション*/
.ad {}
/*◆7-15　カテゴリ*/
.category {}
/*◆7-16　新規投稿*/
.blog_entry {}
/*◆7-17　カスタム1*/
.schedule {}
.schedule .sidetitle{
	background:url(http://blog.osakazine.net/_img/bestplactice/index_schedule.gif) no-repeat 0 0;
	padding:0;
	height:23px;
}
.schedule .sidetitle p{ float:left; text-indent:-9999px;}
.schedule .sidetitle .more{
	float:right;
	width:52px;
	height:13px;
	margin:5px 3px 0 0;
}
.schedule .sidetitle .more a{
	width:52px;
	height:13px;
	display:block;
	overflow:hidden;
}
/*◆7-18　カスタム2*/
.categorymenu {}
.categorymenu .sidetitle{
	background:url(http://blog.osakazine.net/_img/bestplactice/index_menu.gif) no-repeat 0 0;
	padding:0;
	height:23px;
	text-indent:-9999px;
}
.categorymenu .side{ padding:0;}
.categorymenu .side ul{ background: url(http://blog.osakazine.net/_img/bestplactice/btn_menu.gif) no-repeat 0 0;}
.categorymenu li{
	list-style:none;
	width:217px;
	height:36px;
	text-indent:-9999px;
	}
.categorymenu li a{
	width:217px;
	height:36px;
	display:block;
	overflow:hidden;
}

/*◆7-19　カスタム3*/
.myblog {}
.myblog .sidetitle{
	background:url(http://blog.osakazine.net/_img/bestplactice/index_myblog.gif) no-repeat 0 0;
	padding:0;
	height:23px;
	text-indent:-9999px;
}
.myblog .sidebody{
	text-align:center;
}
.myblog li{ list-style:none;}
.myblog li img{ margin: 0 0 10px 0;}

/*◆7-20　カスタム4*/
.appli{
	margin:0 0 10px 0;
}
/*◆7-21　タグクラウド*/
.tag_cloud{}
.tag_cloud .sidetitle{
	background:url(http://blog.osakazine.net/_img/bestplactice/index_tag.gif) no-repeat 0 0;
	padding:0;
	height:23px;
	text-indent:-9999px;
}

