@charset "UTF-8";

/*
Theme Name: nokoto
Author: 大西広告制作所
Description: nokoto cafeテンプレート
*/


/*#contents
---------------------------------------*/
#contents{
	position: relative;
	background: url(images/bg.png) repeat center top;
	padding: 30px 0 80px;
	}

#news{
	position: relative;
	overflow: hidden;
	width: 850px;
	margin: auto;
	}


/*#side
---------------------------------------*/
#side{
	position: relative;
	float: left;
	width: 200px;
	text-align: center;
	}

#side ul{
	list-style: none;
	padding-top: 50px;
	}

#side ul li{
	line-height: 45px;
	height: 45px;
	font-family: 'Quicksand', sans-serif;
	font-size: 22px;
	letter-spacing: 3px;
	background:url(images/border_01.png) repeat-x left bottom;
	padding-bottom: 9px;
	}

#side ul li a{
	display: block;
	}


/*#main
---------------------------------------*/
#main{
	position: relative;
	float: right;
	width: 550px;
	}

#main .page-title{
	text-align: center;
	font-family: 'Quicksand', sans-serif;
	font-size: 20px;
	letter-spacing: 3px;
	background: #83BEBC;
	color: #fff;
	padding: 6px;
	margin-bottom: 15px;
	}

#main .hentry{
	position: relative;
	background: #fff;
	padding: 20px 0 50px;
	margin-bottom: 80px;
	}

.entry-meta{
	width: 480px;
	margin: auto;
	font-family: 'Quicksand', sans-serif;
	font-size: 17px;
	letter-spacing: 3px;
	}

.entry-title{
	width: 480px;
	margin: auto;
	font-size: 17px;
	font-weight: normal;
	line-height: 26px;
	text-align: justify;
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
	background:url(images/line.png) no-repeat left bottom;
	padding: 14px 0 17px;
	}

.entry-title a{
	display: block;
	}

.entry-content{
	width: 480px;
	margin: auto;
	font-size: 13px;
	line-height: 25px;
	text-align: justify;
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
	padding-top: 40px;
	}

.entry-content img{
	display: block;
	margin: 30px auto;
	}

.entry-content .thumbnail_visual{
	display: block;
	margin: 0 auto 30px;
	}


/*#pager
---------------------------------------*/
#pager{
	position: relative;
	overflow: hidden;
	text-align: center;
	}

#pager .page-numbers{
	font-family: 'Quicksand', sans-serif;
	font-size: 25px;
	display: inline-block;
	*display: inline;
	padding: 5px 10px;
	}

#pager .current{
	color: #83BEBC;
	}

#pager .navigation{
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 20px;
	height: 37px;
	}

#pager .navigation a{
	display: block;
	width: 100%;
	height: 100%;
	}

#pager .nav-previous{
	float: left;
	}

#pager .nav-previous a{
	background:url(images/prev.png) no-repeat left center;
	}

#pager .nav-next{
	float: right;
	}

#pager .nav-next a{
	background:url(images/next.png) no-repeat right center;
	}