@charset "UTF-8";
/*
Theme Name: 9months Architects member
Theme URI: http://localhost/wordpress/
Author: 9months Architects & properties
Author URI: http://www.9months.jp
Description: ナイン･マンス　一級建築士事務所の紹介ページ
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gun.org/licenses/gpl-2.0.html
*/

body {
	margin: 0;
	padding: 0;	
	/* background-color: #f5f3eb;		背景色： */
	font: 12px"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",'メイリオ',Meiryo,Helvetica,Arial,Sans-Serif;;				/* フォント一括 */
	color: #444444;				/* 文字色： */
}

a { text-decoration: none; }
a:link { color: #444444;}
a:visited { color: #444444;}
a:hover { color: #444444;}
a:active { color: #444444;}

#wrapper{					
	margin: 0 auto;
	width: 960px;
}

/* ヘッダー */
#header #header-holder {
  position: relative;
  width: 960px;
  height: 50px;
  margin: 5px 0 5px; 			/* マージン一括指定 */
}

#header h1 {float:left;
            width: 170px;
            height: 50px;
  margin: 5px 0 5px; 			/* マージン一括指定 */
}		                                /* フロートと回り込み */	

.nav {
	float: right;                         /* フロートと回り込み */  		
	margin-top: 20px;				/* 上マージン */
	font-size: 110%;			/*  フォントサイズ */
	margin-right: 10px;
}
	.nav li {
		display: inline;				/* 表示形式 */
		margin-left: 15px;				/* 左マージン */
		}
	
	.nav a {
		color: #444444;				/* 文字色： */
		text-decoration: none;				/* 下線など */
		}
		
	.nav a:hover {
		     color: #66CCCC; }				/* 文字色： */

/* メイン */
#main{
	margin-top: 0px;				/* 上マージン */
      }



/* アーキテクチャー記事*/

.mainImg {
	width: 960px;
}
.box3 h3{
     font-size: 80%;
     border-left: 5px #d95483 solid;
     padding-left: 10px;
     margin-bottom: 15px;
}

.box3 {
    width: 950px;
    margin: 5px;
    font-size: .9em;
    overflow: auto;
    }
    .box3 .posts {
        float: left;
        width: 295px;
        margin: 0 4px;
        padding: 5px; 
        border: 1px solid #999;
        background: #f9f9f9;
        } 
/* ページャー */

#next {
    font-size: 85%;
    font-weight: lighter;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

#next-archives {
    font-size: 85%;
    text-align: center;
    margin-top: -50px;
    padding-bottom: 30px;
}

.next-pagenavi {
    text-align: center;
    margin-top: 10px;
}


.pager{
	text-align:center;
}
a.page-numbers,
.pager .current{
	background: #f0f0f0;
	border:solid 1px #ddd;
	border-radius:2px;
	padding:5px 8px;
	margin:0 2px;
}
.pager .current{
	background: #ccc;
	border:solid 1px 999;
	color: #fff;
}

/* フッター */
#footer p {
	font-size: 80%;			/*  フォントサイズ */
	text-align: center;			/* 文字揃え */
         }