@charset "utf-8"; 

/*simple_3x100
3カラム 固定
takatsuki
061219-070110
070119

【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, helvetica, Osaka, "ＭＳ Ｐゴシック" ,sans-serif;
	word-break: break-all;
}
textarea,select,input {
}
body{
	background:#F2F9F9 url(http://blog.osakazine.net/_img/takatsuki/bg_body.gif) repeat;
	margin:0px;
	padding:0px;
	text-align:center;
	min-width:740px;/*最小幅指定FF+IE7+NN7+OP9*/
	color:#000;
	font-size: 62.5%;
}
img{
	border:none;
}
a:link , a:visited {color:#FF9933;text-decoration:underline;}
a:hover , a:active {color:#FF9933;text-decoration:none;}
h1 , h2 , h3 , h4 , h5 , 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:url(http://blog.osakazine.net/_img/takatsuki/bg_banner.jpg) no-repeat 0 0;
	padding:0;
　　　　　　　
	height: 120px;
}
.blogtitle{
	padding:10px 0px 0px 50px;
	font-weight:bold;
	text-align:left;
	letter-spacing:2px;
}
.blogtitle a , 
.blogtitle a:link , 
.blogtitle a:visited{
	color:#fff;
	text-decoration:none;
	text-indent: -99999px;
	display: block;
	width: 330px;
	height:69px;
}
.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;
	text-indent: -99999px;
}

/*◆2-2　フッタ*/
#footer{
	clear:both;
	width: 100%;
}
#copyright{
	background:#274A78;
	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:96%;/*横幅いっぱいにする場合は100%*/
	background:#fff url(http://blog.osakazine.net/_img/takatsuki/bg_container.jpg) repeat-x 0 0;
	margin:0px auto;
	text-align:left; /*16px×75%＝12px*/
	max-width:125em;
	font-size: 120%;
	border-right:1px #274A78 solid;
	border-left:1px #274A78 solid;
}
/*◆3-2　コンテンツ*/
#content{
	width:100%;
	float:right;
	margin-left:-195px;/*ネガティブマージン*/
	background-color:#ffffff;
	line-height: 150%;
}
/*◆3-3　中段*/
#middle {
	padding: 0 5px;
	height:1%;/*for IE6+7 ボックス関連バグ*/
}
html>/**/#middle {
	height:auto;/*IE7以外のモダンブラウザ*/
}

/*◆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:195px;
	float:left;
	text-align:left;
	padding:10px 0px 0px 0px;
	overflow:hidden;
	font-size: 12px;
}
/*◆3-6　サイド右(3カラム)*/
#links2{
	width:195px;
	float:right;
	text-align:left;
	padding:10px 0px 0px 0px;
	overflow:hidden;
	font-size: 12px;
}
/*◆3-5　補助枠(3カラム)*/
#wrap {
	float:left;
	width: 100%;
	margin-right:-195px;/*ネガティブマージン*/
}



/*【4】コンテンツ内*/
/*◆4-0　ブログ本体*/
.blog{
	margin:10px 200px 20px;
}
/*◆4-1　記事部分*/
.blogbody{
	background:#fff url(http://blog.osakazine.net/_img/takatsuki/bg_blogbody.gif) no-repeat 100% 0;
	margin:0px 0px 10px 0px;
	border-left:1px solid #1E50A2;
	border-right:1px solid #1E50A2;
	border-bottom:1px solid #1E50A2;
	padding: 15px 25px;
}
/*◆4-2　記事日付*/
.date{
	border:1px solid #1E50A2;
	border-bottom:none;
	background:url(http://blog.osakazine.net/_img/takatsuki/bg_date.gif) repeat-x 0 0;
	color:#fff;
	font-size:12px;
	letter-spacing:2px;
	padding:3px 0px 3px 5px;
	line-height: 120%;
	background-color: #2CA9E1;
}


/*◆4-3　記事タイトル*/
.title{
	color:#FF9933;
	font-weight:bold;
	line-height:120%;
	padding: 5px 8px 8px 25px;
	text-indent:15px;
	background:url(http://blog.osakazine.net/_img/takatsuki/bg_title.gif) no-repeat 0 50%;
	font-size: 133%;
	margin: 0;
	display: block;
}
.title a:link , .title a:visited { text-decoration:none;color:#f93;}
.title a:hover , .title a:active { text-decoration:underline;color:#f93;}

.cate {
	border-top:1px #2CA9E1 solid;
	display:block;
	text-align:right;
	font-size:100%;
	margin: 0;
	padding: 0;
}

/*◆4-4　記事本文*/
.main{
	margin: 0;
	color:#000;
	padding:0;
	overflow:auto;
	line-height:135%;
	display: block;
	width: 100%;
}
.main img{
	margin:0px 5px 5px 5px;
}
.main .picture {
	background:#fff url(http://blog.osakazine.net/_img/takatsuki/bg_mainimg.jpg) no-repeat right bottom;
  float:left;
  padding-left:2px;
  margin: 10px 0 5px 10px;
}
*+html .main .picture, * html .main .picture {
}
.main .picture img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
}
br {
 clear:both;
}
.main-continues{
	font-size:12px;
}
/*記事本文リンク色*/
.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{
	color:#f93;
	font-size:83.4%;
	text-align:right;
	margin:8px 0px 8px 0px;
}
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 0 0 0;
	width: 90%;
}
.form th {
	vertical-align:top;
	text-align: right;
	font-weight: normal;
}
label{
	font-size:12px;
}
#author{
	width: 150px;
	border:1px solid #484848;
}
#email{
	width: 150px;
	border:1px solid #484848;
}
#url{
	width: 150px;
	border:1px solid #484848;
}
#text{
	font-size:12px;
	width: 100%;
	min-width:150px;
	height:150px;
	border:1px solid #484848;
}
.form .button {
	margin:0 auto;
	display: block;
}
/*◆6-2　トラックバック一覧*/
#trackback {
	margin:15px 0 0;
	width: 100%;
}
.trackback-url{
	color:#691815;
	font-size:12px;
	font-weight:bold;
	margin:15px 0px 25px 13px;
}
.trackback-title{
	color:#000;
	font-weight:bold;
	line-height:150%;
}
.trackback-body{
	line-height:135%;
	margin:10px 0px 0px 13px;
	background-color: #DCE8F0;
	padding: 10px 10px 0;
	border-left: 8px solid;
	border-color: #5388DF;
}
.trackback-post{
	color:#000;
	text-align:right;
	margin:0px 0px 15px 13px;
	font-weight:bold;
	background-color: #DCE8F0;
	padding: 0 10px 10px;
	border-left: 8px solid;
	border-color: #5388DF;
}
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;
	width: 100%;
}
.comments-head{
	color:#000;
	font-weight:bold;
	line-height:150%;
}
.comments-body{
	line-height:135%;
	margin:10px 0px 0px 13px;
	background-color: #DCE8F0;
	padding: 10px 10px 0 20px;
	border-left: 8px solid;
	border-color: #2BA6DF;
}
.comments-post{
	color:#000;
	text-align:right;
	margin:0px 0px 15px 13px;
	background-color: #DCE8F0;
	padding: 0 10px 10px;
	border-left: 8px solid;
	border-color: #2BA6DF;
}

/*【7】プラグイン設定*/
/*◆7-0　プラグイン共通*/
.sidetitle{
	background:#2CA9E1 url(http://blog.osakazine.net/_img/takatsuki/bg_sidetitle.gif) no-repeat 0 0;
	color:#fff;
	font-size:12px;
	letter-spacing:2px;
	padding:3px 0px 3px 15px;
	/*IEボックス関連補完*/
		position:relative;
		top:0;
		left:0;
		z-index:100;
}
.side{
	line-height:140%;
	margin:0px 0px 10px 0px;
	padding:5px;
		/*IEボックス関連補完*/
		position:relative;
		top:0;
		left:0;
		z-index:100;
}
/*サイドリンク色*/
.side a:link , .side a:visited {
	color: #0000FF;
}
.side a:hover , .side a:active {
	color: #0000FF;
}


.comment .sidebody , 
.archives .sidebody , 
.recententry .sidebody , 
.trackback .sidebody , 
.link .sidebody , 
.bookmark .sidebody , 
.category .sidebody {
	background:url(http://blog.osakazine.net/_img/takatsuki/bg_sidebody_li.gif) no-repeat -8px 0;
	padding:0 0 2px 5px;
}


/*◆7-1　カレンダー*/
.calender{
	background:url(http://blog.osakazine.net/_img/takatsuki/bg_calendar.gif) repeat;
	font-size:12px;
	margin:0 0 10px;
	padding: 0 0 5px;
}
.calender a {
}
.calender a:link , 
.calender a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
.calender a:hover , 
.calender a:active {
	color: #FF9933;
	text-decoration:underline;
}
.calendarhead{
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	letter-spacing:2px;
	text-align:center;
	padding:5px 0px 3px 0px;
}
.calendartable{ /*カレンダーテーブル*/
	margin:0px auto 0px auto;
	width:185px;
	text-align:center;/*セルの枠線と同色指定時はテーブル右枠線は消す*/
	border-spacing:0px;
	empty-cells:show;
}
* html .calendartable 
{ /*IE6のボーダー間隔を接着*/
	border-collapse:collapse;
}
*+html .calendartable 
{ /*IE7のボーダー間隔を接着*/
	border-collapse:collapse;
}
.calendarweek{ /*曜日(文字)*/
	color:#173D7B;
	font-size:12px;
	font-weight: bold;
}
.sun .calendarweek{
	color:#CC0000;
}
.sat .calendarweek{
	color:#0033FF;
}

.calendarwd{ /*曜日(セル)*/
	line-height: 130%;
}
.calendard{ /*日付(セル)*/
	line-height: 130%;
}
.calendartable a:link , .calendartable a:visited{
	color: #FFFFFF;
	text-decoration: underline;
}
.calendartable a:hover , .calendartable a:active {
	color: #FF9933;
	text-decoration: none;
}
.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;
}
.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 {}
/*◆7-16　新規投稿*/
.blog_entry {}
/*◆7-17　カスタム1*/
.custom1 {}
/*◆7-18　カスタム2*/
.custom2 {}
/*◆7-19　カスタム3*/
.custom3 {}

