﻿@charset "utf-8";

/*
Theme Name: Design Now Template No.1
Theme URL: http://www.designnow.net/
Author: DesignNow
Version: 1.0

*/



.chapter8{
	padding: 6px 8px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	background-color: #006;

}


/*-------------------------------------*/
/* テーブルフォーマット */
/*-------------------------------------*/

table{
	border-top: 1px solid #ccc;
	width: 100%;
	margin-bottom: 30px;
}
table th,
table td{
	border-bottom: 1px solid #ccc;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

table th{
	padding-right: 16px;
}
table td{
	border-left: 1px solid #ccc;
	padding-left: 16px;
}

table.tableDec1 th{ background: #efefef; padding-left: 10px;}
table.tableDec2 th{ background: #333; color: #fff; padding-left: 10px;}
table.tableDec3 th{ background: #d5ceb1; color: #fff; padding-left: 10px; border-bottom: 1px solid #fff; color: #333;}
table.tableDec4 th{ background: #d5ceb1; color: #fff; padding-left: 10px; border-bottom: 1px solid #fff; color: #333;}
table.tableDec4 th{ width: 24%;}
table.tableDec4 td{ width: 76%;}


/*-------------------------------------*/
/*メインイメージ p#mainImg */
/*-------------------------------------*/

div#mainImgBox{
	width: 100%;
	margin:30px auto 45px;
	text-align: left;
	width: 960px;
	position: relative;
}

div#setCh{
	position: absolute;
	top: 50px;
	left: 70px;
	width: 335px;
}

div#mainImgBox strong{
	font-weight: bold;
	font-size: 17px;
	display: block;
	margin-bottom: 10px;
}

/*-------------------------------------*/

div#wBg{
	background: #fff;
}

div#mainContents{
	width: 960px;
	margin: 0 auto;
	text-align: left;

}

	/* ３つのトピックス */
	div#mainContents div.topicsBox{
	width: 295px;
	float: left;
	margin-left: 33px;
	margin-bottom: 20px;
	}

	div#mainContents div.firstItem{
	margin-left: 0;
	border-right-style: none;
	}

	div#mainContents div.secondItem{
	border-right-style: none;
	}


	div#mainContents div.topicsBox strong{
		margin-bottom: 15px;
        color:#444444;
		display: block;
		font-size: 25px;
		text-shadow:
  			1px 1px 1px rgba(0, 0, 0, 0.6),
  			-1px -1px 1px rgba(255, 255, 255, 0.5);
	}

	div#mainContents div.topicsBox span{
		line-height: 1.8;
		display: block;
		text-align: justify;
		margin-bottom: 8px;
	}


/* 新着情報 */

div#newTopics{
	float: left;
}

	div#newTopics strong{
		font-weight: bold;
		font-size: 13px;
		margin-bottom: 8px;
		display: block;
		font-size: 14px;
	}

	div#newTopics dl{
		width: 640px;
		border-bottom: 1px solid #ddd;
	}

	div#newTopics dl dt,
	div#newTopics dl dd{
		padding: 8px 0;
		border-top: 1px solid #ddd;
	}

	div#newTopics dl dt{
		float:left;
		width:80px;
		clear:both;
		padding-left: 10px;
		background: #F6F5F0;
		color: #7D663A;
	}

	div#newTopics dl dd{
		width:525px;
		margin-left:90px;
		padding-left: 20px;
		border-left:1px solid #ddd;
	}
	div#newTopics dl dd a{
		color: #666;
		text-decoration: none;
	}

	div#newTopics dl dd a:hover{
		text-decoration: underline;
	}

/* バナーエリア */
div#bannerBox{
	float: right;
	width: 250px;
}

	div#bannerBox ul{}
	div#bannerBox ul li{
		margin-bottom: 15px;
	}
