*{
  margin : 0;
  padding: 0;
  text-decoration: none;
  word-break: break-all;
}


/* 基本のリンクの設定
---------------------------------------------------- */
a {
  color: #77358D;
	text-decoration: none; 
}

a:hover {
	text-decoration: underline;
}

a img{
	border: none;
}

/* ページ全体のレイアウト
---------------------------------------------------- */
body {
  height: 100%;
  color: #424242;
  background-color: #BBBEDF;
  font-family:"ＭＳ Ｐゴシック", "Osaka", Verdana, arial, sans-selif;
  font-size: small;
  line-height:1.7;
	text-align: center;
	
}

#container {
  width: 750px; 
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF url(http://s.asablo.jp/css/common1/fresh-violet/fresh_04_bg.gif) repeat-y; 
}

#head {
  width: 723px; 
	height: 117px; 
	margin: 0px 12px 43px 14px; 
	background: url(http://s.asablo.jp/css/common1/fresh-violet/fresh_04_bg_header.jpg) no-repeat; 
}

#head h1 {
  padding: 36px 0px 0px 30px; 
	text-align: left; 
	font-size: x-large; 
	color: #7F21BD; 
}

#head h1 a {
	color: #7F21BD; 
	padding-bottom: 2px;
}

#center {
	float: left;
	width: 750px;
	border: none;
}
#footer {
	clear: both;
	width: 750px;
	height: 40px;
	margin: 0;
	color: #3B1EA9;
}

#footer a {
  border: none;
}

#footer a img{
  border: none;
}

#bottom{
	width: 750px;
	text-align: left; 
}


pre {
  border : 4px dotted #BBBEDF;
  margin : 1em 0 0 0;
  padding : 1em;
}


blockquote {
  border : 4px double #BBBEDF;
  margin : 1em 0 0 0;
  padding : 1em;
}

hr {
  color: #BBBEDF;
  background-color: #BBBEDF;
}


/* 記事部分
---------------------------------------------------- */
#main {
	text-align: left;
	margin: 0px 34px;
}

.msg {
	margin-bottom: 50px;
	background: url(http://s.asablo.jp/css/common1/fresh-violet/fresh_04_bg_msg_body.gif) repeat-y center ;
}

.msg-title {
	width: 642px;
	min-height: 20px;
	font-size: 110%; 
	font-weight: bold; 
	color: #FFFFFF; 
	margin-top: 0px;
	padding:12px 20px 8px;
	background: url(http://s.asablo.jp/css/common1/fresh-violet/bg_msg_top.gif) no-repeat top;
	position:relative;
}

.msg-date {
	width: 300px;
	position: absolute;
	top: -25px;
	left:20px;
  font-size: 90%; 
	font-weight: bold; 
	padding-bottom: 8px; 
	color: #666666; 
}

.msg-body {
	margin-top:-5px;
	padding:27px 30px 0px 20px;
	background: url(http://s.asablo.jp/css/common1/fresh-violet/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/common1/fresh-violet/fresh_04_bg_msg_footer.gif) no-repeat bottom; 
}

.msg-author-info {
	color: #6B3692; 
	padding-bottom: 19px;
	margin-bottom: 9px;  
	text-align: left;
}

div.pos p {
	text-indent: 1em;
	line-height: 180%;
	margin-top: 1em;
	margin-bottom: 1em;
}

div.pos ol {
	margin: 20px;
}

/* コメント部分
---------------------------------------------------- */
.comment-caption {
  border-top: dashed 1px #B6B6B6;
	padding: 0.5em 1em;
	font-weight: bold;
	font-size: small;
	border-bottom: none;
	color:#77358D;
}

.comment-title {
	padding: 0.2em;
	color: #77358D;
	font-size: small;
	background-color: #DDD7F1;
}

.comment-body {
	padding: 0.2em 1em 0.7em;
	font-size: small;
	margin-left; 0.5em;
}

.comment-form {
  font-size: small;
	padding: 0.2em 1em 0.7em 1.2em;
}

.comment-form .comment-caption {
	border-top: dashed 1px #B6B6B6;
	font-weight: bold;
	border-bottom: none;
	color:#77358D;
	padding: 0.5em 1em 0.7em 1.2em;
	font-size: small;
}

.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 p br {
	display: none;
}

.comment-form textarea {
	width: 410px;
  display: block;
  color: #331511;
  font-size: small;
  font-family:"ＭＳ Ｐゴシック", "Osaka", Verdana, arial, sans-selif;
}

/* トラックバック部分
---------------------------------------------------- */
.tb-caption {
  border-top: dashed 1px #B6B6B6;
	padding: 0.5em 1em;
	font-weight: bold;
	font-size: small;
	border-bottom: none;
}

.tb-title {
	padding: 0.2em;
	color:#2E82C2;
	background-color: #DDD7F1;
	font-size: small;
}

.tb-url {
	padding: 0.5em 2em;
}

.tb-body {
	margin-bottom:4px;
	padding: 0.2em 1em 0.7em;
	font-size: small;
	margin-left; 0.5em;
}

/* 次>>の表示
---------------------------------------------------- */
.navi {
	width: 100%;
	margin-bottom:4px;
	text-align: right;
}


/* カテゴリ部分－基本
---------------------------------------------------- */
.mod {
	width: 200px; 
	margin-left: 34px; 
	padding-bottom: 20px; 
	float: left; 
}
.mod-caption {
	padding-left: 22px;
	padding-top: 7px;
	padding-bottom: 8px;
	background: url(http://s.asablo.jp/css/common1/fresh-violet/fresh_04_point_tool_title.jpg) no-repeat; 
	background-position: center left; 
	color: #8C65A6; 
	font-size: 90%; 
	font-weight: bold;
	text-align: left;
}
.mod-text {
	line-height:150%;
  text-align:left;
}

li.mod-text {
  background:transparent url(http://s.asablo.jp/css/common1/fresh-violet/fresh_04_point_list.gif) no-repeat scroll left center;
	padding-left:8px;
	text-align:left;
}

.mod-body {
  margin: 0px 0px 0px 6px;
}

.mod ul {
	list-style: none;
}


/* カテゴリ部分－カレンダー
---------------------------------------------------- */
.calendar {
	width: 100%;
	height: 150px;
	font-size: x-small;
	text-align: center;
}
.calendar-title {
	height: 20px;
	font-size: small;
	text-align: center;
	vertical-align: top;
}
.calendar-sun-name {
	color: #7D46A4;
}
.calendar-wday-name {
	color: #7D46A4;
}
.calendar-sat-name {
	color: #7D46A4;
}
.calendar-row a{
	padding-bottom: 1px;
}

/* アーカイブの表示
---------------------------------------------------- */
.msg-archives ul {
  list-style : none;
}

