/* common */

html,body {
	margin: 0;
	padding: 0
}
body {
	background-color: black;
	color: #555555;
	font-size: small;
	width: 760px;
	font-family: "ＭＳ Ｐゴシック", Hiragino Kaku Gothic Pro, Osaka, Verdana,sans-serif;
}
pre {
	margin: 1em;
	padding: 1em;
	border: 1px dashed #122CA0;
}
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-serif;
}
#container {
	margin: 0;
	padding: 0;
}
#head {
	margin: 0;
	color: white;
	background-color: #FA7C00;
	background-image: url(http://s.asablo.jp/css/common2l/pop/h1bg.jpg);
	background-repeat: no-repeat;
	width: 760px;
	height: 150px;
	text-indent: 1em;
	line-height: 4.5;
	font-size: 24px;
	font-weight: bold;
}
#head h1 {
	margin-top: 0;
	margin-left: 0;
	font-size: 24px;
}
#head h1 a {
	color: white;
	background-color: transparent;
}
#head h1 img {
	border: none;
}
#center {
	float: left;
	padding: 0;
	border: none;
	width: 580px;
	background-color: #FE9500;
}
#left {
	float: left;
	margin-left: 0;
	padding: 0;
	width: 180px;
}
#right {
	float: left;
	margin-left: 0;
	padding: 0;
	width: 150px;
}
#footer {
	clear: both;
	width: 760px;
	color: #122CA0;
	text-indent: 1em;
}
#footer a img {
	border: none;
}
.sidebar {
	margin-top: 1em;
	margin-left: 5px;
	margin-right: 5px;
	height: 100%;
}
#main {
	margin-right: 0;
	margin-top: 0;
}
.msg {
	margin-bottom: 2em;
	background-color: #FFFCDA;
	color: #333333;
}
.msg-title {
	font-size: medium;
	color: #BC4200;
	line-height: 1.5;
	font-weight: bold;
	margin-top: 0;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	background-color: #FFB46A;
}
.msg-date {
	font-size: small;
	color: #FC007D;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
}
.msg-body {
	padding-left: 10px;
	background-color: #FFFCDA;
	color: #333333;
}
.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;
	line-height: 1.5em;
	border-top: solid 1px #FFB46A;
	border-bottom: solid 1px #FFB46A;
}
.comment-caption {
}
.date {
	font-size: small;
	color: #919191;
	line-height: 1.5;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
}
.mainX {
	font-size: small;
	color: #333333;
	margin-left: 12px;
	margin-right: 12px;
	line-height: 1.3;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
.comments {
	font-size: small;
	color: #122CA0;
	line-height: 2;
	padding-right: 10px;
}
.mod-caption {
	font-size: small;
	color: white;
	line-height: 1.3;
	font-weight: bold;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border: solid 1px white;
}
.mod-message .mod-caption a {
	text-decoration: none;
	color: white;
}
.mod-message .mod-caption a:hover {
	text-decoration: none;
	color: white;
}
.mod-text {
	font-size: small;
	color: white;
	text-align: left;
	line-height: 1.5;
}
.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: x-small;
	border: none;
	width: 170px;
	height: 140px;
	text-align: center;
	background-color: #FFFCDA;
}
.calendar-title {
	font-size: small;
	color: #FA7C00;
	line-height: 1.3;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	border: solid 1px #FFB46A;
}
.calendar-sun-name {
	color: #FC007D;
}
.calendar-wday-name {
	color: #FA7C00;
}
.calendar-sat-name {
	color: #0088FC;
}
.calendar-row {

}
.calendar-cell {
	color: #555555;
	text-align: center;
	vertical-align: top;
	border-top: solid 1px #FFC600;
	border-left: solid 1px #FFC600;
	border-right: solid 1px #FFB46A;
	border-bottom: solid 1px #FFB46A;
}
.calendar a {
	font-size: x-small;
	font-weight: bold;
	text-decoration: underline;
}
a {
	text-decoration: none;
	color: #BC4200;
}
a:hover {
	text-decoration: underline;
	color: #FF4E00;
}
.comment-caption {
	font-weight: bold;
	font-size: small;
	border-bottom: solid 1px #FFC600;
	border-left: solid 5px #FA7C00;
	padding-left: 0.5em;
	line-height: 2em;
	margin-left: 0.5em;
	margin-right: 0.5em;
}
.comment-title {
	color: #FC007D;
	font-size: small;
	padding: 0.2em;
	margin-left: 0.5em;
	margin-right: 0.5em;
	background-color: #FFE8B8;
}
.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 {
	font-weight: bold;
	font-size: small;
	border-bottom: solid 1px #FFC600;
	border-left: solid 5px #FA7C00;
	padding-left: 0.5em;
	line-height: 2em;
	margin-left: 0.5em;
	margin-right: 0.5em;
}
.tb-title {
	color: #FC007D;
	font-size: small;
	padding: 0.2em;
	margin-left: 0.5em;
	margin-right: 0.5em;
	background-color: #FFE8B8;
}
.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 {
}

/* end of stylesheet */
