@charset "UTF-8";
/* ------------------------------------------

Web Site:	www.canonkikaku.com
Style Name: home.css
Auther:     www.ys-design.net

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


#header {
	height:237px;
	margin:10px auto 25px;
}
#contents h2, #contents h3 {
	background:none;
	border:none;
	padding:0;
	margin:0;
	line-height:1em;
	width:505px;
}


/* ---------------------------------
	INFORMATION 
--------------------------------- */
#indexInfoBox {
	margin-bottom:30px;
}
table.indexInfo {
	width:655px;
	margin:20px 0 30px;
	border:0;
	padding:0;
}
.indexInfo td.indexInfoFlyer{
	width:150px;
	vertical-align:top;
}
.indexInfo td.indexInfoFlyer img {
	border:1px solid #CCC;
}
.indexInfo td.indexInfoText{
	width:505px;
	vertical-align:top;
}
.indexInfo td.indexInfoText h3 {
	line-height:1.2em;
	font-size:125%;
	margin:0 0 1.2em;
}
.indexInfo td.indexInfoText p {
	margin:1.2em 0;
}
.indexInfo td.indexInfoText img {
	margin:0 auto 5px;
}


/* ---------------------------------
	WHAT'S NEW 
--------------------------------- */
#indexWhatsNew {
	clear:both;
	border-top:2px solid #CCC;
	padding-top:20px;
}
#indexWhatsNew ul {
	line-height:1em;
	margin-bottom:1em;
	margin:1.2em 0 0 ;
	padding-left:0;
}
#indexWhatsNew li  {
	margin:0;
	list-style:none;
	padding-left:0;
}
#indexWhatsNew li a {
	background:url(../img/dot_grn.gif) no-repeat left center;
	padding-left:15px;
	margin-bottom:5px;
}
#indexWhatsNew li a:hover {
	background:url(../img/dot_org.gif) no-repeat left center;
}
#indexWhatsNew .indexWhatsNewDate {
	font-size:10px;
	_font-size:11px;
	color:#666;
}
