/* CSS Document */
/* 「新たに創業したい」の設定 */
a{
	color: #1eb481;
}

a :hover{
	color: #006f49;
}

#left h2{
	background-image: url(img/title-bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#left h3{
	background-image: url(img/subt-bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

/* kaigyojunbi-check.htmlの設定 */

#check-list{
	width: 664px;
	height: auto;
	margin: 0;
	padding: 0;
}


#check-list dt{
	clear: both;
	float: left;
	width: 320px;
	height: 400px;
	margin: 0;
	padding: 0;
	text-align: left;
	background-image: url(kaigyojunbi-check/line.gif);
	background-repeat: no-repeat;
	background-position: 98px 20px;
}

#check-list dd:first-child{
	float: left;
	width: 322px;
	height: auto;
	margin: 0 !important;
	padding: 10px;
	text-align: left;
	font-family: "ＭＳ ゴシック", "Osaka−等幅" ;
	font-size: 14px;
	line-height: 150%;
	text-align: left;
	color: #333;
	border: 1px solid #eee;
}

#check-list dt:last-child{
	clear: both;
	float: left;
	width: 320px;
	height: 200px !important;
	margin: 0;
	padding: 0;
	text-align: left;
	background-image: none !important;
}

#list-last{
	clear: both;
	float: left;
	width: 320px;
	height: 200px !important;
	margin: 0;
	padding: 0;
	text-align: left;
	background-image: none !important;
}

#check-list dd{
	float: left;
	width: 322px;
	height: 340px;
	margin: 20px 0 0;
	padding: 10px;
	text-align: left;
	font-family: "ＭＳ ゴシック", "Osaka−等幅" ;
	font-size: 14px;
	line-height: 150%;
	text-align: left;
	color: #333;
	border: 1px solid #aaa;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 
}

