/* common */

html,body {
	margin: 0;
	padding: 0
}
body {
	background-color:white;
	color: #3C345A;
	font-size: 14px;
	background-color: #F9E9FA;
	width: 750px;
	font-family:"ＭＳ ゴシック";
        letter-spacing: 1px;
}
pre {
	font-size:14px;
	font-family:"ＭＳ ゴシック";
	letter-spacing: 0px;
}
blockquote {
	margin: 1em;
	padding: 1em;
	border: 1px solid #122CA0;
	background-color: #F0F0F0;
}
p {
	text-indent: 1em;
	line-height:1.3;
}
textarea { 
	font-family:"ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", Verdana, arial, sans-selif;
}
#container {
	margin: 0;
	padding: 0;
	width: 1120px;
}
#head {
	margin: 0;
	color: #3B1EA9;
	background-image: url(http://s.asablo.jp/css/common2l/elegant/h1bg.jpg);
	background-repeat: no-repeat;
	width: 1120px;
	height: 100px;
	text-indent:1em;
	line-height:4em;
	font-size:28px;
	font-weight:bold;
}
#head h1 {
	margin-top: 0;
	margin-left: 0;
	font-size:28px;
}
#head h1 a {
	color:#3B1EA9;
	background-color: transparent;
}
#head h1 img {
         border: none;
}
#center {
	float: left;
	padding: 0;
	border: none;
	width: 750px;
}
#left {
	float: left;
	margin-left: 0;
	padding: 0;
	width: 185px;
}
#right {
	float: left;
	margin-left: 0;
	padding: 0;
	width: 185px;
}
#footer {
	clear: both;
	width: 1120px;
	height: 34px;
	color: #A500AB;

}
#footer a img {
    border: none;
}
.sidebar {
	margin-top: 1em;
	margin-left: 5px;
	margin-right: 5px;
	height:100%;
}
#main {
	margin-right:10px;
	margin-left:10px;
	margin-top: 0;
	background-color: #F9E9FA;
}
.msg {
        width: 750px;
        margin-bottom: 2em;
}
.msg-title {
	font-size: medium;
	color:#A500AB;
	line-height:1.5;
	text-indent:2em;
	font-weight:bold;
	background-image: url(http://s.asablo.jp/css/common2l/elegant/bg_tl.gif);
	background-repeat: no-repeat;
	margin-top: 0;
}
.msg-date {
	font-size: small;
	color:#A500AB;
	padding-top:4px;
	padding-bottom:4px;
}
.msg-body {
	margin-left:10px;
	font-size:14px;
	line-height:120%;
}
.msg-body h2 {
	padding-left: 1em;
	border-bottom: solid 1px #B1B1B1;
	border-left: solid 2px #B1B1B1;
}
.msg-body h3 {
	border-bottom: solid 1px #B1B1B1;
}
.msg-body h4 {
	border-bottom: dashed 1px #B1B1B1;
}
.msg-footer {
	text-align: right;
	font-size: small;
	margin-left:0.5em;
	margin-right:0.5em;
	border-top: solid 1px white;
	border-left: solid 1px white;
	border-right: solid 1px #E2CEEB;
	border-bottom: solid 1px #E2CEEB;
}
.comment-caption {
}
.date {
	font-size: small;
	color:#919191;
	line-height:1.5;
	padding-top:6px;
	padding-bottom:6px;
	padding-left:10px;
}
.main {
	font-size: small;
	color:#333333;
	margin-left:12px;
	margin-right:12px;
	line-height:1.3;
	padding-bottom:20px;
	padding-left:10px;
	padding-right:10px;
	background-color: #F9E9FA;	
}
.comments {
	font-size: small;
	color:#122CA0;
	line-height:2;
	padding-right:10px;
}
.mod-caption {
	font-size: small;
	color:#A500AB;
	line-height:1.3;
	font-weight:bold;
	text-align:left;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:2px;
	background-color: #E2CEEB;
	border:solid 1px #C185DB;
}
.mod-message .mod-caption a {
	text-decoration: none;
	color:#A500AB;
}
.mod-message .mod-caption a:hover {
	text-decoration: none;
	color:#A500AB;
}
.mod-text {
	font-size: small;
	color:#333333;
	text-align: left;
	line-height: 1.3;
}
.mod ul {
         margin-left: 0;
	padding-left: 0;
}

.mod ul li {
	margin-left: 0;
	font-size: small;
	padding-left: 1em;
	list-style-type: none;
}
.calendar {
	font-size: small;
	border: none;
	width: 170px;
	height: 140px;
	text-align: center;
	border-top: solid 1px white;
	border-left: solid 1px white;
	border-right: solid 1px #E2CEEB;
	border-bottom: solid 1px #E2CEEB;
}
.calendar-title {
	color:#A500AB;
	line-height:1.3;
	font-weight:bold;
	text-align:center;
	vertical-align:top;
	border-bottom:solid 1px #C185DB;
}
.calendar-sun-name {
	color: #F000FF;
}
.calendar-wday-name {
	color: #A500AB;
}
.calendar-sat-name {
	color: #4800FF;
}
.calendar-row {

}
.calendar-cell {
         color:#3C345A;
         text-align:center;
         vertical-align: top;
}
.calendar a {
	font-size: x-small;
         font-weight: bold;
	text-decoration: underline;
}
a {
	text-decoration: none;
	color: #CF00D7;
}
a:hover {
	text-decoration: underline;
	color: #FFBA00;
}
.comment-caption {
	border-top: dashed 1px #C185DB;
	padding: 0.5em 1em;
	font-weight: bold;
         font-size: small;
	border-bottom: none;
	margin-left:0.5em;
	margin-right:0.5em;
}
.comment-title {
	font-size: small;
	padding: 0.2em;
	color:#3B1EA9;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid #D4C0DE;
	border-bottom: 1px solid #D4C0DE;
	margin-left:0.5em;
	margin-right:0.5em;
}
.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;
}
.tb-caption {
	border-top: dashed 1px #B6B6B6;
	padding: 0.5em 1em;
	font-weight: bold;
	font-size: small;
	border-bottom: none;
	margin-left:0.5em;
	margin-right:0.5em;
}
.tb-title {
	font-size: small;
	padding: 0.2em;
	color:#3B1EA9;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid #D4C0DE;
	border-bottom: 1px solid #D4C0DE;
	margin-left:0.5em;
	margin-right:0.5em;
}
.tb-url {
	padding: 0.5em 2em;
	font-size: small;
}
.tb-body {
	font-size: small;
	padding: 0.2em 1em 0.7em 1em;
}
.navi {
	width: 100%;
	text-align: right;
}
.navi-prev {
}
.navi-next {
}
.mod-mailpia-button {
display: none;
}
/* end of stylesheet */
