/*
Theme Name: shien_p
Theme URI: http://www.shien-p-saigai.org/
Description: 支援Pテーマ
Author: kenji Yoshida
Author URI: http://www.shien-p-saigai.org/
Version: 2.1
*/

*{
	margin: 0;
	padding: 0;
}

a:link { text-decoration: none; }
a:hover { color: #66f; }
a:visited { text-decoration: none; }

body {
	font-size: small;
	line-height: 130%;
	text-align: center;
	background-color: #f9f9f9;
}

h1 {
	font-size: medium;
	margin-bottom: 0px;
	margin-top: 0px;
	}

h3 {
	line-height: 1.2em;
	font-size: small;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-left: 5px;
	border-left: 5px solid #ffcfcf;
	}

table {
	font-size: small;
	line-height: 130%;
	}

img {
	border: 0px;
}

blockquote {
	border: 1px;
	margin: 10px;
	padding: 10px;
	background: #f3f3f3;
}

.right {
	text-align: right;
	}

.center{
	text-align: center;
	}

/* ヘッダテンプレート */
div#base {
	width: 820px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}

div#header {
	width: 100%;
	padding: 0px;
	margin-bottom: 30px;
}

div#tagline {
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-size: x-small;
	color: #fff;
	text-align: center;
	background-color: #ffcfcf;
}

div#orgname {
	width: 750px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}

div#topphoto {
	width: 800px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}

div#page {
	width: 800px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

div#header h1 a:link, div#header h1 a:visited { color: #000; }
div#header h1 a:hover { color: #36f; }

div#caption {
	text-align: right;
	font-size: xx-small;
	margin: 0px;
	padding: 0px;
}

/* サイドバーテンプレート */
div#sidebar {
	width: 200px;
	float: left;
}

div#sidebar ul{
	margin: 0 0 10px 0px;
}

div#sidebar li, div#sidebar li li {
	list-style: none;
	line-height: 1.6em;
}

div#sidebar li li {
	padding-left: 1em;
	font-size: small;
}

div#sidebar li li li {
	font-size: small;
}

div#sidebar li h2 {
	font-weight: 400;
	font-size: small;
	padding-left: 5px;
	border-left: 5px solid #ffcfcf;
	background-color: #eee;
}

div#sidebar li.sarchform ul { margin-left: 0; }
div#sidebar li.searchform li { padding-left: 0; }
div#sidebar li.searchform li input#s { width: 120px; margin-top: 2px; }
div#sidebar li.searchform li input#searchsubmit { width: 3em; }

p#rss {
	font-weight: 800;
	font-size: x-small;
	text-align: center;
}

p#login {
	font-weight: 600;
	font-size: x-small;
	text-align: center;
}

/* インデックステンプレート */
h2#pagetitle {
	font-size: small;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 5px;
	background-color: #ffcfcf;
	}

div#content {
	width: 580px;
	padding-bottom: 15px;
	margin-bottom: 20px;
	float: right;
}

div#innnerbox {
	padding: 20px;
}

div.post {
	padding-bottom: 15px;
	margin-bottom: 20px;
	clear: both;
}

div.post h2 {
	margin-bottom: 0.5em;
}

div.post h3 a:link, div.post h3 a:visited { color: #000; }
div.post h3 a:hover { color: #36f; }

div#content ul{
	margin: 0.5em 0 1em 2em;
}

div#content ol{
	margin: 0.5em 0 1em 2em;
}

dl { margin-bottom: 1em; }
dl.metadata dt, dl.metadata dd {
	font-size: x-small;
	color: #666;
	display: inline;
}

dl.metadata dd {
	border-right: 1px solid #ccc;
	padding-right: 1em;
	margin-right: 0.5em;
}

dl.metadata dd.last {
	border-right: none;
}

p.edit {
	text-align: right;
}

.post-edit-link {
	font-weight: 600;
	font-size: x-small;
}

div#content p {
	font-size: small;
	line-height: 1.5em;
	margin-bottom: 1em;
}

p.navigation {
	font-weight: 600;
	font-size: x-small;
	text-align: center;
}


/* homeテンプレート */
div#home_about{
	font-size: small;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 2px solid #ffcfcf;
}

div#home_about_cont{
	font-size: small;
	padding: 10px;
}

h2#home_about_title{
	font-size: small;
	margin-bottom: 10px;
	padding-left: 5px;
	background-color: #ffcfcf;
}

div#uru-logo {
	text-align: center;
	float: left;
	margin: 0px;
	}

/* Categoryテンプレート */

.postdate {
	font-size: x-small;
}

/* フッタテンプレート */
div#footer {
	clear: both;
	color: #fff;
	background-color: #ffcfcf;
	margin-top: 50px;
	text-align: center;
	font-size: x-small;
}

