/*

ファイル名：style.css
概要：このcssファイルは1008講座集合ページレイアウトの設定を記述しています。
サイト名：BrushUP学び
URL：http://www.brush-up.jp
コピーライト：(c) Paseli Co.,Ltd. All Rights Reserved.

*/

/* -----------------------
共通 */

img {
	margin:0;
	padding:0;
	border:none;
}

.clear {
	clear:both;
}

.float_l {
	float:left;
}

.float_r {
	float:right;
}

.page_top {
	width:730px;
	text-align:right;
	margin:1px 10px 15px;
}

.txt_yel {
	color:#FF9900;
}

.txt-m-grn {
	color:#659201;
}

.txt-m-pin {
	color:#EB5781;
}

.txt-m-ora {
	color:#FF660E;
}

img.align_top {
	vertical-align:top;
}

img.align_btm {
	vertical-align:bottom;
}

.pad_top10 {
	padding-top:10px;
}

.mar_top10 {
	margin-top:10px;
}

.mar_btm10 {
	margin-bottom:10px;
}

.txt-m-bro {
	color:#582E22;
}

/* -----------------------
title */

.title_cont {
	width:750px;
	height:201px;
	text-align:left;
}

.title_logo {
	margin:9px 0 0 14px;
}

.read {
	width:490px;
	margin:10px 0 0 15px;
}

/* -----------------------
navi */

.navi_cont {
	width:720px;
	margin:0 15px;
	padding:0px 0 10px;
	text-align:left;
	white-space:nowrap;
}

.navi_cont a {
	padding: 3px 10px;
	font-weight:700;
	margin-right:15px;
	background-color: #996600;
	text-decoration: none; /* no underline */
	color: #fff;
	float:left;
	display:block;
	margin-top:10px;
}

.navi_cont a:hover {
	padding: 3px 10px;
	font-weight:700;
	margin-right:15px;
	background-color: #A0C221;
	text-decoration: none; /* no underline */
	color: #fff;
	float:left;
}

/* -----------------------
article */

#art_wrap {
	width:750px;
	padding:15px 0;
	background:url(images/art_wrap_bg.gif) repeat-y;
}

.article_cont {
	width:730px;
	margin:0 10px 5px 10px;
	padding:15px 0;
	border-top:solid 1px #9FC120;
	border-bottom:solid 1px #9FC120;
	background:url(images/art_bg.gif);
	position:relative;
}

.dog_y {
	width:44px;
	height:40px;
	position:absolute;
	right:-1px;
	top:-1px;
}

.art_top {
	width:697px;
	margin:0 16px 10px;
	background:url(images/art_title.gif);
	background-position:left top no-repeat;
}

.art_tit {
	width:497px;
	float:right;
	text-align:left;
	padding-top:38px;
}

.art_point {
	width:700px;
	margin:0 15px;
	background-color:#FFFFFF;
}

.art_point_in {
	width:670px;
	margin:0 15px;
}

.art_point_s {
	width:320px;
	text-align:left;
}

.art_point_c {
	width:320px;
	text-align:center;
}


.art_point_s p {
	padding:10px 0 0;
}



.paging{
	width:730px;
	margin:0 10px 10px 10px;
	text-align:right;
}