/*　紀州弁ページ用CSS　*/

/*　レイアウト　*/

#container {
	width: 860px;
	margin: auto;
}

#content {
	width: 100%;
	margin: 20px 0;
}

#sidebar {
	width: 100%;
	margin: 20px 0;
}


/*　ヘッダー　*/

#header {
	width: 860px;
	height: 150px;
	background-color: #87cefa;
	color: #fffafa;
}

#header_inner {
	padding: 20px;
}

#header h1 {
	margin: 0;
	font-size: 2em;
	font-family: Verdana, Helvetica, sans-serif;
}

#header p {
	margin: 0;
	margin-top: 8px;
	font-size: 1em;
}


/*　コンテンツ　*/

.post {
	width: 100%;
}

.post h2 {
	color: #4682b4;
	font-size: 1em;
	border-left: solid 10px #b0c4de;
/*	border-bottom: solid 3px #b0c4de;*/
	margin: 0;
	margin-bottom: 15px;
	padding-bottom: 3px;
	padding-top: 2px;
	padding-left: 10px;
}

.posttext {
	font-size: 0.875em;
	line-height: 1.5;
}

.posttext p {
	margin: 0;
	margin-bottom: 20px;
	text-indent: 1em;
}

.posttext a {
	color: #000000;
	text-decoration: none;
}

.posttext a:hover {
	font-size: large;
	color: #3333ff;
	text-decoration: underline;
}


/*　サイドバー*/

.menu {
	text-align: center;
}

.menu li a {
	font-size: 0.75em;
	color: #000000;
	text-decoration: none;
}

.menu li a:hover {
	font-size: large;
	color: #00bfff;
	text-decoration: underline;
}

.menu li {
	display: inline;
	list-style: none;
	margin-right: 20px;
}

.menu ul {
	margin: 0;
	padding: 0;
}


/*　フッター　*/

#footer {
	width: 860px;
	border-top: solid 5px #add8e6;
	padding-top: 10px;
	padding-bottom: 20px;
}

#footer p {
	color: #000000;
	font-size: 0.75em;
	margin: 0;
	text-align: center;
	font-family: Segoe Print;
}

#footer a {
	color: #000000;
	text-decoration: none;
}

#footer a:hover {
	font-size: large;
	color: #000080;
	text-decoration: underline;
}


/*　table　*/

table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	margin-bottom: 20px;
}

th {
	border: solid 1px #afeeee;
	padding: 8px;
	background-color: #afeeee;
	font-size: 0.875em;
	text-align: left;
}

td {
	border: solid 1px #afeeee;
	padding: 8px;
	font-size: 0.875em;
}

.first {
	width: 15%;
}

.second {
	width: 20%;
}

.third {
	width: 25%;
}

.forth {
	width: 13%;
}
