/* common */

html,body {
	margin: 0px;
	border: 0px;
	padding: 0px;
}

a {
	color: #888888;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #cd853f;
	background-color: #ffffe0;
}

body {
	color: #888888;
	font-size: 12px;
	background-image: url(http://www.ne.jp/asahi/miyuinu/home/ASAHI-BLOG/blog-back.gif);
	background-color: #ffffff;
	background-repeat: repeat;
	font-family:"ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", Verdana, arial, sans-selif;
}
p {
	text-indent: 1em;
	line-height:1.3;
}
img{
	color: #cd853f;
	background-color: #ffffe0;
	text-decoration: none;
	border: 0px;
}
textarea { 
	color: #888888;
	font-family:"ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", Verdana, arial, sans-selif;
}

#container {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 780px;
	border-top: none;
	border-bottom: none;
	filter: progid:DXImageTransform.Microsoft.shadow(color=#888888, direction=90, strength=5);
	background-color: #ffffff;
}

#head {
	float: center;
	color: #663300;
	background-image: url(http://www.ne.jp/asahi/miyuinu/home/ASAHI-BLOG/blogtop_icon.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	width: 780px;
	height: 365px;
	text-indent:5em;
	line-height:3em;
	font-weight:bold;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	border: none;
}
#head h1 {
	font-size:18px;
	padding:30px 30px 30px 5px;
}
#head h1 a {
	color:#663300;
	background-color: transparent;
}
#head h1 a:hover {
	text-decoration: none;
	color: #cd853f;
	background-color: transparent;
}
#head h1 img {
	border: none;
}
#center {
	float: left;
	padding: 5px;
	border: none;
	width: 440px;
}
#left {
	float: left;
	margin-left: 0px;
	padding: 0px;
	width: 160px;
}
#right {
	float: left;
	margin-left: 0px;
	padding: 0px;
	width: 170px;
}
#footer {
	clear:both;
	background-image: url(http://www.ne.jp/asahi/miyuinu/home/ASAHI-BLOG/blogtop_footer.gif);
	background-repeat: no-repeat;
	width: 780px;
	height: 40px;
	color: #888888;
	text-indent:1em;
}
.sidebar {
	margin-top: 15px;
	margin-left: 5px;
	margin-right: 5px;
	height:100%;
}
#main {
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 10px;
}
.msg {
	margin-bottom: 2em;
}
.msg-title {
	font-size: 14px;
	color:#CCCCCC;
	border-top: solid 1px #C0C0C0;
	border-left: solid 15px #deb887;
	border-bottom: solid 1px #C0C0C0;
	border-right: solid 1px #C0C0C0;
	background-color: #FFFFFF;
	line-height: 130%; /* 行の高さ */
	text-decoration: none;
	text-align:left;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
.msg-title a {
	font-size: 14px;
	color:#888888;
	text-decoration: none;
	background-color: #FFFFFF;
}
.msg-title a:hover {
	font-size: 14px;
	text-decoration: none;
	color: #cd853f;
	background-color: #FFFFFF;
}
.msg-date {
	font-size: 10px;
	font-weight: normal;
	color:#CCCCCC;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:10px;
	text-align: right;
}
.msg-body {
	padding-left:10px;
}
.msg-body h2 {
	padding-left: 1em;
	border-bottom: solid 1px #888888;
	border-left: solid 2px #888888;
}
.msg-footer {
	text-align: right;
	font-size: 12px;
	padding-top:2px;
	border-top: solid 1px #deb887;
	margin-left:4px;
}

.comment-caption {
}
.date {
	font-size: 10px;
	font-weight: normal;
	color:#cccccc;
	line-height:1.5;
	padding-top:6px;
	padding-bottom:6px;
	padding-left:10px;
}
.main {
	font-size: 12px;
	color:#888888;
	margin-left:12px;
	margin-right:12px;
	line-height:1.3;
	padding-bottom:20px;
	padding-left:10px;
	padding-right:10px;
}
.comments {
	font-size: 12px;
	color:#888888;
	line-height:2;
	padding-right:10px;
}
.mod-caption {
	margin-top: 2px;
	font-size: 12px;
	color:#888888;
	line-height:1.3;
	font-weight:bold;
	padding-left: 0.5em;
	text-align:left;
	border-top: solid 1px #C0C0C0;
	border-left: solid 10px #ffa07a;
	border-bottom: solid 1px #C0C0C0;
	border-right: solid 1px #C0C0C0;
	background-color: #FFFFFF;
}
.mod-text {
	font-size: 12px;
	color:#888888;
	text-align: left;
	line-height: 1.3;
}
.mod-text a {
	color:#888888;
	text-decoration: none;
}
.mod-text a:hover {
	color: #cd853f;
	background-color: #ffffe0;
	text-decoration: none;
}
.mod ul {
	margin-left: 0;
	padding-left: 0;
}

.mod ul li {
	margin-left: 0;
	font-size: 12px;
	padding-left: 1em;
	list-style-type: none;
}
.calendar {
	font-size: 10px;
	border: none;
	width: 140px;
	height: 120px;
	text-align: center;
	border: solid 1px #C0C0C0;
	background-color: #FFFFFF;
	margin-bottom: 1em;
}
.calendar-title {
	font-size: 12px;
	color:#888888;
	line-height:1.3;
	font-weight:bold;
	text-align:center;
	vertical-align:top;
}
.calendar-sun-name {
	color: #B40F03;
	background-color: #ffffe0;
}
.calendar-wday-name {
	color: #45651B;
	background-color: #ffffe0;
}
.calendar-sat-name {
	color: #122ca0;
	background-color: #ffffe0;
}
.calendar-row {

}
.calendar-cell {
	color: #888888;
	text-align: center;
	vertical-align: top;
}
.calendar a {
	color: #deb887;
	font-size: 10px;
	font-weight: bold;
}
.calendar a:hover {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #cd853f;
	background-color: #ffffe0;
}

.comment-caption {
	border-top: dashed 1px #B6B6B6;
	padding: 0.5em 1em;
	font-weight: bold;
	font-size: 12px;
	border-bottom: none;
}
.comment-title {
	font-size: 12px;
	color:#888888;
	border-style: dashed; /* 枠の種類 */
	border-color: #C0C0C0; /* 枠の色 */
	border-width: 2px 00px; /* 枠の幅 */
	line-height: 130%; /* 行の高さ */
	text-align:left;
}

.comment-body {
	font-size: 12px;
	padding: 0.2em 1em 0.7em 1em;
}
.comment-form {
	font-size: 12px;
	padding: 0.2em 1em 0.7em 1.2em;
}
.tb-caption {
	border-top: dashed 1px #B6B6B6;
	padding: 0.5em 1em;
	font-weight: bold;
	font-size: 12px;
	border-bottom: none;
}
.tb-title {
	font-size: 12px;
	color:#888888;
	border-style: dashed; /* 枠の種類 */
	border-color: #C0C0C0; /* 枠の色 */
	border-width: 2px 00px; /* 枠の幅 */
	line-height: 130%; /* 行の高さ */
	text-align:left;
}
.tb-url {
	padding: 0.5em 2em;
	font-size: 12px;
}
.tb-body {
	font-size: 12px;
	padding: 0.2em 1em 0.7em 1em;
}
.navi {
	width: 100%;
	text-align: right;
}
.navi-prev {
}
.navi-next {
}

.java {
	align: center;
}


/* end of stylesheet */
