/* ---------------------------------------------------------------------- */
/* 「Movable Type　ブログテンプレート＆デザインガイド」ベーステンプレート */
/* Copyright (c) エ・ビスコム・テック・ラボ http://www.ebisu.com/ ,       */
/* (株）毎日コミュニケーションズ http://book.mycom.co.jp/                 */
/* ---------------------------------------------------------------------- */


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

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

#container {
	width: 700px;
	}


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

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

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


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

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

	/* 左サイドバーの横幅 */
	#three #left	{
		width: 488px;
		}

	/* 中央コンテンツ部分の横幅 */
	#three #center	{
		width: 180px;
		}

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



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

body {
       	text-align: center;
margin-top:15px;
	}

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

#left {
	float: left;

	}

#center {
	float: left;
	}

#right {
	float: right;
	}

#footer	{
	clear: both;
	}




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


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

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




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

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


#title h1	{
	font-size: 20px;
	margin-bottom: -5px;
	text-align:left;
	color: #333333;
	padding: 0px 0 0;
　　　　　　　font-family:arial;
	}

#title h1 a {color: #000000;text-decoration: none;}
#title h1 a:link {color: #000000;text-decoration: none;}
#title h1 a:visited {color: #000000;text-decoration: none;}
#title h1 a:active {color: #000000;text-decoration: none;}
#title h1 a:hover {color: #000000;text-decoration: none;}


#title h2	{
	font-size: 12px;
	margin-bottom: 0px;
	text-align:left;
	color: #333333;
	padding: 0px 0 0;
　　　　　　　font-family:arial;
font-weight:lighter;
	}

#title h2 a {color: #666666;text-decoration: none;}
#title h2 a:link {color: #666666;text-decoration: none;}
#title h2 a:visited {color: #666666;text-decoration: none;}
#title h2 a:active {color: #0000cc;text-decoration: underline;}
#title h2 a:hover {color: #0000cc;text-decoration: underline;}


#menu  {

background-color:#f5f4f3;
padding:10px ;

}


#menu ul {

font-size:12px;
margin:0;
text-align:left;
font-family:arial;

}


#menu li {

display:inline;
padding-left:0px;
padding-right:30px;

}


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





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

#entrylink	{
	font-size: 13px;
                font-family:arial;
	}

#entrylink a	{
	color: #66aaff;
	}

#entrylink a {color: #666666;text-decoration: none;}
#entrylink a:link {color: #666666;text-decoration: none;}
#entrylink a:visited {color: #666666;text-decoration: none;}
#entrylink a:active {color: #0000cc;text-decoration: underline;}
#entrylink a:hover {color: #0000cc;text-decoration: underline;}

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



/* エントリー */

.entry h2	{
	font-size: 10px;
                font-weight:lighter;
                font-family:arial;
	}

.entry h5	{
	font-size: 13px;
color: #666666;
                font-weight:bold;
                font-family:arial;
                margin: 15px;
text-align:right;
	}

.entry h5 a {color: #666666;text-decoration: none;}
.entry h5 a:link {color: #666666;text-decoration: none;}
.entry h5 a:visited {color: #666666;text-decoration: none;}
.entry h5 a:active {color: #666666;text-decoration: underline;}
.entry h5 a:hover {color: #666666;text-decoration: underline;}


.entry h3	{
	font-size: 14px;
	color: #000000;
                background-color:#F5F4F3;
                font-family:arial;
                margin-bottom: -8px;
margin-right: -10px;                
padding: 10px;

border-bottom:solid 2px #cccccc;
border-top:solid 1px #cccccc;
	
}





.entry h3 a {color: #000000;text-decoration: none;}
.entry h3 a:link {color: black;text-decoration: none;}
.entry h3 a:visited {color: #000000;text-decoration: none;}
.entry h3 a:active {color: #000000;text-decoration: underline;}
.entry h3 a:hover {color: #000000;text-decoration: underline;}


.entry h4	{
	font-size: 10px;
	color: #666666;
                font-family:arial;
                text-align:light;
                font-weight:lighter;
display:inline;
	
}

.entry h4 a {color: #666666;text-decoration: none;}
.entry h4 a:link {color: #666666;text-decoration: none;}
.entry h4 a:visited {color: #666666;text-decoration: none;}
.entry h4 a:active {color: #666666;text-decoration: underline;}
.entry h4 a:hover {color: #666666;text-decoration: underline;}

.entry p	{
	font-size: 14px;
	color: #333333;
	line-height: 165%;
                margin: 10px;
                font-family:arial;
	}

.entry p.posted	{
	font-size: 10px;
	color: #666666;
	
	}

.entry a	{


	}

.entry a {color: #666666;text-decoration: none;}
.entry a:link {color: #0000cc;text-decoration: none;}
.entry a:visited {color: #0000cc;text-decoration: none;}
.entry a:active {color: #0000cc;text-decoration: underline;}
.entry a:hover {color: #0000cc;text-decoration: underline;}

.entry	{
	margin-bottom: 20px;

	}





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

.center h2	{
	font-size: 13px;
	margin-bottom: -10px;
	text-align:left;
	color: #333333;
	padding: 0px 0 0;
　　　　　　　font-family:arial;
	}

.lightbar h2	{
	font-size: 13px;
	margin-bottom: -10px;
	text-align:left;
	color: #333333;
	padding: 0px 0 0;
　　　　　　　font-family:arial;
	}

.lightbar h6	{
	font-size: 11px;
	margin-bottom: 0px;
	text-align:left;
	color: #333333;
	padding: 0px 0 0;
　　　　　　　font-family:arial;
               font-weight:lighter;
	}


.lightbar h6 a {color: #000000;text-decoration: none;}
.lightbar h6 a:link {color: #666666;text-decoration: none;}
.lightbar h6 a:visited {color: #666666;text-decoration: none;}
.lightbar h6 a:active {color: #0000cc;text-decoration: underline;}
.lightbar h6 a:hover {color: #0000cc;text-decoration: underline;}


.center h6	{
	font-size: 11px;
	margin-bottom: 0px;
	text-align:left;
	color: #333333;
	padding: 0px 0 0;
　　　　　　　font-family:arial;
               font-weight:lighter;
	}

.center h6 a {color: #000000;text-decoration: none;}
.center h6 a:link {color: #666666;text-decoration: none;}
.center h6 a:visited {color: #666666;text-decoration: none;}
.center h6 a:active {color: #0000cc;text-decoration: underline;}
.center h6 a:hover {color: #0000cc;text-decoration: underline;}


.leftbar h2	{
	font-size: 13px;
	margin-bottom: 0px;
	text-align:left;
	color: #333333;
	padding: 0px 0 0;
　　　　　　　font-family:arial;
	}



a img {
　　　　border: 1px #333333 solid;
　　　　}



/* エントリーメニュー */
#recent h2	{
	font-size: 13px;
	color: #000000;
	padding-bottom: 3px;
	margin-bottom: 0px;
	}

#recent a {color: #000000;text-decoration: none;}
#recent a:link {color: #666666;text-decoration: none;}
#recent a:visited {color: #666666;text-decoration: none;}
#recent a:active {color: #0000cc;text-decoration: underline;}
#recent a:hover {color: #0000cc;text-decoration: underline;}



#recent a	{
	color: #666666;
	}

#recent ul	{
	font-size: 12px;
	color: #000000;
list-style-type:disc;
	list-style-position:outside;
	margin-left:15px;
	padding-left:0px;
	margin-top: 5px;
	margin-bottom: 30px;
	}

/* カテゴリーメニュー */
#categories h2	{
	font-size: 12px;
	margin-bottom: 0px;
	text-align:center;
	color: #333333;
	background-color: #ffffff;
	padding: 3px 0 0;
font-family:arial;
	}

#categories a	{
	color: #666666;
                list-style-type:none;
font-family:arial;
	}

#categories ul	{
	font-size: 12px;
	list-style-type:none;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left:10px;
	padding-left:0;
font-family:arial;
	}

#categories ul ul	{
              font-size: 12px;
              margin-left:10px;
font-family:arial;
              }

#categories li	{
              padding-bottom:5px;

              }

#categories	{
              margin-bottom: 10px;


              }

#categories a {color: #000000;text-decoration: none;}
#categories a:link {color: #666666;text-decoration: none;}
#categories a:visited {color: #666666;text-decoration: none;}
#categories a:active {color: #0000cc;text-decoration: underline;}
#categories a:hover {color: #0000cc;text-decoration: underline;}



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


