﻿@charset "UTF-8";

/*
Theme Name: WordPressFreeVersion
Theme URI: http://admagj.jp/
Description: WordPressFreeVersion-2
Author: インフォプレナー研究会
*/

body	{
	text-align: center;
	margin: 0;
	padding: 0;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y ;
	background-position: center ;
	}

#container {
	width: 760px;
	background-color: white;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	}

#main {
	padding: 0px 15px;
	}

#ad {
	text-align: center;
	}

#content	{
	width: 520px;
	float: left;
	padding-top: 10px;
	}

#sidebar	{
	width: 180px;
	float: right;
	padding-top: 10px;
	}

#footer	{
	clear: both;
	}

a	{
	color: #336699;
	text-decoration: none;
	}

/*  ヘッダー部分のデザイン */

#header	{
	background-color: #538ad8;
	background-image: url(images/header.jpg);
	height: 138px;
	padding: 15px;
	margin-bottom: 20px;
	}
/* height=画像の高さ-padding-margin */

#header h1	{
	font-size: 19px;
	font-family: 'Trebuchet MS',Helvetica,sans-serif;
	margin-bottom: 0;
	}

#header h1 a	{
	color: white;
	text-decoration: none;
	}

#header h2	{
	color: white;
	font-size: 15px;
	margin-top: 7px;
	}


/*  コンテンツ部分のデザイン  */

.post h2	{
	font-size: 15px;
	color: #336699;
	border-bottom: solid 2px #538ad8;
	background-image: url(images/mark.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-bottom: 5px;
	}

.post h2 a	{
	text-decoration: none;
	}

.post p	{
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	font-family: "ＭＳ ゴシック",sans-serif;
	color: #666666;
	background-image: url(images/note_line.gif);
	line-height: 20px;
	}

.post p:first-letter {
  	 font-size: 270%;
  	 font-family: "ＭＳ 明朝",serif;
  	 float: left;
  	 line-height: 1;
 	 background-color: white;
 	 color: #336699;
 	 padding: 3px;
  	 margin-right: 5px;
}

.post	{
	margin-bottom: 40px;
	}

.pagenav	{
	font-size: 11px;
	}


/*  サイドバー部分のデザイン */

#sidebar	{
	font-size: 12px;
	}

#sidebar ul	{
	color: #66aaff;
	list-style-type: disc;
	margin: 3px 0 20px 20px;
	padding: 0;
	}

#sidebar ul ul	{
	color: #88ccff;
	margin-bottom: 3px;
	}

#sidebar h2	{
	font-size: 1em;
	background-color: #538ad8;
	color: white;
	text-align:center;
	margin: 0;
	padding: 6px 0;
	}

#category2 {
	font-size: 12px;
	}

#category h2 {
	font-size: 12px;
	}

#badge {
	font-size: 12px;
	font-family: "ＭＳ ゴシック",sans-serif;
	color: #666666;
	margin: 20px 0px;
	}

#address {
	font-size: 12px;
	text-align:right;
	margin-bottom: 20px;
	}

/*  リスト部分のデザイン  */

#list {
	clear: both;
	font-size: 12px;
	font-family: "ＭＳ ゴシック",sans-serif;
	color: #666666;
	padding:10px 50px;
	border-top: 1px solid #ccc;
	}

#pagelist {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 12px;
	font-family: "ＭＳ ゴシック",sans-serif;
	color: #666666;
	line-height: 20px;
	}

#pagelist h2 {
	margin-top: 20px;
	font-size: 15px;
	}

#pagelist ul {
	color: #666666;
	list-style-type: circle;
	}

/*  カテゴリーページのデザイン  */

.cat h2	{
	font-size: 13px;
	color: #336699;
	border-bottom: solid 1px #538ad8;
	background-image: url(images/mark.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-bottom: 3px;
	}

.cat h2 a	{
	text-decoration: none;
	}

.cat p	{
	padding-top: 5px;
	padding-bottom: 3px;
	font-size: 12px;
	font-family: "ＭＳ ゴシック",sans-serif;
	color: #666666;
	background-image: url(images/note_line.gif);
	line-height: 20px;
	}

.postmetadata {
	padding-bottom: 3px;
	font-size: 13px;
	font-family: "ＭＳ ゴシック",sans-serif;
	text-decoration: none;
	}

/*  フッター部分のデザイン  */

#footer address	{
	font-size: 12px;
	font-style: normal;
	text-align: center;
	color: white;
	background-color: #538ad8;
	padding: 3px 0 6px 0;
	}
	
#footer address a{
	color:#fff ;
	}	
	