@charset "utf-8"; 

/*photolog_2x740px
＠ジャパンピックアップブログテンプレート

【1】共通設定
◆1-1　要素初期化
◆1-2　共通クラス
◆2-1　ヘッダ
◆2-2　フッタ
◆2-3　パン屑

【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　ページトップ
◆4-9　地域名

【5】 フォトログ関連

【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:#000;
	background:#FFFFFF url(http://blog.osakazine.net/_img/atja_blog/bg_body.gif) repeat-y center top;
	text-align:center;
	font-size: 62.5%;/*フォントサイズ初期化16px×62.5％＝10px */
	
}
/* IE7でpadding指定 */
*:first-child+html body {
	padding-left:1px;
}

/* IE6以下でpadding指定 */
*html body {
	padding-left:1px;
}

img{
	border:none;
}
a:link , 
a:visited{text-decoration:underline;}
a:active , 
a:hover{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 {
	width:870px;
	height:190px;
	background:url(http://blog.osakazine.net/_img/atja_blog/bg_head_pickup.jpg) no-repeat 0 0;
	margin:0 20px;
}
.blogtitle{
	text-indent:-9999px;
	width:218px;
	height:55px;
	display:block;
	padding:85px 0 0;
	float:left;
}
.blogtitle a{
	width:218px;
	height:55px;
	display:block;
	overflow:hidden;
	}
.rogo{
	width:55ox;
	height:55px;
	display:block;
	text-indent:-9999px;
	float:right;
}
.rogo a{
	width:55px;
	height:55px;
	display: block;
	overflow:hidden;
	}
.description{
	text-indent:-9999px;
	height:20px;
	display:block;
	clear:both;
}
.banner_menu{
	height:20px;
	border-bottom:#eeeeee solid 1px;
	color: #666666;
	margin:0 0 10px;
}

/*◆2-2　フッタ*/
#footer{
	clear:both;
}
#copyright{
	width:870px;
	background:#666666;
	margin:0 auto;
	height:1.5em;
	font-size:92%;
	color:#fff;
	line-height:1.5em;
	text-align:center;
	font-style: normal;
}
/*◆2-3　パン屑*/
#pan{
	padding:0 0 10px 13px;
	background:url(http://blog.osakazine.net/_img/atja_blog/list_pan.gif) no-repeat 0 3px;
	vertical-align:middle;
}
/*【3】レイアウト(2カラム固定)*/
/*◆3-1　全体枠*/
#container{
	width:910px;
	background:url(http://blog.osakazine.net/_img/atja_blog/bg_container.gif) no-repeat 0 0;
	margin:0 auto;
	padding:29px 0 10px;
	text-align:left;
	font-size:120%;
}
/*◆3-2　コンテンツ*/
#content{
	width:680px;
	float:left;
	
	background-color:#ffffff;
	line-height: 150%;
}
/*◆3-3　中段*/
#middle {
	padding: 0 20px;
	height:1%;/*for IE6+7 ボックス関連バグ*/
}
html>/**/#middle {
	height:auto;/*for FF*/
}

/*◆3-4　サイド1*/
#links{
	width:190px;
	float:right;
	text-align:left;
	padding:0; 
	background-color:#fff;
	overflow:hidden;
}
/*◆3-5　サイド2*/

/*【4】コンテンツ内*/
/*◆4-0　ブログ本体*/
.blog{
	margin:0;
	width:670px;
	background:url(http://blog.osakazine.net/_img/atja_blog/bg_blog.gif) repeat-y 0 0;
}
#oz2p-740 .blog { /*フォトラバサムネイル時*/
	width:680px;
	margin:0;
	background:none;

}
/*◆4-1　記事部分*/
.blogbody{
	background: url(http://blog.osakazine.net/_img/atja_blog/bg_blogbody.gif) no-repeat bottom left;
	margin:0;
	padding:0 15px 60px;
}

.blogbodyhead{
	background: url(http://blog.osakazine.net/_img/atja_blog/blogbodyhead.jpg) no-repeat 0 0;
	padding:10px 15px 5px 15px;
}
/*◆4-2　記事日付*/
.date{
	background:#3399CC;
	color:#fff;
	font-size:83.4%;
	font-weight:normal;
	padding:3px 2px;
	line-height:100%;
	display:inline;
	margin:0 10px 0 0;
}


/*◆4-3　記事タイトル*/
.title{
	color:#000;
	font-weight:bold;
	line-height:120%;
	padding: 0 0 8px;
	font-size:140%;
	display:inline;
}
.title a:link , .title a:visited { text-decoration:none;}
.title a:hover , .title a:active { text-decoration:underline;}


/*◆4-4　記事本文*/
.main{
	color:#000;
	overflow:auto;
	line-height:135%;
	width:640px;
	margin:0 auto 0;
	padding:15px 0 0;
	background:url(http://blog.osakazine.net/_img/atja_blog/line_double.gif) repeat-x 0 0;
}
.main img{
	margin:0px 5px 5px 5px;
}
.main-continues{
}
#more{
	background:none;
}
/*記事本文リンク色*/
.main a:link , .main a:visited {}
.main a:hover , .main a:active {}
/*「続きを読む」リンク色*/
a.acontinues {
	display:block;
}
a.acontinues:link , a.acontinues:visited {
}
a.acontinues:active , a.acontinues:hover {
}
/*◆4-5　記事追記*/
#more {}

/*◆4-6　記事下部*/
.posted{
	color:#666666;
	font-size:83.4%;
	text-align:right;
	margin:30px 0 10px;
	background:url(http://blog.osakazine.net/_img/atja_blog/line_double.gif) repeat-x 0 0;
	padding:10px 0 0 0;	
}
a.aposted{color:#666666;}
a.aposted:link , a.aposted:visited {color:#666666; text-decoration:none;}
a.aposted:hover , a.aposted:active {color:#666666; text-decoration:underline;}
.menu{
	color:#000;
	text-align:right;
	padding:0 10px;
}
#entry {
	padding:0;
}
#entry a{
	background:#FFFFFF;
	padding:5px;
	margin:0 0 0 5px;
	border-bottom:#D8D8D8 solid 1px;
	border-right:#D8D8D8 solid 1px;
}
/*◆4-7　ページメニュー*/
a.amenu:link , a.amenu:visited {}
a.amenu:hover , a.amenu:active {}
/*◆4-8　ページトップ*/
.pagetop{
	text-align:center;
	margin:0;
	padding:30px 0 25px;
	background-color:#FFFFFF;
}
.pagetop img{
	vertical-align:middle;
	margin:0 5px 0 0;
}
/*◆4-9　地域名*/
.area{
	text-align:left;
	font-size:83.4%;
	min-height:19px;
	margin:0;
	padding:0;
}

/*【5】 フォトログ関連*/
#content div.photo{
	float:left;
	padding:0px;
	width: 126px;
	text-align: center;
	margin: 0 10px 10px 0;
	background:url(http://blog.osakazine.net/_img/atja_blog/bg_photo.jpg) no-repeat center center;
}
#content div.photohead{
	background: url(http://blog.osakazine.net/_img/atja_blog/bg_photohead.jpg) no-repeat 0 0;
}
#content .photo img{
	display:block;
	height:112px;
	width:112px;
	background:#fff url(http://blog.osakazine.net/_img/atja_blog/no_image.jpg) 50% 50%;
	margin: 0 auto 3px;
	border:#333333 solid 1px;
}
#content .photo .date{
	overflow:hidden;
	display:block;
	text-align:left;
	position:absolute;
	top:2px;
	left:8px;
	margin:0;
}
#content .photo .area{
	margin:0;
	padding:2px 5px 0;	
	height:2em;
	overflow:hidden;
}

#content .photo h2.title{
	display:block;
	width:126px;
	background:url(http://blog.osakazine.net/_img/atja_blog/bg_h3title.jpg) no-repeat bottom left;
	margin: 0 auto;
	padding: 0 0 16px 0;
	letter-spacing:normal;
	font-size:100%;
	position:relative;
	top:0;
	left:0;	
}
#content .photo h2.title a:link , #content .photo h2.title a:visited { text-decoration:underline;}
#content .photo h2.title a:hover , #content .photo h2.title a:active { text-decoration:none;}
#content .photo span .acontinues {
	display:block;
	line-height:150%;
	height:1.5em;
	width: 116px;
	margin: 0 auto;
	overflow: hidden;
}
.title_s{ /*フォトログイメージ一覧タイトル*/
	color: #fff;
	font-weight:bold;
	height:16px;
	text-align:center;
	padding: 4px 10px 4px 10px;
	background:#666666;
	margin: 0 5px 10px;
}

/*【6】コメント･TB関連*/
/*◆6-1　コメント投稿フォーム*/
table.form {
	margin:25px auto 0 auto;
}
.form th {
	vertical-align:top;
	text-align: right;
	font-weight: normal;
}
label{
	font-size:100%;
}
#author{
	width:220px;
	border:1px solid #CCCCCC;
}
#email{
	width:220px;
	border:1px solid #CCCCCC;
}
#url{
	width:220px;
	border:1px solid #CCCCCC;
}
#text{ font-size:100%;
	width:270px;
	height:200px;
	border:1px solid #CCCCCC;
}
.form .button {
	margin:0 auto;
	display: block;
}

/*◆6-2　トラックバック一覧*/
#trackback {
	margin:15px 0 0;
}
.trackback-url{
	color:#666666;
	background-color:#FFFFFF;
	font-size:100%;
	font-weight:bold;
	margin:15px 0px 25px 13px;
	padding:3px;

	border:#CCCCCC solid 1px;
	width:400px;
}
.trackback-title{
	color:#000;
	font-weight:bold;
	line-height:150%;
	width: 502px;
}
.trackback-body{
	line-height:135%;
	margin:20px 10px 10px;
}
.trackback-post{
	color:#666666;
	text-align:right;
	margin:0px 10px 20px;
	border-top:#CCCCCC dotted 1px;
}
a.atrackback-post:link , 
a.atrackback-post:visited {}
a.atrackback-post:hover , 
a.atrackback-post:active {}
/*◆6-3　コメント一覧*/
#comments {
	margin:0;
}
.comments-head{
	color:#000;
	font-weight:bold;
	line-height:150%;
	margin:40px 0 0 0;
}
.comments-body{
	line-height:135%;
	margin:20px 0px 15px 13px;
}
.comments-post{
	color:#666666;
	text-align:right;
	margin:0px 0px 25px 13px;
	border-top:#CCCCCC dotted 1px;
}
a.acomments-post:link , 
a.acomments-post:visited {}
a.acomments-post:hover , 
a.acomments-post:active {}

/*【7】プラグイン設定*/
/*◆7-0　プラグイン共通*/
.sidetitle{
	background:url(http://blog.osakazine.net/_img/atja_blog/bg_sidetitle.jpg) no-repeat 0 0 #F5F5F5;
	color:#333333;
	font-size:120%;
	letter-spacing:2px;
	padding:5px 0px 4px 5px;
	font-weight:bold;
	border-top:#3399CC solid 2px;
	border-bottom:#D8D8D8 solid 1px;
}
.side{
	font-size:100%;
	line-height:140%;
	margin:0px 0px 10px 0px;
	padding:0px 8px 8px;
	background:#F5F5F5;
	border-top:#FFFFFF solid 1px;
}
/*サイドリンク色*/
.side a {
}
.side a:link , .side a:visited {}
.side a:hover , .side a:active {}
/*◆7-1　カレンダー*/
.calender{
	font-size:83.4%;
	font-weight:bold;
	background:#F5F5F5;
	margin:0 0 10px 0;
	padding:0 0 5px 0;
}
.calendarhead{
	background:url(http://blog.osakazine.net/_img/atja_blog/bg_sidetitle.jpg) no-repeat 0 0;
	border-top:#3399CC solid 2px;
	font-size:100%;
	font-weight:bold;
	letter-spacing:2px;
	text-align:center;
	padding:5px 0px 0px 0px;
	height:22px;
}
.calendartable{ /*カレンダーテーブル*/
	font-size:100%;
	margin:0px auto;
	width:185px;
	text-align:center;
}
* html .calendartable 
{ /*IE6のボーダー間隔を接着*/
	border-collapse:collapse;
}
*+html .calendartable 
{ /*IE7のボーダー間隔を接着*/
	border-collapse:collapse;
}
.calendarweek{ /*曜日(文字)*/
	font-weight: bold;
}
.calendarwd{ /*曜日(セル)*/
	line-height: 130%;
}
.calendard{ /*日付(セル)*/
	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:100%;
	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 {}
.recententry a{
	background:url(http://blog.osakazine.net/_img/atja_blog/list_side.gif) no-repeat 0 5px;
	padding:0 0 0 8px;
}
/*◆7-4　過去記事*/
.archives {}
.archives a{
	background:url(http://blog.osakazine.net/_img/atja_blog/list_side.gif) no-repeat 0 5px;
	padding:0 0 0 8px;
}
/*◆7-5　カウンター*/
.counter {}
/*◆7-6　最近のコメント*/
.comment {}
.comment a{
	background:url(http://blog.osakazine.net/_img/atja_blog/list_side.gif) no-repeat 0 5px;
	padding:0 0 0 8px;
}
/*◆7-7　最近のトラバ*/
.trackback {}
.trackback a{
	background:url(http://blog.osakazine.net/_img/atja_blog/list_side.gif) no-repeat 0 5px;
	padding:0 0 0 8px;
}
/*◆7-8　お気に入り*/
.link {}
.link a{
	background:url(http://blog.osakazine.net/_img/atja_blog/list_side.gif) no-repeat 0 5px;
	padding:0 0 0 8px;
}
/*◆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 {}
.category a{
	background:url(http://blog.osakazine.net/_img/atja_blog/list_side.gif) no-repeat 0 5px;
	padding:0 0 0 8px;
}
/*◆7-16　新規投稿*/
.blog_entry {}
/*◆7-17　カスタム1*/
.custom1 {}
/*◆7-18　カスタム2*/
.custom2 {}
/*◆7-19　カスタム3*/
.custom3 {}
