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

/* holy hack-------------------------------- \*/

*html {height: 1%;}

/*-------------------------------*/

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

#container {
	width: 710px;
	}


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

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

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


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

body {
	margin-left: 20px;
	}

#container {
	margin-left: 20px;
	text-align: left;
	}

#left {
	float: left;
	}

#center {
	float: left;
	}

#right {
	float: right;
	}

#footer	{
	clear: both;
	}




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


body	{
　　　　font-family: "ＭＳ Ｐゴシック",Osaka,sans-serif,ans-serif;
	}

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

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

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

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

	.sidebar #calendar table	{
		width: 100%;
		}



	#right #calendar table	{
		width: 100%;
		}




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

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

#title h1	{
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 0px;
	}

#title h1 a	{
	text-decoration: none;
	font-weight: bold;
	color: purple;
	}

#title h2	{
	font-size: 10px;
	font-weight: normal;
	margin-top: 2px;
	color: #c27dbc;
	}

#title 	{
	margin-bottom: 0px;
       	*margin-bottom: -10px;
	}

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

/* エントリー */
.entry h2	{
	font-size: 12px;
	color: #009900;
	}

.entry h2 span	{
	font-size: 12px;
	color: #666666;
	}

.entry h3	{
	font-size: 12px;
	color: orangered;
	border-bottom: solid 2px #c27dbc;
	padding-bottom: 5px;
	}

.entry p	{
	font-size: 12px;
	color: #666666;
	line-height: 150%;
	}

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

.entry img     {
	border-top: solid 0px #c27dbc;
	border-left: solid 0px #c27dbc;
	border-right: solid 1px #cccccc;
	border-bottom: solid 2px #cccccc;
	padding: 5px;
	/*border: solid 5px #ffdd77;*/
	/*background-color: #c27dbc;*/
        background-color: #eed5ef;
	}

.entry param     {
	border-top: solid 0px #c27dbc;
	border-left: solid 0px #c27dbc;
	border-right: solid 1px #cccccc;
	border-bottom: solid 2px #cccccc;
	padding: 5px;
	/*border: solid 5px #ffdd77;*/
	/*background-color: #c27dbc;*/
        background-color: #eed5ef;
	}

img.mt_icon     {
	margin-bottom:-3px;
	padding:0 3px 0 1px;
	border:0;
	background-color:transparent;
	}

.entry a	{
	color: #c27dbc;
	border: solid 0px #c27dbc;
	}

.entry	{
	margin-top: 0px;
	margin-bottom: 30px;
	border: solid 1px #c27dbc;
	/* border: solid 1px #c27dbc; */
	padding: 0 15px;
	background-color: white;
	background-image:url(haikei2.gif);
        background-position:bottom;
	background-repeat: no-repeat;
	}

/* 月別データ */

#monthdata h1	{
	font-size: 12px;
	color: purple;
	border-top: solid 2px #c27dbc;
	background-color: #ffffff;
	border-bottom: solid 2px #c27dbc;
	padding-top: 4px;
	padding-bottom: 4px;
       	text-align: center;
	}

#monthdata h2	{
	font-size: 12px;
	color: #009900;
	}

#monthdata h2 a	{
	font-size: 12px;
	text-decoration: none;
	color: orangered;
	}

#monthdata h2 a:hover	{
	color: #ffcc00;
	text-decoration: underline;
	}

#monthdata span	{
	font-size: smaller;
	}

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

/* カテゴリーデータ */
#categorydata h1	{
	font-size: 12px;
	color: purple;
	border-top: solid 2px #c27dbc;
	background-color: #ffffff;
	border-bottom: solid 2px #c27dbc;
	padding-top: 4px;
	padding-bottom: 4px;
       	text-align: center;
	}

#categorydata h2	{
	font-size: 12px;
	color: #009900;
	}

#categorydata h2 a	{
	font-size: 12px;
	text-decoration: none;
	color: orangered;
	}

#categorydata h2 a:hover	{
	color: #ffcc00;
	text-decoration: underline;
	}

#categorydata span	{
	font-size: smaller;
	}

#categorydata p	{
	font-size: 12px;
	color: #666666;
	line-height: 150%;
	border-bottom: dotted 1px #c27dbc;
	padding-bottom: 20px;
	padding-left: 20px;
	}

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

/* あいさつ */
#aisatsu p	{
	font-size: 11px;
	color: #666666;
	}

/* 検索 */
#search form	{
	margin-top: 2px;
	margin-bottom: 20px;
	}

#search_box	{
	width: 98%;
	font-size: 10px;
	}

#search_box2	{
	width: 100%;
	font-size: 10px;
	height: 25px;
	}

/* カレンダー */

#calendar table	{
	font-size: 10px;
	text-align: center;
	border: solid 1px #c27dbc;
        /*border-collapse: collapse;*/
	/*background-color: #eed5ef;*/
	margin-right: auto;
	margin-left: auto;
	}

#calendar th	{
	font-size: 10px;
	color: purple;
	}

#calendar td	{
	width: 14%;
	height: 20px;
	/*border: solid 1px #c27dbc;*/
	}

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

#calendar a:hover	{
	text-decoration: underline;
	text-weight: bold;
	color: #ffffff;
	}

#calendar caption	{
	font-size: 12px;
	background-image:url(calender-back.gif);
        background-position:bottom;
	background-color: #c27dbc;
	color: #ffffff;
	font-weight: bold;
	padding: 6px 0;
	margin-right: auto;
	margin-left: auto;
	}

/* カテゴリ月齢アーカイブ */

#categories form	{
	margin-top: 2px;
	margin-bottom: 20px;
	}

#categories select	{
	width: 100%;
	font-size: 10px;
	}

/* 月別アーカイブ */

#archives form	{
	margin-top: 2px;
	margin-bottom: 20px;
	}

#archives select	{
	width: 100%;
	font-size: 10px;
	}

/* メニュー */

.sidebar h2	{
	font-size: 12px;
	margin-bottom: 0px;
	text-align:center;
	color: #ffffff;
	background-image:url(calender-back.gif);
        background-position:bottom;
	background-color: #c27dbc;
	padding: 6px 0;
	}

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

.sidebar a:hover	{
	text-decoration: underline;
	color: #ff0099;
	}

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

.sidebar li	{
	/*background-color: #ｆｆｆｆｆｆ;*/
	padding: 5px 0;
	border-bottom: solid 1px #c27dbc;
	text-align: center;
	}

/* アドバタフライ */

#adbutterfly	{
	text-align: center;
        margin-bottom: 0px;
	}


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



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



/* コメント */
#comments	{
	border: solid 1px #c27dbc;
	padding: 5px 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	}

#comments h2	{
	font-size: 10px;
	}

#comments p	{
	font-size: 10px;
	color: #666666;
	}

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

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

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

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

#comments a	{
	color: #66aaff;
	}

/* トラックバック */

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

#trackbacks h2	{
	font-size: 10px;
	margin-bottom: 0;
	}

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

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

#trackbacks a	{
	color: #66aaff;
	}

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

#entrylink	{
	font-size: 10px;
	}

#entrylink a	{
	color: purple;
	}

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

div.result dl {
        }

div.result dl dt {
	font-size: 10px;
        margin-bottom: .5em;
        }

div.result dl dd {
	font-size: 10px;
	color: #666666;
	line-height: 120%;
        margin-bottom: 5px;
        padding-bottom: 8px;
        border-bottom: 1px dotted #ddd;
        }

div.result p.search_back{
	font-size: 10px;
	color: #666666;
	text-align: right;
        }

div.result img.searching {
        margin-right: 5px;
        vertical-align: middle;
        }

div.result span.keywords {
        background: #ff6;
        }

/* ハック */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}

