/*	ベーステーブル	*/

.base		{ width		: 550px;
		 background-color: #F8ED67;}


/*	記事見出し	*/

.midasi		{
		 background-color: #BDF36F;
		 text-align	: center;
		 vertical-align	: middle;
		 font-size	: 14px;
		 color		: #444444;
		 font-weight	: bold;}

/*	内容		*/

.kiji		{
		 background-color	: #FFFFDD;
		 vertical-align	: middle;
		 line-height 	: 1.2em;
	    	 padding		: 5px ;
		 font-size	: 14px;}
.kiji a		{ color		: #0000ff;
		  text-decoration: none;}
.kiji a:visited	{ color		: #0000ff;}
.kiji a:hover	{ color		: #ff1493;
		  text-decoration: underline;}
.kiji aactive	{ color		: #ff1493;}

/*	見出し部分		*/

.setsumei1 {	clear 		: both;
		line-height 	: 1.4em;
	    	padding		: 0 10px ;
		background-color	: #FFFFCC;
		}
.setsumei1 p{
		font-weight : bold;
		line-height : 1.4em;
		text-indent:0px;
		font-size : 12px;
		color : #444444;
    padding-top:10px;
    padding-bottom:10px;
}

/*	予告部分		*/

.yokoku	 {	clear 		: both;
		line-height 	: 1.4em;
	    	padding		: 0 10px ;
		background-color	: #333399;
		}
.yokoku p{
		font-weight : bold;
		line-height : 1.4em;
		text-indent:10px;
		font-size : 12px;
		color : #444444;}

/*	フッタ部分		*/

.txt		{ background-color	: #FFFFCC;
		 vertical-align	: middle;
		 line-height 	: 1.4em;
	    	 padding	: 5px ;
		 font-size	: 12px;}
.txt a		{ color		: #0000ff;}
.txt a:visited	{ color		: #006699;}
.txt a:hover	{ color		: #ff1493;}
.txt aactive	{ color		: #ff1493;}

.CopyRight
{
	font-size: 12px;
	text-align: center;
	font-family: "Times New Roman", Times, serif
}
