@CHARSET "UTF-8";

/*==============================================
 *
 * IDセレクタ
 *
 *==============================================*/

#title
{
	background-image	:url("/img/blog/title.png");
}

#sub_title
{
	background-image	:url("/img/blog/sub_title.png");
	width				:228px;
	height				:45px;
	background-repeat	:no-repeat;
	background-position	:top left;
}

#content_body
{
	width	:705px;
}

#page_desc
{
	color		:#9b6501;
	font-size	:92%;
}

#wp-calendar
{
	width	:100%;
}

#wp-calendar tbody tr td,
#wp-calendar thead tr th,
#wp-calendar tfoot tr td
{
	text-align	:center;
	font-size	:92%;
	padding		:0;
	border		:none;
}

#wp-calendar tbody tr td a,
#wp-calendar tfoot tr td a
{
	display		:inline;
	font-weight	:bold;
	color		:#cbcc33;
}

#wp-calendar tbody tr td a:hover,
#wp-calendar tfoot tr td a:hover
{
	color		:#ff9900;
}

#side_list_cal
{
	background-image	:url("/img/blog/side_list_cal.png");
}

#side_list_arc
{
	background-image	:url("/img/blog/side_list_arc.png");
}

#side_list_cate
{
	background-image	:url("/img/blog/side_list_cate.png");
}

#side_list_new
{
	background-image	:url("/img/blog/side_list_new.png");
}

ul#side_list
{
	margin	:20px 0 0 0;
}

ul#side_list li
{
	border	:none;
	margin	:0;
	padding	:0;
}

ul#side_list li ul li
{
	margin		:0;
	padding		:5px 0 5px 20px;
	border-top	:1px solid #e5e5e5;
	background-image	:url("/img/blog/list_back.png");
	background-repeat	:no-repeat;
	background-position	:5px 10px;
}

ul#side_list li ul li a
{
	height	:100%;
	display	:inline;
}

/*==============================================
 *
 * クラスセレクタ
 *
 *==============================================*/

.post
{
	border	:1px solid #cacd66;
	padding	:10px 20px 0 20px;
	margin	:0 0 30px 0;
}

.post_date
{
	margin		:0;
	font-size	:92%;
}

.post_title
{
	padding-bottom	:5px;
	color			:#983402;
	font-size		:143%;
	border-bottom	:1px solid #e6e6e6;
}

.post_contents
{
	padding			:5px 0;
	border-bottom	:1px solid #e6e6e6;
}

.post_metadata
{
	margin		:0;
	padding		:10px 0;
	font-size	:92%;
}

.side_list_title
{
	margin				:20px 0 0 0;
	width				:150px;
	height				:30px;
	background-repeat	:no-repeat;
	background-position	:center center;
	text-indent			:-9999px;
}

.side_list_title_txt
{
	margin				:20px 0 0 0;
	width				:150px;
	height				:30px;
	color				:#999;
	text-align			:center;
}

.wp-pagenavi
{
	text-align	:center;
	color		:#666;
}

.wp-pagenavi .pages
{
	border	:none;
	display	:block;
	margin	:0 0 5px 0;
}

.wp-pagenavi .current
{
	margin	:1px;
	padding	:0.5em;
}

.wp-pagenavi a
{
	margin	:1px;
	border	:1px solid #999;
	padding	:0.5em;
}

.wp-pagenavi a:hover
{
	border	:1px solid #FF9900;
}
