@charset "utf-8";
/* CSS Document */

/*
Theme Name: nou-sera Theme
Theme URI: http://www.nou-sera.com/
Description: 建築とデザインの可能性を広げる情報をブログ形式で紹介。
Version:
Author:
Author URI:http://www.nou-sera.com/
Tags:
*/

/* コンテナ */

div#container {
	width: 1000px;
}

/* ヘッダー */

div#header {
	float: none;
	height: 65px;
	border-bottom: 1px solid #FF0000;
}

div#header h1 {
	font-size: 0.75em;
	font-weight: lighter;
	color: #666666;
	text-decoration: none;
        padding-top:40px;
}

img  {
	text-decoration: none;
	background-image: none;
	border-width: 0px;
	border-style: none;
}

/* メイン */
div#main {
        width: 790px;
        float: left;
}

/* コンテンツ */

div#content {
         width: 610px;
         float: right;
         margin-top:10px;
         margin-bottom: 20px;
}

/* 記事 */

div.post {
        padding: 5px;
}

div.post h2 {
	font-size: 0.875em;
	color: #000000;
	text-decoration: none;
	line-height: 25px;
	padding-left: 5px;
	padding-bottom: 0px;
	background-color: none;
	margin: 0px;
        font-weight: normal;
	border-bottom: 1px solid #2b76cc;
}

div.post h2 a {
	text-decoration: none;
	color: #000000;
        font-weight: normal;
}

div.post h2 a:hover {
	text-decoration: none;
	color: #ff6600;
        font-weight: normal;
}

div.post p {
	font-size: 0.75em;
	line-height: 1.6;
	margin-top: 10px;
	margin-left: 5px;
	padding-right: 25px;
}

div.post a {
	text-decoration: none;
	color: #2b76cc;
}

div.post a:hover {
	text-decoration: none;
	color: #ff6600;
}

p.postinfo {
	color: #555555;
	text-align: center;
	margin: 25px 0 0;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 25px;
        clear: both;
}

p.postinfo a {
	text-decoration: none;
	color: #2b76cc;
}

div.adsense {
	padding-top: 20px;
        margin-left: 5px;
        margin-right: 5px;
}

p.tag {
	text-align: center;
        line-height: 1.2;
        margin: 10px 10px 20px;
}

p.tag a {
        text-decoration: none;
	color: #2b76cc;
}

p.tag a:hover {
	text-decoration: none;
	color: #ff6600;
}

/* 記事内の画像 */
.aligncenter {
	display: block;
        margin-left: auto;
        margin-right: auto;
}

div.post img {
        border: none;
}

/*
.alignright {
        float: right;
        margin-left: 10px;
        marin-bottom: 2px;
}

.alignleft {
        float: left;
        margin-left: 10px;
        marin-bottom: 2px;
}
*/

.wp-caption {
        border-style: none;
        text-align: center;
        padding-top: 5px;
        margin-top: 10px;
}


/* ページリンク */

p.pagelink a {
	text-decoration: none;
	font-size: 12px;
	color: #2b76cc;
	margin-left: 15px;
}

p.pagelink a:hover {
	text-decoration: none;
	color: #ff6600;
}

span.pageprev {
        float: left
}

span.pagenext {
        float: right
}

/* サイドバー */

div#sidebar {
         width: 170px;
         float: left;
         margin-top:10px;
         margin-bottom: 20px;
}

div#sidebar2 {
         width: 200px;
         float: right;
         margin-top: 10px;
         margin-bottom: 20px;
}

div#sidebar h2, div#sidebar2 h2 {
        border: solid 1px #aaaaaa;
        text-align: center;
        padding: 7px 0;
        margin-top: 5px;
        font-size: 0.75em;
        font-weight: normal;
}

div#sidebar li, div#sidebar2 li {
        font-size: 0.875em;
        list-style-type: none;
        margin-bottom: 8px;
}

div#sidebar li a, div#sidebar2 li a {
        color: #000000;
        text-decoration: none;
}

div#sidebar li a:hover, div#sidebar2 li a:hover {
	text-decoration: none;
	border-bottom: 1px solid #000000;
}

div#sidebar ul, div#sidebar2 ul {
        margin: 10px 10px 20px;
        padding: 0;
}

div#sidebar a, div#sidebar2 a {
        color: #000000;
        text-decoration: none;
        font-size: 0.875em;
        margin-bottom: 8px;
}

div#sidebar a:hover, div#sidebar2 a:hover {
	text-decoration: none;
	border-bottom: 1px solid #000000;
}

/* フィード */
p.feed {
        font-size: 0.875em;
        font-family: Verdana, Helvetica, sans-serif;
}

p.feed a {
        color: #000000;
        text-decoration: none;
        margin: 10px 10px 20px;
        padding: 0px;
}

p.feed a:hover {
	text-decoration: none;
	border-bottom: 1px solid #000000;
}

/* タグクラウド */
p#tagcloud {
        line-height: 1.2;
        margin: 10px 10px 20px;
}

p#tagcloud a {
        text-decoration: none;
	color: #2b76cc;
}

p#tagcloud a:hover {
	text-decoration: none;
}