@charset "utf-8";
/* 全セカンドファイル共通 CSS Document */

/* body */

body {
	background-image: url(../images/common/common_bg.jpg);
	background-repeat: repeat-x;
}


#main_body {
	width: 900px;
	margin: 0 auto;
	background-image: url(../images/common/common_top_bg.jpg);
	background-repeat: no-repeat;
}


/* パンくずリスト */

#pankuzu {
	width: 890px;
	height: 30px;
	font-size: 10px;
	text-align: left;
	padding: 10px 0 0 10px;
}


/* left_body 左ボディ */

#left_body {
	width: 210px;
	height: 100%;
	padding-right: 20px;
	float: left;
}

#left_body li {
	list-style-type: none;
}

.left_list_box {
	width: 210px;
	padding-bottom: 10px;
}

.list_title {
	width: 210px;
	height: 50px;
}

.list_sub_title {
	width: 210px;
	height: 29px;
}

.list_contents {
	width: 210px;
	height: 23px;
}


.left_top_ad {
	width: 210px;
	height: 65px;
	padding-bottom: 1px;
}




/* right_body 右ボディ */

#right_body {
	width: 670px;
	height: 100%;
	padding: 0 0 50px 0;
	background-color: #FFF;
	float: left;
}

#right_inside {
	width: 640px;
	padding: 0 15px;
}


/* right_body  共通　ミニタイトル */

.title_thin {
	width: 640px;
	height: 28px;
	background-image: url(../images/common/title_sub_bg.jpg);
	background-repeat: no-repeat;
	padding-bottom: 15px;
}

.title_thin_t {
	color: #4660b0;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	top: 5px;
	left: 10px;
}

.title_thin_txt {
	padding: 0 0 20px 0;
}


