@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:#FFFFFF;
	margin:0px 0px 0px 20px;
	padding:0px 0px 0px 0px;
}

/* 	link setting
--------------------------------- */
a:link{
	color:#336600;
	text-decoration:underline;
}
a:visited{
	color:#336600;
	text-decoration:underline;
}
a:active{
	color:#ED9614;
	text-decoration:underline;
}
a:hover{
	color:#ED9614;
	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; /* -- センタリング内枠の背景色指定 -- */
	width:705px;
}



/* 	header setting
---------------------------------------------------
	[ヘッダー設定]
--------------------------------------------------- */

/* 	header_body
--------------------------------------------------- */
#header_body{
	background:url('../img/header_body_bg.png') no-repeat left top;
	width:705px;
	height:230px;
}

#header_frame{
	background:url('../img/header_body_bg.png') no-repeat left bottom;
	background-color:#CCCCCC; /* -- ヘッダの背景色指定 -- */
}

#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:550px;
	height:220px;
	float:left;
}

#site_title h1 a.heading1{
	width:180px;
	height:218px;
	color:#F0AA42;
	text-decoration:none;
	display:block;
}
#site_title h1 a.heading1 span{
	display:none;
}
#site_title h1 a.heading1:hover{
	color:#F0AA42;
	text-decoration:underline;
}
#description{
	padding-left:23px;
	padding-bottom:0px;
	font-size:100%;
	color:#333333;
	display:none;
}

/* 	header_body > header_assist
--------------------------------------------------- */
#header_assist{
	background:url('') no-repeat right bottom;
	width:100px;
	float:right;
}
#header_assist span{
	display:none;
}



/* 	contents setting
---------------------------------------------------
	[コンテンツ部分]
--------------------------------------------------- */

/* 	contents_body
--------------------------------------------------- */
#contents_body{
	padding-top:10px;
	vertical-align:top;
	clear:both;
}
#contents_frame{
	width:705px;
}

#contents_bottom{
	clear:both;
	_display:none;
}
#contents_bottom hr{
	display:none;
}



/* 	footer setting
---------------------------------------------------
	[フッター設定]
--------------------------------------------------- */

/* 	footer_body
--------------------------------------------------- */
#footer_body{
	clear:both;
	display:none;
}
#footer_bottom{
	clear:both;
	_display:none;
}
#footer_bottom hr{
	display:none;
}



/* 	column
---------------------------------------------------
	[カラム処理]
--------------------------------------------------- */

#plugin_a_body{
	width:156px;
	vertical-align:top;
	float:left;
}

#article_body{
	width:540px;
	vertical-align:top;
	float:right;
}
#plugin_b_body{
	display:none;
}


#column2_bottom{
	clear:both;
	_display:none;
}
#column2_bottom hr{
	display:none;
}

.plugin_frame ul li,
.plugin_frame ul li a{
	color: #333333;
}

.plugin_frame .description {
	color: #333333;
}


.mon span,
.tue span,
.wed span,
.thu span,
.fri span{
	color: #333333;
}


.sat span{
	color: #006699;
}

.sun span{
	color: #CC3333;
}


/* 	article setting 
---------------------------------------------------
	[投稿記事部分]
--------------------------------------------------- */

.article_frame{
	background:url('../img/article_body_bg.gif');
	background-color:#FFFFFF;
	width:540px;
	margin-bottom:20px;
}
div.article_heading{
	background:url('../img/article_heading_bg.gif');
	width:540px;
	padding-top:6px;
	padding-bottom:3px;
}
.article_heading h3.article_title{
	width:400px;
	float:left;
}
.article_heading h3.article_title a.article_title{ /* -- 記事タイトルフォントカスタマイズ -- */
	font-weight:bold;
	color: #330000 ;
	text-decoration:none;
	font-size:100%;
	padding-left:28px;
	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: #996600;
	text-decoration:underline;;
}
.article_heading h3.article_date{
	width:140px;
	text-align:right;
	float:left;
}
.article_heading h3.article_date span{ /* -- 日付フォントカスタマイズ -- */
	font-size:85%;
	font-weight:bold;
	color: #330000;
	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%;
	color: #644300;
}

.article_frame div.article_text p{
	padding-bottom:15px;
}
.article_frame div.article_text table{
	border:2px solid #CCCCCC;
	border-collapse:collapse;
}
.article_frame div.article_text table td{
	border:1px solid #CCCCCC;
	padding:2px;
	line-height:150%;
}
.article_frame div.article_text table th{
	border:1px solid #CCCCCC;
	padding:2px;
	background:url('../img/table_th_bg.gif');
	line-height:150%;
}


.article_bottom{
	clear:both;
	display:block;
	width:540px;
	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 #CCCC66;
	padding-top:5px;
	padding-bottom:1px;
	padding-left:12px;
	background:url('../img/artical_title_arrow.gif') no-repeat 0px 7px;
	font-weight:bold;
	color: #330000;
}
.response_bottom{
	clear:both;
	display:block;
	width:540px;
	height:8px;
	text-align:right;
	background:url('../img/response_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: 156px;
	height: 83px;
	display: block;	
	}
	

.bnr-hp a span{
	display: none;
	}