body{
			background-color: #fff3ee ;
			color: #000000 ;
			line-height : 1.3em ;
}
h1{
			border-bottom : solid 1px #6600ff ;
			font-size : 130%  ;
			line-height : 2.0em ;
			letter-spacing : 0.3em ;
}
h2{
			border-left : solid 0.5em #000000 ;
			border-bottom : solid 0.1em #000000 ;
			padding-left : 0.2em ;
			margin-right : 0.5em ;
			background-color : #eeffff;
			font-size : 115%  ;
			line-height : 1.5em ;
			letter-spacing : 0.3em ;
			font-weight : normal;
}
h3{
/*			border-bottom : solid 0.1em #668888 ;*/
			font-size : 110%  ;
			line-height : 1.2em ;
			/* letter-spacing : 0.3em ; */
			color:#660000 ;
}
img{
			border-width : 0pt ;
}
blockquote{
			background-color: #ffffff ;
}
table{
			border-collapse: collapse ;
}
td{ 
			border: solid 0.1em #000000 ;
			padding: 0.3em ;
}

a:link		{ text-decoration: none ; color: #0000bb}
a:visited	{ text-decoration: none ; color: #990099 }
a:hover		{ text-decoration: underline ; }

/* divによる大枠*/

div.main{
			margin-right : 25%;
			padding-right : 0.5em ;
}
div.main p{
			margin-left : 1.0em;
}
div.side{
			background-color : #ffffff;
			position : absolute;
			top :15em;
			right : 0.5em ;
			width : 25%;
			border : solid 0.05em #000000 ;
}
div.sidetitle{
			text-align : right;
			border-bottom : solid 0.05em #668888 ;
			font-size : 90%  ;
			line-height : 1.5em ;
			letter-spacing : 0.3em ;
			margin-top : 1em ;
			margin-bottom : 1em ;
}
div.sidecomment{
			margin-left: 1em;
			font-size : 90%  ;
}

/* 特定部分修飾 */
#title{
			/* border-bottom : solid 1px #6600ff ; */
			text-align : center;
}

#undertitle{	/* トップページのメニュー */
			background-color : #ffcccc;
			color : #333333;
			/* font-size : 120%; */
			line-height : 1.3em ;
			text-align : center;
}
p#topinfo{	/* ただいま放送中 */
			text-align : center;
			letter-spacing : 0.15em ;
}
div.url{	/* 接続URL欄 */
			background-color : #ffffff;
			padding : 0px 10px 0px 10px;
			border-style: dotted;
			border-color: #333333;
			border-width: 1px 1px 1px 1px;

}

#select{	/* 入口ページ用真ん中寄せ */
			text-align : center;
			font-size : 125% ;
}
#footer{
			text-align : right;
}
/* 文字修飾 */

.notice{
			color : red;
}
.notice-l{
			color : red;
			font-size : 125% ;
}
.strong{
			font-size : 125% ;
}
