@charset "utf-8";

/*
Theme Name: Design Now Template No.1
Theme URL: http://www.designnow.net/
Author: DesignNow
Version: 1.0

*/

/*-------------------------------------*/

/*-------------------------------------*/

div#wBg{
	background: #fff;
}

div#mainContents{
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

div.clearfix{
	width: 960px;
}

/*-------------------------------------*/
/* カラム組みのフロートの指定 */

.columnC{
	float: left;
	margin-right: 11px;
	width: 960px;
	display: inline;
}



/*-------------------------------------*/

ul.bannerSet{}
ul.bannerSet li{
	display: block;
	margin-bottom: 3px;
}

ul.bannerSet li a:hover img{
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
}


/*-------------------------------------*/

h2 {
	padding-top: 10px;
	background: #fff;
	text-align: center;
	color: #000;
	font-weight: bold;
	font-size: 23px;
	letter-spacing: 0.08em;
	text-decoration:none;
	display: block;
}

h2.mainTopicsBlueBox a{
	background: #fff;
	text-align: center;
	padding: 5px 0;
	color: #000;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.08em;
	text-decoration:none;
	margin: 5px 0px 6px 0px;
	display: block;
}

h2.mainTopicsBlueBox a:hover{
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
}



h3 {
	background: #fff;
	text-align: center;
	color: #000;
	font-size: 14px;
	letter-spacing: 0.08em;
	text-decoration:none;
	margin: 0px 0px 0px 0px;
	display: block;
}

div .centerimg {
	text-align:center;
	max-width: 50%;
    margin: 0 auto;
}

/*-------------------------------------*/

div.column3C strong{
	background: #F0566E;
	padding: 3px 0 3px 10px;
	display: block;
	font-size: 14px;
	color: #fff;
	letter-spacing: 0.08em;
}

