body {
background-image: url("img/bg.gif");
padding-top:0px;
margin-top:0px;
padding-bottom:0px;
margin-bottom:0px;
}

/*様々な共通指定*/
img{border:none;}

a {
text-decoration: none;
}

a:link {
color: #CC0066;
}

a:visited {
color: #CC0066;
}

a:active {
color: #CC0066;
}

a:hover {
color: #000000;
}

h2, h3 {
margin: 0px;
padding: 0px;
font-weight: normal;
}
	
/*ボディー指定*/
#container {
width: 800px;
margin-right: auto;
margin-left: auto;
background-color: #FFFFFF;
}

/*バナー指定*/
#banner {
height: 300px;
background: url(img/header.jpg) no-repeat;
}

/*メイン（本文）部分*/
#center {
width: 555px;
float: left;
margin-top: 2px;
padding-left: 10px;
}

.content {
padding: 15px 15px 5px 15px;
background-color: #FFFFFF;
color: #666666;
font-family: Helvetica, Arial, sans-serif;
font-size: x-small;
}

/*本文の日付（h2）部分*/
.content h2 {
color: #FFFFFF;
text-align: left;
margin-bottom: 10px;
padding-left: 5px;
padding-top: 2px;
font: bold x-small Helvetica, Arial, sans-serif;
background: url(img/bg.gif);
height: 16px;
}

/*本文のタイトル（h3）部分*/
.content h3 {
color: #666666;
font-family: Helvetica, Arial, sans-serif;
font-size: small;
text-align: left;
font-weight: bold;
margin-top: 4px;
margin-bottom: 0px;
}

/*本文のフォント*/
.content p {
color: #666666;
font-family: Helvetica, Arial, sans-serif;
font-size: x-small;
font-weight: normal;
line-height: 150%;
text-align: left;
margin-bottom: 10px;
}

/*本文の下（投稿者）部分*/
.content p.posted {
color: #999999;
font-family: Helvetica, Arial, sans-serif;
font-size: x-small;
border-top: 1px solid #999999;
text-align: left;
margin-bottom: 40px;
line-height: normal;
padding: 3px;
}

.content blockquote {
line-height: 150%;
}

.content li {
line-height: 150%;
}

	
/*右側メニュー部分*/
#right {
margin-left:560px;
width: 227px;
margin-top: 2px;
}

.sidebar {
padding: 15px 15px 15px 10px;
}

/*カレンダー部分*/
#calendar {
line-height: 140%;
color: #000;
font-weight: bold;
font-family: Helvetica, Arial, sans-serif;
font-size: 10px;
padding: 2px;
text-align: center;
margin-bottom: 30px;
}

#calendar table {
padding: 2px;
border-style: solid none;
border-width: 1px 0;
width: 100%;
border-collapse: collapse;
}
	
#calendar caption {
color: #fff;
font-family: Helvetica, Arial, sans-serif;
font-size: x-small;
text-align: left;
font-weight: bold;
padding-top: 2px;
height: 16px;
}
	
#calendar th {
text-align: center;
font-size: 10px;
font-weight: normal;
border-bottom: 1px solid #000;
width: 14%;
}
	
#calendar td {
font-size: 10px;
text-align: center;
padding-bottom: 2px; 
}
	
#calendar td a {
color: #CC0066;
font-size: 10px;
line-height: 10px;
background-color: #efefef;
text-align: center;
margin: 1px;
padding-top: 2px;
padding-bottom: 2px;
display: block; 
}
	
#calendar td a:visited { 
color: #000; 
}

#calendar td a:hover { 
color: #CC0066;
background-color: #fff; 
}

/*右側タイトル部分*/
.sidebar h2, #cap {
color: #FFFFFF;
text-align: left;
margin-bottom: 10px;
padding-left: 5px;
padding-top: 2px;
font: bold x-small Helvetica, Arial, sans-serif;
background: url(img/bg.gif);
height: 16px;
}

/*右側画像（番組紹介・プロフィール）部分*/
.profile {
margin: 0px;
padding: 0px;
margin-bottom: 20px;
}

/*右側リンク部分*/
.archive{
line-height: 120%;
font-size: x-small;
margin-top: 5px;
margin-bottom: 20px;
padding-bottom: 5px;
}
			
.sidebar ul {
padding-left: 0px;
margin: 0px;
}

.sidebar ul ul {
margin-bottom: 0px;
}

.sidebar #categories ul {
padding-left: 15px;
}

.sidebar li {
color: #666666;
font-family: Helvetica, Arial, sans-serif;
font-size: x-small;
text-align: left;
line-height: 150%;
margin-top: 10px;
list-style-type: none;
}

.p_text {
color: #666666;
font-family: Helvetica, Arial, sans-serif;
font-size: x-small;
text-align: left;
line-height: 150%;
}

.sidebar #categories li {
list-style-type: circle;
}

.sidebar img {
border: 3px solid #FFFFFF;
}

.photo {
text-align: left;
margin-bottom: 20px;
}

/*使用してない*/
.link-note {
font-family: Helvetica, Arial, sans-serif;
font-size: x-small;
line-height: 150%;
text-align: left;
padding: 2px;
margin-bottom: 15px;
}

#powered {
font-family: Helvetica, Arial, sans-serif;
font-size: x-small;
line-height: 150%;
text-align: left;
color: #666666;
margin-top: 50px;
}

#comment-data {
float: left;
width: 180px;
padding-right: 15px;
margin-right: 15px;
text-align: left;
border-right: 1px dotted #BBB;
}

textarea[id="comment-text"] {
width: 80%;
}

.commenter-profile img {
vertical-align: middle;
border-width: 0;
}

/*フッターの指定*/
#footer{
width:800px;
height:40px;
text-align:center;
padding-top:0px;
clear:both;
font: 10px Arial, Helvetica, sans-serif;
color: #CCCCCC;
}

