﻿@charset "utf-8";

/* -----------------------------------------------
 * なおしてねっと
 * blogページ(./article.php,
 *						./contribution.php,
 *						./log.php) CSS
 *
 * Author        : sue
 * CreationDate  : 08/05/06
 * LastUpdate    : 08/06/09
----------------------------------------------- */

/* ===============================================
 *【基本構成】
 *
 * 1.blogページの基本設定
 *	1-1.blog内ローカルナビゲーション
 * 2.新規投稿・編集ページ
 * 3.過去投稿一覧
 * 4.投稿記事
=============================================== */

/* -----------------------------------------------
 * 1.blogページの基本設定
----------------------------------------------- */

#blog.centringBox {
	width: 660px;
	text-align: center;
}


	#blog h2 {
		margin-bottom: 12px;
	}

	/* ページタイトル */
	#blog h3 {
		margin: 0 0 12px;
	}

	#blog p {
		font-size: 90%;
		line-height: 1.5;
	}

	/* 1-1.blog内ローカルナビゲーション
	--------------------------------------------- */

	#blog ul {
		margin-bottom: 12px;
		padding-bottom: 6px;
		border-bottom: 1px dotted #C4D3A5;
	}

	#blog ul li {
		float: left;
	}
	
		/* ログアウト */
		#blog ul li.logout {
			float: right;
		}

/* -----------------------------------------------
 * 2.新規投稿・編集ページ
----------------------------------------------- */

/* よこそ */

p#welcome {
	height: 35px;
	padding-left: 30px;
	line-height: 35px;
	background: url("../img/welcomeBack.gif") no-repeat left;
}

table.formTable {
	border-collapse: separate;
}

	table.formTable th,
	table.formTable td {
		border-bottom: 5px solid #ffffff;
	}

	table.formTable th {
		background: #E8F1D7;
	}

	table.formTable td textarea {
		height: 300px;
	}


/* -----------------------------------------------
 * 3.過去投稿一覧
----------------------------------------------- */

table#formLog {
	border: 1px solid #cccccc;
}

	table#formLog th,
	table#formLog td {
		border: 1px solid #cccccc;
	}

	table#formLog th {
		width: 80%;
		color: #ffffff;
		background: #97B262;
	}

	table#formLog td {
		text-align: center;
	}


/* -----------------------------------------------
 * 4.投稿記事
----------------------------------------------- */

#blogArticle h2 {
	font-size: 140%;
	border-bottom: 1px dotted #C4D3A5;
}

#blogArticle p {
	font-size: 110%;
}
