/* ------- ■全体の中身設定------- */
* {
  margin: 0;
  padding: 0;
}
HTML {
  scrollbar-arrow-color:#aaa;
  scrollbar-3dlight-color:#F7F7F7;
  scrollbar-darkshadow-color:#F7F7F7;
  scrollbar-face-color:#F7F7F7;
  scrollbar-highlight-color:#aaa;
  scrollbar-shadow-color:#aaa;
  scrollbar-track-color:#F7F7F7;
}

body {
  background-image: url(../skin/images/no20_9.gif);
  color: #333;
  background-color: #fff;
  margin: 0px;
  padding: 0px;
  text-align: center;
  padding: 40px 0px 40px 0px;
}

BR{letter-spacing:normal;}

input, textarea {
  font-family: Hiragino Kaku Gothic Pro,"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", Helvetica, Arial, sans-serif;
  font-size: 14px;
}

.btn {
  background-color:#eee;
  color:#333
}

form {
  padding: 0px;
  margin: 0px;
}

h1 {
  font-size: 24px;
  margin: 0px;
}

h2 {
  font-size: 13px;
  margin: 0px;
}

blockquote {
  font-size: 14px;
  background-color:#fff;
  padding: 5px;
  margin: 5px;
  border: 1px solid #d4c6b1;
}

/* ------- ■画像 ------- */
img {
  border:none;
}

/* ------- ■リンクの色 ------- */
a:link,a:visited,a:active{
  text-decoration:underline;
  color:#43688D;
}

a:hover{
  font-style:italic;
}

/* ------- ■全体の指定------- */
#inbox {
  MARGIN-LEFT: auto; 
  MARGIN-RIGHT: auto; 
  width: 690px;
}

/* ------- ■タイトル部分 ------- */
#banner {
  margin: 10px;
  padding: 0px 0px 0px 0px;
}

#banner_l {
  background-image:url(../skin/images/logo.png);
  background-repeat:no-repeat;
  text-align: left;
  background-color: #f0f0f0;
  margin: 0px 0px 0px 0px;
  padding: 10px 20px 10px 20px;
}

.site_title {
  padding: 5px 0px 0px 0px;
}

.site_title a,
.site_title a:link,
.site_title a:visited,
.site_title a:active,
.site_title a:hover {
  font-weight: normal;
  color: #666;
  font-weight: bold;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
  text-decoration: underline;
}

.description {
  font-weight: normal;
  color: #666;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
  margin: 5px 0px 0px 0px;
}

/* ------- ■左メニューカラム部分 ------- */
#sideleft {
  float: left;
  OVERFLOW: hidden;
  width: 170px;
}

/* ------- ■中央カラム部分 ------- */
#main {
  float: right;
  OVERFLOW: hidden;
  width: 480px;
}
/* ------- ■枠部分 ------- */
.frm1 {
  background-image: url(../skin/images/no20_1.gif);
  background-repeat: no-repeat;
  height: 14px;
}

.frm2 {
  background-image: url(../skin/images/no20_2.gif);
  height: 14px;
}

.frm3 {
  background-image: url(../skin/images/no20_3.gif);
  background-repeat: no-repeat;
  height: 14px;
}

.frm4 {
  background-image: url(../skin/images/no20_4.gif);
  width: 14px;
}

.frm5 {
  background-image: url(../skin/images/no20_5.gif);
  width: 14px;
}

.frm6 {
  background-image: url(../skin/images/no20_6.gif);
  background-repeat: no-repeat;
  height: 14px;
}

.frm7 {
  background-image: url(../skin/images/no20_7.gif);
  height: 14px;
}

.frm8 {
  background-image: url(../skin/images/no20_8.gif);
  background-repeat: no-repeat;
  height: 14px;
}

.frmcenter {
  background-color: #fff;
}

/* ------- ■本文の枠部分 ------- */
.entryBodyset {
  width: 460px;
  OVERFLOW: hidden;
  margin: 0px 0px 30px 0px;
  text-align: left;
}

.entry_title {
  color: #777;
  font-size: 14px;
  font-weight: bold;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
  letter-spacing : 1px;
  margin: 3px 5px 3px 5px;
  padding: 0px 10px 0px 10px;
  border-left: 5px double #FF9999;
}
.entry_title a, .entry_title a:link, .entry_title a:visited, .entry_title a:active {color:#777; text-decoration:none;}
.entry_title a:hover {color: #777; text-decoration: none;}

.entry_date {
  color: #aaa;
  font-size: 13px;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
  letter-spacing : 1px;
  text-align: left;
  margin: 0px 0px 0px 0px;
}

.entry_body   {
  background-image: url(../skin/images/no20_13.gif);
  font-size: 14px;
  line-height: 142%;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
  margin: 0px 0px 5px 0px;
  padding: 0px 15px 0px 15px;
}

.entry_body li{
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 20px;
  list-style-type: circle;
}

.entry_state {
  font-size: 13px;
  color: #666666;
  margin: 10px 0px 5px 0px;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
  text-align: center;
  clear: both;
}

.subBodyset {
  width: 460px;
  OVERFLOW: hidden;
  margin: 0px 0px 30px 0px;
  text-align: left;
  border: 1px solid #ddd;
}

.sub_title {
  color: #888;
  font-size: 13px;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
  letter-spacing : 1px;
  padding: 0px 5px 0px 10px;
  margin: 5px 0px 5px 5px;
  border-left: 5px solid #ddd;
}

.sub_state {
  font-size: 13px;
  color: #666666;
  margin: 0px 0px 0px 0px;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
  text-align: center;
  clear: both;
}

/* ------- ■メニューの小分け部分 ------- */
.sideSet {
  width: 160px;
  padding: 0px 0px 0px 0px;
  margin: 20px 0px 20px 0px;
  text-align: left;
}

.linktitle   {
  background-image: url(../skin/images/no20_12.gif);
  background-repeat: no-repeat;
  width: 156px;
  height: 34px;
  padding: 7px 0px 0px 0px;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.linktext {
  padding: 0px 2px 25px 2px;
  font-size: 12px;
  color: #333;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
  line-height: 120%;
}

.linktext ul{
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  list-style-type: none;
}

.linktext li{
  padding: 0px 0px 0px 17px;
  margin: 0px 0px 5px 0px;
  list-style-type: none;
}

.li_main{
  background-image: url(../skin/images/no20_10.gif);
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

/* ------- ■ページ移動リンク ------- */
.nextback {
  font-size: 12px;
  text-align: center;
  font-family: "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",Verdana, Osaka‐等幅;
  margin: 20px 10px 20px 10px;
}

/* ------- ■検索ボックス ------- */
#searcharea  {
  font-size: 12px;
  padding: 0px 0px 0px 0px;
}

#search {
  color: #333;
  font-size: 12px;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
}

/* ------- ■ページトップ ------- */
.pagetop {
  text-align: right;
  margin: 10px 20px 20px 0px;
}

/* ------- ■カレンダー部分 ------- */
/* --- 月～日の部分 --- */
.calendar_top {
  width: 100%;
  font-size: 10px;
  color: #333;
  margin: 6px 0px 0px 0px;
}

.cell_top {
  color: #333;
  font-size: 10px;
  font-family: Verdana;
  width: 20px;
  height: 15px;
}

.cell_suntop {
  color: #c00;
  font-size: 10px;
  width: 20px;
  height: 15px;
}

.cell_sattop {
  color: #5982b2;
  font-size: 10px;
  width: 20px;
  height: 15px;
}

/* --- 数字の部分 --- */
.calendar {
  width: 100%;
  font-size: 10px;
  color: #333;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
  letter-spacing : 1px;
  padding: 0px 0px 0px 0px;
}
.calendar a, .calendar a:link, .calendar a:visited, .calendar a:active {display:block; background-color:#eaeaea; color:#333; text-decoration:none;}

.cell {
  color: #333;
  font-size: 10px;
  width: 20px;
  height: 15px;
}

.cell_today {
  color: #666;
  font-size: 10px;
  font-weight: bold;
  width: 20px;
  height: 15px;
}

.cell_sunday {
  color: #c00;
  font-size: 10px;
  width: 20px;
  height: 15px;
}

.cell_saturday {
  color: #5982b2;
  font-size: 10px;
  width: 20px;
  height: 15px;
}

/* --- 年月の部分 --- */
.calendarym {
  width: 100%;
  font-size: 10px;
  color: #333;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
  letter-spacing : 1px;
  padding: 0px 0px 25px 0px;
}


/* ------- ■フッダー部分 ------- */
#footer {
  width: 600px;
}

.copyright  {
  color: #333;
  line-height: 130%;
  font-size: 11px;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
  text-align:center;
  padding: 0px 0px 10px 0px;
  margin: 30px 0px 0px 0px;
}

.topics{
  color:#43688D;
  font-size:110%;
  font-weight:bold;
  border-style:solid;
  border-width:0px;
  border-color:#ffffff;
  padding:2px;
}

.topics a:link,a:visited,a:active,a:hover{
  text-decoration:underline;
}

.category{
  padding:0px;
  margin:1px;
  color:#43688D;
  border-style:none;
  text-align:left;
  width:100%;
}

.comment{
  border-style:none;
  border-width:0px;
  padding-left:15px;
  margin:5px;
  border-color:#ffffff;
}

.junre{
  color:#43688D;
}

.song_artist{
  color:#1D2940;
  font-style:italic;
  font-family:"ことり文字ふぉんと","Tahoma",sans-serif;
  font-size:110%;
}

.song_title{
  color:#1D2940;
  font-style:italic;
  font-weight:bold;
  font-family:"ことり文字ふぉんと","Tahoma",sans-serif;
  font-size:110%;
}

.tracklist{
  color:#1D2940;
  background-color:#DEE7F0;
  border-color:#1D2940;
  border-style:solid;
  border-width:0pt;
  padding:0px;
  text-align:left;
  width:400px;
}

em{
  color:#1D2940;
  font-weight:bold;
  font-style:normal;
}

.red{
  color:#ff0000;
  font-weight:bold;
}

.orange{
  color:#ffcc00;
}

.green{
  color:#99ff00;
}

.sky{
  color:#66ccff;
}

.purple{
  color:#9966cc;
}
.large{
  color:#ff0000;
  font-size:large;
  font-weight:bold;
  line-height:1.4em;
  letter-spacing:0.5em;
}

.lt{
  text-decoration:line-through;
}

cite{
  color:#1D2940;
  font-weight:bold;
}

ul{
  margin:0;
  padding-left:0;
  text-align:left;
}

ul li{
  text-align:left;
  list-style:none;
  margin:0;
}

.contents{
  font-family:"ことり文字ふぉんと","Tahoma",sans-serif;
  font-size:130%;
  line-height:1.3em;
}

TABLE.in{
	border-collapse:separate;
	background-color:#DEE7F0;
 	border:1px solid #3D485D;
 	font-size:100%;
}

TD.in{
	border:1px solid #3D485D;
	padding:3px;
	text-align:left;
}