/* 216B_black_common3.css */


/* ★ページ全体の共通指定 */
* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #E60707;
	color: #332D2B;
	font-size: small;
	text-align: center;
	font-family:"Verdana",  arial, sans-selif; 
	border: 0;
}
h1, h2, h3 {
	font-weight: normal;
}
li {
	margin-left: 1.3em;
	line-height: 1.3em;
}
table {
	border: none;
}
a {
	color: #361403;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


/* ★各要素の指定 */
#container {
	width: 920px;
	margin: 0px auto 0px auto;
	padding: 0px;
	background-image: url(http://www.ne.jp/asahi/shochan-s/souko/greyborder.jpg);
}
#head {
	width: 910px;
	height: 60px;
	background-image: url(http://www.ne.jp/asahi/shochan-s/souko/gbshochanspanish.jpg);
	border: solid 5px #59121E;
	text-indent:1em;
	line-height:3em;
	font-size:20px;
	font-weight:bold
}
/* ブログのタイトル */
#head h1 {
	margin-top: 0;
	margin-left: 0;
	font-size:21px;
}
#head h1 a {
	float: left;
	color:#333333;
	background-color: transparent;
}
#head h1 img {
         border: none;
}
#left {
	float: left;
	width: 165px;
	text-align: left;
	border: solid 1px #59121E;
	background-color: #FFC600;
}
#center {
	float: left;
	width: 455px;
	border: solid 1px #59121E;
}
#right {
	float: left; 
	width: 294px;
	text-align: left;
	border: solid 1px #59121E;
	background-color: #FFC600;
}
#footer {
	clear: left;
	width: 920px;
	color: #363132;
	background-color: #363132;
	padding-bottom: 4px;
	text-align: right;
}
#footer a img {
	margin-right: 10px;
	border: 0;
}


/* ★ メインコンテンツ（記事部分エリア）の指定 */
#main {
	margin: 0px 10px;
	text-align: left; 
}
.msg {
	margin-bottom: 45px;
}
/* 記事のタイトル */
.msg-title {
	font-size: small;
	color:#9A0909;
	line-height:1.5;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:10px;
	background-color: #E7D7D2;
	border: solid 1px #59121E;
	margin-top: 0;
}
/* 記事の日付 */
.msg-date {
	font-size: 10px;
	color:#9A0909;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:10px;
}
.msg-body {
	padding-left:10px;
}
.msg-pict {
	margin-bottom:10px;
}
.msg-body ul {
	padding-top: 5px;
	padding-bottom: 15px;
	margin-left: 15px;
}
/* ☆wiki仕様 *********************************/
.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-body p {
	line-height: 160%;
	text-indent: 1.0em;
}
.msg-body pre {
	margin-top: 5px;
	padding: 5px;
	background-color: #eeeeee;
	border: dashed 1px #555555;
}
.msg-body blockquote {
	margin-top: 5px;
	padding: 5px;
	background-color: #F0F0F0;
	border: 1px solid #555555;
}
/*********************************************/
/* 記事のフッター（コメント・トラックバック部分） */
.msg-footer {
	padding-top: 10px;
	font-size: 12px;
	text-align: right;
}

/* ☆ナビの設定 */
.navi {
	text-align: right;
	margin-bottom: 10px;
}
#navi-top {
}
#navi-bottom {
}


/* ★　ツールバーの指定 */
#left .sidebar {
	padding: 0px 10px 20px 10px;
	text-align: left;
}
#right .sidebar {
	padding: 0px 10px 20px 10px;
	text-align: left;
}
/* ☆ツールバーのタイトル指定 */
.mod {
	padding-top: 5px;
	padding-bottom: 20px;
}
h2.mod-caption {
	padding-left: 7px;
	font-size: 12px; 
	font-weight: bold;
	text-align: left;
	border-left: solid 5px #EB6100;
}
/* ☆ツールバーのボディー指定 */
.mod-body {
	margin-top: 4px; 
	padding-top: 10px;
	background: url(http://www.ne.jp/asahi/shochan-s/souko/sen.jpg) repeat-x; 
}
.mod-body ul {
}
.mod-body li {
	margin-left: 0px;
	margin-bottom: 6px;
	list-style-type: none;
	text-align: left;
}
.mod-body li.mod-text {
	margin-left: 0px;
	margin-bottom: 6px;
	padding-left: 13px;
	background: url(http://www.ne.jp/asahi/shochan-s/souko/ten2.jpg) no-repeat;
	background-position: center left;
	text-align: left;
}
.mod-body p.mod-text {
	padding-left: 10px;
	font-size: 12px;
	text-align: left;
	line-height: 150%;
}


/* ★各コンテンツの要素設定 */
/* ☆RSS */
.mod-rss-button {
	width: 150px;
	margin: 0;
	padding: 10px 5px 5px 5px;
}
.mod-rss-button h2.mod-caption {
	padding: 3px 0px 3px 8px;
	font-size: 12px;
	border-left: solid 4px #420707;
}
/* ☆mailpia */
.mod-mailpia-button {
	width: 150px;
	margin: 0;
	padding: 5px 5px 5px 5px;
}
.mod-mailpia-button .mod-caption {
	padding: 3px 0px 3px 8px;
	font-size: 12px;
	border-left: solid 4px #420707;
}
/* ☆Login */
.mod-login-button {
	width: 150px;
	margin: 0;
	padding: 5px 5px 10px 5px;
}
.mod-login-button h2.mod-caption {
	padding: 3px 0px 3px 8px;
	font-size: 12px;
	border-left: solid 4px #420707;
}

/* ☆カレンダーの指定 */
.calendar {
	font-size: x-small;
	border: none;
	width: 140px;
	height: 140px;
	border: solid 2px #C20513;
	background-color: #E60707;
}
.calendar-title {
	font-size: small;
	color:#003567;
	line-height:1.3;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	border-bottom: dashed 1px #00B7EE;
}
.calendar-sun-name {
	color: #C00000;
	text-align:center;
	font-weight: bold;
	background-color: #FFFFFF;
	vertical-align:middle;
}
.calendar-wday-name {
	color: #333333;
	text-align:center;
	font-weight: bold;
	background-color: #FFFFFF;
	vertical-align:middle;
}
.calendar-sat-name {
	color: #0159B7;
	text-align:center;
	font-weight: bold;
	background-color: #FFFFFF;
	vertical-align:middle;
}
.calendar-row {

}
.calendar-cell {
	color:black;
	background-color: #FFFFFF;
	text-align:center;
	vertical-align: top;
}
.calendar a {
	font-size: x-small;
	font-weight: bold;
	color:#0159B7;
	text-decoration: underline;
}

/* ☆コメント */
.comment-caption {
	padding: 0.5em 1em;
	color:#EB6100;
	font-size: 12px;
	font-weight: bold;
	border-top: dashed 2px #989797;
	border-bottom: none;
}
.comment-caption a {
	color:#EB6100;
}
.comment-title {
	padding: 0.2em;
	background-color: #eeeeee;
	color:#EB6100;
	font-size: 12px;
}
.comment-title a {
	color:#F19149;
}
.comment-body {
	padding: 0.7em 1em 0.7em 1em;
	font-size: 12px;
}
.comment-form {
	padding: 0.2em 1em 0.7em 1.2em;
	font-size: 12px;
}
.comment-form form p input {
	display: block;
	margin-bottom: 5px;
}
.comment-form form p br {
	display: none;
}
.comment-form textarea {
	display: block;
	width: 330px;
	height: 100px;
	margin-bottom: 5px;
	font-family: "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", Verdana, arial, sans-selif;
}

/* ☆トラックバック */
.tb-caption {
	padding: 0.5em 1em;
	font-size: 12px;
	font-weight: bold;
	border-top: dashed 2px #989797;
	border-bottom: none;
}
.tb-title {
	padding: 0.2em;
	background-color: #eeeeee;
	color:#2E82C2;
	font-size: 12px;
}
.tb-caption a {
	color:#EB6100;
}
.tb-url {
	padding: 0.5em 1.0em;
	font-size: 12px;
}
.tb-body {
	padding: 0.7em 1em 0.7em 1em;
	font-size: 12px;
}

/* end of css */
