/* +++++++++++++++++++++ ベース設定 +++++++++++++++++++++ */
body {
       	margin-top: 0;
       	margin-bottom: 0;
        text-align: center;
	font-family: "ＭＳ Ｐゴシック", "ＭＳ ゴシック", Osaka, Arial, Helvetica ;
	}


/* ++++++ ３段組の横幅設定 ++++++ */

	/* ブログの横幅設定 */
	#container {
		width: 800px;
		}

	/* 左サイドバーの横幅 */
	#left	{
		width: 220px;
		text-align: left;
		}

	/* 中央コンテンツ部分の横幅 */
	#center	{
		width: 360px;
		text-align: left;
		}

	/* 右サイドバーの横幅 */
	#right	{
		width: 220px;
		text-align: left;
		}

	/* 左サイドバーの上と右の余白 */
	#left div {
		margin-top: 100px;
		margin-right : 30px;
		}

	/* 右サイドバーの左の余白 */
	#right div {
		margin-left: 29px;
		}

	#left div div, #right div div {
		margin-left: 0;
		margin-right: 0;
		}

　　　　#left div div {
		margin-top: 4px;
		}


/* ++++++ その他設定 ++++++ */

#container {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	}

#left {
	float: left;
	}

#center {
	float: left;
	}

#right {
	float: left;
	}

#footer	{
	clear: both;
	}

img {
	margin: 0;
	padding: 0;
	border: none;
	}

.clear	{
	clear: both;
	}

img#title {
	margin-top: 100px;
}

/* ++++++ リンクの設定 ++++++ */

/* ++++++ メニュー ++++++ */
#menuwrap {
        margin-right: auto;
	margin-left: auto;
	padding: 0;
	background-color: #CCCFBC;
        width: 360px;
}

ul#menu {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 133%;
	list-style-type: none;
}

ul#menu li {
	padding: 0;
	background-color: transparent;
	float: left;
}

#menu a, #menu a:link, #menu a:visited {
	width: 72px;
	color: #FFFFFF;	
	text-align: center;
	text-decoration: none;
	display: block;
}

#menu span {
	padding: 2px;
	display: block;
}

/* ===== メニュー現在地 ===== */
body#blog #menublog, body#blog2 #menublog2, body#web #menuweb,
body#book #menubook, body#about #menuabout  {
	color: #ffffff;
	background-color: #FF9A00;
}

/* ===== メニューマウスオーバー ===== */
#menu a:hover, 
body#blog #menublog:hover, body#blog2 #menublog2:hover, 
body#web #menuweb:hover, body#book #menubook:hover, 
body#about #menuabout:hover {
	color: #FFFFFF;
	background-color: #FF9A00;
}

/* ===== ピンク色のリンク ===== */
.linkp a, .linkp a:link, .linkp a:visited {
	color: #DB748C;
        text-decoration: none;
}

.linkp a:hover {
	color: #666666;
        text-decoration: none;
	background-color: #F5DCE2;
	}


/* +++++++++++++++++++++ レイアウトのデザイン設定 +++++++++++++++++++++ */

/* +++++++++++++++++++++ パーツのデザイン設定 +++++++++++++++++++++ */

/* ++++++ ヘッダー部分のデザイン ++++++ */
#banner	{
        margin-right: auto;
	margin-left: auto;
	background-color: #D8748C;
	padding: 0px;
	height: 120px;
        width: 360px;
	}

#bannertwo {
        margin-right: auto;
	margin-left: auto;
	background-color: #BBCCDD;
	padding: 0px;
	height: 40px;
        width: 360px;
	}

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

/* エントリー */
.entry h2 {
	margin-top: 20px;
	padding: 5px;
	font-size: 0.8em;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #CCCFBC;
	}

.entry h3 {
                margin-top: 20px;
                margin-bottom: 10px;
	font-size: 1em;
	color: #FF9A00;
	font-weight: bold;
	}
 
.entry p {
	font-size: 0.8em;
	color: #666666;
	line-height: 1.5em;
	}

.entry p.posted {
	font-size: 0.66em;
	color: #666666;
	border-top: solid 1px #CCCFBC;
	padding-top: 6px;
	}

.entry a {
	color: #66AAFF;
	text-decoration: none;
	}

.entry	{
	margin-bottom: 40px;
	}

/* ++++++ 個別エントリーアーカイブのページ ++++++ */
/* 前後のエントリーへのリンク */
#entrylink	{
	font-size: 1em;
                text-align: center;
	}

#entrylink a	{
	color: #66aaff;
	}

#entrylink p	{
	margin-top: 0;
	margin-bottom: 30px;
	}

/* ++++++ カテゴリーアーカイブのページ ++++++ */
#categorydata h1	{
	margin-top: 20px;
	padding: 5px;
	font-size: 0.8em;
	font-weight: normal;
	color: #666666;
	border: solid 1px #CCCFBC;
	}

#categorydata .lightblue {
	color: #66AAFF;
	}

#categorydata h2	{
                margin-bottom: 10px;
	font-size: 0.875em;
	color: #999999;
	font-weight: normal;
	background-color: #FFFFFF;
	}

#categorydata h2 a	{
	color: #FF9A00;
	}

#categorydata .small	{
	font-size: smaller;
	}

#categorydata p {
                margin-top: 10px;
	font-size: 0.8em;
	color: #666666;
	line-height: 1.5em;
	border-bottom: dotted 1px #CCCFBC;
	padding-bottom: 20px;
	padding-left: 10px;
	}


/* ++++++ 月別アーカイブのページ ++++++ */
#monthlydata h1	{
	margin-top: 20px;
	padding: 5px;
	font-size: 0.8em;
	font-weight: normal;
	color: #666666;
	border: solid 1px #CCCFBC;
	}

#monthlydata .lightblue {
	color: #66AAFF;
	}

#monthlydata h2	{
                margin-bottom: 10px;
	font-size: 0.875em;
	color: #999999;
	font-weight: normal;
	background-color: #FFFFFF;
	}

#monthlydata h2 a	{
	color: #FF9A00;
	}

#monthlydata .small	{
	font-size: smaller;
	}

#monthlydata p {
                margin-top: 10px;
	font-size: 0.8em;
	color: #666666;
	line-height: 1.5em;
	border-bottom: dotted 1px #CCCFBC;
	padding-bottom: 20px;
	padding-left: 10px;
	}


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

/* エントリーメニュー */
#recent h2 {
	font-size: 0.75em;
	font-weight: normal;
	color: #666666;
	padding-bottom: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	}

#recent a {
	color: #D8748C;
                text-decoration: none;
	}

#recent a:hover {
	color: #666666;
	text-decoration: none;
	background-color: #F5DCE2;
	}

#recent ul {
	font-size: 0.75em;
	color: #D8748C;
	list-style-type:none;
	margin-left:0;
	padding-left:0;
	margin-top: 3px;
	margin-bottom: 30px;
	}
#recent ul li {
        margin: 8px 0;
}

/* カテゴリーメニュー */
#categories h2 {
	font-size: 0.75em;
        font-weight: normal;
	color: #666666;
	padding-bottom: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	}

#categories a {
	color: #D8748C;
	text-decoration: none;
	}

#categories a:hover {
	color: #666666;
	text-decoration: none;
	background-color: #F5DCE2;
	}

#categories ul {
	font-size: 0.75em;
	color: #D8748C;
	list-style-type:none;
	margin-left:0;
	padding-left:0;
	margin-top: 3px;
	margin-bottom: 30px;
	}

#categories ul li {
       margin: 8px 0;
}

/* 月別アーカイブメニュー */
#archives h2 {
	font-size: 0.75em;
        	font-weight: normal;
	color: #666666;
	padding-bottom: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	}

#archives a {
	color: #D8748C;
        text-decoration: none;
	}

#archives a:hover {
	color: #666666;
        text-decoration: none;
	background-color: #F5DCE2;
	}

#archives ul {
	font-size: 0.75em;
	color: #D8748C;
	list-style-type:none;
	margin-left:0;
	padding-left:0;
	margin-top: 3px;
	margin-bottom: 30px;
	}


/* ++++++ そのほかの部分的のデザイン ++++++ */
.blue {
	color: #007DBE;
}


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

#footer {
    margin-right: auto;
	margin-left: auto;
	background-color: #B5DC10;
	padding: 0px;
	height: 100px;
    width: 360px;
	}

#footertwo {
    margin-right: auto;
	margin-left: auto;
	background-color: #BBCCDD;
	padding: 10px 0 0 0;
	height: 60px;
    width: 360px;
	text-align: center;
	font-size: 0.75em;
	color: #FFFFFF;
	line-height: 140%;
	}
