/*基本設定*/
body{
	margin: 0px;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 150%;
	background: #F6F6F1 url(../img/bg.gif);
}
img{
	border: 0px;
}

/*リンク*/
a{
	text-decoration: none;
}
a:link{
	color: #FFFFFF;
}
a:visited{
	color: #AAAAAA;
}
a:hover{
	color: #FFFFFF;
}

/*レイアウト*/
#p_base{
	margin: 10px auto;
	width: 760px;
}
#p_header{
	height: 20px;
	background-color: #000000;
	text-align: right;
}
#p_title{
	height: 230px;
	background-color: #000000;
}
#p_main{
	padding: 10px 30px 20px;
	background: #000000 url(../img/main_bg.gif) no-repeat right bottom;
}
#p_footer{
	height: 26px;
	background: #000000 url(../img/footer.gif);	
}
#p_copy{
	height: 20px;
	background: url(../img/copy.gif);
	text-align: right;
}

/*メイン*/
.side{
	float: left;
	padding: 0px 10px;
	width: 158px;
	height:260px;
	overflow:auto;
	border: 1px solid #999999;
	overflow-x: hidden;
	scrollbar-arrow-color:#999999;
	scrollbar-base-color:#000000;
	scrollbar-track-color:#000000;
	scrollbar-highlight-color:#999999;
	scrollbar-shadow-color:#999999;
}
.cont{
	float: left;
	margin-left: 15px;
	width: 478px;
	padding: 10px;
	border: 1px solid #999999;
}
.go_top{
	clear: both;
	text-align: right;
	padding-right: 20px;
}

/*サイド*/
.side a:hover{
	border-bottom: 1px solid #FF0000;
}

.side dt{
	font-weight: bold;
	margin-top: 10px;
}
.side dd{
	margin-left: 10px;
}

/*内容*/
.cont h1{
	font-size: 14px;
	margin: 0px 0px 8px;
	border-bottom: 1px solid #FF0000;
}
.cont img{
	float: right;
	margin: 0px 0px 5px 5px;
}