@charset "utf-8";
/* ===================================================================
CSS information

 file name  :welcome.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */
#cnt_main #main {
	width: 690px;
	height: 600px;
	background: url(../welcome/images/bg_main.jpg) left top no-repeat;
}
#cnt_main #main h3 {
	position: relative;
	top: 350px;
	left: 30px;
}
#cnt_main #main p.txt {
	position: relative;
	top: 365px;
	left: 30px;
	color: #FFF;
	line-height: 2.1;
	font-size: 80%;
}
#cnt_main #main p.btn {
	position: relative;
	top: 350px;
	right: 20px;
	float: right;
}

/*----------------------------------------------------
	#cnt_koibitomisaki
----------------------------------------------------*/
#cnt_main #cnt_koibitomisaki {
	width: 690px;
	height: 565px;
	margin: 35px 0 0 0;
	background: url(../welcome/images/bg_koibitomisaki.jpg) left top no-repeat;
	clear: both;
}
#cnt_main #cnt_koibitomisaki h3 {
	width: 230px;
	position: relative;
	top: 0;
	left: 25px;
}
#cnt_main #cnt_koibitomisaki p.txt1 {
	float: right;
	position: relative;
	top: -45px;
	right: 125px;
	color: #666;
	line-height: 1.6;
	font-size: 80%;
}
#cnt_main #cnt_koibitomisaki p.txt2 {
	width: 360px;
	clear: both;
	position: relative;
	top: 170px;
	left: 290px;
	color: #666;
	line-height: 1.6;
	font-size: 80%;
}
#cnt_main #cnt_koibitomisaki p.btn {
	clear: both;
	text-align: center;
	position: relative;
	top: 286px;
}

/*----------------------------------------------------
	#cnt_about
----------------------------------------------------*/
#cnt_main #cnt_about {
	width: 690px;
	height: auto;
	margin: 35px 0 0 0;
	padding: 0 0 5px 0;
	clear: both;
}
#cnt_main #cnt_about img.hp {
	margin: 20px 30px 0 30px;
	float: left;
}
#cnt_main #cnt_about h4 {
	padding: 35px 0 0 0;
}
#cnt_main #cnt_about p {
	padding: 10px 0;
	color: #666;
	line-height: 1.6;
	font-size: 80%;
}
#cnt_main #cnt_about ul {
	padding: 5px 0 0 0;
}
#cnt_main #cnt_about ul li {
	display: inline;
}

