/*　　基本設定　　*/
body {
	font-family: Meiryo, "メイリオ", "Lucida Grande", Verdana, "Hiragino kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", sans-serif;
	font-size: 13px;
	line-height: 1.6em;
	text-align: left;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-y;
	background-image: url(img/back-line.gif);
	background-position: center top;
	color: #555555;
}
h1 {
	margin: 0px;
	padding: 0px;
}
img  {
	border: 0;
}

/*　リンク設定　*/
a:link {
	color: #004080;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #663366;
	text-decoration: none;
}

/*　　全体枠　　*/
#container {
	padding: 0px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/*　ヘッダー　*/
#header {
	height: auto;
	width: 800px;
}
#header #top-line {
	background-image: url(img/top-line.gif);
	background-repeat: repeat-x;
	height: 15px;
}
#header #symbol {
	height: 75px;
	width: 232px;
	float: left;
}
#header #logo {
	float: left;
	height: 75px;
	width: 297px;
}
#header #top-navi {
	float: right;
	height: 75px;
	width: 271px;
	clear: right;
}

/*　サイトナビゲーション　*/
#contents1 {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: auto;
}
#navi {
	height: 45px;
	width: 800px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

/*　　ページ設定　　　*/
#page {
	float: left;
	height: auto;
	width: 495px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
}

/*　トップページ設定　*/

/*サイト紹介文*/
#description {
	height: 51px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 70px;
	background-image: url(img/kyouiku-dct.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#description h2 {
	color: #0A2F9A;
	font-weight: normal;
	font-size: 14px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

/*写真表示*/
#photos {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: auto;
}

/*新着記事*/
#new {
	margin: 0px;
	height: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#new h2 {
	margin: 0px;
	padding: 0px;
}
#write {
	margin: 0px;
	padding: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	height: auto;
}
#write h3 {
	background-image: url(img/new-icon.gif);
	background-repeat: no-repeat;
	height: 25px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-position: 0px 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: normal;
}

/*特集*/
#feature {
	margin: 0px;
	height: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/*コンテンツ一覧*/
#contents-log {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: auto;
}
#contents-log h2 {
	margin: 0px;
	padding: 0px;
}
#catalogue {
	margin: 0px;
	padding: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	height: auto;
}
#catalogue h3 {
	margin: 0px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #0A2F9A;
	color: #0A2F9A;
	font-size: 14px;
	padding: 0px;
}
#catalogue  ul {
	padding: 0px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 10px;
}
#catalogue  li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 13px;
}

/*　ブログ記事・ウェブページ設定　*/

/*　パンくずリスト　*/
#navi-list {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/*　エントリータイトル　*/
#entry-top {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#entry-top h2 {
	margin: 0px;
	font-size: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #336699;
	background-image: url(img/blog-title.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/*　ソーシャルブックマーク　*/
#bookmark {
	margin: 0px;
	text-align: right;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

/*　ブログ記事　*/
#entry-body {
	padding: 0px;
	margin: 0px;
}
#entry-body a {
	text-decoration: underline;
}
#entry-body h3 {
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 14px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-image: url(img/blog-title-h3.gif);
	background-repeat: no-repeat;
	color: #3399CC;
}
#entry-body img {
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#entry-body blockquote {
	background-color: #DDEDFB;
	padding: 10px;
}

/*　タググラウド　*/
#tag {
	padding-top: 10px;
	padding-left: 0px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#tag img {
	position: relative;
	top: 4px;
}
#tag span {
	padding-left: 5px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

/*　ブログ記事下アドセンスエリア　*/
#ad {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0px;
}

/*　ブログ記事投稿データ　*/
#entry-bottom {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: right;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
	margin: 0px;
}

/*　同一カテゴリ・関連記事　*/
.appendix-header {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
.appendix-header h2 {
	margin: 0px;
	padding: 0px;
}
.appendix-header ul {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}

/*　アーカイブ記事・検索結果　*/
#archive-top {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#archive-top h2 {
	margin: 0px;
	font-size: 14px;
	color: #336699;
	background-image: url(img/blog-title.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#archive-body {
	padding: 0px;
	margin: 0px;
}
#archive-body ul {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#archive-body li {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#archive-body blockquote {
	background-color: #DDEDFB;
	padding: 10px;
}
#archive-body p {
	padding-top: 10px;
}

/*　　サイドバー　　*/
#page-sideber {
	margin: 0px;
	height: auto;
	width: 255px;
	float: right;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#page-sideber h2 {
	padding: 0px;
	height: 35px;
	width: 255px;
	margin: 0px;
}

/*サイドバーテキストエリア*/
.text {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.text ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.text li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

/*検索フォーム*/
form {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

/*　　フッター　　*/
#footer {
	clear: both;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#footer #link {
	height: auto;
	background-image: url(img/back-footer.gif);
	background-repeat: repeat-x;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 0px;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F7F7F7;
	font-size: 12px;
}
#footer #cory-right {
	background-image: url(img/copy-right.gif);
	background-repeat: repeat-x;
	height: 36px;
	margin: 0px;
	padding: 0px;
	width: 800px;
	color: #CCCCCC;
	text-align: center;
	background-position: bottom;
	line-height: 2.8em;
}

