﻿@charset"UTF-8";

/* 

♪-*-♪-*-♪-*-♪-*-♪-*-♪-*-♪-*-♪-*-♪-*-♪-*-♪


　　　仙台クラシックフェスティバル２００８
　　　　　　ポッドキャスト　ＣＳＳ


♪-*-♪-*-♪-*-♪-*-♪-*-♪-*-♪-*-♪-*-♪-*-♪-*-♪

 */

/* ★ページ全体の共通指定 */

*{
  margin : 0;
  padding: 0;
  border: none;
  text-decoration: none;
  word-break: break-all;
}

/* 基本のリンクの設定
---------------------------------------------------- */
a {
  color: #d23c2e;
}

a:hover {
  color: #d2b044;
  text-decoration: underline;
}


/* ページ全体の背景・文字・余白など */
body {
	margin: 0;
	border: 0;
	padding: 0;
	font-size: small; 
	font-family: "ＭＳ Ｐゴシック", Osaka, verdana, arial, sans-serif;
	color: #333333; 
	background: url(img/body.gif) repeat; 
}
h1, h2, h3 {
	margin : 0;
	padding : 0;
	font-weight: normal;
}
ul, p, div, span {
	margin : 0;
	padding : 0;
}
li {
	list-style-type: none;
}
img {
	border: none; 
}
table {
	margin : 0;
	border: none;
	empty-cells: show;
}

/* ★各要素の指定 */

#container {
	width: 800px; 
	margin: 0 auto;
	background: url(img/container.gif) repeat center #fffce3;
}
#head {
  height: 90px;
  background: url(img/header.gif) top no-repeat;
  position: relative;
}
#center {
  float: left;
  width: 539px;
  padding: 0 12px;
}
#main {
  background: #ffffff;
  padding: 20px 0 10px 0;
  margin: 0 0 14px 0;
}
#right {
  float: right;
  width: 225px;
  padding: 0 12px 0 0;
}
#banner {
  background: #ffffff;
  padding: 18px;
  margin: 0 0 14px 0;
  text-align: center;
}
#yokoku {
  background: #ffffff url(img/yokoku_title.gif) center top no-repeat;
  padding: 40px 18px 18px 18px;
  margin: 0 0 14px 0;
  text-align: center;
}

.yokoku_msg {
	line-height: 1.3;
	font-weight: bold;  
	font-size: 12px; 
}
#footer {
  height: 23px;
  clear: both;
  background: url(img/footer.gif) no-repeat center bottom;
}

/* ★ メインコンテンツ（記事部分エリア）の指定 */

.msg {
	margin: 20px; 
	line-height: 1.3;
}
.msg2 {
	margin: 20px; 
	line-height: 1.3;
	border-top: dashed 1px #cccccc;
	padding: 10px 8px 0 8px;
}
.msg-title {
	font-weight: bold;  
	font-size: 12px; 
	padding: 4px 4px 4px 0;
	border-bottom: solid 2px #333333;
}
.msg-date {
	font-size: 12px;
	font-weight: bold; 
	padding-left: 28px;
	text-align: left; 
	background: url(img/mod_caption.gif) left top no-repeat;
	border-bottom: solid 2px #333333;
}
.msg-body {
	padding:8px 8px 0 0;
	line-height: 120%; 
}
.footer_text10 {
	font-size: 10pt;
	text-align: center;
	color: #000000;
	padding: 4px;
}
.link {
	font-size: 11px;
	text-align: left;
	color: #858585;
}
.rss {
	width=:120px;
	height:40px;
	margin: 20px; 
	padding: 8px;	
	color: #666666;
	border: solid 1px #cccccc;
}

.rss img{
	display:block;
	width=:120px;
	height:40px;
	float:right;
	padding-left: 10px;
}
.notes {
	margin: 20px; 
	padding: 8px;	
	color: #666666;
	border: dashed 1px #cccccc;

}