/* コンテンツ */
#procontents{
	position: absolute;
	left:0px;
	top: 110;

	padding-bottom: 30px;
	width: 735px;

	/* background: silver; */



}

#procontents ul{
	margin-left: 55px;
}
/* プログラム一覧に戻る為のプログラム種別リンクリスト */
#proglink{
	position: absolute;
	top: 80px;

	height: 30px;
	width: 100%;
	background: green;
}

#proglink ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.proglink_item{
	list-style: none;
	float: left;
	width: 142px;
	height: 20px;
	margin: 2px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}

.proglink_item a:hover{
	color: #red;
	text-decoration: underline;
}

.proglink_item a:visited{
	color: #fff;
}

.proglink_item a{
	color: #fff;
	text-decoration: none;
}



/* プログラム一覧 */
#prognavi{
	display: block;

	position: absolute;
	left: 0px;
	top: 80px;
/*	overflow: scroll;*/

	margin: 0px;
	padding: 8px 0px 0px -30px;

	width: 100%;
/*	height: 500px;*/
	background: #f4f4d7;

	font-size: 19px;
	font-weight: bold;
	line-height: 105%;
}

/* 著作権表記 */
#bottom{
	position: absolute;
	bottom: 0px;
	left: 0px;

	margin-top: 30px;
	padding: 0px 0px 0px 0px ;

	height: 30px;
	width: 100%;

	background: black;
	color: white;
	
	text-align: center;
	font-weight: normal;
}


.programlist{
	padding: 0px;
	list-style: circle;
}

.softname{
	margin: 0px 0px 0px -15px;
	font-size:17;
	font-weight: normal;
	line-height: 25px;
	list-style: disc;
}

/* DL画像説明ボックス */
#iconavi{
	float: right;

	border-style: dotted;

	margin-right:5px;

	width: 285px;
	height:180px;

	font-size: 14px;

	background-color: white;
}

/* 広告枠 */
#ad{

	position: relative;

	margin-right:auto;

	margin-left:auto;
/*	width: 170px;
	height:110px;
	*/
	
	width: 0px;
	height:20px;


	font-size: 14px;

	background-color: white;
}


h1{
	width: 600;
	margin-top: 10px;
	margin-left:10px;
}

h2{
	margin-top: 10px;
	width: 200;
	margin-left: 20px;
}

h3{
	width: 200px;
	margin-top: 10px;
	margin-left: 30px;
}

p {
	margin: 10px 5px 10px 35px;
	line-height: 130%;
}
