/***********全体****************************/

body {
	background-color:#FFFFFF;
	}

h1,h2,h3,h4,h5,h6 {
	font-size:20px;
	}

a:hover	{
	text-decoration:none;
	}
a:link{
	text-decoration:none;
	}
a:visited{
	text-decoration:none;
	}
img {
    border-style:none;
}

/***********トップページ　グレー枠****************************/

.waku-text {
	width:313px;
	height:80px;
	position:relative;
	top:15px;
	left:60px;
	right:800px;
	bottom:20px;
	font-weight:bold;
	line-height:1.4;
	}

.waku-text-small {
	position:relative;
	top:-15px;
	right:32px;
	font-size:12px;
	color:#999999;
	float:right;
	font-weight:bold;
	}

.waku-text-small a {
	color:#999999;
	}

/***********サブページ　グレー枠****************************/

.mark {
	position:relative;
	left:5px;
	}

.sub-waku-text1	{
	width:700px;
	position:relative;
	top:-20px;
	left:60px;
	font-weight:bold;
	line-height:1.6;
	color:#CC0000;
	font-size:14px;
	}

.sub-waku-text2-title {
	width:700px;
	position:relative;
	top:-35px;
	left:60px;
	line-height:1.6;
	color:#006699;
	font-size:20px;
	}

.sub-waku-text2 {
	width:700px;
	position:relative;
	top:-30px;
	left:60px;
	font-weight:bold;
	line-height:1.6;
	color:#666666;
	font-size:14px;
	}

/***********賢者.TV****************************/

.top-kenja {
	width:258px;
	height:221px;
	background-image:url(kenja.jpg);
	margin-top:5px;
	}

.top-kenja-play {
	position:relative;
	top:131px;
	left:88px;
    width:81px;
	}
	
/***********点滅バー****************************/

.top22 {
	background-repeat:no-repeat;
	background-image:url(22-top-1.jpg);
	}

/***********フッダー右寄りテキストメニュー****************************/

.fooder-menu {
	float:right;
	font-size:12px;
	color:#666666;
	font-weight:bold;
	position:relative;
	right:5px;
	}
	
.fooder-menu a {
	color:#666666;
	}

/***********フッダーリンクテキスト****************************/

.fooder-link {
	height:43px;
	color:#FFFFFF;
	font-size:12px;
	text-align:left;
	background-color:#333333;
	background-repeat:repeat-x;
	position:relative;
	top:2px;
	line-height:1.5;
	}

.fooder-link-text {
	position:relative;
	top:3px;
	left:5px;
	}

.fooder-link a{
	color:#FFFFFF;
	}

/***********コピーライト****************************/

.copyright {
	font-size:12px;
	color:#666666;
	text-align:center;
	font-weight:bold;
	position:relative;
	top:6px;
	}

