@charset "utf-8";

/* -基本設定- */
body {
	margin:0px;
	padding:0px;
	text-align:center;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
       color:#330000;
　　　　　　　text-decoration:none;
}
textarea {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",sans-serif;
}
h1, h2, h3, form, p {
	margin:0px;
	padding:0px;
}
.Entry-Body p, .Entry-BodyEx p {
	margin-top:0px;
	margin-bottom:1em;
}
hr.hide {
	display:none;
}
.Clear-Both {
	clear:both;
}
a:link {
	color:#339900;
}
a:visited {
	color:#003300;
}
a:active {
	color:#663300;
}
a:hover {
	color:#663300;
}


/* -基本レイアウト- */
#container {
	margin:0px auto;
	width:736px;
	text-align:left;
}
#HeaderArea {
	height:173px;
	background-image:url(img/HeadBg.gif);
	background-repeat:no-repeat;
}
#MainArea {
	float:left;
	width:515px;
}
#SideArea {
	float:right;
	width:210px;
}
#FooterArea {
	padding-bottom:10px;
}

/* ------------ヘッダーの設定------------ */
#Header {
	padding-top:95px;
	padding-left:110px;
}
/* ブログのタイトル */
#Header h1 {
	font-family: "Century Gothic",Verdana,Helvetica,Airal,sans-serif;
	font-size: 20px;
	font-weight: bold;
}
#Header h1 a {
	text-decoration:none;
}
#Header h1 a:link, 
#Header h1 a:visited, 
#Header h1 a:active, 
#Header h1 a:hover {
	color:#FFF;
}
/* ブログの説明文 */
#Header .description {
	padding-top:5px;
	padding-left:3px;
	font-size:90%;
}

/* ------------メインコンテンツの設定------------ */
#Main {
	padding-left:8px;
}
/* ページ遷移リンク */
.Navi {
	font-size:90%;
	margin:10px 0px 0px 0px;
	line-height:140%;
}

/* アーカイブの名称表示 */
.ArchiveName {
	font-size:110%;
	font-weight:bold;
	margin:10px 0px 10px 0px;
}
.OneEntry {
	padding-bottom:20px;
}
/* エントリーのタイトル */
.OneEntry .Entry-Title {
	width:505px;
	background-image:url(img/EntryTitleBg-mid.gif);
	background-repeat:repeat-y;
}
.OneEntry .Entry-Title span {
	background-image:url(img/EntryTitleBg.gif);
	background-repeat:no-repeat;
	padding:15px 20px 10px 55px;
	color:#000;
	font-size:100%;
	line-height:140%;
	display:block;
	font-family: 'HiraKakuStd-W8',sans-serif;
	font-weight:bold;
}

/* エントリーの日付 */
.OneEntry .Entry-Date {
	margin:10px 0px;
	font-size:100%;
	letter-spacing:2px;
}
.OneEntry .Entry-Date span {
	color:#339900;
}

/* エントリーの本文 */
.OneEntry .Entry-Body {
	font-size:90%;
        color:#330000;
	line-height:150%;
	padding:9px 10px 0px 10px;
　　　　　　　　　text-decoration:none;
}
.OneEntry .Entry-BodyEx {
	font-size:90%;
       color:#330000;
	line-height:150%;
	padding:0px 10px;
　　　　　　　　　text-decoration:none;
}
.OneEntry .Entry-Foot {
	font-size:80%;
       color:#330000;
	line-height:145%;
	margin:10px 10px 10px 10px;
	padding:5px 0px 0px 0px;
	border-top:2px dotted #666666;
　　　　　　　　　text-decoration:none;
}
.smallTxt {
       color:#330000;
	font-size:85%;
}

/* アーカイブ一覧のリスト */
.OneEntry .ArchiveList-Month {
	font-size:90%;
	letter-spacing:2px;
	font-weight:bold;
	color:#fff;
	padding:2px 10px;
	background-color:#669900;
	margin:0px;
　　　　　　　　　text-decoration:none;
}
.OneEntry .ArchiveList {
	font-size:90%;
	margin:0px;
	padding:5px 0px 15px 30px;
　　　　　　　　　text-decoration:none;
}

/* トラックバック・コメント */
.OneEntry .Entry-Trackback, 
.OneEntry .Entry-Comments {
	margin:20px 10px;
}
.OneEntry .Entry-Trackback h2, 
.OneEntry .Entry-Comments h2 {
	font-size:90%;
	color:#fff;
	padding:1px 5px;
	background-color:#669900;
	border-bottom:2px dotted #669900;
	margin-bottom:1em;
　　　　　　　　　text-decoration:none;
}
.OneEntry .Entry-Trackback p, 
.OneEntry .Entry-Comments p {
       
	font-size:90%;
　　 color:#330000;
	line-height:150%;
	margin:0px 10px 0.5em 10px;
}
.OneEntry .Entry-Trackback p.ListHead {
	font-size:90%;
	border-bottom:2px dotted #669900;
	margin-top:2em;
	margin-bottom:1em;
	font-weight:bold;
　　　　　　　　　text-decoration:none;
}
.OneEntry .Entry-Trackback p.posted, 
.OneEntry .Entry-Comments p.posted {
	font-size:90%;
	color:#330000;
	padding-bottom:1em;
	padding-left:20px;
	margin-bottom:1em;
	border-bottom:2px dotted #669900;
　　　　　　　　　text-decoration:none;
}


/* ------------サイドコンテンツの設定------------ */
#Side {
	padding:10px 0px;
	width:205px;
}


.SideModule {
	padding-bottom:6px;
	margin-bottom:10px;
}
.SideModule .Side-Title {
	font-size: 9pt;
	color:#fff;
	font-weight:bold;
	background-image:url(img/SideTitleBg.gif);
	background-repeat:no-repeat;
	background-color:#FFF;
	padding:5px 5px 5px 35px;
}
.SideModule .Side-Body {
	padding:2px 15px;
}
.SideModule .Side-Body ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
.SideModule .Side-Body ul ul {
	margin:0px;
	padding:0px 0px 0px 24px;
}
.SideModule .Side-Body ul li {
	margin:0px;
	padding:2px 0px;
	font-size: 80%;
　　 color:#330000;
}
.Side-Body p {
	font-size: 80%;
　　 color:#330000;
}
.Side-Body ul li a {
	padding:0px 0px 0px 11px;
	background-image:url(img/arrow.gif);
	background-repeat:no-repeat;
	background-position:0px 4px;
	display:block;
	cursor:pointer;
	text-decoration:none;
}
.Side-Body ul li a:hover {
	background-image:url(img/arrow-over.gif);
	background-repeat:no-repeat;
}
.Side-Body ul li .posted {
	padding:0px 0px 3px 12px;
	font-size: 80%;
　　 color:#330000;
}
.Side-Body input#search {
	width:170px;
}

.SideBottom {
	margin:10px 0px 0px 0px;
	padding:8px;
	font-size: 9pt;
　　 color:#330000;
}
.SideBottom p {
	margin-bottom:1em;
}

/* Movable Type情報 */

#powered	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	color: #330000;
	margin:10px 0px 0px 0px;
	padding:10px;
	}

#powered a	{
	color: #330000;
	}



/* ------------フッターの設定------------ */
#Footer {
	margin-top:15px;
	background-image:url(img/FootBg.gif);
	background-repeat:no-repeat;
	text-align:center;
	padding-top:15px;
}
#Footer p {
	color:#330000;
	font-size:x-small;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* ------------コメント確認・エラー・保留------------ */
#banner {
	display:none;
}
.content {
	padding:30px;
}
.content h2 {
	font-size:90%;
	color:#fff;
	padding:2px 10px;
	background-color:#339900;
	border-bottom:2px dotted #339900;
	margin:1em 0px;
}
.content p {
	font-size:90%;
	margin:0px 10px 0.5em 10px;
}
.content p.posted {
	font-size:90%;
	color:#330000;
	padding-bottom:1em;
	padding-left:20px;
	margin-bottom:1em;
	border-bottom:2px dotted #339900;
}

