/*
Theme Name: 葛飾商業高校定時制同窓会オリジナルテンプレート
Theme URI: http://www.outbreak2000.com/katsusyo/
Description: 葛飾商業高校定時制同窓会オリジナルのテンプレート
Author: デザイン Shimo　製作 Sho
Author URI: http://www.outbreak2000.com/
Version: 0.5
*/

/* 全体的なルール */
* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #fff;
	color: #333;
}
div#p_center {
	width: 100%;
	text-align: center;
}
a {
	text-decoration: none;
}
a:link {
	color: #E57A00;
}
a:visited {
	color: #c90;
}
a:hover {
	color: #90CB00;
}
a:active {
	color: #D7FA99;
}

/* ヘッダー */
div#page {
	width: 800px;
	padding: 0 0 0 0;
	text-align: left;
	margin: 0 auto;
	background: url(img/sidebar.jpg)  no-repeat fixed center;
}
div#header {
	width: 800px;
	height: 300px;
	background: url(img/header.jpg) no-repeat;
	padding: 0px 0px 0px 0px;
}
div#header a.home_link {
	width: 800px;
	height: 300px;
	display: block;
	text-indent: -9999px;
}

/* フッター */
div#footer {
	clear: both;
	padding: 0px;
	width: 800px;
	height: 80px;
	background: url(img/footer.jpg) no-repeat;
}
p#copyright {
	text-align: center;
	padding-top: 20px;
	font-size: 0.63em;
	color: #fff;
}

/* トップページ */
div#content {
	width: 626px;
	float: left;
}
*html div#content {
	overflow:hidden;
}

div#innerbox {
	padding: 0 10px 20px 10px;
}
div.post {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #999;
	clear: both;
}
h2.posttitle {
	font-size: 1em;
	margin-bottom: 0.5em;
}
dl {
	margin-bottom: 1em;
}
dl.metadata dt, dl.metadata dd {
	font-size: 0.65em;
	color: #666;
	display: inline;
}
dl.metadata dd {
	border-right: 1px solid #ccc;
	padding-right: 0.5em;
	margin-right: 0.5em;
}
dl.metadata dd.last {
	border-right: none;
}
div#content p {
	font: 0.75em/1.5em;
	margin-bottom: 1em;
}
p.navigation {
	text-align: center;
}


/* サイドバー */
div#sidebar {
	width: 170px;
	float: left;
}
*html div#sidebar {
overflow:hidden;
}
div#sidebar ul {
	margin: 0 0 15px 15px;
}
div#sidebar li, div#sidebar li li {
	list-style: none;
	line-height: 1.6em;
}
div#sidebar li li {
	font-size: 0.75em;
}
div#sidebar li li li {
	font-size: 1em;
}
div#sidebar li h2 {
	font-size: 0.82em;
	color: #666;
}

/* 個別ページ */
div.post img {
	border: 4px solid #ccc;
}
div.post img.wp-smiley {
	border: none;
}
div.post img.floatleft {
	float: left;
	margin: 0 8px 8px 0;
	border: 4px solid #ccc;
}
div.post blockquote {
	margin-bottom: 1em;
	padding: 20px 15px 10px 15px;
	background: #fafef3;
	border: 1px solid;
	border-color: #efefef #ccc #ccc #efefef;
}
div.post ul, div.post ol {
	margin: 0 0 1em 15px;
}
div.post li {
	font-size: 0.75em;
	line-height: 1.5em;
}
hr {
	border-top: solid #ccc;
	background: #fff;
	color: #fff;
	border-width: 1px 0 0 0;
	margin: 1em 0;
}
code {
	font-family:"courier new", courier, monotype;
	font-size: 1em;
}
h3 {
	font-size: 1em;
	padding: 10px 0 0.6em 0;
}
h4 {
	font-size: 0.88em;
	padding: 0 0 0.4em 0;
	color: #666;
}
input#trackbackurl {
	width: 400px;
	font-size: 0.75em;
	margin-bottom: 1em;
	color: #666;
}
ol#commentlist {
	margin: 0 0 15px 0;
	font-size: 0.8em;
}
ol#commentlist li.commentcontent {
	display: block;
	list-style: none;
	margin-bottom: 1em;
	padding: 20px 15px 10px 15px;
	background: #f6fee2;
	border: 1px solid;
	border-color: #efefef #ccc #ccc #efefef;
}
ol#commentlist li dl.metadata dt, ol#commentlist li dl.metadata dd {
	font-size: 1em;
}
p.note {
	background: #fff8d5;
	padding: 3px 8px;
	color: #666;
	border: 2px solid #e5ab6a;
}
form#commentform label {
	width: 140px;
	float: left;
	margin: 0.25em 10px 0 0;
	font-weight:bold;
}
form#commentform p {
	clear: both;
}
form#commentform sub {
	display: block;
	padding-top: 2px;
}
input#author, input#email, input#url {
	width: 244px;
	border: 3px double #ccc;
	padding: 1px 3px;
}
textarea {
	font-size: 1em;
	border: 3px double #ccc;
	width: 400px;
}
p.submitbutton {
	text-align: center;
}
p.submitbutton input {
	padding: 3px 1em;
	font-weight: bold;
	color: #555;
}

div.avatar {
	clear:both;
	width: 626px;
	text-align: right;
}
/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions & aligment */
