/* 216B_green_common2r.css */


/* ★ページ全体の共通指定 */
* {
	margin: 0;
	padding: 0;
}
body {
	border: 0;
	text-align: center;
	font-size: small; 
	font-family: "ＭＳ Ｐゴシック", Osaka, verdana, arial, sans-serif; 
	color: #333333; 
	background: #FFFFFF url(http://asahi-net.jp/contents/podcast/img/bg_sencla2007.gif) repeat;
}
h1, h2, h3 {
	font-weight: normal;
}
ul, p, div, span {
	margin : 0;
	padding : 0;
}
li {
	margin-left: 1.3em;
	line-height: 1.3em;
}
img {
	border: none; 
}
table {
	border: none;
}
a {
	color: #56861D;
	text-decoration: none; 
}
a:hover {
	text-decoration: underline;
}


/* ★各要素の指定 */
#container {
	width: 800px; 
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF url(http://asahi-net.jp/contents/podcast/img/footer_sencla2007.gif) no-repeat;
	background-position: bottom center;
	border: solid 1px #B1B1B1; 
}
#head {
	width: 800px; 
	height: 89px;
	background: #FFFFFF url(http://asahi-net.jp/contents/podcast/img/h1bg_sencla2007.gif) repeat;
}
/* ブログのタイトル */
#head h1 {
	background: #FFFFFF url(http://asahi-net.jp/contents/podcast/img/h1bg_sencla2007.gif) repeat;
	visibility: hidden;
}
#right {
	width: 240px; 
	text-align: left; 
	float: left; 
}
#center {
	width: 560px; 
	float: left;
	margin-top: 20px;
	background: #FFFFFF url(http://asahi-net.jp/contents/podcast/img/bg_main_sencla2007.gif) repeat;
}
#footer {
	clear: both;
	margin: 0px;
	padding: 0px 40px 30px 40px;
	text-align: right;
}

/* ☆ナビの指定 */
.navi {
	text-align: right; 
	margin-bottom: 10px; 
}
#navi-top {
}
#navi-bottom {
}


/*★本文記事の設定*/
#main {
	text-align: left; 
	margin: 0px 30px 0px 30px ; 
}
.msg {
	margin-bottom: 45px; 
}
/* 記事のタイトル */
h2.msg-title {
	margin-bottom: 30px; 
	padding: 5px ; 
	background: #eeeeee; 
	font-size: 16px;
	font-weight: bold; 
	color: #660000;
}
h2.msg-title a { 
	color: #660000;
}
/* 記事の日付 */
.msg-date {
	padding-bottom: 5px; 
	padding-top: 5px; 
	color: #EF3B6B; 
	font-size: 12px;
	font-weight: bold; 
}
.msg-body {
	margin-bottom: 25px;
	line-height: 160%;
}
.msg-pict {
	padding-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 #56861D;
}
/*************************************/
/* 記事のフッター（コメント・トラックバック部分） */
.msg-footer {
	font-size: 12px;
	text-align: right;
}


/* ★ツールバーの指定 */
.sidebar {
	text-align: left; 
	padding: 0px 20px 20px 25px; 
}
.mod {
	padding-top: 5px; 
	padding-bottom: 20px; 
}
/* ツールバーのタイトル指定 */
h2.mod-caption {
	font-weight: bold; 
	text-align: left; 
	padding: 2px 0px 0px 18px;
	font-size: 12px;
	color: #858585;
	background: #FFFFFF url(http://asahi-net.jp/contents/podcast/img/bg_mod-caption_sencla2007.gif) no-repeat;
	background-position: center left;
}
h2.mod-caption a {
	color: #858585;
}
.mod-body {
	margin-top: 4px; 
	padding-top: 10px; 
}
/* ツールバーのボディー指定 */
.mod-body li {
	font-size: 12px;
	text-align: left; 
	padding-left: 10px; 
	margin-bottom: 6px; 
	list-style: none;
}
.mod-body p.mod-text {
	font-size: 12px;
	text-align: left; 
	padding-left: 10px; 
	line-height: 150%; 
}

/* ☆カレンダーの指定 */
table.calendar {
	width: 100%; 
	height: 130px; 
	text-align: center; 
	font-size: 12px;
}
table.calendar a {
	display: inline; 
}
table.calendar .calendar-title {
	text-align: center;
	color: #EF3B6B; 
}


/*★フッターリンクページ*/
/* コメントの指定 */
.comment-caption {
	border-top: dashed 1px #B6B6B6;
	padding: 0.5em 1em;
	font-weight: bold;
	font-size: 12px;
	border-bottom: none;
	color:#889D26;
}
.comment-caption a {
	color:#889D26;
}
.comment-title {
	padding: 0.2em;
	background-color: #E7F1E3;
	color:#889D26;
	font-size: 12px;
}
.comment-title a {
	color:#889D26;
}
.comment-body {
	font-size: 12px;
	padding: 0.7em 1em 0.7em 1em;
}
.comment-form {
	padding: 0.2em 1em 0.7em 1.0em;
	font-size: 12px;
}
.comment-form form p {
	padding-bottom: 5px;
	line-height: 1.3em;
}
.comment-form form p input {
	display: block;
}
.comment-form form p br {
	display: none;
}
.comment-form textarea {
	width: 410px;
	height: 100px;
	font-family: "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", Verdana, arial, sans-selif;
	display: block;
}

/* ☆トラックバックの指定 */
.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;
	padding: 0.2em;
	color:#889D26;
	background-color: #E7F1E3;
}
.tb-caption a {
	color:#889D26;
}
.tb-url {
	padding: 0.7em 2em;
	font-size: 12px;
}
.tb-body {
	font-size: 12px;
	padding: 0.7em 1em 0.7em 1em;
}

/* end of stylesheet */
