/*ページ全体の指定*/
body{
margin:0px;
padding:0px;
		background:#fff;
		font-size:13px;
		font-family:Verdana;
}

/*ページ全体のリンク指定*/
a{
	color:#000000;
	text-decoration:none;
	}
a:hover{
	color:#FF1493;
	text-decoration:none;
	}
	
	
/*ページの輪郭*/
#frame{
	width: 770px;
	background:#fff;
	margin: 0 auto 0 auto;
}

/*ヘッダ*/
#head{
	position:relative;
	top:50px;
	width: 764px;
	height:100px;
	margin:0 auto 3px auto;
}



/*左のブロック*/
#left{
	position:relative;
	top:0px;
	width:170px;
	float:left;
}
.leftmain{
	width:170px;
	padding:0px;
	margin:0 auto 0em auto;
	font-size:13px;
	}
	.pic{
		border:1px solid #ccc;
		padding:1px;
		line-height:150%;
		background:#BDB76B;
		font-size:13px;
		}



.leftmain ul{
	margin:0px;
	padding:0px;
	list-style:none;
	}
	.leftmain li{
		background:#fff;
		padding:5px 0px;
		}
		
		/*左のメニュー*/
		.leftmain li a{
			color:#000000;
			background:#fff;
			font-size:13px;
			line-height:150%;
			text-decoration:none;
			padding:0px 0px 0px 0px;
			margin:0px;
			}
		/*メニューにポインタを載せた時の指定*/
		.leftmain li a:hover{
			color:#FF1493;
			}
			


/*右のブロック*/
#right{
	position:relative;
	top:5px;
	width:590px;
	float:right;
}



	/*メインの記事の部分*/

	.main{
		padding:0px 30px 20px 1px;
		margin:0px;
		font-size:13px;
		}
		
	/*本文をくくる*/
	p{
		margin:0px 10px 10px 10px;
		padding:0px;
		font-size:12px;
		line-height:190%;
		}

#centerswf{
	position:relative;
	top:1px;
	left:100px;
}

#centerpic{
	position:relative;
	top:100px;
}

#items{
	width: 260px;
	float: right;
}


#foot{
	clear:both;
	position:relative;
	top:30px;
	width:760px;
	height:30px;
	background: #fff;
	border-top:1px solid #dcdcdc;
	padding:10px;
	margin:0px auto 0 auto;
	}
	#foot a{
		color:#000;
		text-decoration:none;
		}
	#foot a:hover{
		text-decoration:underline;
		}