@charset "UTF-8";
body {
}

/*Header*/
#header {
	margin-bottom: 0px;
}
/*Header END*/

/*Visual*/
#visual {
	width: 100%;
	height: 420px;
	/*background: url(../images/main-img.jpg)  no-repeat top center;*/
}
#visual h2 {
	display: none;
}
div.colorline {
	height: 4px;
	background: url(../images/line.gif) repeat-x center bottom;
}
div.flexslider {
	width: 1333px;
	height: 417px;
	margin-left: -166px;
}

/*Visual END*/

/*Main Contents*/
#topcont {
	width: 660px;
}
#topcont a {
	color: #FFFFFF;
	text-decoration: none;
}
#topcont a:hover {
	color: #FF0000;
}
#topcont dl {
	width: 307px;
	height: 158px;
}
#topcont dt {
	width: auto;
	padding: 20px 0px 0px 120px;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 2px;
}
#topcont dd {
	width: auto;
	padding: 10px 0px 0px 130px;
}
#topcont_left {
	float: left;
	background: #0066FF url(../images/main/topcont1.gif) no-repeat left top;
}
#topcont_right {
	float: right;
	background: #33FF33 url(../images/main/topcont2.gif) no-repeat left top;
}
#step {
	width: 600px;
	padding-left: 50px;
	background: url(../images/main/step/arrow.gif) no-repeat left 173px;
}
#step li {
	display: inline;
	padding-right: 30px;
	line-height: 5em;
}
.gr_bg {
	width: 690px;
	background: url(../images/main/gray_bg.gif) no-repeat left top;
	padding: 4px 0px 0px 0px;
	margin-bottom: 30px;
}
.heightLine-1,
.heightLine-2 {
	float: left;
	width: 162px;
	margin: 0px 8px 0px 0px;
	padding: 0px 0px 4px 0px;
	background: #F7F7F7 url(../images/main/gray_bg2.gif) no-repeat left bottom;
}
.heightLine-1 dt,
.heightLine-2 dt,
.heightLine-1 dd,
.heightLine-2 dd {
	border-right: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	padding: 7px 7px 7px 7px;
	line-height: 1.5em;
}

div.home-button {
}
div.home-button ul.link {
}
div.home-button ul.link li {
	float: left;
	width: 220px;
	height: 40px;
	background-color: #fc277b;
	border: solid 2px #fc277b;
}
div.home-button ul.link li:hover {
	background-color: #ffffff;
	color: #fc277b;
}
div.home-button ul.link li a {
	padding: 10px;
	width: 220px;
	height: 40px;
	display: block;
	color: white;
	text-decoration: none;
}
div.home-button ul.link li a:hover {
	color: #fc277b;
}

.contact {
	margin: 40px auto;
}

#whatsNew {
	position: relative;
	background-image: url(../images/bg-new.gif);
	border: solid 1px #fec4d8;
	padding: 20px;
	padding-bottom: 5px;
	margin: 40px auto;
}
#whatsNew span {
	color: #fc277b;
	margin-right: 10px;
}
#whatsNew .titleImg {
	position: absolute;
	background: url(../images/bg-title-new.gif) no-repeat;
	height: 20px;
	width: 246px;
	right: -1px;
	top: -20px;
}

#staff {
}
#staff ul {
	padding: 10px;
}
#staff ul li {
	float: left;
	width: 165px;
	margin: 5px;
}
#staff ul li img {
	height: 165px;
	width: 165px;
	padding: 5px;
	border: solid 1px #dedede;
}

#tieup {
}
#tieup ul {
	padding: 10px;
}
#tieup ul li {
	float: left;
	width: 20%;
	padding: 5px;
	font-size: 12px;
}
#tieup ul li a {
	color: #222;
	text-decoration: none;
}
#tieup ul li a:hover{
	color: #fc277b;
	text-decoration: underline;
}
#tieup ul li img {
	display: block;
	height: 60px;
	margin: 0px auto 5px;
}

/*Main Contents END*/


/* SLIDE */
ul.slides li {
	position: relative;
}
ul.slides li div {
	position: absolute;
	width: 700px;
	height: 120px;
	padding: 30px 20px;
}
ul.slides li.slide03 div {
	top: 20px;
	left: 180px;
	background-color: #FBA625;
}
ul.slides li.slide04 div {
	top: 10px;
	left: 500px;
	background-color: #A1CC3E;
}
ul.slides li.slide05 div {
	bottom: 0px;
	left: 250px;
	background-color: #FC689A;
}
ul.slides li div p {
	color: white;
	font-weight: bold;
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
}
ul.slides li div p.slides-caption1 {
	font-size: 18px;
	margin-bottom: 20px;
}
ul.slides li div p.slides-caption2 {
	font-size: 30px;
}
ul.slides li.slide04 div p {
	text-align: center;
}