@charset "shift_jis";


/* 	POBLOG CSS
---------------------------------------------------

	ファイル名　：　skin/css/common.css;
	概要 			　：　ブログ表示画面 汎用CSS;
	サイト名　　：　POBLOG - ポブログ;
	URL 　　　　：　http://www.pageone.ne.jp/;
	COPYRIGHT 　：　(c) PAGEONE All Rights Reserved.;

--------------------------------------------------- */


/* 	base setting
---------------------------------------------------
	[基本設定]
--------------------------------------------------- */


/* 	body setting
--------------------------------- */
body{
	background-color:/*#0033FF*/#DBEFFD;
	background-image:url('../img/background_img.png');
	background-repeat : no-repeat ;
	background-position : right bottom ;
	background-attachment: fixed;
	/*margin:0px 0px 0px 120px;
	padding:0px 0px 0px 0px;*/
	margin: 0;
	padding: 0;
	text-align: center;

}

#body{
	width: 1010px;
	margin: 0 auto;
	text-align: left;
}


/* 	link setting
--------------------------------- */
a:link{
	color:#336699;
	text-decoration:underline;
}
a:visited{
	color:#336699;
	text-decoration:underline;
}
a:active{
	color:#003366;
	text-decoration:underline;
}
a:hover{
	color:#003366;
	text-decoration:underline;
}

/* 	font setting
--------------------------------- */
body,td,th,div,p,ul,textarea{
	color:#333333;
	font-family:"Tahoma","MS UI Gothic","Osaka","Helvetica";
}



/* 	global setting
---------------------------------------------------
	[大外枠設定]
--------------------------------------------------- */

/* 	global_body
--------------------------------------------------- */
#global_body{
	/*background-color:#ffffff; /* -- センタリング内枠の背景色指定 -- */
	background-color: /*#FF3300*/transparent;
	width:1010px;
	/*_width:920px;*/
}



/* 	header setting
---------------------------------------------------
	[ヘッダー設定]
--------------------------------------------------- */

/* 	header_body
--------------------------------------------------- */
#header_body{
	/*background:url('../img/haeder_img_sunset.png') no-repeat left top;
	/*background-color:#FF9900;*/
	/*width:600px;
	height:150px;*/
	text-align:center;
}

#header_frame{
	background:url('../img/haeder_img_sunset.png') no-repeat left bottom;
	/*background-color:#FF9900;/*#ffffff;  -- ヘッダの背景色指定 -- */
	width:600px;
	height:150px;
	margin:0 auto;
	_margin-top:-25px;
	display:block;
	text-align:left;
}

#header_bottom{
	clear:both;
	_display:none;
}
#header_bottom hr{
	display:none;
}


#sub_header_body{
	clear:both;
	display:none;
}


/* 	header_body > site_title
--------------------------------------------------- */
#site_title{
	width:400px;
	height:140px;
	float:left;
}
/* -- BLOGタイトルフォントカスタマイズ */
h1{  
	/*padding-top:25px;*/
	/*padding-left:15px;*/
	font-size:140%;
	font-weight:bold;
	color:#F0AA42;
	/*display:none;*/
}
#site_title h1 a.heading1{ /* -- BLOGタイトルフォント（リンク）カスタマイズ -- */
	width:200px;
	height:150px;
	color:/*#F0AA42*/#333333;
	text-decoration:none;
	display:block;
}

#site_title h1 a.heading1 span{
	display:none;
}


#site_title h1 a.heading1:hover{ /* -- BLOGタイトルフォント（リンク：マウスオーバー）カスタマイズ -- */
	color:/*#F0AA42*/#333333;
	/*text-decoration:underline;*/
}
#description{
	padding-left:23px;
	padding-bottom:23px;
	font-size:100%;
	color:#333333;
	display:none;
}

/* 	header_body > header_assist
--------------------------------------------------- */
#header_assist{
	/*padding-top:5px;*/
	width:185px;
	float:right;
}
#header_assist span{
clear:both;
}



/* 	contents setting
---------------------------------------------------
	[コンテンツ部分]
--------------------------------------------------- */

/* 	contents_body
--------------------------------------------------- */
#contents_body{
	vertical-align:top;
	clear:both;
}
#contents_frame{
	padding-top:10px;
	/*background:#ffffff;*/
	background-color:/*#00FF00;*/transparent;
	filter:alpha(opacity=90); /*IE*/
	-moz-opacity:0.90; /*FF*/
	width:1010px;
	/*_width:920px;*/
}

#contents_bottom{
	clear:both;
	_display:none;
}
#contents_bottom hr{
	display:none;
}



/* 	footer setting
---------------------------------------------------
	[フッター設定]
--------------------------------------------------- */

/* 	footer_body
--------------------------------------------------- */
#footer_body{
	clear:both;
	display:block;
	margin:0px 0px 0px 0px;
	background:/*#FFFDCE */url(../img/bg_footer.png) repeat-x;
	text-align:center;
}
#footer_bottom{
	clear:both;
	_display:block;
}
#footer_bottom hr{
	display:block;
}

#footer_body {
	/*margin: 0 auto;
	padding: 0 0 0 0;*/
	/*width: 980px;
	height:40px*/
	}

#footer_frame {
	margin: 0 auto;
	/*padding: 0 0 0 0;*/
	width: 980px;
	height:40px;
	background:/*#FFFDCE */url(../img/img_footer.png) no-repeat;
	}


/* 	column
---------------------------------------------------
	[カラム処理]
--------------------------------------------------- */

#plugin_a_body{
	width:195px;
	filter:alpha(opacity=90); /*IE*/
	-moz-opacity:0.90; /*FF*/
	vertical-align:top;
	float:left;
	/*margin-left:10px;
	_margin-left:5px;*/
	/*background-color:#660000;*/
}

#article_body{
	//*background-color:#660000;*/
	width:600px;
	vertical-align:top;
	float:left;
	margin-right:8px;
	_margin-right:3px;
	margin-left:10px;
	_margin-left:9px;
}

#plugin_c_body{
	width:195px;
	filter:alpha(opacity=90); /*IE*/
	-moz-opacity:0.90; /*FF*/
	/*background-color:#996699;*/
	vertical-align:top;
	float:right;
	/*margin-right:10px;
	_margin-right:5px;*/
}

#plugin_b_body{
	display:none;
}


#column2_bottom{
	clear:both;
	_display:none;
}
#column2_bottom hr{
	display:none;
}



/* 	article setting 
---------------------------------------------------
	[投稿記事部分]
--------------------------------------------------- */
div.article_heading{
	background:url('../img/article_heading_bg.png');
	width:600px;
	padding-top:5px;
	/*padding-bottom:10px;*/
}

.article_frame{
	/*background:url('../img/article_body_bg.gif');*/
	background-color:#FFFFFF;
	filter:alpha(opacity=90); /*IE*/
	-moz-opacity:0.90; /*FF*/
	width:600px;
	margin-bottom:10px;
}

.article_heading h3.article_title{
	width:400px;
	float:left;
}
.article_heading h3.article_title a.article_title{ /* -- 記事タイトルフォントカスタマイズ -- */
	display:block;
	font-weight:bold;
	color:#336699;
	text-decoration:none;
	font-size:100%;
	padding-left:40px;
	padding-top:2px;
	padding-bottom:5px;
	background:url('../img/artical_title_arrow.gif') no-repeat 15px 2px;
}

.article_heading h3.article_title a.article_title:link{
}
.article_heading h3.article_title a.article_title:hover{
	font-weight:bold;
	color:#336699;
	text-decoration:underline;;
}
.article_heading h3.article_date{
	width:180px;
	text-align:right;
	float:right;
}
.article_heading h3.article_date span{ /* -- 日付フォントカスタマイズ -- */
	font-size:85%;
	font-weight:bold;
	color:#336699;
	padding-right:15px;
}
.article_title_botom{
	clear:both;
	_display:none;
}
.article_title_botom hr{
	display:none;
}
.article_frame div.article_text{ /* -- 本文フォントカスタマイズ -- */
	padding:10px 25px 20px 25px;
	word-break:break-all;
	line-height:180%;
}

.article_frame div.article_text p{
	padding-bottom:15px;
}
.article_frame div.article_text table{
	border:2px solid #336699;
	border-collapse:collapse;
}
.article_frame div.article_text table td{
	border:1px solid #336699;
	padding:2px;
	line-height:150%;
}
.article_frame div.article_text table th{
	border:1px solid #336699;
	padding:2px;
	background:url('../img/table_th_bg.gif');
	line-height:150%;
}


.article_bottom{
	clear:both;
	display:block;
	width:600px;
	text-align:right;
	/*background:url('../img/article_body_bottom.gif') no-repeat right bottom;*/
}
.article_bottom ul{
	padding:0px 13px 10px 13px;
}
.article_bottom li{
	font-size:85%;
	margin-left:5px;
	display:inline;
}
.article_bottom li a{
	padding-left:10px;
	/*background:url('../img/artical_bottom_arrow.gif') no-repeat left center;*/
}

.article_bottom li.categoly a{
	padding-left:10px;
	background:url('../img/artical_bottom_arrow.gif') no-repeat left center;
}
.article_bottom li.subcategoly a{
	padding-left:16px;
	background:url('../img/artical_bottom_arrow2.gif') no-repeat left center;
}
.article_bottom li.comment a{
	padding-left:16px;
	background:url('../img/artical_bottom_comment.gif') no-repeat left center;
}
.article_bottom li.trackback a{
	padding-left:15px;
	background:url('../img/artical_bottom_trackback.gif') no-repeat left center;
}



/* 	response setting 
---------------------------------------------------
	[返信部分設定]
--------------------------------------------------- */
/* 	response
--------------------------------------------------- */
#response_frame div.response_heading{
	background:url('../img/response_heading_bg.gif');
	padding-left:10px;
	padding-right:10px;
}
#response_frame div.response_heading h4{  /* -- 返信・レスポンスタイトルフォントカスタマイズ -- */
	border-bottom:2px solid #4E6545;
	padding-top:5px;
	padding-bottom:1px;
	padding-left:12px;
	background:url('../img/artical_title_arrow.gif') no-repeat 0px 7px;
	font-weight:bold;
	color:#4E6545;
}
.response_bottom{
	clear:both;
	display:block;
	width:600px;
	height:8px;
	text-align:right;
	background:url('../img/article_body_bottom.gif') no-repeat right bottom;
}
.response_bottom hr{
	display:none;
}



/* 	comment
--------------------------------------------------- */
#comment_frame{
	background:url('../img/response_body_bg.gif');
	background-color:#FFFFFF;
	width:540px;
	margin-bottom:5px;
}
.comment_area{
	padding-top:5px;
	padding-left:30px;
	padding-right:30px;
}
.comment_area h5{
	font-weight:bold;
	padding-left:12px;
	background:url('../img/artical_bottom_arrow.gif') no-repeat 0px 5px;
}
.comment_area p{  /* -- コメント本文フォントカスタマイズ -- */
	padding:0px 15px 5px 15px;
	border-bottom:1px dotted #999999;
	color:#606857;
	word-break:break-all;
}
.comment_area ul{
	padding-bottom:3px;
}
.comment_area li{
	background:url('../img/artical_bottom_arrow.gif') no-repeat left center;
	padding-left:10px;
	margin-right:15px;
	list-style:none;
	display:inline;
}
.comment_area li.comment_name{
}
.comment_area li.comment_time{
	font-size:90%;
}

#comment_input{
	padding-left:10px;
	padding-right:10px;
}
#comment_input table{
	margin-left:55px;
	margin-right:55px;
	margin-top:10px;
	margin-bottom:10px;
}
#comment_input table th{
	padding-right:10px;
	text-align:left;
	vertical-align:top;
}
#comment_input table th p{
	padding-left:12px;
	background:url('../img/artical_bottom_arrow.gif') no-repeat 0px 5px;
}
#comment_input table input,#comment_input table textarea{
	font-size:100%;
	width:300px;
	text-align:left;
	word-break:break-all;
}

#comment_input table input.comment_submit{
	width:100px;
	text-align:center;
}



/* 	trackback
--------------------------------------------------- */
#trackback_frame{
	background:url('../img/response_body_bg.gif');
	background-color:#FFFFFF;
	width:540px;
	margin-bottom:5px;
}
#trackback_area{
	clear:both;
	margin-left:30px;
	margin-right:30px;
	padding-top:3px;
	padding-bottom:3px;
	border-bottom:1px dotted #999999;
}
#trackback_area dl{
	padding-bottom:3px;
	clear:both;
}
#trackback_area dt{
	width:100px;
	padding-left:17px;
	background:url('../img/artical_bottom_arrow.gif') no-repeat 5px 4px;
	font-weight:bold;
	vertical-align:top;
	display:block;
	float:left;
}
#trackback_area dd{  /* -- トラックバックフォントカスタマイズ -- */
	vertical-align:top;
	color:#606857;
	float:left;
}
#trackback_url{
	margin-left:30px;
	margin-right:30px;
	padding-left:3px;
	padding-right:3px;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:1px dotted #999999;
}

.trackback_bottom{
	clear:both;
	_display:none;
}
.trackback_bottom hr{
	display:none;
}

/* custom
--------------------------------------------------- */
.custom-bnr {
	}
	
.bnr-hp{
	margin-bottom:5px;
	}

.bnr-hp a {
	background:url(../img/plugin_hpbnr.gif) no-repeat;
	width: 152px;
	height: 62px;
	display: block;	
	margin:0 auto;
	margin-left:20px;
	}
	

.bnr-hp a span{
	display: none;
	}

.bnr-trace{
	margin-bottom:5px;
	}

.bnr-trace a {
	background:url(../img/plugin_trace_bnr.png) no-repeat;
	width: 152px;
	height: 91px;
	display: block;	
	margin:0 auto ;
	margin-left:3px;
	}
	

.bnr-trace a span{
	display: none;
	}

.bnr-trace-02{
	margin-bottom:5px;
	}

.bnr-trace-02 a {
	background:url(../img/plugin_trace_bnr_02.png) no-repeat;
	width: 150px;
	height: 60px;
	display: block;	
	margin:0 auto ;
	margin-left:20px;
	}
	

.bnr-trace-02 a span{
	display: none;
	}
