@charset "utf-8";


body{
	background-color: #f5f5f5;
	font-size: 13px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#container{
	width: 950px;
	margin: 0 auto;
}

#logo{
	width: 910px;
	height: 190px;
	background:url("/president_archive/img/bg_header.jpg") right top no-repeat;
	background-color: #fbfbfb;
	padding-top: 60px;
	padding-left: 40px;
}

/*----------------------------------
*
*		leftContents部分
*
----------------------------------*/
#leftContents{
	width: 280px;
	float: left;
	margin-top: 10px;
	margin-bottom: 60px;
}
#leftContents dl{
	margin-top: 20px;
}
#leftContents dt{
	margin-bottom: 8px;
}
#leftContents li {
 	margin-top: 2px;
}
#leftContents li a,#leftContents li .thisCategoryNoEntry{
	padding: 10px;
	display: block;
	background: url("/president_archive/img/ico_arrow.png") 10px 14px no-repeat;
	background-color: #FFF;
	padding-left: 25px;
	color: #333;
	line-height: 1.5em;
	letter-spacing: 0.05em;
}

/*
*hover処理
*/
#leftContents li a:hover{
	color: #fff;
	background: url("/president_archive/img/ico_arrow_over.png") 10px 14px no-repeat;
	background-color: #017ec4;
}

/*----------------------------------
*
*			contents部分
*
----------------------------------*/
#contents{
	width: 650px;
	float: right;
	margin-top: 10px;
	margin-bottom: 60px;
}
/*----------------------------------
*
*		pagination部分
*
----------------------------------*/
/*前へ*/

#pagination .pageMovePrev a{
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background:url(/president_archive/img/ico_arrow_02.png) center center no-repeat;
	width: 30px;
	height: 30px;
}
#pagination .pageMovePrev a:hover{
	background: url(/president_archive/img/ico_arrow_02_over.png) center center no-repeat;
	background-color: #017ec4;
}

/*次へ*/
#pagination .pageMove {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
#pagination .pageMove a{
	background: url(/president_archive/img/ico_arrow.png) center center no-repeat;
	width: 30px;
	height: 30px;
}
#pagination .pageMove a:hover{
	background: url(/president_archive/img/ico_arrow_over.png) center center no-repeat;
	background-color: #017ec4;
}
#pagination{
	clear: both;
	margin-top: 20px;
}
#pagination li{
	float: left;
	background-color: #FFF;
	margin-right: 5px;
}
/*各ページ*/
#pagination li a{
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	border: #017ec4 1px solid;
	color: #017ec4;
	line-height: 2.5em;
}
#pagination li a:hover{
	background-color: #017ec4;
	color: #fff;
}

/*現在のページ*/
#pagination a,#pagination li span{
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	border: #017ec4 1px solid;
	color: #017ec4;
	line-height: 2.5em;
}

#pagination li span{
	background-color: #017ec4;
	color: #fff;
}



/*----------------------------------
*
*			footer部分
*
----------------------------------*/
#footer{
	clear: both;
	background: #017ec4;
	font-size: 11px;
	height:3em;
	line-height: 3em;
	margin-bottom: 10px;
}
address{
	float: left;
	margin-left: 20px;
	color: #fff;
}
#footer p a{
	float: right;
	text-decoration: underline;
	margin-right: 20px;
	color: #fff;
}
#footer p a:hover{
	text-decoration: none;
}

/*----------------------------------
*
*			 clearfix
*
----------------------------------*/
.blog
{
	display: inline-block;
}
.blog
{
	display: block;
}

.blog:after
{
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}