/* +++++++++++++++++++++ ベース設定 +++++++++++++++++++++ */

/* ++++++ ブログの横幅設定 ++++++ */

#container {
	width: 700px;
	}


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

	/* コンテンツ部分の横幅 */
	#center	{
		width: 480px;
		}

	/* サイドバーの横幅 */
	#right{
		width: 200px;
		}


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

body {
       background-image: url(bacpape01.jpg);
	background-repeat: repeat;
	text-align: center;
       margin: 0;
	padding:0;
	}
	
.content	{
       background-color: #ffffff;
	padding-top: 20px;
	}

.sidebar 	{
       background-color: #ffffff;
       }

#main	{
	background-color: #ffffff;
	padding-top: 20px;
	}

#container {
	background-color: #ffffff;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	}

#right {
	float: right;
	}

#center {
	float: left;
	}


#footer	{
	clear: both;
	}



/* ++++++ 段の間隔 ++++++ */

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

     .sidebar #calendar table	{
		width: 170px;
		}

	/* コンテンツ部分の左右の余白 */
	.content div	{
		margin-left: 15px;
		margin-right: 15px;
		}

/* コンテンツ部分の上下の余白 */
	.content div	{
　　　　 padding-bottom: 20px;
		}



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



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

/* ++++++ ヘッダー部分のデザイン ++++++ */
#title	{
	background-image: url(bac_cinebiyo.jpg);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-color: #ffffff;
	padding: 25px 20px 110px;
	}

#title h1	{
	font-size: 1.5em;
	margin-bottom: 0;
	}

#title h1 a	{
	text-decoration: none;
	color: red;
	}

#title h2	{
	font-size: 0.9em;
	margin-top: 6px;
	color: #000000;
	}



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

/* エントリー */
.entry h2	{
	font-size: 0.75em;
	}

.entry h3	{
	font-size: 0.875em;
	color: #000099;
	}

.entry h3 span 	{
	font-size: smaller;
	color: #3366aa;
	}
	
.entry p	{
	font-size: 0.80em;
	color: #000000;
	line-height: 150%;
	}

.entry p.posted	{
	font-size: 0.66em;
	color: #aaaaaa;
	border-top: solid 2px khaki;
	padding-top: 6px;
	}

.entry a	{
	color: #66aaff;
	}

.entry a:hover   {
       color: orange;
       text-decoration: none;
       }



.entry	{
	margin-bottom: 40px;
	}


/* 前後のエントリーへのリンク */

#entrylink	{
	font-size: 0.85em;
	}

#entrylink a	{
	color: #66aaff;
	}

#entrylink a:hover   {
       color: orange;
       text-decoration: none;
       }


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


/* トラックバック */

#trackbacks	{
	border: solid 1px tomato;
	padding: 5px 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	}

#trackbacks h2	{
	font-size: 0.75em;
	margin-bottom: 0;
	}

#trackbacks p	{
	font-size: 0.75em;
	color: #666666;
	margin-top: 8px;
	}

#trackbacks h3	{
	font-size: 0.75em;
	color: #999999;
	margin-bottom: 0;
	border-top: dotted 1px tomato;
	padding-top: 20px;
	}

#trackbacks a 	{
	color: #66aaff;
       	}

#trackbacks a:hover   {
       color: orange;
       text-decoration: none;
       }


/* コメント */

#comments	{
	border: solid 1px tomato;
	padding: 5px 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	}

#comments h2	{
	font-size: 0.75em;
	}

#comments p	{
	font-size: 0.75em;
	color: #666666;
	}

#comments p.posted	{
	color: #999999;
	padding-left: 30px;
	}

#comments div	{
	border-top: dotted 1px tomato;
	}

#comments h2#com02	{
	border-top: dotted 1px tomato;
	padding-top: 40px;
	}

#comments form div	{
	border-top: none;
	padding-top: 0;
	}

#comments a	{
	color: #66aaff;
	}

#comments a:hover   {
       color: orange;
       text-decoration: none;
       }


/* カテゴリーデータ */

#categorydata h1	{
	font-size: 1em;
	border-bottom: solid 2px tomato;
	padding-bottom: 8px;
	}

#categorydata h2	{
	font-size: 0.75em;
	color: #999999;
        margin-bottom: 10px;
	}

#categorydata ul	{
	font-size: 0.875em;
	color: tomato;
	margin-bottom: 10px;
	}

#categorydata a	{
	color: #66aacc;
	}

#categorydata a:hover   {
       color: orange;
       text-decoration: none;
       }


#categorydata	{
	border-bottom: solid 2px tomato;
	}


/* 月別データ */

#monthdata h1	{
	font-size: 1em;
	border-bottom: solid 2px tomato;
	padding-bottom: 8px;
	}

#monthdata h2	{
	font-size: 0.75em;
	color: #999999;
	}

#monthdata h2 a	{
	color: #66aacc;
	}

#monthdata h2 a:hover   {
       color: orange;
       text-decoration: none;
       }


#monthdata span	{
	font-size: smaller;
	}

#monthdata p	{
	font-size: 0.75em;
	color: #666666;
	line-height: 150%;
	border-bottom: dotted 1px #a5f96b;
	padding-bottom: 20px;
	padding-left: 20px;
	}


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

/* カレンダー */
#calendar table	{
	width: 170px;
	font-size: 0.75em;
	text-align: center;
	border: solid 1px khaki;
	}

#calendar td	{
	padding: 5px 0;
	border: solid 1px khaki;
	}

#calendar a	{
	text-decoration: none;
	color: red;
	}

#calendar caption	{
	background-color: khaki;
	}


/* メニュー */
.sidebar h2	{
	font-size: 0.75em;
	margin-bottom: 0px;
	border-bottom: solid 1px khaki;
	text-align:center;
	color: #333333;
	background-color: khaki;
	padding: 3px 0 0;
	}

.sidebar h3	{
	font-size: 0.85em;
	margin-bottom: 0px;
	text-align:left;
	color: #333333;
	padding: 3px 0 0;
	}

.sidebar a	{
	color: #66aacc;
	}

.sidebar a:hover   {
       color: orange;
       text-decoration: none;
       }

.sidebar ul	{
	font-size: 0.75em;
	list-style-type:none;
	margin-top: 5px;
	margin-bottom: 20px;
	margin-left:0;
	padding-left:0;
	}


#comlist h2	{
	font-size: 0.75em;
	margin-bottom: 0px;
	border-bottom: solid 1px khaki;
	text-align:center;
	color: #333333;
	background-color: khaki;
	padding: 3px 0 0;
	}


#comlist a	{
	color: #66aacc;
	}

#comlist a:hover   {
       color: orange;
       text-decoration: none;
       }

#comlist ul	{
	font-size: 0.75em;
	color: orange;
	list-style-position:inside;
	margin-left:0;
	padding-left:0;
	margin-top: 5px;
	margin-bottom: 0px;
	}

#comlist h3	{
	font-size: 0.75em;
	padding-left:16px;
	margin-top: 15px;
	margin-bottom: 0;
	}

#comlist h3 a	{
	text-decoration: none;
	}

#comlist	{
	margin-bottom: 0px;
	}

#comlist ul	{
	margin-left: 0px;
	}

#archives h2	{
	argin-bottom: 0px;
	border-bottom: solid 1px khaki;
	text-align:center;
	color: #333333;
	background-color: khaki;
	padding: 3px 0 0;
	}

#archives form	{
	margin-top: 10px;
	margin-bottom: 30px;
	}

#archives select	{
	width: 150px;
	}



/* フィード情報 */
#feed	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.75em;
	color: #666666;
	}



/* Movable Type情報 */
#powered	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.75em;
	color: #666666;
	margin-top: 50px;
	}

/* アクセスカウンター */
#count a	{
        font-size: 0.65em;
	color: orange;
        text-decoration: none;
	}

#count a:hover   {
       color: orange;
       text-decoration: none;
       }

#count ul	{
	font-size: 0.65em;
	color: orange;
	list-style-position:inside;
	margin-left:0;
	padding-left:0;
	margin-top: 5px;
	margin-bottom: 0px;
	}


