@charset "euc-jp";
/* CSS Document */




/********************************************
* Since: 2008/08/13 Kaga Asami
* Modified:  
**********************************************
*/

#blog_area{
	clear: both;
	float: none;
	width: 760px;
	margin: 0 auto;
}

img#page_head{

}

.mb10 {
	margin-bottom: 10px;
}

.mb5 {
	margin-bottom: 5px;
}


/* ------------------------------
	 Side
	------------------------------ */

#blog_side {
	width: 200px;
	float: left;
	text-align: left;
}

#blog_side .b_category {
	background-color: #f4f4f4;
}

#blog_side a {
	text-decoration: none;
	padding: 6px 0 5px 0;
	display: block;
}

/*20081111*/

#blog_side .b_category li a {
	font-size: 14px;
}

#blog_side .b_category li a:hover {
	background-color: #f9f9f9;
}

#blog_side .b_category a p {
	line-height: 120%;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-image: url(../concierge/images/side_mark2.gif);
	background-repeat: no-repeat;
	background-position: 10px 0;
}



/* ------------------------------
	 Blog Area
	------------------------------ */

#blog_main {
	width: 540px;
	float: right;
	text-align: left;
}



/* ------------------------------
	 News
	------------------------------ */

#news {
	clear: both;
	float: none;
	margin-bottom: 50px;
}

#news img {
	margin-bottom: 10px;
}

#news li {
	margin-bottom: 15px;
	padding: 0px 5px 5px 30px;
	background: url(../concierge/images/side_mark.gif) 10px 1px no-repeat;
	line-height: 120%;
	border-bottom: 1px dotted #cccccc;
}

#news li a {
	text-decoration: none;
}
/*20081111*/
#news li a .day {
	margin-right:2px;
	font-weight: normal;
	color: black;
	font-size: 12px;
}

#news li a .category {
	margin-right:2px;
	font-weight: normal;
	color: #666666;
	font-size: 14px;
}

#news li a .title {
	margin-right:2px;
	font-size: 14px;
	clear: both;
	float: none;
	margin-top: 7px;
	font-weight: bold;
	margin-bottom: 3px;
}				



/* ------------------------------
	 Blog
	------------------------------ */
	
#blog {
	clear: both;
	float: none;
}
	
#blog .top_img {
	margin-bottom: 20px;
}

#blog .article {
	background: url(../concierge/images/title_bg.gif) 0 0 no-repeat;
	margin-bottom: 50px;
	width: 540px;
}

#blog .article h2 {

	font-size: 120%;
	font-weight: bold;
	color: #0071bc;
	line-height: normal;
	padding-top: 9px;
	padding-bottom: 20px;
	clear: both;
	float: none;
	padding-left: 20px;
}

#blog .article h2 a {
	text-decoration: none;
}

#blog .article .text {
	line-height: 160%;
	clear: both;
}



/* ------------------------------
	 Paginate
	------------------------------ */
            
#blog .paginate {
	text-align: center;	
}

div.pager {
	clear: both;
	padding: 10px 0;
	font-weight: bold;
}

div.pager ul {
	text-align: center;
}

div.pager ul li {
	display: inline;
	margin: 0;
}

div.pager ul li a {
	padding: 3px;
	border: 1px solid #CCCCCC;
	text-decoration:none;
	background: #D5E7FF;
}

div.pager ul li strong a {
}

div.pager ul li a:hover {
	color: white;
	border: 1px solid #f7931e;
	background: #f7931e;
}

div.pager ul li.pagerPrev a {
	position: relative;
}

div.pager ul li.pagerNext a {
	position: relative;
}

div.pager ul li.pagerPrev a ,
div.pager ul li.pagerNext a {
	border: 1px solid #6CABFF;
	color: #FFFFFF;
	background: #6CABFF;
}

div.pager ul li.pagerPrev a:hover ,
div.pager ul li.pagerNext a:hover {
	border: 1px solid #6CABFF;
	color: #6CABFF;
	background: #FFFFFF;
}



/* ------------------------------
	 RSS
	------------------------------ */

#blog_side ul.blog-feeds li a {
background: url(http://www.kanoh.com/cmt/mt-static/images/status_icons/feed.gif) 0 7px no-repeat;
padding-left: 15px;
}


.btn_prev{
	clear: both;
	float: none;
	text-align: center;
}

