/*

ファイル名：styles.css
概要：このcssファイルは編集記事の設定を記述しています。

サイト名：BrushUP学び
URL：http://www.brush-up.jp/
コピーライト：(c) Paseli Co.,Ltd. All Rights Reserved.
*/

#contwrap{
	width:950px;
	overflow:visible;
}

/*基本*/

.val_top{
	vertical-align:top;
	display:block;
}
.val_bottom{
	vertical-align:bottom;
	display:block;
}

.mar_top10{
	margin-top:10px;
}
.mar_bottom10{
	margin-bottom:10px;
}
.mar_left10{
	margin-left:10px;
	}
.mar_right10{
	margin-right:10px;
	}

.float_left{
	float:left;
}
.float_right{
	float:right;
}


img.catch{
	display:block;
}
img.title{
	margin:0;
	padding:0;
	display:block;
}

img.top_btn{
	position:absolute;
	left:10px;
	bottom:5px;
}

.read{
	width:490px;
	padding:10px 0;
	margin:0 10px 5px 10px;
	text-align:left;
}

.links_trade{
	width:490px;
	margin:0 10px;
	text-align:left;
}

/*コンテンツ内*/
#content{
	width:950px;
	background:#EBEB99;
	margin:0;
	padding:5px 0 10px 0;
	display:block;
	text-align:center;
}

#topic{
	width:932px;
	margin:10px auto;
	position:relative;
	text-align:left;
}

.topi_inner{
	background:url(images/cont_bg.png) repeat-y;
	width:932px;
	margin:0;
	text-align:left;
}

img.index{
	position:absolute;
	margin:-5px 0 0 -5px;
	display:block;
}

img.topic{
	float:right;
	margin:55px 30px 10px 15px;
}

* html img.topic{
	margin:55px 15px 10px 10px;
}

img.topi_catch{
	margin-left:30px;
	margin-top:10px;
	margin-bottom:10px;
}
img.topi_catch_first{
	margin-left:30px;
	margin-top:55px;
	margin-bottom:10px;
}

p.topi_text{
	padding:5px 30px 20px 30px;
}
p.topi_text2{
	padding:5px 0;
}

#balance{
	margin:5px 30px 10px 30px;
}
#balance img{
	margin:5px 0 10px 10px;
	border:1px dotted #999;
}

/*ページトップへ*/
#pages{
	width:910px;
	margin:0 12px 15px 18px;
	text-align:right;
}

p.page-top{
	padding-left:6px;
	background:url(images/sankaku.gif) left 50% no-repeat;
	text-align:left;
	white-space:nowrap;
	float:right;
}

#pages2{
	width:930px;
	text-align:right;
	margin:0 10px 0;
}

/*検索ボタン*/
#btn-wrap10{
	width:600px;
	text-align:center;
	margin:10px auto 0;
	padding:0 0 10px 0;
}

img.search-title{
	margin:5px 126px;
	float:none;
}