
* {
	margin: 0;
	padding: 0;
  text-decoration: none;
  word-break: break-all;
}


/* 基本のリンクの設定
---------------------------------------------------- */
a {
	text-decoration: none;
	color: #AC635A;
}
a:hover {
	text-decoration: underline;
}

a img{
	border: none;
}

/* ページ全体のレイアウト
---------------------------------------------------- */
body {
	height: 100%;
  color: #424242;
  background-color: #E4BBB5;
  font-family:"ＭＳ Ｐゴシック", "Osaka", Verdana, arial, sans-selif;
  font-size: small;
  line-height:1.7;
	text-align: center;
}

#container {
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF url(http://s.asablo.jp/css/common3/fresh-red/fresh_03_bg.gif) repeat-y; 
	width: 790px; 
}

#head {
	margin: 0px 12px 43px 14px; 
	background: url(http://s.asablo.jp/css/common3/fresh-red/fresh_03_bg_header.jpg) no-repeat; 
  width: 764px;
	height: 117px;	
}

#head h1 {
	padding: 36px 0px 0px 30px; 
	text-align: left; 
	font-size: x-large; 
	color: #B64328;
}
#head h1 a {
	color: #B64328; 
	padding-bottom: 2px;
}

#center {
	float: left;
	width: 370px;
}

#left {
	width: 210px;
	text-align: left; 
	float: left; 
}

#right {
	width: 210px; 
	text-align: left; 
	float: left;
}


#footer {
	clear: both;  
}

#footer a {
  border: none;
}

#footer a img{
  border: none;
}

pre {
  border : 4px dotted #E4BBB5;
  margin : 1em 0 0 0;
  padding : 1em;
}


blockquote {
  border : 4px double #E4BBB5;
  margin : 1em 0 0 0;
  padding : 1em;
}

hr {
  color: #E4BBB5;
  background-color: #E4BBB5;
}


/* 記事部分
---------------------------------------------------- */
#main {
	text-align: left; 
	margin: 0px 11px 0px 12px; 
}

.msg {
	margin-bottom: 50px;
	background: url(http://s.asablo.jp/css/common3/fresh-red/fresh_03_bg_msg_body.gif) repeat-y ;
}

.msg-title {
  min-height: 20px;
  width: 327px; 
	font-size: 110%; 
	font-weight: bold; 
	color: #FFFFFF; 
	margin-top: 0px;
	padding-left:20px;
	padding-top:12px;
	padding-bottom:8px;
	background:url(http://s.asablo.jp/css/common3/fresh-red/bg_msg_top.gif) no-repeat top;
	position:relative;
}


.msg-date {
	position: absolute;
	top: -25px;
	left:20px;
  font-size: 90%; 
	font-weight: bold; 
	padding-bottom: 8px; 
	color: #666666; 
}

.msg-body {
  margin-top: -5px; 
	padding: 27px 20px 0px 20px;
	background: url(http://s.asablo.jp/css/common3/fresh-red/bg_msg_title.gif) no-repeat top;
}


.msg-footer {
	padding: 8px 30px 25px 20px; 
	text-align: left;
	font-size: 90%;  
	background: url(http://s.asablo.jp/css/common3/fresh-red/fresh_03_bg_msg_footer.gif) no-repeat bottom; 
}

.msg-author-info {
	color: #9F5E38; 
	padding-bottom: 19px;
	margin-bottom: 9px;  
	text-align: left;
}

/* コメント部分
---------------------------------------------------- */
.comment-caption {
  border-top: dashed 1px #B6B6B6;
	padding: 0.5em 1em;
	font-weight: bold;
	font-size: small;
	border-bottom: none;
	color:#AC635A;
}

.comment-title {
  font-size: small;
	padding: 0.2em;
	color:#AC635A;
	background-color: #FDDAD4;
}

.comment-body {
	font-size: small;
	padding: 0.2em 1em 0.7em 1em;
}

.comment-form {
  font-size: small;
	padding: 0.2em 1em 0.7em 1.2em;
}

.comment-form .comment-caption {
	border-top: dashed 1px #B6B6B6;
	padding: 0.5em 1em;
	font-weight: bold;
	font-size: small;
	border-bottom: none;
	color:#AC635A;
}

.comment-form p {
  font-size: small;
}

.comment-form form p input {
  color: #331511;
  display: block;
  font-size: small;
  font-family:"ＭＳ Ｐゴシック", "Osaka", Verdana, arial, sans-selif;
}

.comment-form form br{
  display: none;
}

.comment-form textarea {
  display: block;
  color: #331511;
  font-size: small;
  font-family:"ＭＳ Ｐゴシック", "Osaka", Verdana, arial, sans-selif;
  height:80px;
	width:315px;
}


/* トラックバック部分
---------------------------------------------------- */
.tb-caption {
  border-top: dashed 1px #B6B6B6;
	padding: 0.5em 1em;
	font-weight: bold;
	font-size: small;
	border-bottom: none;
}

.tb-title {
  font-size: small;
	padding: 0.2em;
	color:#2E82C2;
	background-color: #FDDAD4;
}

.tb-url {
  padding: 0.5em 2em;
}

.tb-body {
 font-size: small;
	padding: 0.2em 1em 0.7em 1em;
}


/* 次>>の表示
---------------------------------------------------- */
.navi {
	text-align: right; 
	margin-bottom: 10px; 
}

/* カテゴリ部分－基本
---------------------------------------------------- */
/*.sidebar {
  text-align: left; 
	margin: 0px 13px 0px 27px;
}*/

#left .sidebar {
	text-align: left; 
	margin: 0px 12px 0px 22px;
}
#right .sidebar {
	text-align: left; 
	margin: 0px 22px 0px 10px; 
}

.mod {
		padding-bottom: 20px; 
}

.mod-caption {
	font-weight: bold; 
	font-size: 90%; 
	color: #BF5E58; 
	text-align: left; 
	padding-left: 24px;
	padding-top: 5px; 
	padding-bottom: 5px; 
	background: url(http://s.asablo.jp/css/common3/fresh-red/fresh_03_point_tool_title.jpg) no-repeat; 
	background-position: center left; 
}

.mod-text {
  line-height:150%;
  text-align:left;
}

li.mod-text {
  background:transparent url(http://s.asablo.jp/css/common3/fresh-red/fresh_03_point_list.gif) no-repeat scroll left center;
	padding-left:8px;
	text-align:left;
}

.mod-body {
  margin: 8px 0px 0px 6px; 
}

.mod ul {
  list-style: none;
}

/* カテゴリ部分－カレンダー
---------------------------------------------------- */
.calendar {
  width: 100%;
	height: 150px; 
	text-align: center; 
	font-size: x-small; 
}

.calendar-title {
  text-align: center; 
  font-size: small; 
}

.calendar-sun-name {
 color: #B55350;
}
.calendar-wday-name {
  color: #B55350;
}
.calendar-sat-name {
  color: #B55350;
}

.calendar-row a{
	padding-bottom: 1px;
}

/* アーカイブの表示
---------------------------------------------------- */
.msg-archives ul {
  list-style : none;
}
/*追加修正170706*/
.msg-body u{
text-decoration:underline;
}
.msg-body strike,.msg-body s,.msg-body del{
text-decoration: line-through;
}

