@charset "euc-jp";

/*・h2は非表示推奨。必要な場合は★・"display: none;"を消去。  */
/*　不要な場合はスタイルシート及びHTML内のh2セレクタを消去。  */
/*・初期フォントサイズは■の値を変更。12px又は14pxに。        */
/*・全画像アドレスは●で強調してあります（計４カ所）。        */

/* TITLE ::::::::::::::::::::::::::::::*/
#mainHead {
	height: 50px;
	width: 460px;
	background-color: #4D3F4A;
	}
h1 {
	padding-left: 15px;
	padding-top: 2px;
	text-align: left;
	font-size: 24px;
	font-weight: normal;
	font-family: "Trebuchet MS", "Times New Roman", Times, Gulim, "Century Gothic", Tahoma, serif;
	}
h1 a:link,
h1 a:visited,
h1 a:active,
h1 a:hover {
	text-decoration: none;
	color: #fff;
	}
h2 {
	padding-left: 16px;
	padding-bottom: 2px;
	text-align: left;
	font-size: 10px;
	font-family: Arial, Helvetica;
	font-weight: normal;
	color: #fff;
	}

/* MAIN ::::::::::::::::::::::::::::::*/
#main {
	float : left;
	width: 460px;
	background-color: #fff;
	color: #4D3F4A;
	font-family: Verdana, Chicago; 
	font-size: 11px; /*■■■*/
	}
.entry,
.comment,
.trackback,
.pn,
.edit {
	border-bottom: 1px dashed #C3BDB5;
	}
.date {
	margin: 5px 0 10px 4px;
	padding: 0;
	text-align: left;
	font-family: Verdana, Chicago, sans-serif;
	font-size: 12px;
	color: #979191;
	}
#main h3 {
	margin-left: 20px;
	margin-top: 20px;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Chicago, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	}
.cate {
	margin-left: 20px;
	padding: 0;
	text-align: left;
	font-size: 10px;
	color: #979191;
	}
.cate a:link,
.cate a:visited,{
	text-decoration: none;
	color: #979191;
	}
.cate a:active,
.cate a:hover {
	text-decoration: none;
	color: #979191;
	border-bottom: 1px dashed #979191;
	}
h3 a:link,
h3 a:visited {
	text-decoration: none;
	color: #4D3F4A;
	}
h3 a:active,
h3 a:hover {
	text-decoration: none;
	color: #979191;
	border-bottom: 1px dashed #979191;
	}
.text {
	margin: 12px 20px 12px 20px;
	padding: 0;
	line-height: 170%;
	letter-spacing: 0;
	font-family: Verdana, Chicago, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #4D3F4A;
	}
.text img {
	background-color: #fff;
	margin: 0px;
	padding: 2px;
	border: solid 1px #979191;
	}
.text a:link {
	text-decoration: none;
	color: #979191;
	}
.text a:visited {
	text-decoration: none;
	color: #979191;
	}
.text a:active,
.text a:hover {
	text-decoration: none;
	color: #979191;
	border-bottom: 1px dashed #979191;
	}
.discuss,
.posted {
	margin: 22px 10px 0 0;
	padding-bottom: 7px;
	font-size: 10px;
	text-align: right;
	}
.discuss a:link,
.discuss a:visited {
	text-decoration: none;
	color: #979191;
	}
.discuss a:active,
.discuss a:hover {
	text-decoration: none;
	color: #979191;
	border-bottom: 1px dashed #979191;
	}
.discuss a,
.discuss del {
	margin-left: 5px;
	}
.discuss del {
	color: #979191;
	}
#main h4 {
	margin: 15px 0 0 20px;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	display: list-item;
	list-style-type: none;
	}
#main form {
	margin: 10px 0 0 20px;
	padding-bottom: 20px;
	font-size: 11px;
	}
.formL {
	float: left;
	margin-right: 10px;
	}
#trackback,
.pn {
	clear: both;
	}
#main input,
#main textarea {
	margin: 0 0 7px 0;
	font-size: 12px;
	}
#main textarea {
	padding: 1px;
	width: 240px;
	border: 1px solid #4D3F4A;
	background-color: #fff;
	}
#name,
#url,
#pass {
	padding: 1px;
	width: 120px;
	border: 1px solid #4D3F4A;
	background-color: #fff;
	}
#main #himitu {
	margin: 0 1px 0 0;
	}
dd.secret {
	font-family: Arial, Helvetica;
	}
#main .submit input {
	padding: 1px 4px;
	border: 1px solid #4D3F4A;
	background-color: #fff;
	font-size: 10px;
	font-family: Verdana, Chicago;
	}
#main .submit {
	margin-top: 7px;
	color: #4D3F4A;
	}
#main .tbUrl {
	padding: 10px 0 20px 20px;
	}
#main .pn {
	margin: 0;
	padding: 1px 0 2px 0;
	text-align: center;
	font-family: Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	}
.pn a:link,
.pn a:visited {
	text-decoration: none;
	color: #4D3F4A;
	}
.pn a:active,
.pn a:hover {
	text-decoration: none;
	color: #979191;
	border-bottom: 1px dashed #979191;
	}

/* MENU ::::::::::::::::::::::::::::::*/
#menu {
	float : right;
	top: 0px;
	width: 220px;
	height: 100%;
	font-size: 10px;
	background-color: #fff;
	color: #4D3F4A;
	}
#menuHead {
	position: relative;
	height: 50px;
	font-family: "Trebuchet MS", "Times New Roman", Times;
	}
#fontChange {
	position: absolute;
	bottom: 1px;
	left: 18px;
	font-size: 12px;
	}
#fontChange a:link,
#fontChange a:visited {
	text-decoration: none;
	color: #4D3F4A;
	}
#fontChange a:active,
#fontChange a:hover {
	text-decoration: underline;
	color: #4D3F4A;
	}
#logIn {
	position: absolute;
	top: 0;
	right: 5px;
	text-align: right;
	font-size: 12px;
	}
#menuHead,
#menu dl {
	border-bottom: 1px dashed #C3BDB5;
	}
#menu dl {
	padding: 5px 3px 5px 3px;
	}
#menu dt {
	margin-left: 20px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	display: list-item;
	list-style-type: none;
	}
#menu dd {
	margin-top: 10px;
	margin-bottom: 10px;
	}
ul.menuList {
	margin-left: 20px;
	list-style-type: none;
	}
#menu #myInfo li {
	list-style-type: circle;
	color: #333;
	}
#menu li {
	margin: 0 0 2px 0;
	letter-spacing: 1px;
	font-size: 10px;
	color: #666;
	}
.myImage {
	text-align: center;
	}
.myImage img {
	margin-top: 10px;
	padding: 5px;
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #ccc;
	}
#search {
	margin: 10px 0 17px 25px;
	}
#search input {
	margin-bottom: 1px;
	padding: 1px;
	border: 1px solid #4D3F4A;
	background-color: #fff;
	font-size: 12px;
	}
#search .submit input {
	margin: 0;
	padding: 1px 4px;
	border: 1px solid #4D3F4A;
	background-color: #fff;
	font-size: 10px;
	font-family: Verdana, Chicago;
	color: #4D3F4A;
	}
#ad {
	margin-top: 10px;
	padding-bottom: 0px;
	text-align: left;
	color: #4D3F4A;
	}
#menu li a:link,
#menu li a:visited {
	text-decoration: none;
	color: #4D3F4A;
	}
#menu li a:active,
#menu li a:hover {
	text-decoration: none;
	color: #979191;
	border-bottom: 1px dashed #979191;
	}


/* CALENDAR ::::::::::::::::::::::::::::::*/
#calendar caption {
	margin-top: 5 auto;
	text-align: center;
	color: #4D3F4A;
	font-size: 10px;
	}
#calendar caption a:link,
#calendar caption a:visited {
	text-decoration: none;
	color: #4D3F4A;
	}
#calendar caption a:active,
#calendar caption a:hover {
	text-decoration: none;
	color: #979191;
	}
#calendar td {
	margin: 0;
	width: 25px;
	padding-top: 2px;
	padding-bottom: 4px;
	font-family: Verdana, Chicago;
	font-size: 10px;
	text-align: center;
	}
#calendar td.sunday {
	padding-top: 0;
	padding-bottom: 0;
	font-size: 10px;
	font-family: Arial, Helvetica;
	color: #4D3F4A;
	}
#calendar td.weekday {
	padding-top: 0;
	padding-bottom: 0;
	font-size: 10px;
	font-family: Arial, Helvetica;
	color: #4D3F4A;
	}
#calendar td.saturday {
	padding-top: 0;
	padding-bottom: 0;
	font-size: 10px;
	font-family: Arial, Helvetica;
	color: #4D3F4A;
	}
#calendar {
	margin: 0 auto;
	padding: 0;
	}
#calendar td a:link,
#calendar td a:visited {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	background-color: #C3BDB5;
	display: block;
	}
#calendar td a:active,
#calendar td a:hover {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	background-color: #4D3F4A;
	display: block;
	}

/* FOOTER ::::::::::::::::::::::::::::::*/
#footer {
	width: 690px;
	text-align: center;
	margin: 0;
	background-color: #ffffff;
	background-image: url("http://blog-imgs-26.fc2.com/p/o/o/pookey/border.gif");
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: 460px 0px;
	clear: both
	}
#footBlockA {
	float : left;
	width: 460px;
	margin: 30px 0px 0px 0px;
	border-top: 1px dashed #C3BDB5;
	}
#footBlockB {
	float : right;
	width: 220px;
	margin: 0;
	}
#copy {
	margin: 4px 0px 4px 0px;
	font-size: 10px;
	text-align: center;
	color: #4D3F4A;
	}

/* OTHER ::::::::::::::::::::::::::::::*/
body {
	margin: 0;
	padding: 0;
	text-align : center;
	font-family: Verdana, Chicago, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	background-color: #C3BDB5;
	}
#core {
	position: relative;
	width: 690px;
	background-color: #ffffff;
	text-align: left;
	margin-left: auto;
	margin-right : auto;
	background-image: url("http://blog-imgs-26.fc2.com/p/o/o/pookey/border.gif");
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: 460px 0px;
	}
img {
	border-width: 0;
	}
textarea, input {
	font-family: "ヒラギノ明朝 Pro W6", Osaka, "ＭＳ Ｐゴシック", "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
	}
br {
	letter-spacing: 0;
	}
a:link {
	text-decoration: none;
	color: #4D3F4A;
	}
a:visited {
	text-decoration: none;
	color: #4D3F4A;
	}
a:active {
	text-decoration: none;
	color: #979191;
	}
a:hover {
	text-decoration: none;
	color: #979191;
	}
*{ 
	margin: 0;
	padding: 0;
	}
/* 記事内の枠を付けたくない画像に対するクラス */
img.no   {
	background-color: transparent;
	margin: 0;
	padding: 0;
	border-width: 0 }