/*___    base_style   ___*/

* {
	margin: 0;
	padding: 0;
}
html {
	overflow: scroll;
}
body {
	font-size: 62.5%;
	color: #5A5A5A;
}
a {
	text-decoration: none;
	color: #645E53;
}
a:hover {
	color: #FFBA00;
	border-bottom: 1px dotted #FFBA00;
}
a img {
	border: none;
	text-decoration: none;
}
.imgFleft {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.msg-pict {
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #DDD;
}
.msg-pict:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

/*___    base_Layout_style   ___*/
#container {
	width: 980px;
	margin: 0px auto;
	padding-bottom: 20px;
	z-index: 1;
}
#head {
	margin-bottom: 30px;
}
#center {
	float: left;
	width: 650px;
	padding-bottom: 30px;
	border: none;
}
#main {
	width: 660px;
	margin-top: 1em;
	margin-right: 5px;
	display: inline;
}
#left {
	float: left;
	width: 480px;
	display: inline;
}
#right {
	float: right;
	width: 250px;
	margin-top: 10px;
}
.main-bottom {
	width: 690px;
	height: 100px;
	margin: 0px auto;
	z-index: 99;
	position: fixed;
	bottom: 0%;
	background-image: url("http://calancolon.asablo.jp/blog/img/2008/06/15/67b2d.png");
}
#footer {
	clear: both;
	width: 100%;
}
/*___    base_Layout_TXT_style   ___*/
h1 {
	overflow: hidden;
	height: 130x;
	border: none;
	font-size: 4.0em;
	line-height: 130px;
	font-family: Verdana, Geneva, sans-serif;
}
h1 a {
	overflow: hidden;
	height: 130px;
	color: #000;
	text-decoration: none;
	border: none;
}
h1 a:hover {
	text-decoration: none;
	border: none;
}
pre {
	margin: 1em;
	padding: 1em;
	border: 1px dashed #122CA0;
}
p {
	margin-bottom: 1.5em;
	line-height: 1.8;
	text-align: justify;
	text-justify: inter-ideograph;
}
blockquote {
	margin: 1em 2em 0;
	padding: 1em;
}
blockquote p {
	text-indent: 0;
}
textarea {
	font-family: "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", Verdana, arial, sans-selif;
}
/*___    Contents_Layout_style   ___*/
.msg-title {
	margin-bottom: 1em;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 2.4em;
	color: #B1B1B1;
	line-height: 1.5;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.msg-date {
	font-size: 0.6em;
}
.main {
	font-size:1.4em;
	color: #333;
	margin-left: 12px;
	margin-right: 12px;
	line-height: 1.3;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
.msg-footer {
	text-align: right;
	font-size: 1.0em;
	color: #099;
	border-top: 1px dotted #CCC;
}
/*___    Contents_UL_OL_LI_Layout_style   ___*/

.msg-content {
	margin-bottom: 1.5em;
	font-size: 1.4em;
	line-height: 1.6;
}
.msg-content ul, 
.msg-content ol {
	margin-left: 30px;
	margin-right: 10px;
	margin-bottom: 1em;
}
.msg-content ul {
	list_style: none;
}
.msg-content ul.ul_disk,
.msg-content ol li {
	margin-bottom: 8px;
	list_style: disk;
}
.msg-content ul.ul_disk {
	list_style: disk;
}
/*___    Contents_DL_Layout_style   ___*/

.msg-content dl {
	margin-top: 30px;
	margin-bottom: 20px;
	padding-top: 10px;
	border-top: 1px dotted #CCC;
}
.msg-content dl dt {
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: 1.2em;
	font-weight: bold;
}
.msg-content dl dd {
	margin-left: 10px;
	margin-bottom: 2em;
}

/*___    Contents_Link_Layout_style   ___*/

.msg-content dl.dl_link {
	margin-bottom: 25px;
}
.msg-content dl.dl_link dt {
	margin-bottom: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1.5;
	color: #6C7C2E;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}
.msg-content dl.dl_link dt a {
	padding-left: 20px;
	color: #965042;
	background: url(img/2008/01/24/518bb.gif) left top no-repeat;
}
.msg-content dl.dl_link dt a:hover {
	color: #B77B57;
}
.msg-content dl.dl_link dd {
	margin-left: 30px;
	margin-bottom: 5px;
	font-size: 0.8em;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}
.msg-content dl.dl_link dd a {
	padding-left: 18px;
	background: url(http://calancolon.asablo.jp/blog/img/2008/01/24/518bb.gif) no-repeat;
}

/*___    Side_BASE_Layout_style   ___*/
.sidebar {
	margin-top: 1em;
	margin-right: 15px;
}
.mod {
	margin-bottom: 15px;
}
/*___    Side_Contents_Layout_style   ___*/

.mod-caption {
	margin-bottom: 8px;
	padding: 0px 4px 0px 14px;
	font-size:1.4em;
	color: #663;
	line-height: 1.3;
	font-weight: bold;
	text-align: left;
	background: url(http://www.ne.jp/asahi/som/pojke/calancolon/pics/li_img01.gif) left center no-repeat;
}
.mod-message .mod-caption a,
.mod-message .mod-caption a:hover {
	text-decoration: none;
	color: #B212BC;
}
.mod-text {
	font-size: 1.4em;
	text-align: left;
	line-height: 1.3;
	text-indent: 0px;
	text-align: justify;
	text-justify: inter-ideograph;
}
.mod ul {
	padding-left: 0px;
}

.mod ul li {
	margin-left: 0px;
	margin-bottom: 1.5em;
	font-size: 1.2em;
	list-style-type: none;
	border-bottom: 1px dotted #099;
}
.mod ul li a {
	border-bottom: none;
}

/*___    Calendar_Layout_style   ___*/
.calendar {
	width: 185px;
	height: 120px;
	font-size: 1em;
	text-align: center;
	border: none;
}
.calendar-title {
	font-size: 12px;
	color: #122CA0;
	text-align: center;
	vertical-align: top;
	letter-spacing: 0.1em;
}
.calendar-sun-name,
.calendar-sat-name {
	background-color: #999;
	color: white;
}
.calendar-wday-name {
	background-color: #CCC;
	color: white;
}
.calendar-row {
	background-color: #FFF;
}
.calendar-cell {
	color: #122CA0;
	text-align: center;
	vertical-align: top;
}
.calendar a {
	font-size: 1.0em;

	font-weight: bold;
}

/*___    Comment_Layout_style   ___*/
.comment-caption {
	padding: 0px;
	font-weight: bold;
	font-size: 1.4em;
	text-indent: 0;
	border-bottom: none;
}
h2.comment-caption {
	margin-bottom: 8px;
	padding: 2px 1em;
	background: #EDEDED;
}
.comment-title {
	padding: 0.2em;
	margin-bottom: 5px;
	font-size: 1.4em;
	background: #FFF;
}
.comment-body {
	margin-bottom: 10px;
	padding: 0.2em 1em 1em 1em;
	font-size: 1.4em;
	border-bottom: 1px dotted #CCC;
}
.comment-form {
	padding: 10px 1em 0.7em 1.2em;
	font-size: 1.2em;
	border-top: 1px solid #AAA;
}
.comment-form p {
	font-size: 1.2em;
	text-indent: 0;
	text-align: left;
}
form p {
	line-height: 2;
	color: #336600;
}
.comments {
	font-size: 1.4em;
	color: #122CA0;
	background: #D4EAFE;
	line-height: 2;
	padding-right: 10px;
}
.msg {
	margin-bottom: 4em;
}
.msg-body {
	padding-left: 25px;
}
.msg-body h2 {
	padding-left: 1em;
}
.msg-body h3 {
}
.msg-body h4 {
}
.date {
	font-size:1.4em;
	color: #B1B1B1;
	line-height: 1.5;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
}
.tb-caption {
	padding: 3px 1em;
	font-weight: bold;
	font-size:1.4em;
	border-bottom: none;
	background: #EDEDED;
}
.tb-title {
	font-size:1.4em;
	padding: 0.2em;
	background-color: #efe;
}
.tb-url {
	padding: 0.5em 2em;
	font-size:1.4em;
	text-align: left;
	text-indent: 0;
}
.tb-body {
	font-size:1.4em;
	padding: 0.2em 1em 0.7em 1em;
}
.navi {
	width: 100%;
	text-align: right;
	font-size: xx-small;
}
.navi-prev {
}
.navi-next {
}
/*___    Footer_Layout_style   ___*/

.txt_upper {
	text-transform: uppercase;
}