@charset "UTF-8";
/* +++++++++++++++++++++ ベース設定 +++++++++++++++++++++ */

body {
	text-align: left;
	background: #b4e0b3;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	}
	
.txt14	{
	font-size: 14px;
	color: #333333;
	line-height: 20px;
	font-weight: bold;
	}
.txt12	{
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	}
.txt10	{
	font-size: 10px;
	color: #333333;
	line-height: 14px;
	}
.nanashima {
	font-size: 14px;
	font-weight:bold;
	color:#060;
}
.soyokaze {
	font-size: 14px;
	font-weight:bold;
	color:#039;
}
ul {
	margin: 0 0 0 10px;
	padding:0;
}
li {
	margin: 8px 0 0 20px;
	padding:0;
}
	
/* ++++++ ブログの横幅設定 ++++++ */


	
#container {
	width: 750px;
	margin: 10px auto 0px auto;
	text-align: left;
	}

#two #container {
	width: 750px;
	margin: 10px auto 0 auto;
	padding:0;
	border: solid;
	border-width: 0px 1px 1px 1px;
	border-color: #349967;
	background-color: #fff;
		}

#two #left, #right	{
	width: 160px;
	}

#two #center	{
	width: 577px;
	margin:0;
	padding:0;
	float: right;
	}
		
.content	{
	width:530px;
	margin: 0;
	padding: 0 5px 0 5px;
	border-left: 1px dotted #9c9;
	}

.sidebar	{
	width: 160px;
	margin: 0;
	float: left;
	padding: 0 5px 0 5px;
	}


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

#banner	{
	margin: 0;
	background-image: url(/img/mainbanner.jpg);
	background-repeat: no-repeat;
	padding: 15px 15px 0px 15px;
	margin-top: 0px;
	height: 180px;
	}

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

.archive-title	{
	font-size:24px;
	font-weight:bold;
	text-align:right;
	color:#003399;
	border-bottom:solid 3px #039;
	padding:10px 0 5px 0;
}

.entry h2	{
	font-size: 12px;
	color: #006600;
	padding-left: 20px;
	margin:0px;
	background-image: url(/img/icon_clover.gif);
	background-repeat: no-repeat;
	}

.entry h3	{
	font-size: 16px;
	color: #FFFFFF;
	padding: 5px 0px 0px 20px;
	margin:0 0 0 0;
	background-image: url(/img/titlebar.jpg);
	background-repeat: no-repeat;
	height: 26px;
	}

.entry-content	{
	font-size: 13px;
	color: #333333;
	padding: 0px 20px 0px 15px;
	}

.entry p.posted	{
	font-size: 12px;
	color: #666666;
	border-top: 1px dashed #039;
	padding-top: 6px;
	text-align: right;
	}

.entry p.imgcenter	{
	text-align: center;
	}

.entry a	{
	color: #3366CC;
	}

.entry	{
	margin-bottom: 30px;
	width:auto;
	}



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

#entrylink	{
	font-size: 12px;
	}

#entrylink a	{
	color: #66aaff;
	}

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


/* カテゴリータイトル */

#catetitle	{
	background-color: #FFFFFF;
	background-image: url(/img/cate_title.jpg);
	background-repeat: no-repeat;
	padding: 0px 0px 15px 45px;
	width:160px;
	height:29px;
	}

#catetitle h1	{
	font-size: 16px;
	font-weight:bold;
	color: white;
	margin: 0;
	}

#catetitle p	{
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 13px;
	color: white;
	margin: 5px 0 0;
	}





/* アーカイブメニュー */

#archives h2	{
	font-size: 13px;
	color: #333333;
	background-image: url(image/bar160_arch.gif);
	padding: 5px 0px 10px 20px;
	margin: 0px;
	}

#archives a	{
	color: #3366CC;
	text-decoration: none;
	}
#archives a:hover	{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #69C829;
	}

#archives ul	{
	font-size: 12px;
	list-style-type:none;
	margin-top: 5px;
	margin-left:0;
	padding-left:0;
	}

#archives li	{
	background-image: url(image/menu_arch.gif);
	background-repeat: no-repeat;
	background-position: 1px 5px;
	padding-left: 15px;
	}

#archives	{
	margin-bottom: 30px;
	}

/* エントリーメニュー */

#recent h2	{
	font-size: 13px;
	margin-bottom: 0px;
	color: #333333;
	background-image: url(image/bar160_hot.gif);
	padding: 5px 0px 10px 20px;
	}

#recent a	{
	color: #3366CC;
	text-decoration: none;
	}
#recent a:hover	{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #C93049;
	}

#recent ul	{
	font-size: 12px;
	list-style-type:none;
	margin-top: 5px;
	margin-left:0;
	padding-left:0;
	}

#recent li	{
	background-image: url(image/menu_hot.gif);
	background-repeat: no-repeat;
	background-position: 1px 5px;
	padding-left: 15px;
	}



/* フィード情報 */
#feed	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #666666;
	margin-top: 50px;
	border-top: dotted 1px #3366CC;
	}

#feed a	{
	color: #3366CC;
	text-decoration: none;
	}

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

#powered a	{
	color: #3366CC;
	text-decoration: none;
	}



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


#footerlinks {
	clear: both;
	background-color:#EDEDED;
	color: #333;
	text-align:center;
	font-size: 12px;
	font-family: "ＤＦ中太丸ゴシック体", Geneva, Helvetica;
	padding: 5px 10px 10px 10px;
	margin: 20px 0px 0px 0px;
	line-height: 150%;
	}


#footer	{
	clear: both;
	color:#FFFFFF;
	height: 24px;
	font-size: 12px;
	font-family: "ＤＦ中太丸ゴシック体", Geneva, Helvetica;
	margin: 0px 0px 15px 0px;
	padding: 4px 20px 0px 20px;
	background-color: #006600;
	text-align:center;
	}
	
	
/* ++++++ 左メニュー折りたたみ設定 ++++++ */
.sidetitle2 {
    width: 160px;
    margin:3px 0px 0px 0px;
    padding: 0px;
    text-align: center; /* テキスト配置 */
	list-style-type: none;
	list-style-position: outside;
}
 
.sidetitle2 a {
    width: auto;
	list-style-type: none;
	list-style-position: outside;
}
 
/* 通常 */
.sidetitle2 a:link,
.sidetitle2 a:visited {
    display: block;
    padding: 2px;
    border: 1px solid #060; /* 枠線 */
    color:#006600; /* 文字色 */
    background-color:#CCEDCD; /* 背景色 */
    font-family: Verdana, Arial, sans-serif;
    font-size:12px;
    text-decoration: none;
	list-style-type: none;
	list-style-position: outside;
}
 
/* マウスポイント時 */
.sidetitle2 a:hover {
    padding: 2px;
    border: 1px solid #060; /* 枠線 */
    color:#99FF66; /* 文字色 */
    background-color: #006600; /* 背景色 */
    font-family: Verdana, Arial, sans-serif;
    font-size:12px;
    text-decoration: none;
	list-style-type: none;
	list-style-position: outside;
}

.sidetitle2 li {
	list-style-type: none;
	list-style-position: outside;
}

/* カテゴリーメニュー */
#categories a	{
	color: #093;
	text-decoration: none;
	}
#categories a:hover	{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #093;
	}

#categories	{
	margin-bottom: 10px;
	}

