/*=======　全体　========*/
body {
	margin-top:0;
	margin-right:0;
	margin-left:0;
}

a:link {text-decoration:none;color=color:#58A6DD;}/*リンク*/
a:visited{text-decoration:none;}/*一度行ったリンク*/


.text1 {
	font-size: 10px;
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
}

/*=======　本文関係　========*/

#entry a:link,
#memo a:visited
{
	color:#58A6DD;
	font-weight:bold;
}

.date-header
{
   margin-top: 0;
   font-size: 11px;
   font-weight: bold;
   text-transform: uppercase;
	text-align:left;
}

.entry_title {
	font-size: 12px;
	font-weight: bold;
	color: #58A6DD;
	text-align:left;
	padding-top: 15px;
}
.entry_txt {
	font-size: 12px;
	line-height: 160%;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 15px;
	float: none;
/*	width: 493px;*/
	text-align:left;
/*	background-image: url(img/memo_bg.gif);*/
}
.entry-more-link {
	/*続きを読む*/
	text-align:right;
	font-size: 12px;
	line-height: 160%;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	float: none;
/*	width: 493px;*/
}
.entry_footer {
	background-image: url(img/meo_under.gif);
	background-repeat: no-repeat;
	height: 30px;
	padding-right: 32px;
	font-size: 10px;
/*	width: 493px;*/
}

.copy {
	height: 30px;
	padding-right: 30px;
	font-size: 10px;
	color: #FF6666;
}

/*=======　サイドバー関係　========*/
#module a:link,
#menu a:visited
{
	color:#604A4A;
	text-decoration: none;
}

.m_ttl {
	float: left;
/*	padding-left: 35px;*/
}

.module_list a:link,
.module_list a:visited,
{
	text-decoration: none;
}

.module_list{
/*	list-style-image:url("img/mark.gif");*/
	font-size: 10px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: 0px;
	line-height: 150%;
	padding-top: 0px;
	padding-bottom: 0px;
/*	padding-right: 15px;*/
}

.module_date {
	font-size: 10px;
	color: #58A6DD;
}

/*カレンダー*/
#cal a:link,#cal a:visited{
	color:#cc33ff;
}

.cal_txt {
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}

.cal_txt a:link{color:#ff9c9c;}
.cal_txt a:visited{color:#5aa5de;}


/*=======　エントリーページ関係　========*/
.comments-open-header {
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

.comments-open-header,
.trackbacks-header
{
   /* ie win (5, 5.5, 6) bugfix */
   position: relative;
   width: 100%;
   width: auto;

   margin: 0;
   border-left: 5px solid #c89fbc;
   padding: 5px;
   color: #fff;
   background: #ff9899;
   font-size: 11px;
   font-weight: bold;
   line-height: 1;
   text-transform: uppercase;
}


.category_name
{
   /* ie win (5, 5.5, 6) bugfix */
   position: relative;
   width: 80%;
   width: auto;

   border-left: 5px solid #c89fbc;
   border-right: 5px solid #c89fbc;
   margin: 5px 20px 5px 0px;
   padding: 5px 5px 5px 0px;
   color: #fff;
   background: #ff9899;
   font-size: 11px;
   font-weight: bold;
}
